:root{
  --gold:#bd9550;
  --gold-dark:#8f6d34;
  --gold-light:#e6cf9c;
  --cream:#f5f0e8;
  --cream-2:#efe9de;
  --ink:#2a2820;
  --ink-soft:#59564a;
  --muted:#7d746a;
  --ivory:#fffcf6;
  --bark:#2A1B10;
  --sienna:#8f6d34;
  --line:#e4dac2;
  --forest:#1c3226;
  --forest-deep:#12211a;
  --sand:#f5efe1;
  --radius:18px;
  --shadow:0 20px 45px -25px rgba(28,50,38,0.35);
}



*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  font-family:'Outfit', sans-serif;
  background:var(--ivory);
  color:var(--ink);
  font-weight:300;
  line-height:1.6;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
h4{
  font-weight:600;
  color:var(--forest);
  line-height:1.15;
  letter-spacing:-0.01em;
}
h1,h2,h3,h4{
  font-family: 'Marcellus', serif;
  font-weight:400;
  color:var(--forest);
  line-height:1.15;
  letter-spacing:0.01em;
}
h4{
  font-family:'Fraunces', serif;
  font-weight:400;
  color:var(--forest);
  line-height:1.15;
  letter-spacing:0.01em;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
/* p{font-size: 17px !important;} */
.container{max-width:1200px;margin:0 auto;padding:0 24px}
.wrap{max-width:1200px;margin:0 auto;padding:0 24px;}

/* ---------- treatments ---------- */
.treat{padding:90px 0;background:var(--cream)}
.treat .head{text-align:center;max-width:620px;margin:0 auto 50px}
.treat h2{font-size:clamp(1.7rem, 4.2vw, 2.375rem)}
.treat .grid{display:grid;grid-template-columns:1fr 1.1fr 1fr;gap:40px;align-items:center}
.t-item{display:flex;gap:14px;margin-bottom:30px}
.t-item .ic{width:52px;height:52px;flex:none;border-radius:50%;background:#fff;border:1px solid var(--cream-2);color:var(--gold) !important;display:flex;align-items:center;justify-content:center;font-size:20px}
.t-item h4{font-size:15px;font-weight:600;margin-bottom:4px}
.t-item p{font-size:13px;color:var(--muted)}
.t-item.right{flex-direction:row-reverse;text-align:right}
.treat-media{height:440px;border-radius:14px;background: #2f2820 url("../images/spa-and-massage-concept.jpg") center center / cover no-repeat;}
@media(max-width:900px){
    .treat .grid{
        grid-template-columns:1fr;
        gap:0 !important;
    }
    .t-item.right{
        flex-direction:row;
        text-align:left
    }
    .treat-media{
        order:-1;
    }
    .treat .grid > :nth-child(2) {
        margin-bottom:40px !important;
    }
}


 /* ===== NAV ===== */

 /* Wp admin bar */
.admin-bar header {
    top: 32px !important;
}
@media screen and (max-width: 782px) {
    .admin-bar header {
        top: 46px !important;
    }
}
@media screen and (max-width: 600px) { 
    #wpadminbar { 
        position: fixed !important;  /* For fixed theme headers */
    } 
}
/* Wp admin bar */
/* Space for fixed header */
/* main {
    padding-top: var(--navbar-height) !important;
}

@media screen and (max-width: 640px) {
    main {
        padding-top: var(--mobile-navbar-height) !important;
    }
} */


  header{
    position:fixed;
    top:0;left:0;right:0;
    z-index:100;
    padding:18px 0;
    transition:background .4s ease, padding .4s ease, box-shadow .4s ease;
  }
  header .wrap{display:flex;align-items:center;justify-content:space-between;gap:14px;}
  .brand{display:flex;align-items:center;gap:12px;}
  .brand img{height:46px;width:46px;transition:height .4s ease,width .4s ease;}
  .brand-text{font-family:'Fraunces',serif;font-size:19px;letter-spacing:0.06em;color:var(--ivory);transition:color .4s ease;}
  .brand-text span{display:block;font-family:'Outfit',sans-serif;font-size:10px;letter-spacing:0.35em;font-weight:400;color:var(--gold-light);text-transform:uppercase;margin-top:2px;}
  nav ul{list-style:none;display:flex;gap:38px;}
  header nav a{
    font-size:13px;
    letter-spacing:0.12em;
    text-transform:uppercase;
    color:var(--ivory);
    font-weight:400;
    position:relative;
    padding-bottom:4px;
    transition:color .3s ease;
  }
  header nav a::after{
    content:"";
    position:absolute;left:0;bottom:0;
    width:0;height:1px;
    background:var(--gold);
    transition:width .3s ease;
  }
  nav a:hover::after{width:100%;}
  nav a.active::after{width:100%;}
  
  .nav-right{display:flex;align-items:center;gap:28px;}
  .btn-nav{
    border:1px solid var(--gold);
    color:var(--ivory);
    padding:10px 22px;
    font-size:12.5px;
    letter-spacing:0.14em;
    text-transform:uppercase;
    border-radius:2px;
    transition:all .3s ease;
    white-space:nowrap;
  }
  .btn-nav:hover{background:var(--gold);color:var(--bark);}
  header.scrolled{
    box-shadow:0 8px 30px rgba(0,0,0,0.18);
    padding:12px 0;
    background: rgba(18, 33, 26, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
  header.scrolled .brand img{height:38px;width:38px;}
  .menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px;}
  .menu-toggle span{width:24px;height:1.5px;background:var(--ivory);display:block;}


/* ---------- footer ---------- */
footer{background: linear-gradient(160deg, var(--forest), var(--forest-deep));color:#cfc5b8}
.f-top{text-align:center;padding:30px 0 30px !important;border-bottom:1px solid rgba(255,255,255,.1)}
.f-top .logo{justify-content:center;color:#fff;margin-bottom:10px}
.f-top p{font-size:16px;max-width:460px;margin:0 auto 20px}
.socials{display:flex;gap:12px;justify-content:center}
.socials a{width:38px;height:38px;border:1px solid rgba(255,255,255,.25);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;transition:.3s}
.socials a:hover{background:var(--gold);border-color:var(--gold);color:#fff}
.f-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.2fr;gap:40px;padding:30px 10px 30px !important;}
.f-grid h4{font-family:'Outfit',sans-serif;color:#fff;font-size:15px;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px}
.f-grid a{display:block;font-size:14px;padding:5px 0;transition:.3s}
.f-grid a:hover{color:var(--gold)}
.f-grid p{font-size:14px;line-height:1.9}
.f-bottom{border-top:1px solid rgba(255,255,255,.1);padding:18px 4px !important;font-size:12px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}

.logo {
  display: flex;
  align-items: center;
}

.logo-img {
  height: 45px;   /* Adjust as needed */
  width: auto;
  display: block;
}
@media(max-width:900px){.f-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.f-grid{grid-template-columns:1fr}}
@media (prefers-reduced-motion: reduce){*{transition:none!important}}



  .eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-family:'Outfit',sans-serif;
    font-size:0.78rem;
    letter-spacing:0.16em;
    text-transform:uppercase;
    color:var(--gold-dark);
    font-weight:600;
    margin-bottom:18px;
  }
  /* ============ SECTION HEADERS ============ */
  .section-head{
    max-width:640px;
    margin:0 auto 56px;
    text-align:center;
  }
  .section-head h2{
    font-size:clamp(1.9rem, 3vw, 2.5rem);
  }
  .section-head p{
    color:var(--ink-soft);
    margin-top:16px;
    font-size:1.02rem;
  }
  .section-head.left{
    margin:0 0 48px;
    text-align:left;
  }
 /* ===== HERO ===== */
  .hero{
    position:relative;
    min-height:100vh;
    display:flex;
    align-items:center;
    text-align:left;
    overflow:hidden;
    padding:140px 0 100px;
  }
  .hero-slider{position:absolute;inset:0;z-index:0;}
  .hero-slide{
    position:absolute;
    inset:0;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    opacity:0;
    transition:opacity 1.4s ease;
  }
  .hero-slide.active{opacity:1;}
  .hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg, rgba(18,33,26,0.85) 0%, rgba(18,33,26,0.6) 45%, rgba(18,33,26,0.2) 100%);
    z-index:1;
  }
  .hero-wrap{position:relative;z-index:2;width:100%;}
  .hero-dots{
    position:absolute;
    bottom:32px;
    left:50%;
    transform:translateX(-50%);
    display:flex;
    align-items:center;
    gap:12px;
    z-index:3;
  }
  .hero-dot{
    width:9px;height:9px;
    border-radius:50%;
    background:rgba(245,240,232,0.4);
    border:none;
    padding:0;
    cursor:pointer;
    transition:background .3s ease, transform .3s ease;
  }
  .hero-dot.active{
    background:#f5f0e8;
    transform:scale(1.1);
  }
  .hero-content{max-width:620px;}
  .hero-content .eyebrow{justify-content:flex-start;margin-bottom:22px;}
  .hero-content .eyebrow::before{display:none;}
  h1.hero-title{
    color:var(--ivory);
    font-size:clamp(36px, 6vw, 64px);
    line-height:1.12;
    margin-bottom:22px;
    animation:fadeUp 1s ease .1s both;
  }
  h1.hero-title em{
    font-style:italic;
    color:var(--gold-light);
  }
  .hero-sub{
    color:#E4D8C4;
    font-size:17px;
    font-weight:300;
    max-width:560px;
    margin:0 0 40px;
    animation:fadeUp 1s ease .25s both;
  }
  .hero-cta{
    display:flex;
    gap:18px;
    justify-content:flex-start;
    flex-wrap:wrap;
    animation:fadeUp 1s ease .4s both;
  }
  .btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:16px 34px;
    font-size:13px;
    letter-spacing:0.14em;
    text-transform:uppercase;
    border-radius:2px;
    transition:all .35s ease;
    font-weight:500;
  }
  .btn-primary{
    background:var(--sienna);
    color:var(--ivory);
    box-shadow:0 10px 30px rgba(168,86,44,0.35);
  }
  .btn-primary:hover{background:#6a5126;transform:translateY(-2px);}
  .btn-outline{
    border:1px solid rgba(250,245,234,0.4);
    color:var(--ivory);
  }
  .btn-outline:hover{border-color:var(--gold);color:var(--gold-light);}
  @keyframes fadeUp{from{opacity:0;transform:translateY(18px);}to{opacity:1;transform:translateY(0);}}
  @keyframes fadeDown{from{opacity:0;transform:translateY(-14px);}to{opacity:1;transform:translateY(0);}}


  /* ============ WHY / FEATURES ============ */
  .why{
    background:var(--forest);
    padding:100px 0;
    color:var(--ivory);
  }
  .why .section-head h2, .why .section-head p{color:var(--ivory);}
  .why .section-head p{opacity:0.75;}
  .why-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:26px;
  }
  .why-card{
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.12);
    border-radius:16px;
    padding:50px 36px;
  }

  .why-card h4{color:var(--ivory);font-size:1.08rem;margin-bottom:10px;}
  .why-card p{font-size:0.9rem;color:rgba(255,252,246,0.72);}

  .why-card {
    position: relative;
    overflow: hidden;
    align-content: center;
}

.why-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.25;
}

