@charset "UTF-8";
@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.3rem, 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 Serif TC", serif;
  color: #3d302d;
  background-color: #f8f5ef;
  line-height: 1.7;
}

a {
  text-decoration: none;
  color: #3d302d;
  transition: all 0.3s ease;
}
a:hover {
  color: #c5a059;
}

i.ph,
i.ph-fill {
  vertical-align: middle;
  display: inline-block;
}

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

/* CSS */
[data-aos=blur-up] {
  opacity: 0;
  filter: blur(4px);
  transform: translateY(10px);
  transition: all 0.1s ease;
}

[data-aos=blur-up].aos-animate {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #c5a059;
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  section h2 {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
section h2::before, section h2::after {
  content: "";
  display: block;
  height: 2px;
  width: 60px;
  background: linear-gradient(90deg, transparent, #c5a059);
  margin: 0 20px;
  position: relative;
}
@media (max-width: 576px) {
  section h2::before, section h2::after {
    width: 30px;
    margin: 0 10px;
  }
}
section h2::after {
  background: linear-gradient(270deg, transparent, #c5a059);
}
section h2 .h2-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #c5a059;
  border-radius: 50%;
  margin: 0 15px;
  box-shadow: 0 0 0 4px rgba(197, 160, 89, 0.2);
}
@media (max-width: 576px) {
  section h2 .h2-dot {
    display: none;
  }
}

.split {
  display: inline-block;
  overflow: hidden;
  text-shadow: 0 1.3em currentColor; /* 和 JS 位移一致 */
  will-change: transform;
  padding: 1 1rem;
}

.char {
  display: inline-block;
  position: relative;
}

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

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

img {
  -o-object-fit: cover;
     object-fit: cover;
}

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

.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 svg {
  width: 50px;
}
@media (max-width: 768px) {
  .cta-link svg {
    width: 43px;
  }
}
.cta-link .tel svg #background {
  fill: #b20a09;
}
.cta-link .dropdown-menu {
  margin-right: 0.25rem;
  margin-left: 0;
}

.navbar {
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1049;
  transition: 0.5s;
}
.navbar .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.navbar .bg img {
  width: 100%;
  height: 100%;
}
.navbar .navbar-brand {
  transition: 0.5s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .navbar .navbar-brand {
    text-align: center;
    flex-grow: 1;
    justify-content: center;
  }
}
.navbar .navbar-brand .img-box {
  width: 180px;
  position: relative;
}
@media (max-width: 768px) {
  .navbar .navbar-brand .img-box {
    width: 180px;
  }
}
.navbar .navbar-brand .img-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/logo/logo-icon.png") center/contain no-repeat;
  width: 120px;
  height: 120px;
  z-index: -1;
  opacity: 0.1;
}
@media (max-width: 768px) {
  .navbar .navbar-brand .img-box::after {
    width: 120px;
    height: 120px;
  }
}
.navbar .navbar-brand .img-box img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
@media (max-width: 768px) {
  .navbar .navbar-collapse {
    padding-top: 1rem;
  }
}
.navbar .navbar-collapse .navbar-nav {
  gap: 0.2rem;
}
@media (max-width: 768px) {
  .navbar .navbar-collapse .navbar-nav {
    gap: 0.5rem;
  }
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta {
  background: #c5a059;
}

.parallax-fixed {
  position: relative;
  height: 100vh; /* 可自行調整高度 */
  overflow: hidden;
}
.parallax-fixed .parallax-img {
  position: absolute;
  top: -15%;
  left: 0;
  width: 100%;
  height: 120%;
}
.parallax-fixed .parallax-img img {
  width: 100%;
  height: 100%;
}

.parallax-dynamic {
  position: relative;
  /* 高度交給圖片本身決定 */
}
.parallax-dynamic .parallax-media {
  overflow: hidden;
  line-height: 0; /* 移除 img 作為 inline 元素的行高縫隙 */
}
.parallax-dynamic .parallax-media img {
  display: block;
  width: 100%;
  height: auto;
  /* 關鍵：先往上、並放大一點，避免上下兩端出現空白 */
  transform: translateY(-12%) scale(1.12);
  transform-origin: center;
  will-change: transform;
}

#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  #hero {
    height: 40vh;
    margin-top: 82.91px;
  }
}
#hero .swiper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
}
#hero .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 8s ease; /* 控制漸進放大 */
  -o-object-position: end;
     object-position: end;
}
#hero .swiper .swiper-slide-active img {
  transform: scale(1.05); /* 只要變 active 就開始放大 */
}
#hero .cta-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 2rem;
  display: flex;
  align-items: end;
  justify-content: start;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.671), rgba(0, 0, 0, 0.281), rgba(0, 0, 0, 0));
}
@media (max-width: 768px) {
  #hero .cta-box {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.686));
  }
}
#hero .cta-box .cta-content {
  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: 2rem;
}
@media (max-width: 768px) {
  #hero .cta-box .cta-content h1 {
    margin-bottom: 1rem;
  }
}
#hero .cta-box .cta-content p {
  margin-bottom: 2rem;
}
#hero .cta-box .cta-content .btn-box {
  display: flex;
  gap: 1rem;
  align-items: center;
}
#hero .cta-box .cta-content .btn-box a {
  padding: 0.5rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
