@charset "utf-8";
Body {
  font-family: Poppins, "Microsoft JhengHei", Times New Roman, serif;
  line-height: 150%;
  font-size: 20px;
  font-weight: 600;
  color: #707070;
}
main {
  position: relative;
  width: 100%;
  overflow: hidden;
}
a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
.container-1600 {
  max-width: 1500px;
  width: calc(100vw - 30px);
  margin-left: auto;
  margin-right: auto;
}
.container-1600.nav {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
/*區塊向上漸變出現(配合js)*/
.pageSection {
  position: relative;
  opacity: 0;
  top: 50px;
}
.pageSection.active {
  opacity: 1;
  top: 0;
}
.flex-cc {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ll-hide {
  display: none;
}
.ss-hide {
  display: block;
}
.navbar-brand {
  position: absolute;
  top: 1rem;
  left: 2rem;
  z-index: 2;
}
.navbar-brand > img {
  width: 250px;
}
/*首頁banner區塊****************************/
.index-banner-area {
  position: relative;
}
.index-banner {
  padding-bottom: 47.5%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.index-banner-area .title {
  position: absolute;
  right: 5%;
  top: 40px;
}
.index-banner-area .title img {
  width: 50vw;
}
.index-banner-area .photo {
  position: absolute;
  right: 5%;
  bottom: 0;
  animation: zoom-breath 5s ease infinite;
}
.index-banner-area .photo img {
  width: 40vw;
}
@keyframes zoom-breath {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  35% {
    opacity: .8;
    transform: scale(1.05) translateY(-20px);
  }
  70% {
    transform: scale(1);
    opacity: 1;
  }
}
/*上下頁silck*/
.center_1_prev {
  left: 20px;
}
.center_1_next {
  right: 20px;
}
.center_1_prev, .center_1_next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  z-index: 15;
  opacity: .4;
  transition: all .5s;
}
.center_1_prev > img, .center_1_next > img {
  width: 70px;
}
/***********/
/*資訊內頁****************************/
.index-info-area {
  background: linear-gradient(to top, #C5EDFF 0, #C5EDFF 5%, #FFFFFF 100%);
  padding: 20px 0;
}
.index-monthly-area.inside {
  margin-top: 0;
  background-position: center center;
  padding: 100px 0;
}
/* Animation System */
@keyframes slideUpFade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.animate-in {
  animation: slideUpFade 0.5s ease forwards;
}
/* Skeleton Loading */
.skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 8px;
}
.skeleton-text {
  height: 1.2rem;
  margin-bottom: 0.5rem;
}
.skeleton-card {
  height: 150px;
  margin-bottom: 1rem;
}
/* Glassmorphism Classes */
.glass-effect {
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.index-info-box {
  width: 100%;
  padding: 4% 5%;
  border-radius: 25px;
  background-color: #FFF;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); /* Smoother shadow */
  font-size: 1.375rem;
  color: #333;
  line-height: 2;
  margin: 3rem 0;
  border: 1px solid #f0f0f0;
}
.index-stitle {
  position: relative;
  font-size: 2.25rem;
  color: #0A8CC9;
  line-height: 1.5;
  border-bottom: 2px solid #0A8CC9;
}
.index-stitle span {
  padding-left: 0.5rem;
  color: #841A66;
  font-size: 1.675rem;
}
.button-group {
  text-align: center;
}
.button-group button {
  text-align: center;
  border-radius: 50px;
  font-size: 1.75rem;
  font-weight: 600;
  text-shadow: 1px 1px 4px #00000050;
  color: #FFFFFF;
  letter-spacing: 1px;
  background-color: #0A8CC9;
  border: 2px solid #0A8CC9;
  margin: 0 0.5rem;
  min-width: 320px;
  padding: 0.25rem;
  line-height: 1.5;
  transition: all .5s;
}
.button-group button:hover {
  text-shadow: 1px 1px 4px #00000010;
  color: #0A8CC9;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #FFFFFF;
  border: 2px solid #0A8CC9;
}
.service-box {
  padding: 0 0 10px;
  border-radius: 25px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .25);
  background: linear-gradient(to bottom, #FFFFFF 0, #E5F7FF 13%, #E0F5FF 90%, #9ADFFF 100%);
  transition: all .5s;
  margin: 6px;
}
.service-box:hover {
  transform: translateY(-20px);
  box-shadow: 2px 2px 10px 0 #794F0090;
  background: linear-gradient(to bottom, #FFFFEB 0, #FFFAD2 13%, #FFF7B8 90%, #FFEC50 100%);
}
.service-box .photo {
  padding: 0 5px;
}
.service-box .title {
  display: flex;
  align-items: center;
  justify-content: center;
text-align: center;
  font-weight: 500;
  font-size: 1.125rem;
  margin-top: -15px;
  color: #333;
  font-family: Arial;
  transition: all .5s;
  padding: 0 5px;
  min-height:55px;
    line-height: 1.35;
}
.service-box:hover .title {
  color: #794F00;
}
.list-keyword {
  padding: 15px 0;
}
.list-keyword a {
  font-size: 1.125rem;
  display: inline-block;
  padding: 2px 20px;
  margin: 5px 5px 5px 0;
  border-radius: 50px;
  color: #FFFFFF;
  font-weight: 500;
  background-color: #0A8CC9;
  line-height: 1.5;
  white-space: nowrap;
  transition: all .3s;
}
.list-keyword a:hover {
  background-color: #841A66;
  white-space: nowrap;
}
.list-words textarea {
  height: 255px;
  background-color: rgba(217, 217, 217, .2);
  border: 1px solid #CAC9C9;
  border-radius: 25px;
  padding: 1rem 0.25rem;
}
.input-group {
  background-color: rgba(217, 217, 217, .2);
  border: 1px solid #CAC9C9;
  border-radius: 100px !important;
}
.input-group input {
  height: 60px;
  padding: 5px 25px;
  border: 0;
  background-color: transparent;
  flex: 1 1 auto !important; /* Allow input to grow */
  width: auto !important;
}
.input-group input:focus {
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.input-group button {
  position: relative !important;
  padding-right: 25px;
  padding-left: 25px;
  height: 50px;
  margin: 5px 5px 5px 0; /* Add margin between buttons */
  text-align: center;
  border-radius: 50px !important;
  font-size: 1.5rem;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #0A8CC9;
  border: 1px solid #0A8CC9;
  transition: all .5s;
  z-index: 3;
}
#btnMic {
  background-color: #6c757d; /* Different color for mic */
  border-color: #6c757d;
}
#btnMic:hover {
  background-color: #5a6268;
}
/*推薦地點*/
.table-th {
  padding: 5px 0;
  font-size: 1.25rem;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  font-family: Arial;
  font-weight: 400;
}
.table-th > div {
  text-align: center;
}
.table-th > .title {
  flex: 1 0 50%;
}
.table-th > .wait {
  flex: 1 0 25%;
}
.table-th > .distance {
  flex: 1 0 12%;
}
.table-th > .map {
  flex: 1 0 13%;
}
.table-tr {
  padding: 5px 0;
  font-size: 1.375rem;
  color: #333;
  display: flex;
  line-height: 2;
  font-family: Arial;
  font-weight: 500;
  background-color: rgba(217, 217, 217, .2);
  border: 1px solid #CAC9C9;
  border-radius: 25px;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.table-tr > div {
  text-align: center;
  padding: 5px 10px;
}
.table-tr > div span {
  color: #841A66;
  font-size: 1.875rem;
}
.table-tr > .photo {
  flex: 1 0 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-tr > .title {
  flex: 1 0 40%;
  text-align: left;
  font-size: 1.25rem;
}
.table-tr > .title span {
  font-size: 2rem;
  letter-spacing: 1px;
}
.table-tr > .wait {
  flex: 1 0 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.table-tr > .wait span {
  margin-right: 0.25rem;
}
.table-tr > .distance {
  flex: 1 0 13%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.table-tr > .map {
  flex: 1 0 12%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-tr > .map img {
  transition: all .3s;
}
.table-tr > .map img:hover {
  transform: scale(1.2);
}
/* Requirement Cards */
.requirement-card {
  height: 100%;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
  border-top: 5px solid #dee2e6;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.requirement-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.requirement-card.blue {
  border-top-color: #0A8CC9;
}
.requirement-card.purple {
  border-top-color: #841A66;
}
.requirement-card.orange {
  border-top-color: #FFC107;
}
.requirement-card.green {
  border-top-color: #28A745;
}
.requirement-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #f0f0f0;
}
.requirement-icon {
  font-size: 1.5rem;
  margin-right: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
}
.blue .requirement-icon {
  background: rgba(10, 140, 201, 0.1);
  color: #0A8CC9;
}
.purple .requirement-icon {
  background: rgba(132, 26, 102, 0.1);
  color: #841A66;
}
.orange .requirement-icon {
  background: rgba(255, 193, 7, 0.1);
  color: #FFC107;
}
.green .requirement-icon {
  background: rgba(40, 167, 69, 0.1);
  color: #28A745;
}
.requirement-label {
  font-weight: 700;
  font-size: 1.1rem;
  color: #444;
}
.requirement-content {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  word-break: break-all;
}
/*Page Top 組件
******************************************/
.index-page-top {
  position: fixed;
  right: -50px;
  opacity: 0;
  bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 55px;
  cursor: pointer;
  background-color: rgba(10, 140, 201, .9);
  padding: 5px;
  border-radius: 10px 0 0 10px;
  transition: all .5s ease-out;
  z-index: 5;
}
.top02 {
  margin-top: -35px;
  opacity: 0;
}
.top01 img, .top02 img {
  width: 45px;
}
.index-page-top .top01 {
  transition: all .5s;
}
.index-page-top .top02 {
  transition: all .5s;
}
.index-page-top .top03 {
  transition: all .5s;
}
.index-page-top .top04 {
  transition: all .5s;
}
.index-page-top:hover .top01 {
  transform: scale(.5);
  opacity: 0;
}
.index-page-top:hover .top02 {
  opacity: 1;
}
/*Read More 組件結束***********************/
/*頁尾Footer區塊****************************/
footer {
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  color: #555;
  background-color: #C5EDFF;
}
footer img {
  transition: all .3s;
}
footer img:hover {
  transform: scale(1.05);
}
footer i {
  font-size: 90%;
  margin-right: 0.5rem;
}
footer .copyright {
  color: #666666;
  font-size: 1rem;
  font-weight: 500;
}
footer .copyright span {
  font-weight: 600;
}
.footer-top {
  background-image: url(../images/bg_footer-cloud.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 100px;
}
.footer-bottom {
  background-color: #FFFFFF;
  padding: 30px 0;
}
/*內頁Banner大標題*/
.inside-title-banner {
  position: relative;
  margin-top: 85px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 260px;
  border-bottom: 6px solid #63ab3a;
}
.inside-title-banner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  left: 0;
  bottom: 0;
  background-color: #63ab3a99;
}
.inside-title-banner .title {
  position: absolute;
  left: 0;
  bottom: 35%;
  width: 75%;
  font-size: 215%;
  letter-spacing: 0.25rem;
  padding: 15px;
  color: #FFF;
  padding-left: 10%;
  text-shadow: 3px 3px 5px #00000040;
  background: linear-gradient(to right, #00330080, #00330080, #00330000);
}
/*內頁重點標題*/
.inside-stitle {
  padding-left: 1.5rem;
  position: relative;
  font-size: 125%;
  color: #104747;
  line-height: 100%;
  text-align: left;
}
/*關於我們文字區塊*/
.inside-content p {
  line-height: 175%;
  font-weight: 500;
  color: #444;
}
/*Modal 服務*/
.service-modal .modal-header {
  border-bottom: 2px solid #0A8CC9;
  width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0 5px;
  color: #0A8CC9;
}
.service-modal .modal-header h1 {
  font-weight: 600;
  font-size: 1.75rem !important;
}
.service-modal .modal-body {
  width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
  color: #333;
}
.service-modal .modal-body img {
  width: 95%;
  margin-left: 2.5%;
}
.service-modal .modal-footer {
  width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  justify-content: center;
}
.service-modal .modal-footer button {
  border-radius: 50px;
  min-width: 180px;
  font-size: 1.375rem;
  font-weight: 600;
}
.btn-main {
  background-color: #0A8CC9;
  text-align: center;
  border: 1px solid #005076;
  color: #FFF;
}
.btn-main:hover {
  background-color: #076997;
  color: #FFF;
}
.service-menu {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
/* --- Modern Chat UI --- */
.chat-container {
  height: 400px;
  overflow-y: auto;
  padding: 15px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  scroll-behavior: smooth;
}
.chat-message {
  max-width: 80%;
  margin-bottom: 15px;
  padding: 10px 15px;
  border-radius: 20px;
  font-size: 1rem;
  line-height: 1.4;
  position: relative;
  word-wrap: break-word;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.chat-user {
  align-self: flex-end;
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  border-bottom-right-radius: 5px;
}
.chat-ai {
  align-self: flex-start;
  background-color: white;
  color: #333;
  border-bottom-left-radius: 5px;
  border: 1px solid #e0e0e0;
}
.message-time {
  font-size: 0.75rem;
  margin-top: 5px;
  opacity: 0.7;
}
.chat-user .message-time {
  text-align: right;
}
/* Typing Indicator */
.typing-indicator {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  width: fit-content;
  margin-bottom: 15px;
}
.typing-indicator .dot {
  width: 8px;
  height: 8px;
  background-color: #999;
  border-radius: 50%;
  margin: 0 3px;
  animation: bounce 1.4s infinite ease-in-out both;
}
.typing-indicator .dot:nth-child(1) {
  animation-delay: -0.32s;
}
.typing-indicator .dot:nth-child(2) {
  animation-delay: -0.16s;
}
@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1.0);
  }
}
.btn-service {
  text-align: left;
  font-size: 1.25rem;
  font-weight: 600;
  display: block;
  position: relative;
  background-color: rgba(217, 217, 217, .2);
  padding-left: 1.5rem;
  color: #333;
  transition: all .5s;
  margin: 2px;
  border-radius: 0;
  line-height: 1;
}
.btn.btn-service:hover {
  background-color: rgba(144, 239, 255, .3);
}
.btn-service:before {
  content: "●";
  position: absolute;
  left: 0.5rem;
  top: 0.8rem;
  font-size: 50%;
  margin-right: 0.25rem;
}
.btn-check:checked + .btn.btn-service, :not(.btn-check) + .btn.btn-service:active, .btn:first-child:active, .btn.btn-service.active, .btn.btn-service.show {
  color: var(--bs-btn-active-color);
  background-color: #99D8E4;
  border-color: #99D8E4;
}
.tag-goal {
  color: #00628F;
  font-size: 120%;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.tag-cross {
  color: #00621B;
  font-size: 120%;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.tag-nocross {
  color: #C80000;
  font-size: 120%;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
/*************************************************************************************************************/
/*                                                                                                           */
/*                                            RWD 開始                                                       */
/*                                                                                                          */
/************************************************************************************************************/
@media only screen and (max-width: 1680px) {

}
@media only screen and (max-width: 1400px) {
    .service-box .title {
  min-height: 60px;
}
    .service-box .title {
  font-size: 0.95rem;
}
}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {
        .service-box .title {
  font-size: 1.125rem;
}
}
@media only screen and (max-width: 768px) {
  .navbar-brand > img {
    width: 220px;
  }
  .ll-hide {
    display: block;
  }
  .ss-hide {
    display: none;
  }
  /*首頁共用標題*/
  .navbar-brand {
    left: 0;
  }
  .index-stitle {
    font-size: 1.875rem;
  }
  .index-banner-area .title img {
    width: 55vw;
  }
  /*定位*/
  .index-stitle span {
    display: block;
    padding-left: 0;
    color: #841A66;
    font-size: 1.375rem;
  }
  /*推薦地點*/
  .table-th {
    display: none;
  }
  /*推薦地點手機版卡片化*/
  .table-tr {
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    display: block; /* Stack everything */
  }
  .table-tr > div {
    text-align: left;
    padding: 8px 0;
    width: 100%;
  }
  .table-tr > .photo {
    display: none;
  }
  .table-tr > .title {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
  }
  .table-tr > .title span {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
  }
  .table-tr > .wait {
    flex-direction: row;
    justify-content: space-between;
    background: #f8f9fa;
    padding: 12px;
    border-radius: 12px;
    margin: 10px 0;
    border-bottom: none;
  }
  .table-tr > .wait > div {
    margin: 0;
  }
  .table-tr > .distance {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 0.9rem;
  }
  .table-tr > .map {
    margin-top: 15px;
    text-align: center;
  }
  .table-tr > .map img {
    width: 100%;
    max-width: 200px;
  }
}
/*******************************************************************************************


行動版面開始


********************************************************************************************/
/* 桌面版面: 559px 最大*/
@media only screen and (max-width: 576px) {
  .navbar-brand {
    top: -4px;
    left: 0;
  }
  .navbar-brand > img {
    width: 160px;
  }
  .container-1600 {
    width: calc(100vw - 20px);
  }
  /*首頁banner區塊****************************/
  .index-banner-area {
    margin-top: 10px;
  }
  .index-banner-area .title {
    right: 0;
    top: 40px;
    text-align: center;
  }
  .index-banner-area .title img {
    width: 98%;
  }
  .index-banner {
    padding-bottom: 120%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 30% top;
  }
  .index-banner-area .photo {
    right: 5px;
    bottom: -50px;
    z-index: 2;
  }
  .index-banner-area .photo img {
    width: 80vw;
  }
  footer {
    font-size: 1rem;
  }
  .footer-top {
    height: 50px;
  }
  footer img {
    margin-bottom: 1rem;
    margin-left: -0.75rem;
  }
  /*辦理業務*/
  .index-info-box {
    padding: 25px 10px;
    border-radius: 15px;
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 3rem 0;
  }
  .service-box {
    border-radius: 15px;
  }
  .service-box .title {
    font-size: 0.9rem;
  }
  .list-keyword a {
    font-size: 1rem;
    padding: 2px 10px;
    margin: 2px 2px 2px 0;
    border-radius: 50px;
  }
  .list-words textarea {
    height: 200px;
    border-radius: 15px;
    padding: 0.25rem;
  }
  .input-group {
    border-radius: 5px !important;
    display: flex;
    flex-wrap: nowrap;
  }
  .input-group input {
    height: 50px;
    width: calc(100% - 110px) !important;
    padding: 5px 10px;
  }
  .input-group button {
    font-size: 0.875rem;
    padding-right: 6px !important;
    padding-left: 6px !important;
    height: 38px !important;
    margin: 6px 2px !important;
    border-radius: 5px !important;
  }
  .table-tr > .wait {
    flex-direction: column;
  }
  /*AI chat*/
  .chat-message {
    max-width: 100% !important;
  }
}