.why-card > * {
    position: relative;
    z-index: 1;
}

.why-card-1::before {
    background: url("../images/flower-1.png") center/cover no-repeat;
}
.why-card-2::before {
    background: url("../images/flower-2.png") center/cover no-repeat;
}
.why-card-3::before {
    background: url("../images/flower-3.png") center/cover no-repeat;
}
.why-card-4::before {
    background: url("../images/flower-4.png") center/cover no-repeat;
}


  /* ============ SALON & SPA ============ */
  .salon{padding:100px 0;background: var(--ivory);}
  .salon .container{
    display:grid;
    grid-template-columns:0.85fr 1.15fr;
    gap:60px;
    align-items:start;
  }
  .salon-visual{
    position:sticky;
    top:110px;
  }
  .salon-visual h2{color:var(--forest);font-size:clamp(1.5rem, 4.5vw, 1.9rem);margin-bottom:20px;}
  .salon-visual-img{
    width:100%;
    height:auto;
    border-radius:var(--radius);
    box-shadow:var(--shadow);
    display:block;
  }

  .salon-list{
    display:grid;
    gap:16px;
  }
  .s-card{
    display:flex;
    align-items:flex-start;
    gap:16px;
    background:var(--ivory);
    border:1px solid var(--line);
    border-radius:14px;
    padding:22px 24px;
    transition:transform .25s ease, box-shadow .25s ease;
  }
  .s-card:hover{transform:translateX(4px);box-shadow:var(--shadow);}
  .s-card .check{
    width:30px;height:30px;min-width:30px;
    border-radius:50%;
    background:var(--sand);
    border:1px solid var(--gold);
    display:flex;align-items:center;justify-content:center;
    color:var(--gold-dark);
  }
  .s-card .check svg{width:15px;height:15px;}
  .s-card strong{display:block;font-family:'Fraunces',serif;font-weight:600;color:var(--forest);font-size:1.02rem;margin-bottom:3px;}
  .s-card span{font-size:0.9rem;color:var(--ink-soft);}

   /* ============ CONTACT ============ */
  .contact{padding:100px 0;background:var(--cream);}
  .contact .container{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:56px;
  }
  .contact-info h2{font-size:clamp(1.8rem,2.6vw,2.3rem);margin-bottom:18px;}
  .contact-info p{color:var(--ink-soft);margin-bottom:34px;max-width:440px;}
  .info-row{
    display:flex;
    gap:16px;
    align-items:flex-start;
    margin-bottom:24px;
  }
  .info-row .ic{
    width:44px;height:44px;min-width:44px;
    border-radius:12px;
    background:var(--ivory);
    border:1px solid var(--line);
    display:flex;align-items:center;justify-content:center;
    color:var(--gold-dark);
  }
  .info-row .ic svg{width:20px;height:20px;}
  .info-row strong{display:block;color:var(--forest);font-size:0.98rem;margin-bottom:3px;font-family:'Fraunces',serif;}
  .info-row span{font-size:0.9rem;color:var(--ink-soft);}

  .contact-card{
    background:var(--ivory);
    border:1px solid var(--line);
    border-radius:var(--radius);
    padding:42px;
    box-shadow:var(--shadow);
  }
  .contact-card h3{font-size:clamp(1.1rem, 3.5vw, 1.3rem);margin-bottom:10px;}
  .contact-card p{color:var(--ink-soft);font-size:0.94rem;margin-bottom:12px;}
  .contact-card .btn{width:100%;justify-content:center;}
  .contact-note{
    font-size:0.8rem;
    color:var(--ink-soft);
    text-align:center;
    margin-top:16px;
  }

  .contact-form{display:flex;flex-direction:column;gap:18px;}
  .form-row{display:flex;flex-direction:column;gap:8px;}
  .form-row label{
    font-size:0.82rem;
    font-weight:600;
    color:var(--forest);
  }
  .form-row input,
  .form-row textarea{
    font-family:'Outfit',sans-serif;
    font-size:0.94rem;
    color:var(--ink);
    background:var(--sand);
    border:1px solid var(--line);
    border-radius:10px;
    padding:13px 16px;
    resize:none;
    transition:border-color .2s ease, box-shadow .2s ease;
    width: 100%;
    font-weight: normal;
  }
  .form-row input:focus,
  .form-row textarea:focus{
    outline:none;
    border-color:var(--gold);
    box-shadow:0 0 0 3px rgba(189,149,80,0.18);
  }
  .form-row input::placeholder,
  .form-row textarea::placeholder{color:var(--ink-soft);opacity:0.7;}
  .form-status{
    font-size:0.85rem;
    text-align:center;
    color:var(--forest);
    font-weight:500;
    display:none;
  }
  .form-status.show{display:block;}

  .submit-btn{
    border:1px;
    box-shadow: 0 10px 30px rgba(18, 33, 26, 0.35);
  }
   /* ===== SALON ===== */
  .ayur-salon{
    padding:110px 0;
    background:var(--cream);
    position:relative;
    overflow:hidden;
  }
  .ayur-salon .section-head h2{color:var(--forest);}
  .ayur-salon .section-head p{color:var(--forest);}
  .salon-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:2px;
    background:rgba(250,245,234,0.14);
    border-radius:4px;
    overflow:hidden;
  }
  .salon-card{
    background:linear-gradient(160deg, var(--forest), var(--forest-deep));
    padding:36px 30px;
    min-height:200px;
  }
  .salon-card:hover{background:var(--forest-deep);}
  .salon-icon{width:38px;height:38px;color:var(--gold-light);margin-bottom:20px;}
  .salon-icon svg{width:100%;height:100%;}
  .salon-card h3{
    color:var(--ivory);
    font-size:18px;
    margin-bottom:10px;
    font-weight:400;
  }
  .salon-card p{
    color:rgba(255, 252, 246, 0.72);
    font-size:14px;
    font-weight:300;
    line-height:1.6;
  }

  .explore-card{
    display:flex;
    flex-direction:column;
    justify-content:center;
    text-decoration:none;
    border:1px dashed rgba(230,207,156,0.35);
  }
  .explore-card h3{
    display:flex;
    align-items:center;
    gap:12px;
  }
  .arrow-more{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:32px;height:32px;
    min-width:32px;
    border:1px solid var(--gold-light);
    border-radius:50%;
    color:var(--gold-light);
    font-size:15px;
    line-height:1;
    transition:transform .3s ease, background .3s ease, color .3s ease;
  }
  .explore-card:hover .arrow-more{
    background:var(--gold-light);
    color:var(--forest-deep);
    transform:translateX(4px);
  }