@media (max-width: 768px) {
  #hero .cta-box .cta-content .btn-box a {
    padding: 0.5rem 1rem;
  }
}
#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:last-child {
  background: #c5a059;
  color: rgb(36, 36, 36);
}
#about .about-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.04;
}
#about .about-watermark i {
  font-size: 20rem;
  color: #3d302d;
}
@media (max-width: 768px) {
  #about .about-watermark i {
    font-size: 15rem;
  }
}
#about .about-content {
  position: relative;
  z-index: 1;
}
#about .about-content p {
  margin-bottom: 1.5rem;
  text-align: justify;
}
#about .about-content p.lead {
  font-size: 1.25rem;
  color: #c5a059;
}
#about .about-image-wrapper {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(61, 48, 45, 0.05);
  border: 3px solid rgba(197, 160, 89, 0.3);
}
#about .about-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
#about .about-image-wrapper:hover img {
  transform: scale(1.03);
}

#certifications .info-box {
  margin-top: -2rem;
  margin-bottom: 2rem;
  text-align: center;
}
#certifications .info-box .info {
  background: #c5a059;
  display: inline-block;
  color: white;
  color: rgb(170, 19, 19);
  padding: 0.3rem 1rem;
}
#certifications .cert-card {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(61, 48, 45, 0.05);
  text-align: center;
  transition: all 0.4s ease;
  border: 1px solid rgba(224, 224, 224, 0.3);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#certifications .cert-card:hover {
  box-shadow: 0 15px 40px rgba(197, 160, 89, 0.15);
  border-color: #c5a059;
  transform: translateY(-5px);
}
#certifications .cert-card .cert-img-box {
  margin-bottom: 1.5rem;
  padding: 0.5rem;
  border: 1px solid #f8f5ef;
  background: #f8f5ef;
  border-radius: 8px;
  width: 100%;
}
#certifications .cert-card .cert-img-box img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#certifications .cert-card .cert-title {
  font-size: 1.2rem;
  color: #3d302d;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#certifications .cert-card .cert-number {
  font-size: 0.95rem;
  color: #aa928c;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
}

