:root {
  --bg: #f7f1ea;
  --cream: #efe5da;
  --gold: #bd925b;
  --dark: #43352d;
  --text: #6b5c52;

  --light: #fbf6f2;
  --border: #e5ddd7;
  --heading: #43352d;
  --card-bg: #fff;


}

body {
  background: var(--bg);
  font-family: 'Montserrat', sans-serif;
}

/* Navbar */
.navbar {
  background: #f6ebe5;
  padding: 10px 0;
}

.navbar-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  color: var(--gold);
  font-weight: 600;
}

.navbar-brand span {
  color: var(--dark);
  font-size: 14px;
  letter-spacing: 4px;
  display: block;
}

.nav-link {
  color: var(--dark);
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 12px;
  font-weight: 500;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.active {
  border-bottom: 2px solid #bd925b;
}

.book-btn {
  background: var(--gold);
  color: #fff;
  border: none;
  padding: 12px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}

.book-btn:hover {
  background: #b38749;
  color: #fff;
}

.section-padding {
  padding: 90px 0;
  background: #fbf6f2;
}

.gallery-section {
  padding: 0px 0;
  background: #fbf6f2;
}

.pax-section {
  padding: 0px 0;
}

.hl {
  width: 40px;
  height: 1px;
  background: var(--gold);
  margin: 5px auto 0;
}

/* Hero Section */
.hero {
  min-height: 90vh;
  /*background:linear-gradient(rgba(247,241,234,.65),
    rgba(247,241,234,.65)),
    url('../images/slider.jpg') center/cover;*/
  background: url('../images/slider.jpg') center/cover;
  display: flex;
  align-items: center;
}

.small-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #bd925b;
  font-size: 13px;
  margin-bottom: 20px;
  font-weight: 600;

}

.confidence {
  font-family: 'Dancing Script';
  font-weight: 300;
  color: #a6854c;
  font-size: clamp(48px, 10vw, 100px);
  font-style: italic;
}

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(42px, 7vw, 75px);
  line-height: 0.95;
  color: #2d221d;
  font-weight: 600;
}

.script {
  color: var(--gold);
  font-style: italic;
  font-weight: 400;
}


/* ── PAGE HERO SMALL ── */
.page-hero {
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(160deg,
      rgba(253, 242, 234, 0.7) 60%,
      rgba(246, 235, 229, 0.7) 100%),
    url("../images/inner_page.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-hero .hero-grid {
  position: absolute;
  inset: 0;
}

.page-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  margin-bottom: 1rem;
}

.page-hero p {
  color: var(--gray);
  font-size: 1rem;
  max-width: 520px;
  line-height: 1.8;
}

.breadcrumb-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 1.5rem;
}

.breadcrumb-bar span {
  color: var(--gold);
}

.hero-text {
  color: var(--text);
  font-size: 15px;
  line-height: 1.4;
  margin: 25px 0;
  max-width: 400px;
}

.primary-btn {
  background: var(--gold);
  color: #fff;
  padding: 10px 19px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  margin-right: 15px;
  font-size: 13px;
}

.secondary-btn {
  border: 1px solid #ccb89c;
  color: var(--dark);
  padding: 10px 19px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}

.primary-btn:hover {
  background: #b38749;
  color: #fff;
}

.secondary-btn:hover {
  background: #fff;
}

@media(max-width:768px) {

  .hero-title {
    font-size: 50px;
  }

  .hero {
    text-align: center;
    padding: 80px 0;
  }

}




/* About Section */
.about-section {
  padding: 100px 0;
  background: #fdefe1;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.about-tag {
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #8f7c6b;
  margin-bottom: 20px;
}

.about-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 5vw, 50px);
  line-height: 1;
  color: var(--dark);
  font-weight: 600;
  margin-bottom: 25px;
}

.about-text {
  font-size: 16px;
  line-height: 1.4;
  color: var(--text);
  max-width: 600px;
  margin-bottom: 35px;
}

.learn-btn {
  background: var(--gold);
  color: #fff;
  text-decoration: none;
  padding: 15px 28px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
}

.learn-btn:hover {
  background: #b38749;
  color: #fff;
}

@media(max-width:991px) {

  .about-section {
    padding: 70px 0;
  }

  .about-content {
    margin-top: 40px;
    text-align: center;
  }

  .about-title {
    font-size: 48px;
  }

  .about-text {
    margin: auto auto 30px;
  }

}



