@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
:root {
  font-size: clamp(16px, 2.8vw, 18px);
}

h1 {
  font-size: clamp(1.75rem, 3.5vw, 2rem);
  font-weight: 600;
}

h2 {
  font-size: clamp(1.5rem, 3vw, 1.7rem);
  font-weight: 600;
}

h3 {
  font-size: clamp(1.3rem, 2.2vw, 1.35rem);
  font-weight: 500;
}

h4 {
  font-size: clamp(1.2rem, 2vw, 1.3rem);
  font-weight: 500;
}

h5 {
  font-size: clamp(1.125rem, 1.7vw, 1.2rem);
  font-weight: 400;
}

h6 {
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 400;
}

p,
a,
span {
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 400;
  line-height: 1.6;
}

small {
  font-size: clamp(0.875rem, 1.3vw, 1rem);
  font-weight: 400;
}

li {
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 400;
  line-height: 1.5;
}

button,
input,
textarea,
select {
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 400;
  line-height: 1.4;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h2 {
  margin-bottom: 4rem;
  text-align: center;
}
@media (max-width: 768px) {
  h2 {
    margin-bottom: 2rem;
  }
}

section {
  padding: 8rem 0rem;
}
@media (max-width: 768px) {
  section {
    padding: 4rem 0;
  }
}

a {
  text-decoration: none;
  color: #e7fffd;
}

.all-bg {
  width: 100%;
  position: fixed;
  inset: 0;
  height: 100vh;
  z-index: -1;
  opacity: 0.3;
}
.all-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta-link {
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  z-index: 999;
  flex-direction: column;
  display: flex;
  gap: 1rem;
}
@media (max-width: 768px) {
  .cta-link {
    bottom: 1rem;
    right: 0.5rem;
  }
}
.cta-link .tel {
  position: relative;
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
  outline: none;
}
.cta-link .tel.dropdown-toggle::before {
  display: none;
}
.cta-link .tel .name {
  position: absolute;
  top: -0.8rem;
  right: -0.8rem;
  border: 1.5px solid white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background: #c9a14a;
  font-size: 0.8rem;
  border-radius: 100%;
}
.cta-link svg {
  width: 50px;
}
@media (max-width: 768px) {
  .cta-link svg {
    width: 43px;
  }
}
.cta-link .dropdown-menu {
  margin-right: 0.25rem;
  margin-left: 0;
}

.navbar.scrolled {
  background: white;
}
.navbar.scrolled .navbar-brand {
  transition: 0.5s;
}
.navbar.scrolled .navbar-brand img {
  width: 80px;
}
@media (max-width: 768px) {
  .navbar.scrolled .navbar-brand img {
    width: 60px;
  }
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1049;
  transition: 0.5s;
}
.navbar .navbar-brand {
  transition: 0.5s;
}
@media (max-width: 768px) {
  .navbar .navbar-brand {
    flex-grow: 1;
    text-align: center;
  }
}
.navbar .navbar-brand img {
  width: 100px;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .navbar .navbar-brand img {
    width: 80px;
  }
}
.navbar .container-fluid {
  position: relative;
}
.navbar .container-fluid .navbar-toggler {
  position: absolute;
  right: 1rem;
  top: 1.5rem;
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0.5rem 1.5rem;
}
@media (max-width: 768px) {
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 1rem 1em;
  }
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta {
  background: #e7fffd;
}

#hero {
  width: 100%;
  height: 70vh;
  position: relative;
}
#hero .cta-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
}
@media (max-width: 768px) {
  #hero .cta-box {
    padding-top: 7rem;
  }
}
#hero .cta-box .cta-content {
  text-align: center;
  color: white;
  padding: 2rem 3rem;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  #hero .cta-box .cta-content {
    padding: 0;
  }
}
#hero .cta-box .cta-content h1 {
  margin-bottom: 1rem;
  text-align: center;
  color: #0d2c54;
}
#hero .cta-box .cta-content svg {
  width: 100%;
  margin-bottom: 1rem;
  fill: #0d2c54;
}
#hero .cta-box .cta-content p {
  margin: 1rem 0 2rem;
  display: inline-block;
  color: rgb(130, 129, 129);
  background: rgba(248, 248, 246, 0.5);
  padding: 0.5rem 1rem;
  font-style: italic;
}
#hero .cta-box .cta-content .btn-box {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #hero .cta-box .cta-content .btn-box {
    flex-direction: column;
  }
}
#hero .cta-box .cta-content .btn-box a {
  padding: 0.5rem 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  transition: 0.5s;
}
#hero .cta-box .cta-content .btn-box a i {
  padding-left: 0.5rem;
  font-size: 1.3rem;
}
#hero .cta-box .cta-content .btn-box a:first-child {
  background: #e7fffd;
  background: #c9a14a;
  background: linear-gradient(to bottom, #1f5c4d, #0d2c54);
  color: white;
}
#hero .cta-box .cta-content .btn-box a:last-child {
  color: white;
}
#hero .swiper {
  width: 100%;
  height: 100%;
}
#hero .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#services .service-card {
  padding: 0 2rem;
}
@media (max-width: 768px) {
  #services .service-card {
    padding: 0 1rem;
  }
}
#services .service-card .img-box {
  text-align: center;
}
#services .service-card .img-box img {
  width: 35%;
}
@media (max-width: 768px) {
  #services .service-card .img-box img {
    width: 30%;
  }
}
#services .service-card h3 {
  text-align: center;
  margin: 2rem 0 1rem;
  color: #0d2c54;
}
#services .service-card p {
  color: #6e6e6b;
}
#services .service-card p i {
  color: #0d2c54;
}