#services {
  position: relative;
}
#services::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("../images/assets/cloudscape.avif");
  background-size: cover;
  z-index: -1;
  opacity: 0.5;
}
#services .service-card {
  background-color: rgba(224, 224, 224, 0.2);
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(91, 70, 54, 0.08);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
#services .service-card:hover {
  border-color: #c5a059;
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(197, 160, 89, 0.15);
}
#services .service-card:hover .service-icon i {
  transform: scale(1.1);
}
#services .service-card .service-body {
  padding: 2.5rem 2rem;
  flex-grow: 1;
  text-align: center;
}
#services .service-card .service-body .service-icon {
  margin-bottom: 1.5rem;
}
#services .service-card .service-body .service-icon i {
  font-size: 3.5rem;
  color: #c5a059;
  transition: transform 0.3s ease;
}
#services .service-card .service-body h3 {
  font-size: 1.5rem;
  color: #3d302d;
  margin-bottom: 1rem;
  font-weight: 700;
}
#services .service-card .service-body p {
  color: #adadad;
  margin-bottom: 0;
  font-size: 0.95rem;
}
#services .service-card .service-img {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
#services .service-card .service-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(224, 224, 224, 0.2), rgba(197, 160, 89, 0.1));
}

#process {
  background: linear-gradient(180deg, #ffffff 0%, #fcf9f2 100%);
  padding-bottom: 0;
}
#process .process-timeline {
  position: relative;
  padding-top: 2rem;
}
@media (min-width: 992px) {
  #process .process-timeline::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 5%;
    right: 5%;
    height: 2px;
    background-color: rgba(197, 160, 89, 0.4);
    z-index: 0;
  }
}
#process .process-timeline .process-step {
  background: #ffffff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(61, 48, 45, 0.05);
  height: 100%;
  position: relative;
  z-index: 1;
}
#process .process-timeline .process-step .step-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
#process .process-timeline .process-step .step-header .step-number {
  width: 50px;
  height: 50px;
  background-color: #c5a059;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  box-shadow: 0 0 0 5px #f8f5ef;
  position: relative;
}
@media (min-width: 992px) {
  #process .process-timeline .process-step .step-header .step-number {
    margin-top: -3.5rem;
  }
}
#process .process-timeline .process-step .step-header .step-title {
  font-size: 1.2rem;
  color: #3d302d;
  font-weight: 700;
  text-align: center;
}
#process .process-timeline .process-step p {
  text-align: justify;
  font-size: 0.95rem;
}
#process .process-details .border-gold-subtle {
  border-color: rgba(197, 160, 89, 0.2) !important;
}
#process .process-details .ritual-container .vertical-divider {
  position: absolute;
  left: 50%;
  top: 5%;
  bottom: 5%;
  /* 關鍵：寬度設為 0，改用 border */
  width: 0;
  /* 使用 1px border 並降低透明度到 0.2，這才是視覺上最細的狀態 */
  border-left: 1px solid rgba(197, 160, 89, 0.5);
  transform: translateX(-50%);
  z-index: 1;
  /*
  background: linear-gradient(
    to bottom,
    transparent,
    rgba($primary-gold, 0.3) 15%,
    rgba($primary-gold, 0.3) 85%,
    transparent
  );
  width: 1px;
  */
}
#process .process-details .ritual-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 10px;
}
#process .process-details .ritual-list li {
  position: relative;
  font-size: 0.95rem;
  font-weight: 500;
  color: #3d302d;
  background: rgba(224, 224, 224, 0.15);
  padding: 6px 14px;
  border-radius: 4px;
  border: 1px solid rgba(197, 160, 89, 0.1);
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
#process .process-details .ritual-list li::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid rgba(197, 160, 89, 0.5);
  margin-left: 10px;
  margin-right: -4px;
}
#process .process-details .ritual-list li:last-child::after {
  display: none;
}
#process .process-details .ritual-list li:hover {
  background: #c5a059;
  color: #fff;
  border-color: #c5a059;
}
#process .process-details .ritual-list li:hover::after {
  border-left-color: #fff;
}
@media (max-width: 767.98px) {
  #process .process-details .ritual-container .vertical-divider {
    display: none;
  }
}

