:root{
  --primary:#8a6338;
  --primary-dark:#5c3c20;
  --gold:#caa56a;
  --cream:#fff8ed;
  --light:#f8efe2;
  --dark:#21160f;
  --text:#5d5147;
  --white:#ffffff;
  --shadow:0 18px 45px rgba(73,44,22,.12);
}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Manrope',sans-serif;color:var(--text);line-height:1.7;background:var(--white);overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1140px,92%);margin:auto}
.topbar{background:var(--dark);color:#f7ead7;font-size:14px;padding:8px 0}
.topbar-inner{display:flex;justify-content:space-between;gap:15px;align-items:center}
.topbar i{color:var(--gold);margin-right:6px}
.site-header{background:rgba(255,255,255,.96);position:sticky;top:0;z-index:999;box-shadow:0 8px 25px rgba(0,0,0,.06);backdrop-filter:blur(12px)}
.header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.brand{display:flex;align-items:center;gap:12px;color:var(--dark)}
.brand-mark{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary),var(--gold));color:#fff;font-family:'Cormorant Garamond',serif;font-weight:700;font-size:20px}
.brand-text{font-family:'Cormorant Garamond',serif;font-size:27px;line-height:.9;font-weight:700;color:var(--primary-dark)}
.brand-text small{font-family:'Manrope',sans-serif;font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--primary)}
.main-nav{display:flex;gap:28px;align-items:center}
.main-nav a{font-weight:700;color:var(--dark);position:relative}
.main-nav a::after{content:"";position:absolute;width:0;height:2px;background:var(--primary);left:0;bottom:-7px;transition:.3s}
.main-nav a:hover::after,.main-nav a.active::after{width:100%}
.header-btn,.btn{display:inline-flex;align-items:center;justify-content:center;border:none;background:linear-gradient(135deg,var(--primary),var(--gold));color:#fff;padding:13px 25px;border-radius:40px;font-weight:800;box-shadow:0 12px 25px rgba(138,99,56,.25);cursor:pointer}
.menu-toggle{display:none;background:none;border:none;font-size:25px;color:var(--primary)}
.hero{min-height:760px;display:flex;align-items:center;background:linear-gradient(110deg,rgba(33,22,15,.82),rgba(33,22,15,.45)),url('https://images.unsplash.com/photo-1544161515-4ab6ce6db874?auto=format&fit=crop&w=1600&q=80') center/cover;color:#fff;position:relative}
.hero::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:95px;background:linear-gradient(to top,#fff,transparent)}
.hero-content{position:relative;z-index:1;max-width:720px;padding:90px 0}
.eyebrow{color:#f8d99d;text-transform:uppercase;letter-spacing:3px;font-weight:800;font-size:13px;margin-bottom:12px;display:block}
h1,h2,h3{font-family:'Cormorant Garamond',serif;color:var(--dark);line-height:1.1}
.hero h1{font-size:76px;color:#fff;margin-bottom:22px}
.hero p{font-size:19px;max-width:650px;margin-bottom:32px;color:#f7ead7}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap}.btn-outline{background:transparent;border:1px solid rgba(255,255,255,.65);box-shadow:none}
.section{padding:95px 0}.section.alt{background:var(--cream)}
.section-head{text-align:center;max-width:760px;margin:0 auto 48px}.section-head h2{font-size:48px;margin-bottom:14px}.section-head p{font-size:17px}
.two-col{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:center}.about-card{background:var(--cream);padding:42px;border-radius:26px;box-shadow:var(--shadow)}
.about-card h2{font-size:46px;margin-bottom:18px}.feature-list{display:grid;gap:14px;margin-top:24px}.feature-list li{list-style:none;display:flex;gap:12px;align-items:flex-start}.feature-list i{color:var(--primary);margin-top:5px}
.image-card{min-height:470px;border-radius:32px;background:url('https://images.unsplash.com/photo-1600334129128-685c5582fd35?auto=format&fit=crop&w=1200&q=80') center/cover;box-shadow:var(--shadow);position:relative;overflow:hidden}.image-card span{position:absolute;left:24px;bottom:24px;background:rgba(255,255,255,.9);padding:18px 24px;border-radius:18px;color:var(--primary-dark);font-weight:800}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.service-card{background:#fff;border-radius:24px;padding:34px 28px;box-shadow:var(--shadow);border:1px solid #f2dfc4;transition:.3s}.service-card:hover{transform:translateY(-8px)}.service-card i{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--light);color:var(--primary);font-size:24px;margin-bottom:20px}.service-card h3{font-size:30px;margin-bottom:12px}.service-card p{margin-bottom:20px}.read-more{font-weight:800;color:var(--primary)}
.cta{background:linear-gradient(135deg,var(--primary-dark),var(--primary));color:#fff;border-radius:34px;padding:55px;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta h2{font-size:44px;color:#fff}.cta p{color:#f7ead7;margin-top:10px;max-width:680px}
.page-hero{padding:105px 0;background:linear-gradient(135deg,var(--primary-dark),var(--primary));text-align:center;color:#fff}.page-hero h1{font-size:58px;color:#fff}.page-hero p{max-width:760px;margin:16px auto 0;color:#f7ead7}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:35px}.contact-info,.contact-form{background:#fff;padding:38px;border-radius:26px;box-shadow:var(--shadow);border:1px solid #f2dfc4}.contact-item{display:flex;gap:15px;margin:20px 0}.contact-item i{width:45px;height:45px;border-radius:50%;background:var(--light);display:grid;place-items:center;color:var(--primary);flex:none}.contact-form input,.contact-form textarea,.contact-form select{width:100%;padding:15px 17px;border:1px solid #ead6bd;border-radius:14px;margin-bottom:15px;font:inherit}.contact-form textarea{min-height:130px;resize:vertical}
.map iframe{width:100%;height:380px;border:0;border-radius:26px;box-shadow:var(--shadow)}
.site-footer{background:var(--dark);color:#d9c8b5;padding-top:70px}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr 1fr 1.4fr;gap:36px}.site-footer h3,.site-footer h4{color:#fff;margin-bottom:18px}.site-footer h3{font-size:32px}.site-footer ul{list-style:none}.site-footer li{margin-bottom:10px}.footer-social{display:flex;gap:12px;margin-top:20px}.footer-social a{width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.08);display:grid;place-items:center;color:#fff}.footer-bottom{text-align:center;margin-top:45px;padding:20px;border-top:1px solid rgba(255,255,255,.1)}.floating-whatsapp{position:fixed;right:22px;bottom:24px;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;font-size:30px;z-index:998;box-shadow:0 12px 30px rgba(0,0,0,.22)}.mobile-sticky{display:none}
@media(max-width:900px){.topbar-inner{flex-direction:column;align-items:flex-start}.header-btn{display:none}.menu-toggle{display:block}.main-nav{position:absolute;left:0;right:0;top:82px;background:#fff;flex-direction:column;align-items:flex-start;padding:24px;width:100%;box-shadow:0 20px 35px rgba(0,0,0,.08);display:none}.main-nav.show{display:flex}.hero h1{font-size:50px}.hero{min-height:640px}.two-col,.contact-grid{grid-template-columns:1fr}.services-grid{grid-template-columns:1fr}.cta{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr}.floating-whatsapp{display:none}.mobile-sticky{position:fixed;left:0;right:0;bottom:0;z-index:999;display:grid;grid-template-columns:1fr 1fr}.mobile-sticky a{background:var(--primary);color:#fff;text-align:center;padding:13px;font-weight:800}.mobile-sticky a:last-child{background:#25d366}body{padding-bottom:52px}.section{padding:70px 0}.page-hero h1{font-size:42px}.section-head h2{font-size:38px}}



.section-heading{
  text-align:center;
  max-width:760px;
  margin:0 auto 45px;
}

.section-heading span{
  color:#b88a44;
  font-weight:600;
  letter-spacing:2px;
  text-transform:uppercase;
  font-size:13px;
}

.section-heading h2{
  font-size:38px;
  margin:10px 0 15px;
}

.service-link{
  display:inline-block;
  margin-top:18px;
  color:#b88a44;
  font-weight:600;
  text-decoration:none;
}

.why-box{
  background:#fff;
  border-radius:26px;
  padding:45px;
  box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.features-grid,
.benefits-grid,
.process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.feature-card,
.process-card{
  background:#fff8ef;
  padding:28px;
  border-radius:20px;
  text-align:center;
}

.feature-card i{
  font-size:34px;
  color:#b88a44;
  margin-bottom:15px;
}

.feature-card h3,
.process-card h3{
  margin-bottom:10px;
}

.benefits-grid{
  grid-template-columns:repeat(3,1fr);
}

.benefit-item{
  background:#fff;
  padding:20px;
  border-radius:15px;
  display:flex;
  align-items:center;
  gap:12px;
  box-shadow:0 12px 30px rgba(0,0,0,.06);
}

.benefit-item i{
  color:#b88a44;
}

.process-card strong{
  display:inline-flex;
  width:55px;
  height:55px;
  align-items:center;
  justify-content:center;
  background:#b88a44;
  color:#fff;
  border-radius:50%;
  margin-bottom:18px;
}

.faq-wrapper{
  max-width:850px;
  margin:auto;
}

.faq-item{
  background:#fff;
  margin-bottom:14px;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 10px 25px rgba(0,0,0,.06);
}

.faq-question{
  width:100%;
  border:0;
  background:#fff;
  padding:20px;
  font-size:17px;
  font-weight:600;
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer;
  text-align:left;
}

.faq-answer{
  display:none;
  padding:0 20px 20px;
}

.faq-item.active .faq-answer{
  display:block;
}

.faq-item.active .faq-question i{
  transform:rotate(45deg);
}

@media(max-width:991px){
  .features-grid,
  .process-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .benefits-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:576px){
  .features-grid,
  .process-grid{
    grid-template-columns:1fr;
  }

  .why-box{
    padding:25px;
  }

  .section-heading h2{
    font-size:30px;
  }
}


.small-btn{
  margin-top:20px;
  display:inline-block;
}

.highlights-grid,
.process-grid,
.experience-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.highlight-card,
.process-card,
.experience-card{
  background:#fff;
  padding:28px;
  border-radius:20px;
  box-shadow:0 12px 35px rgba(0,0,0,.07);
  text-align:center;
}

.highlight-card i{
  font-size:34px;
  color:#b88a44;
  margin-bottom:15px;
}

.highlight-card h3,
.process-card h3,
.experience-card h3{
  margin-bottom:10px;
}

.benefit-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:24px;
}

.benefit-list div{
  background:#fff8ef;
  padding:14px 16px;
  border-radius:12px;
  font-weight:500;
}

.benefit-list i{
  color:#b88a44;
  margin-right:8px;
}

.process-card strong{
  width:55px;
  height:55px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#b88a44;
  color:#fff;
  border-radius:50%;
  margin-bottom:16px;
}

.experience-grid{
  grid-template-columns:repeat(3,1fr);
}

.experience-card{
  text-align:left;
}

.image-card.soft{
  background:linear-gradient(135deg,rgba(184,138,68,.35),rgba(0,0,0,.45)),
  url('https://images.unsplash.com/photo-1544161515-4ab6ce6db874?auto=format&fit=crop&w=900&q=80');
  background-size:cover;
  background-position:center;
}

@media(max-width:991px){
  .highlights-grid,
  .process-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .experience-grid{
    grid-template-columns:1fr;
  }

  .benefit-list{
    grid-template-columns:1fr;
  }
}

@media(max-width:576px){
  .highlights-grid,
  .process-grid{
    grid-template-columns:1fr;
  }
}



.facilities-grid,
.best-for-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.facility-card{
  background:#fff8ef;
  padding:28px;
  border-radius:20px;
  text-align:center;
}

.facility-card i{
  font-size:34px;
  color:#b88a44;
  margin-bottom:15px;
}

.facility-card h3{
  margin-bottom:10px;
}

.best-for-grid div{
  background:#fff;
  padding:24px;
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,0,0,.07);
  display:flex;
  align-items:center;
  gap:14px;
  font-weight:600;
}

.best-for-grid i{
  width:45px;
  height:45px;
  background:#b88a44;
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.location-box{
  background:#fff8ef;
  padding:40px;
  border-radius:24px;
  box-shadow:0 12px 35px rgba(0,0,0,.07);
}

.location-box i{
  font-size:42px;
  color:#b88a44;
  margin-bottom:18px;
}

.location-box h3{
  font-size:28px;
  margin-bottom:12px;
}

.faq-wrapper{
  max-width:850px;
  margin:auto;
}

.faq-item{
  background:#fff;
  margin-bottom:14px;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 10px 25px rgba(0,0,0,.06);
}

.faq-question{
  width:100%;
  border:0;
  background:#fff;
  padding:20px;
  font-size:17px;
  font-weight:600;
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer;
  text-align:left;
}

.faq-answer{
  display:none;
  padding:0 20px 20px;
}

.faq-item.active .faq-answer{
  display:block;
}

.faq-item.active .faq-question i{
  transform:rotate(45deg);
}

@media(max-width:991px){
  .facilities-grid,
  .best-for-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:576px){
  .facilities-grid,
  .best-for-grid{
    grid-template-columns:1fr;
  }

  .location-box{
    padding:25px;
  }
}