#about {
  background: #f8f8f6;
  background: linear-gradient(45deg, #e7fffd, #f8f8f6);
}
#about .about-content {
  padding: 3rem 2rem;
  background: white;
  border-radius: 1rem;
  box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}
@media (max-width: 768px) {
  #about .about-content {
    padding: 2rem 1rem;
  }
}
#about .about-content .about-image {
  text-align: center;
  margin-bottom: 2rem;
  z-index: 2;
}
@media (min-width: 992px) {
  #about .about-content .about-image {
    margin-bottom: 0;
  }
}
#about .about-content .about-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 12px;
}
@media (max-width: 768px) {
  #about .about-content .about-image img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#about .about-content .about-text {
  text-align: left;
}
@media (max-width: 768px) {
  #about .about-content .about-text {
    text-align: center;
  }
}
#about .about-content .about-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: #6e6e6b;
}
#about .about-content .about-text p.lead {
  font-size: 1.3rem;
  font-weight: 500;
  color: #0d2c54;
  margin-bottom: 2rem;
}
#about .about-content .about-text p.highlight {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0d2c54;
  background: linear-gradient(135deg, rgba(231, 255, 253, 0.3), rgba(201, 161, 74, 0.1));
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  border-left: 4px solid #c9a14a;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  #about .about-content .about-text p.highlight {
    font-size: 1.1rem;
    padding: 0.8rem 1rem;
    margin: 1.5rem 0;
  }
}
#about .about-content .about-text p.signature {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1f5c4d;
  font-style: italic;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 2px solid rgba(201, 161, 74, 0.3);
}
@media (max-width: 768px) {
  #about .about-content .about-text p.signature {
    font-size: 1.1rem;
    margin-top: 1.5rem;
    padding-top: 1rem;
  }
}
#about .about-content .about-text p strong {
  color: #0d2c54;
  font-weight: 600;
}

#price.price-section {
  background: #f8f7f3;
}
#price.price-section .price-table-wrapper {
  position: relative;
}
#price.price-section .price-table-wrapper .table-scroll-hint {
  position: sticky;
  top: 0.25rem;
  background: rgb(232, 232, 232);
  right: 0;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.2rem 0.6rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: 0.5rem;
  border-radius: 999px;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.55);
  animation: scroll-hint-pulse 1.6s ease-in-out infinite;
  white-space: nowrap;
}
#price.price-section .price-table-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  pointer-events: none;
  border-radius: 0 16px 16px 0;
}
@media (min-width: 768px) {
  #price.price-section .price-table-wrapper .table-scroll-hint {
    display: none !important;
  }
  #price.price-section .price-table-wrapper::after {
    display: none;
  }
}
#price.price-section .section-title {
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #4c4a46;
}
#price.price-section .section-subtitle {
  font-size: 0.95rem;
  color: rgba(76, 74, 70, 0.7);
}
#price.price-section .price-table {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.04);
  font-size: 0.9rem;
}
#price.price-section .price-table thead th {
  border-bottom: none;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  padding: 1.1rem 0.75rem;
  vertical-align: middle;
}
#price.price-section .price-table thead th:first-child {
  background: #d7c1af;
  color: #fff;
  text-align: left;
  min-width: 100px;
  padding-left: 1.2rem;
  font-weight: 600;
}
#price.price-section .price-table thead th:not(:first-child) {
  background: #c6a68d;
  text-align: center;
  color: #fff;
}
#price.price-section .price-table thead th:last-child {
  border-right: none;
}
#price.price-section .price-table thead th .plan-name {
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 0.1rem;
}
#price.price-section .price-table thead th .plan-price {
  font-size: 0.95rem;
  font-weight: 500;
  opacity: 0.9;
}
#price.price-section .price-table tbody th,
#price.price-section .price-table tbody td {
  padding: 0.55rem 0.75rem;
  border-top: 1px solid #e1ddd4;
}
#price.price-section .price-table tbody th[scope=row]:not(.group-label) {
  background: rgba(225, 221, 212, 0.45);
  font-weight: 600;
  color: rgba(76, 74, 70, 0.9);
  width: 18%;
  text-align: center;
}
#price.price-section .price-table tbody td {
  text-align: center;
  color: rgba(76, 74, 70, 0.9);
  background: #fcf7ec;
}
#price.price-section .price-table tbody td:nth-child(odd) {
  background: #fdf9f0;
}
#price.price-section .price-table tbody .group-label {
  background: #e3ba86;
  color: #fff;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  width: 18%;
  border-right: 1px solid #edd2af;
}
#price.price-section .price-table thead th:nth-child(2) {
  background: #be997c;
}
#price.price-section .price-table thead th:nth-child(2) .plan-name {
  position: relative;
}
@media (max-width: 991.98px) {
  #price.price-section .price-table {
    font-size: 0.8rem;
  }
  #price.price-section .price-table thead .plan-price {
    font-size: 0.85rem;
  }
}
@media (max-width: 767.98px) {
  #price.price-section .section-subtitle {
    font-size: 0.85rem;
  }
  #price.price-section .price-table th,
  #price.price-section .price-table td {
    padding: 0.4rem 0.4rem;
  }
  #price.price-section .price-table thead th:first-child {
    font-size: 0.75rem;
  }
  #price.price-section .price-table .group-label {
    font-size: 0.78rem;
  }
}