#plan .plan-instruction {
  color: #c5a059;
  font-weight: bold;
  font-size: 1.1rem;
}
#plan .plan-instruction i {
  margin-right: 8px;
}
#plan .plan-instruction .animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
#plan .plan-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1.5rem 1rem;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  height: 100%;
}
#plan .plan-card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-color: #c5a059;
  transform: translateY(-3px);
}
#plan .plan-card.active-plan {
  background-color: #c5a059;
  border-color: #c5a059;
  box-shadow: 0 0 0 4px rgba(197, 160, 89, 0.2);
}
#plan .plan-card.active-plan h4,
#plan .plan-card.active-plan .price {
  color: #ffffff !important;
}
#plan .plan-card h4 {
  color: #3d302d;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
#plan .plan-card .price {
  font-size: 1.5rem;
  color: #c5a059;
  font-weight: 800;
}
#plan #plan-display-area {
  margin-top: 2rem;
  min-height: 300px;
  border-top: 1px solid #eee;
  padding-top: 2rem;
}
#plan #plan-display-area .plan-detail-content {
  animation: fadeIn 0.4s ease-in-out;
}
#plan #plan-display-area #plan-placeholder {
  opacity: 0.6;
}
#plan .detail-banner {
  background: linear-gradient(to right, #f3e7c8, #eaddb6);
  padding: 2rem;
  border-radius: 4px;
  margin-bottom: 2rem;
  color: #3d302d;
  border-left: 5px solid #c5a059;
}
#plan .detail-banner h3 {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#plan .detail-banner .price-box {
  border-left: 1px solid rgba(61, 48, 45, 0.3);
  padding-left: 2rem;
}
#plan .detail-banner .price-box .big-price {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  margin: 0.5rem 0;
}
#plan .detail-banner .price-box .note {
  font-size: 0.8rem;
  opacity: 0.8;
}
@media (max-width: 768px) {
  #plan .detail-banner .price-box {
    border-left: none;
    padding-left: 0;
    margin-top: 1rem;
    text-align: left !important;
  }
}
#plan .detail-section {
  margin-bottom: 2rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 2rem;
}
#plan .detail-section .section-img {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#plan .detail-section .section-img .img-placeholder {
  width: 100%;
  height: 120px;
  background-color: #f8f9fa;
  color: #3d302d;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