/* Section */
.services-section {
  padding: 90px 0;
  background: #fbf6f2;
}

.section-tag {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #8c7867;
  font-size: 12px;
  margin-bottom: 12px;
}

.section-title {
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 5vw, 50px);
  color: var(--dark);
  margin-bottom: 50px;
}

/* Service Card */
.service-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  transition: .3s;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .05);
  height: 100%;
}

.service-card:hover {
  transform: translateY(-8px);
}

.service-img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}

.service-content {
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  min-height: 180px;
}

.icon-circle {
  width: 65px;
  height: 65px;
  background: #e8caad;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -62px auto 20px;
  position: relative;
  z-index: 10;
  font-size: 24px;
}

.service-title {
  font-size: 12px;
  font-weight: 600;
  color: var(--dark);
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 10px;
}

.service-text {
  font-size: 12px;
  color: var(--text);
  line-height: 1.4;
  font-weight: 500;
}

/* Swiper */
.swiper {
  padding-bottom: 50px;
}

.swiper-pagination-bullet {
  background: var(--gold);
}

@media(max-width:768px) {

  .section-title {
    font-size: 40px;
  }

  .service-img {
    height: 240px;
  }

}


/* Section */
.why-section {
  padding: 80px 0 0;
  background: var(--light);
}

.section-tag {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #9b8571;
  font-size: 12px;
  margin-bottom: 50px;
}

/* Features */
.feature-box {
  text-align: center;
  padding: 10px 25px;
  border-right: 1px solid #dccdb9;
  height: 100%;
}


.feature-icon {
  font-size: 42px;
  color: var(--gold);
  margin-bottom: 20px;
}

.feature-icon-nomargin {
  margin-bottom: 0px !important;
}

.feature-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--dark);
  line-height: 1.4;
  margin-bottom: 12px;
}

.feature-text {
  color: var(--text);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
}

/* Quote Section */
.quote-wrapper {
  margin-top: 70px;
  background: #eddace;
}

.quote-content {
  padding: 0px 70px 0px 70px;
  position: relative;
}

.quote-icon {
  color: var(--gold);
  font-size: 50px;
  opacity: .7;
}

.quote-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.25;
  color: var(--dark);
  margin-top: 20px;
  text-align: center;
}

.quote-highlight {
  color: var(--gold);
}

.quote-end {
  text-align: right;
  color: var(--gold);
  font-size: 50px;
  margin-top: 20px;
}

.quote-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Mobile */
@media(max-width:991px) {

  .feature-box {
    border-right: none;
    border-bottom: 1px solid var(--border);
    padding: 30px 15px;
  }

  .quote-content {
    padding: 40px 30px;
    text-align: center;
  }

  .quote-text {
    font-size: 32px;
  }

}




.testimonial-section {
  padding: 90px 0;
  background: var(--bg);
  overflow: hidden;
}


/* Card */
.testimonial-card {
  background-color: #fffbfa;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 10px 20px 10px 20px;
  text-align: center;
  position: relative;
  transition: .3s;
  height: 100%;
  min-height: 150px;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, .06);
}

.star {
  color: var(--gold);
  margin-bottom: 5px;
  font-size: 14px;
}

.review-text {
  color: var(--dark);
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 12px;
  font-weight: 500;
}

.client-name {
  color: #8d7863;
  font-size: 14px;
}

/* Avatar Circle */
.client-avatar {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f2e4d4;
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  border: 4px solid var(--bg);
}

/* Arrows */
.swiper-button-next,
.swiper-button-prev {
  width: 48px;
  height: 48px;
  background: #efdfcc;
  border-radius: 50%;
  color: var(--gold);
  top: 45%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
  font-weight: 700;
}

.swiper {
  padding: 20px 60px 70px;
}