/* ===== RESPONSIVE ===== */
/* Everything below is scoped to max-width so nothing changes on lg (1024px)
   and up — the design on desktop/laptop stays pixel-identical. */

/* ---- container/wrap padding scale -----------------------------------
   Unified, even padding on both .container and .wrap at every step, so
   sections line up. The design is unchanged at 1280px and up (that's
   the original 24px/32px values, set with no media query above); every
   tier below progressively tightens the sides. ----------------------- */
@media(max-width:1279px){
  .container{padding:0 24px;}
  .wrap{padding:0 28px;}
}
@media(max-width:1023px){
  .why-grid{grid-template-columns:repeat(2,1fr);}
  .salon-grid{grid-template-columns:repeat(2,1fr);}
  .salon .container{grid-template-columns:1fr;gap:36px;}
  .salon-visual{position:static;}
  .contact .container{grid-template-columns:1fr;gap:36px;}
  .f-grid{grid-template-columns:1fr 1fr;}
  .hero{padding:130px 0 90px;}
  .treat{padding:70px 0;}
  .treat .grid{gap:28px;}
  .treat-media{height:360px;}
  .why{padding:80px 0;}
  .salon{padding:80px 0;}
  .ayur-salon{padding:90px 0;}
  .contact{padding:80px 0;}
  .container{padding:0 20px;}
  .wrap{padding:0 24px;}
}