#plan .detail-section .section-img .img-placeholder span {
  margin-top: 10px;
  font-weight: bold;
}
#plan .detail-section .section-img .img-placeholder i {
  font-size: 2rem;
  color: #c5a059;
}
#plan .detail-section .section-list {
  padding-left: 2rem;
}
@media (max-width: 768px) {
  #plan .detail-section .section-list {
    margin-top: 1rem;
  }
}
#plan .detail-section .section-list .section-title {
  color: #3d302d;
  font-weight: bold;
  margin-bottom: 1rem;
  border-left: 4px solid #c5a059;
  padding-left: 10px;
}
#plan .detail-section .section-list .item-row {
  display: flex;
  padding: 0.8rem 0;
  border-bottom: 1px dashed #eee;
}
#plan .detail-section .section-list .item-row:last-child {
  border-bottom: none;
}
#plan .detail-section .section-list .item-row .item-name {
  flex: 0 0 200px;
  font-weight: bold;
  color: #333;
}
#plan .detail-section .section-list .item-row .item-qty {
  flex: 0 0 60px;
  text-align: center;
  color: #666;
}
#plan .detail-section .section-list .item-row .item-desc {
  flex: 1;
  color: #666;
}
@media (max-width: 576px) {
  #plan .detail-section .section-list .item-row {
    flex-wrap: wrap;
  }
  #plan .detail-section .section-list .item-row .item-name {
    flex: 0 0 100%;
    margin-bottom: 0.2rem;
  }
  #plan .detail-section .section-list .item-row .item-qty {
    flex: 0 0 auto;
    margin-right: 1rem;
    background: #eee;
    padding: 0 5px;
    align-self: start;
    border-radius: 4px;
    font-size: 0.8rem;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#consultation {
  position: relative;
}
#consultation::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("../images/assets/flowers.avif");
  background-size: cover;
  z-index: -1;
  opacity: 0.5;
}
#consultation .five-hearts-principles .principle-item {
  text-align: center;
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(61, 48, 45, 0.05);
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  #consultation .five-hearts-principles .principle-item {
    aspect-ratio: auto;
    border-radius: 10%;
  }
}
#consultation .five-hearts-principles .principle-item:hover {
  border-color: #c5a059;
  box-shadow: 0 15px 40px rgba(197, 160, 89, 0.15);
}
#consultation .five-hearts-principles .principle-item .icon-gold {
  font-size: 2.5rem;
  color: #c5a059;
  margin-bottom: 0.5rem;
}
#consultation .five-hearts-principles .principle-item h5 {
  font-weight: 700;
  color: #3d302d;
  margin-bottom: 0.5rem;
}
#consultation .five-hearts-principles .principle-item p {
  font-size: 0.9rem;
  margin-bottom: 0;
  line-height: 1.4;
}
#consultation .cta-hotline {
  background: linear-gradient(135deg, #c5a059, #ae873d);
  padding: 3rem;
  border-radius: 18px;
  color: #ffffff;
  box-shadow: 0 20px 40px rgba(197, 160, 89, 0.3);
  position: relative;
  overflow: hidden;
}
#consultation .cta-hotline::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
#consultation .cta-hotline h3 {
  color: #ffffff;
  font-weight: 700;
}
#consultation .cta-hotline .hotline-button {
  display: inline-block;
  background-color: #ffffff;
  color: #c5a059;
  color: rgb(171, 8, 8);
  padding: 1rem 2rem;
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
#consultation .cta-hotline .hotline-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  background-color: #3d302d;
  color: #c5a059;
}
@media (max-width: 768px) {
  #consultation .cta-hotline .hotline-button {
    font-size: 1.4rem;
    padding: 0.8rem 1.5rem;
  }
}
#consultation .checklist-box {
  background: #ffffff;
  padding: 3rem;
  border-radius: 12px;
  border: 2px dashed #e0e0e0;
  box-shadow: 0 10px 30px rgba(61, 48, 45, 0.05);
}
#consultation .checklist-box .checklist {
  list-style: none;
  padding-left: 0;
}
#consultation .checklist-box .checklist li {
  padding: 0.8rem 0 0.8rem 2rem;
  position: relative;
  border-bottom: 1px solid rgba(224, 224, 224, 0.3);
  font-size: 1.05rem;
}
#consultation .checklist-box .checklist li:last-child {
  border-bottom: none;
}
#consultation .checklist-box .checklist li::before {
  content: "\e184";
  font-family: "Phosphor";
  position: absolute;
  left: 0;
  color: #c5a059;
  font-size: 1.3rem;
}
#consultation .checklist-box .checklist li.highlight {
  color: #3d302d;
  font-weight: 700;
  background-color: rgba(197, 160, 89, 0.05);
  padding-left: 2.5rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
#consultation .checklist-box .checklist li.highlight::before {
  left: 0.5rem;
}