@media(max-width:768px) {

  .swiper {
    padding: 20px 15px 70px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

}



/* CTA SECTION */

.footer-cta {
  /*background: linear-gradient(90deg,
      #f5ede8 0%,
      #f0e2d7 50%,
      #f5ede8 100%);*/
  background: url('../images/footer_img.png') right no-repeat;
  background-color: #e4d9d5;
  overflow: hidden;
}

.cta-content {
  padding: 35px 20px 35px 60px;
}

.cta-content h2 {
  color: #b08a5a;
  font-size: 25px;
  line-height: 1.1;
  margin-bottom: 12px;
  font-weight: 600;
  font-family: 'Cormorant Garamond', serif;
}

.cta-content h2 span {
  display: block;
}

.cta-content p {
  color: #6f6257;
  font-size: 12px;
  max-width: 320px;
  margin: 0;
  font-weight: 600;
}

.contact-box {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}


.contact-box small {
  display: block;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  color: #3f3f3f;
}

.contact-box h6 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.footer-decor {
  max-height: 150px;
  object-fit: contain;
}

/* FOOTER */

.main-footer {
  background: #b89f81;
  padding: 18px 0;
}

.footer-menu {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 1px;
}

.footer-menu a:hover {
  color: #f7efe7;
}

.copyright {
  color: #f7efe7;
  margin: 0;
  font-size: 12px;
}

@media(max-width:991px) {

  .cta-content {
    padding: 30px 20px;
    text-align: center;
  }

  .cta-content p {
    max-width: 100%;
  }

  .contact-box {
    margin-bottom: 25px;
  }

  .footer-menu {
    flex-wrap: wrap;
    gap: 15px;
    margin: 20px 0;
  }

  .copyright {
    text-align: center;
  }
}












.sub-title {
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 8px;
}

.main-title {
  font-family: 'Cormorant Garamond', serif;
  color: var(--heading);
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.main-title span {
  font-style: italic;
  color: var(--gold);
  font-weight: 600;
}

.title-line {
  width: 40px;
  height: 2px;
  background: var(--gold);
  margin: 15px auto 0;
}

.treatment-card {
  background: var(--card-bg);
  border: 1px solid #e5ddd7;
  height: 100%;
  transition: .3s;
}

.treatment-card:hover {
  transform: translateY(-5px);
}

.card-image {
  height: 220px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-body {
  padding: 18px;
}

.category {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  color: #cdb493;
  margin-bottom: 8px;
}

.card-title {
  font-family: 'Cormorant Garamond', serif;
  color: var(--heading);
  font-size: 24px;
  margin-bottom: 12px;
}

.card-text {
  font-size: 13px;
  line-height: 1.8;
  color: #8c8379;
  min-height: 90px;
}

.price {
  color: var(--gold);
  font-size: 28px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  margin-bottom: 10px;
}

.btn-enquiry {
  background: #f3e2c8;
  color: #8a683d;
  border: none;
  padding: 8px 18px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-enquiry:hover {
  background: var(--gold);
  color: #fff;
}

.btn-shop {
  background: var(--gold);
  color: #fff;
  border: none;
  padding: 14px 35px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.btn-shop:hover {
  background: #b7782c;
  color: #fff;
}


/* ─────────────────── GALLERY STRIP ─────────────────── */
.gallery-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  height: 700px;
}

.gal-item {
  overflow: hidden;
  position: relative;
}

.gal-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s;
}

.gal-item:hover img {
  transform: scale(1.12);
}

.gal-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(43, 24, 16, .0);
  transition: background .3s;
}

.gal-item:hover::after {
  background: rgba(43, 24, 16, .25);
}


/* ─────────────────── PARALLAX BLOCKS ─────────────────── */
.pax {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.pax-overlay {
  position: absolute;
  inset: 0;
}

.pax .inner {
  position: relative;
  z-index: 2;
}

.pax-title {
  font-size: clamp(2rem, 6vw, 3.8rem);
  color: white;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: 'Playfair Display', serif;
}

.pax-title em {
  color: #d4a054;
  font-style: italic;
}

.gold-bar.center {
  margin-left: auto;
  margin-right: auto;
}

.gold-bar {
  width: 50px;
  height: 3px;
  background: #d4a054;
  margin: 22px 0 38px;
}

@media(max-width:768px) {

  .gallery-strip {
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }

  .gal-item {
    height: 220px;
  }

}

@media(max-width:991px) {

  .contact-box {
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }

}

@media(max-width:768px) {

  .hero {
    min-height: auto;
    padding: 100px 0;
    background-position: center;
  }

  .hero-text {
    margin: 20px auto;
  }

  .primary-btn,
  .secondary-btn {
    width: 100%;
    text-align: center;
  }

  .footer-cta {
    background-size: cover;
  }

  .footer-logo {
    text-align: center;
  }

}