/* ---- nav -> hamburger ---- */
@media(max-width:860px){
  header nav{display:none;width:100%;}
  .menu-toggle{display:flex;}
  header nav ul{gap:18px;}
  .nav-right .btn-nav{padding:8px 16px;font-size:11px;}
  /* keep the WhatsApp button + toggle grouped together on the right
     instead of space-between spreading them across the header */
  .nav-right{margin-left:auto;}
}

/* ---- below md (tablet portrait / large phones, 767px and down) ---- */
@media(max-width:767px){
  .container{padding:0 16px;}
  .wrap{padding:0 16px;}
  .treat .grid{grid-template-columns:1fr;}
  /* (sm tier, px-4) */
  .t-item.right{flex-direction:row;text-align:left;}
  .treat-media{height:280px;order:-1;}
  .why-card{padding:40px 30px;}
  .contact-card{padding:32px 28px;}
  .hero-cta{gap:14px;}
  .btn{padding:14px 26px;font-size:12px;}
  .section-head{margin-bottom:42px;}
}

/* ---- below sm (phones, 639px and down) ---- */
@media(max-width:639px){
  .container{padding:0 8px;}
  .wrap{padding:0 8px;}
  .why-grid{grid-template-columns:1fr;}
  .salon-grid{grid-template-columns:1fr;}
  .hero{padding:120px 0 80px;min-height:85vh;}
  .hero-cta{gap:12px;}
  .hero-cta .btn{width:auto;}
  .btn{padding:14px 22px;font-size:12px;}
  .hero-sub{font-size:15.5px;}
  .treat{padding:60px 0;}
  .treat h2{margin-bottom:6px;}
  .treat-media{height:240px;}
  .why{padding:64px 0;}
  .why-card{padding:32px 24px;}
  .salon{padding:64px 0;}
  .ayur-salon{padding:64px 0;}
  .contact{padding:64px 0;}
  .contact-card{padding:26px 22px;}
  .s-card{padding:18px 18px;gap:12px;}
  .f-grid{gap:28px;}
  .brand img{height:38px;width:38px;}
  .brand-text{font-size:16px;}
  .section-head{margin-bottom:34px;}
  /* below sm: hide the WhatsApp text button in the header, show only
     the hamburger toggle so nothing crowds the top bar */
  .nav-right{display:none;}
}