@keyframes scroll-hint-pulse {
  0% {
    transform: translateX(0);
    opacity: 0.6;
  }
  50% {
    transform: translateX(4px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0.6;
  }
}
#process {
  background: linear-gradient(135deg, rgba(231, 255, 253, 0.1), rgba(248, 248, 246, 0.8));
}
#process .process-intro {
  text-align: center;
  margin-bottom: 3rem;
}
#process .process-intro h3 {
  color: #0d2c54;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  #process .process-intro h3 {
    font-size: 1.5rem;
  }
}
#process .process-intro p {
  font-size: 1.1rem;
  color: #6e6e6b;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #process .process-intro p {
    font-size: 1rem;
  }
}
#process .process-image {
  text-align: center;
  margin-bottom: 3rem;
}
#process .process-image img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: transform 0.3s ease;
}
#process .process-image img:hover {
  transform: translateY(-5px);
}
#process .process-steps .process-step {
  background: white;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  height: 100%;
  box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
#process .process-steps .process-step:hover {
  transform: translateY(-5px);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 12px 32px;
  border-color: rgba(201, 161, 74, 0.3);
}
@media (max-width: 768px) {
  #process .process-steps .process-step {
    padding: 1.5rem 1rem;
  }
}
#process .process-steps .process-step img {
  width: 100%;
  height: 200px;
  border-radius: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}
#process .process-steps .process-step .step-number {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
  display: block;
  background: red;
  background: linear-gradient(to right, white, #c9a14a, white);
  margin: 1rem 0;
  color: white;
}
@media (max-width: 768px) {
  #process .process-steps .process-step .step-number {
    font-size: 2rem;
  }
}
#process .process-steps .process-step .step-content {
  text-align: center;
}
#process .process-steps .process-step .step-content h4 {
  color: #0d2c54;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  #process .process-steps .process-step .step-content h4 {
    font-size: 1.2rem;
  }
}
#process .process-steps .process-step .step-content .step-desc {
  color: #6e6e6b;
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  #process .process-steps .process-step .step-content .step-desc {
    font-size: 0.9rem;
  }
}
#process .process-steps .process-step .step-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#process .process-steps .process-step .step-content ul li {
  color: #6e6e6b;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 768px) {
  #process .process-steps .process-step .step-content ul li {
    font-size: 0.85rem;
  }
}
#process .process-steps .process-step .step-content ul li:last-child {
  margin-bottom: 0;
}

#works .nav-pills .nav-link.active,
#works .nav-pills .show > .nav-link {
  background: #e7fffd;
}
#works .nav-pills .nav-link {
  color: #ff6b00;
}

@media (max-width: 768px) {
  #contact {
    padding-bottom: 1rem;
  }
}
#contact .contact-box {
  display: flex;
  gap: 1rem;
  background: white;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #contact .contact-box {
    margin-bottom: 1rem;
  }
}
#contact .contact-box:last-child {
  margin-bottom: 0;
}
#contact .contact-box h3 {
  color: #0d2c54;
  font-weight: 600;
}
#contact .contact-box .icon-box {
  background: #e7fffd;
  background: #0d2c54;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
#contact .contact-box .icon-box i {
  color: white;
  font-size: 2rem;
}
#contact .contact-box a {
  color: #e7fffd;
  color: #c9a14a;
  font-weight: 600;
}
#contact .contact-box a.small {
  font-size: 0.9rem;
}
#contact .contact-box span {
  display: block;
  color: gray;
  margin-top: 0.5rem;
}

footer {
  padding-bottom: 1rem;
}
footer a {
  text-decoration: underline;
  color: #c9a14a;
}/*# sourceMappingURL=all.css.map */