.auto-carousel .swiper {
  width: 100%;
  transform: rotate(0deg);
  position: relative;
}
.auto-carousel .swiper .swiper-wrapper {
  transition-timing-function: linear !important; /* 平滑線性移動 */
}
.auto-carousel .swiper .swiper-slide {
  width: 600px;
  aspect-ratio: 3/2;
}
@media (max-width: 768px) {
  .auto-carousel .swiper .swiper-slide {
    width: 300px;
  }
}
.auto-carousel .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#flowers .btn-line-order {
  display: inline-block;
  font-size: 1rem;
  margin-left: 15px;
  padding: 5px 15px;
  border-radius: 50px;
  background-color: #06c755;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  vertical-align: middle;
}
#flowers .btn-line-order:hover {
  background-color: #05a546;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(6, 199, 85, 0.3);
}
#flowers .btn-line-order i {
  margin-right: 5px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  #flowers .btn-line-order {
    display: block;
    margin: 10px auto 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#flowers .nav-pills {
  margin-bottom: 2rem;
}
#flowers .nav-pills .nav-link {
  color: #3d302d;
  border: 1px solid #3d302d;
  margin: 0 5px;
}
#flowers .nav-pills .nav-link.active, #flowers .nav-pills .nav-link:hover {
  background: #3d302d;
  color: #f8f5ef;
}
#flowers .subsection-title {
  width: 100%;
  font-size: 1.3rem;
  color: #3d302d;
  border-left: 5px solid #c5a059;
  padding-left: 10px;
  margin: 30px 0 15px 12px;
  font-weight: bold;
}
#flowers .work-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#flowers .work-item img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
@media (max-width: 768px) {
  #flowers .work-item img {
    height: 250px;
  }
}
#flowers .work-item .price-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  padding: 8px 0;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
}
#flowers .work-item:hover img {
  transform: scale(1.05);
}

#urns .btn-line-order {
  display: inline-block;
  font-size: 1rem;
  margin-left: 15px;
  padding: 5px 15px;
  border-radius: 50px;
  background-color: rgb(18, 18, 148);
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#urns .btn-line-order:hover {
  background-color: rgb(18, 18, 148);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(6, 199, 85, 0.3);
}
#urns .btn-line-order i {
  margin-right: 5px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  #urns .btn-line-order {
    display: block;
    margin: 10px auto 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#urns .urn-swiper {
  padding: 20px 5px 50px 5px;
}
#urns .urn-swiper .swiper-button-next,
#urns .urn-swiper .swiper-button-prev {
  color: #c5a059;
  background-color: rgba(255, 255, 255, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#urns .urn-swiper .swiper-button-next:after,
#urns .urn-swiper .swiper-button-prev:after {
  font-size: 1.2rem;
  font-weight: bold;
}
#urns .urn-swiper .swiper-button-next:hover,
#urns .urn-swiper .swiper-button-prev:hover {
  background-color: #c5a059;
  color: #fff;
}
@media (max-width: 768px) {
  #urns .urn-swiper .swiper-button-next,
  #urns .urn-swiper .swiper-button-prev {
    display: none;
  }
}
#urns .urn-swiper .swiper-pagination-bullet {
  background: #e0e0e0;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
}
#urns .urn-swiper .swiper-pagination-bullet-active {
  background: #c5a059;
  width: 20px;
  border-radius: 5px;
  transition: width 0.3s;
}
#urns .urn-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.03);
  height: 100%;
}
#urns .urn-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(197, 160, 89, 0.15);
  border-color: rgba(197, 160, 89, 0.3);
}
#urns .urn-card:hover .img-box img {
  transform: scale(1.08);
}
#urns .urn-card .img-box {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #f4f4f4;
  overflow: hidden;
  position: relative;
}
#urns .urn-card .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.5s ease;
}
#urns .urn-card .info-box {
  padding: 1.5rem;
  text-align: center;
}
#urns .urn-card .info-box h4 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
#urns .urn-card .info-box .price {
  color: #c5a059;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0;
  font-family: "Times New Roman", serif;
}

#contact {
  background: #3d302d;
}
@media (max-width: 768px) {
  #contact {
    padding-bottom: 1rem;
  }
}
#contact .contact-box {
  display: flex;
  gap: 1rem;
  background: rgb(239, 239, 239);
  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 .icon-box {
  background: #c5a059;
  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: #c5a059;
  font-weight: 600;
}
#contact .contact-box a.text-red {
  color: #b20a09;
}
#contact .contact-box span {
  display: block;
  color: gray;
  margin-top: 0.5rem;
}

footer {
  background: #3d302d;
  color: white;
  padding-bottom: 1rem;
}
footer a {
  text-decoration: underline;
}

.section-cta {
  margin-top: -2rem;
  margin-bottom: 3rem;
}/*# sourceMappingURL=all.css.map */