/* ---- small phones (479px and down) ---- */
@media(max-width:479px){
  .info-row .ic{width:36px;height:36px;min-width:36px;}
  .info-row .ic svg{width:16px;height:16px;}
  .hero-sub{font-size:14.5px;}
  .btn{padding:13px 18px;font-size:11px;letter-spacing:0.1em;}
  .contact-card{padding:22px 18px;}
  .f-bottom{flex-direction:column;text-align:center;gap:6px;}
}

/* ---- very small phones (379px and down) ---- */
@media(max-width:379px){
  .brand-text{font-size:14px;}
  .brand-text span{font-size:9px;letter-spacing:0.28em;}
}


/* flip */

.flip-card {
    position: relative;
    perspective: 1000px;
    min-height:200px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform .6s;
  transform-style: preserve-3d;
}

@media (hover: hover) {
    .flip-card:hover .flip-card-inner {
        transform: rotateX(180deg);
    }
}

/* Mobile */
.flip-card.flipped .flip-card-inner {
    transform: rotateX(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}

.flip-card-back {
  transform: rotateX(180deg);
}

.flip-card-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#google-reviews .ti-widget.ti-goog .ti-review-item>.ti-inner, .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
    background: var(--forest) !important;
    border: none !important;
}

#google-reviews .ti-profile-details .ti-name{
  color : var(--ivory) !important;
}


#google-reviews .ti-widget.ti-goog .ti-widget-container{
  color : var(--ivory) !important;
}

#google-reviews .ti-footer {
  display:none !important;
}

.ti-rating-text strong,
#google-reviews .ti-rating-text span{
  color : var(--ivory) !important;
}

#google-reviews .ti-widget.ti-goog .ti-controls{
  /* display:none !important; */
}

#google-reviews .ti-widget.ti-goog .ti-controls .ti-next, 
#google-reviews .ti-widget.ti-goog .ti-controls .ti-prev{
  background-color : var(--ivory) !important;
  outline: none !important;
}

#google-reviews .ti-read-more-active{
  color : var(--ivory) !important;
}

#google-reviews .ti-widget.ti-goog .ti-controls .ti-next:hover:before, 
#google-reviews .ti-widget.ti-goog .ti-controls .ti-next:focus:before, 
#google-reviews .ti-widget.ti-goog .ti-controls .ti-prev:hover:before, 
#google-reviews .ti-widget.ti-goog .ti-controls .ti-prev:focus:before{
  border-color : var(--forest) !important;
}


#contact-btn-submit{
  width:100%;
  background: linear-gradient(160deg, var(--forest), var(--forest-deep));
}


#treatmentSearch {
  padding: 10px 16px; border: 1px solid #ccc; border-radius: 25px;
  font-size: 14px; max-width: 320px;
}
.filter-btn {
    padding: 10px 16px;
    border-radius: 9999px;
    border: 1px solid #d1d5db;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.2;
    transition: all .2s ease;
}

.filter-btn:hover {
    background: #f5f5f5;
}

.filter-btn.active {
    background: var(--forest);
    color: var(--ivory);
    border-color: var(--ivory);
}

#clearFilters.hidden{
    display:none;
}

@media (max-width: 640px) {
    

    .filter-btn {
        /* width: 100%; */
        border-radius: 999px;
        padding: 12px;
        text-align: center;
    }

    #treatmentSearch {
        max-width: 100%;
    }

}



.page-banner{
  position:relative;
  padding:170px 0 80px;
  background:linear-gradient(160deg, var(--forest), var(--forest-deep));
  overflow:hidden;
  text-align:center;
}
.page-banner::before{
  content:"";
  position:absolute;
  width:520px;height:520px;
  border:1px solid rgba(230,207,156,0.18);
  border-radius:50%;
  top:-260px;right:-160px;
}
.page-banner .crumb{
  position:relative;
  z-index:1;
  font-size:0.82rem;
  color:rgba(255,252,246,0.6);
  margin-bottom:18px;
  letter-spacing:0.04em;
}
.page-banner .crumb a{color:var(--gold-light);}
.page-banner .crumb a:hover{text-decoration:underline;}
.page-banner h1{
  position:relative;
  z-index:1;
  color:var(--ivory);
  font-size:clamp(2rem, 5vw, 3rem);
  margin-bottom:16px;
}
.page-banner p{
  position:relative;
  z-index:1;
  color:rgba(255,252,246,0.78);
  max-width:560px;
  margin:0 auto;
  font-size:1.02rem;
}

/* ---- Signature Packages ---- */
.packages{padding:100px 0;background:var(--cream);}
.pkg-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}
.pkg-card{
  background:var(--ivory);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:32px 28px;
  display:flex;
  flex-direction:column;
  transition:transform .25s ease, box-shadow .25s ease;
}
.pkg-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);}
.pkg-card .pkg-num{
  font-family:'Fraunces',serif;
  font-size:0.8rem;
  color:var(--gold-dark);
  letter-spacing:0.08em;
  margin-bottom:10px;
}
.pkg-card h3{
  font-size:1.15rem;
  margin-bottom:10px;
  flex:1 0 auto;
  font-weight: 700;
  line-height:1.5;
}

.pkg-card .pkg-desc{
    margin-top:14px;
    margin-bottom:14px;
}
.pkg-card .pkg-meta{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  margin-top:auto;
  padding-top:18px;
  border-top:1px dashed var(--line);
}
.pkg-card .pkg-duration{
  font-size:0.82rem;
  color:var(--ink-soft);
}
.pkg-card .pkg-price{
  font-family:'Fraunces',serif;
  font-size:1.25rem;
  font-weight:600;
  color:var(--forest);
}
.pkg-card .pkg-price span{
  font-size:0.7rem;
  color:var(--ink-soft);
  font-family:'Outfit',sans-serif;
  font-weight:400;
  display:block;
  text-align:right;
}

/* ---- Individual treatments: alternating image/content cards ---- */
.pricelist{padding:30px 0 100px 0;background:var(--ivory);}

.tgroup{margin-top:56px;}
.tgroup:first-of-type{margin-top:36px;}
.tgroup h3{
  font-size:1.3rem;
  color:var(--gold-dark);
  margin-bottom:24px;
  padding-bottom:14px;
  border-bottom:2px solid var(--forest);
  font-weight:700;
}

.tcard{
  display:flex;
  align-items:stretch;
  background:var(--cream);
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden;
  margin-bottom:22px;
  transition:box-shadow .25s ease, transform .25s ease;
}
.tcard:hover{box-shadow:var(--shadow);transform:translateY(-2px);}
.tcard:last-child{margin-bottom:0;}
.tcard.reverse{flex-direction:row-reverse;}

.tcard.reverse h4{
    margin-right : 0 !important;
    text-align: end;
}
.tcard.reverse p{
    margin-right : 0 !important;
    text-align: end;
}
.tcard.reverse .tcard-meta .tprice{
    margin-left : 0 !important;
}

.tcard-img{
  flex:0 0 33.333%;
  position:relative;
  min-height:150px;
  background:linear-gradient(160deg, var(--forest), var(--forest-deep));
}
.tcard-img img{
  width:100%;
  max-height:200px;
  object-fit:cover;
  display:block;
}
.tcard-img .img-fallback{
  position:absolute;inset:0;
  display:flex;align-items:center;justify-content:center;
  color:rgba(230,207,156,0.55);
  font-size:2rem;
}

.tcard-body{
  flex:1;
  padding:26px 30px;
  display:flex;
  flex-direction:column;
  min-width:0;
}
.tcard-body h4{
  font-size:1.15rem;
  color:var(--forest);
  margin-bottom:8px;
}
.tcard-body .tdesc{
  font-size:1rem;
  color:var(--ink-soft);
  margin-bottom:14px;
  flex:1 0 auto;
}
.tcard-meta{
  display:flex;
  align-items:baseline;
  gap:18px;
  margin-top:auto;
  padding-top:14px;
  border-top:1px dashed var(--line);
}
.tcard-meta .tduration{
  font-size:0.82rem;
  color:var(--muted);
}
.tcard-meta .tduration i{margin-right:5px;color:var(--gold-dark);}
.tcard-meta .tprice{
  margin-left:auto;
  font-family:'Fraunces',serif;
  font-weight:700;
  font-size:1.1rem;
  color:var(--bark);
}



/* ---- Responsive (mirrors the same breakpoint scale as the homepage) ---- */
@media(max-width:1023px){
  .pkg-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:767px){
  .pkg-grid{grid-template-columns:1fr;}
  .packages{padding:64px 0;}
  .pricelist{padding:64px 0;}
  .page-banner{padding:130px 0 60px;}
  .tcard, .tcard.reverse{flex-direction:column;}
  .tcard-img{flex-basis:auto;min-height:160px;}
  .tcard-body{padding:22px 22px;}
}
@media(max-width:639px){
  .pkg-card{padding:26px 22px;}
  .tcard-body h4{font-size:1.05rem;}
  .tcard-meta{flex-wrap:wrap;}
}

/* Blog Styles */


.prose {
    color: var(--bark);
    line-height: 30px;
}

.single-post .prose {
    line-height: 1.9;
}

.prose h2,
.prose h3,
.prose h4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.prose p {
    margin-bottom: 1.1rem;
}

.prose ul,
.prose ol {
    margin: 1rem 0 1rem 1.5rem;
}

.prose img {
    border-radius: 12px;
    margin: 2rem auto;
}

.prose a {
    color: #006972;
}

.prose a:hover {
    color: #2FB8C61A;
}

.prose hr{
    border-top: 1px solid #184172;
}

.prose ul {
    list-style: disc;
    padding-left: 1.5rem;
}

.prose ol {
    list-style: decimal;
    padding-left: 1.5rem;
}

.prose ul ul {
    list-style: circle;
}

.prose ul ul ul {
    list-style: square;
}

.prose ol ol {
    list-style: lower-alpha;
}

.prose ol ol ol {
    list-style: lower-roman;
}

.prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6 { color: var(--color-primary); }

.prose h1 { font-size: 2em; font-weight: bold; }
.prose h2 { font-size: 1.5em; font-weight: bold; }
.prose h3 { font-size: 1.17em; font-weight: bold; }
.prose h4 { font-size: 1em; font-weight: bold; }
.prose h5 { font-size: .83em; font-weight: bold; }
.prose h6 { font-size: .67em; font-weight: bold; }