/* ============================================================
   NASHA MUKTI KENDRA — Organic Wellness Aesthetic
   Palette: Warm cream, sage green, terracotta accents, forest depths
   Typography: Cormorant Garamond (display) + Nunito (body)
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Nunito:wght@300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap');






/* ── Variables ── */
:root {
  --cream:        #faf7f2;
  --cream-dark:   #f2ece0;
  --beige:        #ede5d4;
  --beige-mid:    #d4c5a9;
  --sage:         #6b8f6e;
  --sage-light:   #8aac8d;
  --sage-pale:    #e8f0e9;
  --sage-deep:    #3d5c40;
  --forest:       #2a3d2b;
  --terracotta:   #c07c5a;
  --terracotta-light: #d9a07f;
  --warm-grey:    #9a9085;
  --text-dark:    #2c2620;
  --text-mid:     #5a5048;
  --text-light:   #8a7f74;
  --white:        #ffffff;

  --shadow-xs:    0 2px 8px rgba(44,38,32,0.06);
  --shadow-sm:    0 4px 20px rgba(44,38,32,0.08);
  --shadow-md:    0 8px 40px rgba(44,38,32,0.12);
  --shadow-lg:    0 20px 60px rgba(44,38,32,0.16);

  --radius-sm:    10px;
  --radius-md:    20px;
  --radius-lg:    32px;
  --radius-xl:    48px;

  --ease:         cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out:     cubic-bezier(0.0, 0, 0.2, 1);
  --spring:       cubic-bezier(0.34, 1.56, 0.64, 1);

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Nunito', sans-serif;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  background: #fff;
  color: var(--text-dark);
  overflow-x: hidden;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
.img-icon { max-width: 70%; display: block; }

a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ── Typography Scale ── */
h1 { font-family: var(--font-display); font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 300; line-height: 1.1; letter-spacing: -0.02em; }
h2 { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 400; lineg1354-height: 1.2; }
h3 { font-family: var(--font-display); font-size: clamp(1.3rem, 2.5vw, 1.7rem); font-weight: 500; line-height: 1.3; }
h4 { font-family: var(--font-body); font-size: 1rem; font-weight: 700; line-height: 1.4; }
p  { 
  font-family: 'Poppins', sans-serif;
  color: #000; line-height: 1.8; font-size: 0.97rem; font-weight: 400}

/* ── Layout Helpers ── */
.container { max-width: 1600px; margin: 0 auto; padding: 0 28px; }
.container-sld { max-width: 1920px; margin: 0 auto; padding: 0 28px; }

.section   { padding: 100px 0; }
.section-sm { padding: 64px 0; }
.text-center { text-align: center; }

/* ── Labels / Eyebrows ── */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #467eb4;
  margin-bottom: 18px;
}
.eyebrow::before, .eyebrow::after {
  content: '';
  display: block;
  width: 28px; height: 1.5px;
  background: #7a9660;
  border-radius: 2px;
}
.eyebrow.center { justify-content: center; }

.section-title { 
  font-family: 'Playfair Display', serif;
  color: #000; 
  margin-bottom: 16px; 
}
.section-sub   { 
  font-family: 'Poppins', sans-serif;
  color: #000; 
  max-width: 560px; 
  font-size: 16px; 
  line-height: 1.75; 
}

.mx-auto { margin-left: auto; margin-right: auto; }

.top {
    width: 95%;
    margin: 0 auto;
    max-width: 1600px;
}

.col_sm1 {
    width: 100%;
    margin: 0 auto;
}

.thought-txt h4{
   font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 140%;
  color: #fff;
}


.thought-txt p{
  font-family: "Kalam", cursive;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 140%;
  color: #fff;
}

.pdg{
  padding: 40px 0 40px 0;
}

.bg1{
  background: linear-gradient(135deg, #4370a5, #69885a);
}


/* ── Buttons ── */
.btn {
  font-family: 'Poppins', sans-serif;

  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 32px;
  border-radius: 100px;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  border: none;
  cursor: pointer;
  transition: all 0.3s var(--ease);
  position: relative;
  overflow: hidden;
}

.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.1);
  opacity: 0;
  transition: opacity 0.2s;
}
.btn:hover::after { opacity: 1; }

.btn-sage {
  background: linear-gradient(135deg, #4370a5, #69885a);
  color: var(--white);
  box-shadow: 0 4px 18px rgba(107,143,110,0.35);
}
.btn-sage:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(107,143,110,0.5); }

.btn-cream {
  background: var(--cream);
  color: var(--forest);
  box-shadow: var(--shadow-sm);
}
.btn-cream:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); background: var(--white); }

.btn-outline-cream {
  background: transparent;
  color: var(--cream);
  border: 1.5px solid rgba(250,247,242,0.55);
}
.btn-outline-cream:hover { background: rgba(250,247,242,0.12); border-color: var(--cream); }

.btn-terra {
  background: linear-gradient(135deg, #4373ab, #708d5b);
  color: var(--white);
  box-shadow: 0 4px 18px rgba(192,124,90,0.35);
}
.btn-terra:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(192,124,90,0.5); }

.btn-outline-sage {
  background: transparent;
  color: var(--sage-deep);
  border: 1.5px solid var(--sage-light);
}
.btn-outline-sage:hover { background: var(--sage-pale); border-color: var(--sage); }

/* ── HEADER ── */
.header {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 0 60px;
  transition: all 0.4s var(--ease);
}

.header-inner {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*height: 80px;*/
  border-bottom: 1px solid transparent;
  transition: all 0.4s var(--ease);
}

.header.scrolled {
  /*background: rgba(250,247,242,0.95);*/
  /*backdrop-filter: blur(16px);*/
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(44,38,32,0.08), var(--shadow-xs);
}

.header.scrolled .header-inner { border-color: rgba(44,38,32,0.06); }

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo img {
  height: auto;
  width: 140px;
  border-radius: 10px;
}
.logo-tagline {
  font-family: var(--font-display);
  font-size: 0.85rem;
  color: rgba(250,247,242,0.65);
  font-style: italic;
  transition: color 0.3s;
}
.header.scrolled .logo-tagline { color: var(--text-light); }

.nav { display: flex; align-items: center; gap: 8px; }

.nav-link {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(250,247,242,0.85);
  padding: 8px 14px;
  border-radius: 100px;
  transition: all 0.25s var(--ease);
}

.nav-link:hover { color: var(--cream); background: rgba(255,255,255,0.1); }
.nav-link.active { color: var(--cream); }

.header.scrolled .nav-link { color: var(--text-mid); }
.header.scrolled .nav-link:hover { color: var(--forest); background: var(--sage-pale); }
.header.scrolled .nav-link.active { color: var(--sage-deep); }

.nav-cta-btn {
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(135deg, #4370a5, #69885a);
  color: var(--white) !important;
  padding: 9px 22px !important;
  border-radius: 100px !important;
  font-weight: 600 !important;
  box-shadow: 0 3px 12px rgba(107,143,110,0.3);
  transition: all 0.3s var(--ease) !important;
}
.nav-cta-btn:hover {
  background: linear-gradient(135deg, #4370a5, #69885a);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(107,143,110,0.45) !important;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 10px;
  border: none;
  background: transparent;
}
.hamburger span {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: var(--cream);
  transition: all 0.3s var(--ease);
}
.hamburger span:nth-child(1) { width: 24px; }
.hamburger span:nth-child(2) { width: 18px; }
.hamburger span:nth-child(3) { width: 24px; }
.header.scrolled .hamburger span { background: var(--forest); }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); width: 24px; }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav {
  display: none;
  flex-direction: column;
  background: rgba(250,247,242,0.98);
  backdrop-filter: blur(20px);
  padding: 16px 28px 28px;
  gap: 4px;
  border-top: 1px solid var(--beige);
  box-shadow: var(--shadow-md);
}
.mobile-nav.open { display: flex; }
.mobile-nav .nav-link {
  color: var(--text-mid) !important;
  padding: 13px 0;
  border-bottom: 1px solid var(--beige);
  font-size: 1rem;
  border-radius: 0;
}
.mobile-nav .nav-link:hover { color: var(--forest) !important; background: transparent !important; padding-left: 8px; }
.mobile-nav .nav-cta-btn {
  margin-top: 12px;
  display: block;
  text-align: center;
  border-radius: 100px !important;
  padding: 13px !important;
  border: none;
}

/* __ Hero __ */
/* HERO */

.hero{
position:relative;
height:100vh;
overflow:hidden;
}

.hero-slider{
position:relative;
height:100%;
}

.hero-slide{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-size:cover;
background-position:center;
opacity:0;
transition:opacity 1s ease;
display:flex;
align-items:center;
}

.hero-slide.active{
opacity:1;
z-index:2;
}

/* background zoom */

/*.hero-slide{
animation:heroZoom 20s ease-in-out infinite alternate;
}*/

/*@keyframes heroZoom{
from{transform:scale(1);}
to{transform:scale(1.1);}
}*/

/* overlay */

.hero-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.7);
z-index:1;
}

/* content */

.hero-content{
position:relative;
z-index:3;
/*max-width:1600px;*/
color:#fff;
padding-left:40px;
width: 90%;
}

.hero-badge{
display:inline-flex;
align-items:center;
gap:8px;
background:rgba(255,255,255,0.15);
padding:8px 16px;
border-radius:30px;
font-size:12px;
margin-bottom:20px;
}

.hero-badge-dot{
width:6px;
height:6px;
background:#9ed39a;
border-radius:50%;
}

.hero h1{
font-family: 'Playfair Display', serif;
font-size:86px;
margin-bottom:20px;
font-family:serif;
}

.hero h1 em{
color:#4b84bb;
font-style:italic;
}

.hero-sub{
  font-family: 'Poppins', sans-serif;
font-size:16px;
color: #fff;
line-height:1.7;
margin-bottom:30px;
}

/* buttons */

.hero-buttons{
display:flex;
gap:15px;
flex-wrap:wrap;
}

.btn{
padding:12px 26px;
text-decoration:none;
border-radius:30px;
font-weight:500;
}

.btn-primary{
background:#3d7a5e;
color:#fff;
}

.btn-outline{
border:1px solid #fff;
color:#fff;
}

/* arrows */

.hero-arrows{
position:absolute;
top:50%;
left:0;
width:100%;
transform:translateY(-50%);
display:flex;
justify-content:space-between;
padding:0 30px;
z-index:5;
}

.hero-arrow{
width:50px;
height:50px;
background:rgba(255,255,255,0.2);
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:26px;
color:#fff;
cursor:pointer;
transition:.3s;
}

.hero-arrow:hover{
background:rgba(255,255,255,0.4);
transform:scale(1.1);
}

/* mobile */

@media(max-width:768px){

.hero h1{
font-size:36px;
}

.hero-content{
padding:20px;
}

.hero-arrow{
width:40px;
height:40px;
font-size:20px;
}

}

/* ── STATS STRIP ── */
.stats-strip {
  /*background: var(--forest);*/
  padding: 48px 0;
  position: relative;
}
.stats-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238aac8d' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.stat-item {
  text-align: center;
  padding: 10px 20px;
  border-right: 1px solid rgba(138,172,141,0.15);
}
.stat-item:last-child { border-right: none; }
.stat-num {
  display: block;
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 300;
  color: #000;
  line-height: 1;
  margin-bottom: 6px;
}
.stat-label {
  font-size: 16px;
  color: #467eb4;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ── ABOUT ── */
.about-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-imagery {
  position: relative;
  height: 580px;
}

.about-img-a {
  position: absolute;
  top: 0; left: 0;
  width: 72%; 
  /*height: 74%;*/
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.about-img-b {
  position: absolute;
  bottom: 0; right: 0;
  width: 56%; height: 48%;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 5px solid var(--cream);
}
.about-img-c {
  position: absolute;
  top: 46%; left: 62%;
  transform: translate(-50%,-50%);
  width: 56px; height: 56px;
  background: var(--sage);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  box-shadow: 0 6px 24px rgba(107,143,110,0.4);
  border: 3px solid var(--cream);
  z-index: 2;
}

.img-nature-1 {
  /*background: linear-gradient(160deg, #3d5c40 0%, #6b8f6e 50%, #4a7a4e 100%);*/
  width:100%; height:100%;
  display:flex; align-items:center; justify-content:center;
  font-size:5rem; 
  /*opacity:0.6;*/
}
.img-nature-2 {
  background: linear-gradient(135deg, #8aac8d 0%, #c5d9b5 100%);
  width:100%; height:100%;
  display:flex; align-items:center; justify-content:center;
  font-size:3rem; 
  /*opacity:0.7;*/
}

.about-years-badge {
    position: absolute;
    bottom: 125px;
    left: -31px;
    background: var(--cream);
    border-radius: var(--radius-md);
    padding: 20px 24px;
    box-shadow: var(--shadow-md);
    text-align: center;
    z-index: 3;
}

.years-num {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 2.6rem;
  font-weight: 300;
  color: var(--sage-deep);
  line-height: 1;
}
.years-text {
  font-family: 'Poppins', sans-serif;
  font-size: 0.72rem;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-top: 4px;
  display: block;
}

.about-text-wrap .eyebrow { margin-bottom: 14px; }

.about-pillars {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 28px 0 32px;
}
.pillar {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 20px;
  background: #fbfbfb;
  border-radius: var(--radius-sm);
  border-left: 3px solid #93bcf1;
  transition: all 0.3s var(--ease);
}
.pillar:hover {
  background: var(--sage-pale);
  border-left-color: var(--sage);
  transform: translateX(4px);
}
.pillar-icon img{
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-top: 1px;
  width: 90px;
}
.pillar-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 18px;
  margin-bottom: 3px;
  display: block;
}
.pillar-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.55;
  margin: 0;
}


/*-----------------------------
whtas up
-----------------------------*/

.whatsapp_float {
  text-decoration: none;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px;
  right: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.whatsapp-icon {
  margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 767px) {
    .whatsapp-icon {
        margin-top: 10px;
    }

    .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 100px;
        right: 10px;
        font-size: 22px;
    }
}

/* ── SERVICES ── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}

.service-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s var(--ease);
  cursor: pointer;
  border: 1px solid rgba(44,38,32,0.05);
}

.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  /*background: linear-gradient(135deg, var(--sage-pale), rgba(250,247,242,0));*/
  opacity: 0;
  transition: opacity 0.4s var(--ease);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border: 2px solid #2a3d2b61;
}
.service-card:hover::before { opacity: 1; }

.service-icon-bg {
  width: 68px; height: 68px;
  border-radius: 20px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  margin-bottom: 22px;
  transition: all 0.4s var(--spring);
}
.service-card:hover .service-icon-bg {
  /*background: linear-gradient(135deg, var(--sage), var(--sage-deep));*/
  transform: scale(1.08) rotate(-3deg);
}

.service-card h3 {
  font-family: 'Playfair Display', serif;
  color: #000;
  margin-bottom: 12px;
  font-size: 1.3rem;
}
.service-card p { font-size: 0.88rem; line-height: 1.7; }

.service-arrow {
  font-family: 'Poppins', sans-serif;
  position: absolute;
  bottom: 5px;
    right: 35px;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--cream-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all 0.3s var(--spring);
  color: var(--sage-deep);
}
.service-card:hover .service-arrow {
  background: var(--sage);
  color: var(--white);
  transform: translate(3px, -3px);
}

/* ── PROGRAMS / PRICING ── */
.pricing-intro { margin-bottom: 56px; }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: center;
}

.pricing-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 44px 36px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s var(--ease);
  border: 1.5px solid rgb(81 81 81 / 89%);
}
.pricing-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }

.pricing-card.featured {
  background: linear-gradient(160deg, var(--forest) 0%, #3a5c3e 60%, #2a4a2e 100%);
  border-color: transparent;
  padding: 56px 36px;
  box-shadow: var(--shadow-lg);
}
.pricing-card.featured:hover { transform: translateY(-8px); box-shadow: 0 28px 80px rgba(42,61,43,0.3); }

.pricing-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(168,212,160,0.2);
  border: 1px solid rgba(168,212,160,0.4);
  padding: 5px 14px;
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a8d4a0;
  margin-bottom: 24px;
}

.pricing-name {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--forest);
  margin-bottom: 8px;
}
.pricing-card.featured .pricing-name { color: var(--cream); }

.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 6px;
}
.price-currency {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--sage);
}
.price-amount {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  font-weight: 300;
  color: var(--forest);
  line-height: 1;
}
.pricing-card.featured .price-currency,
.pricing-card.featured .price-amount { color: var(--cream); }
.price-period {
  font-size: 0.82rem;
  color: var(--text-light);
}
.pricing-card.featured .price-period { color: rgba(250,247,242,0.55); }

.pricing-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #000;
  margin-bottom: 28px;
  line-height: 1.6;
}
.pricing-card.featured .pricing-desc { color: rgba(250,247,242,0.6); }

.pricing-divider {
  height: 1px;
  background: rgba(44,38,32,0.08);
  margin-bottom: 28px;
}
.pricing-card.featured .pricing-divider { background: rgba(250,247,242,0.12); }

.pricing-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
.pricing-feature {
  font-family: 'Poppins', sans-serif;

  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.88rem;
  color: #000;
}
.pricing-card.featured .pricing-feature { color: rgba(250,247,242,0.8); }
.feature-check {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--sage-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  color: var(--sage-deep);
  flex-shrink: 0;
  font-weight: 700;
}
.pricing-card.featured .feature-check {
  background: rgba(138,172,141,0.2);
  color: #a8d4a0;
}

/* ── WHY US ── */
.why-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: center;
}
.why-image-wrap {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  height: 500px;
  box-shadow: var(--shadow-lg);
}
.why-image-wrap .img-nature-1 { opacity: 1; font-size: 6rem; }

.why-blob {
  position: absolute;
  top: -30px; left: -30px;
  width: 160px; height: 160px;
  background: linear-gradient(135deg, var(--sage-pale), var(--beige));
  border-radius: 50%;
  z-index: -1;
}

.why-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.why-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 28px 24px;
  border: 1px solid rgba(44,38,32,0.05);
  transition: all 0.35s var(--ease);
  position: relative;
  overflow: hidden;
}
.why-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 3px;
  background: linear-gradient(90deg, var(--sage), var(--sage-light));
  border-radius: 2px 2px 0 0;
  transition: width 0.4s var(--ease);
}
.why-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.why-card:hover::after { width: 100%; }

.why-icon {
  font-size: 2rem;
  margin-bottom: 14px;
  display: block;
}
.why-card h4 { color: var(--forest); margin-bottom: 8px; font-size: 0.95rem; }
.why-card p  { font-size: 0.84rem; line-height: 1.6; }

/* ── TESTIMONIALS ── */
.testimonials-section { background: var(--forest); overflow: hidden; position: relative; }
.testimonials-section::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(138,172,141,0.08) 0%, transparent 70%);
  border-radius: 50%;
}

.testimonials-section .eyebrow { color: rgba(138,172,141,0.8); }
.testimonials-section .eyebrow::before,
.testimonials-section .eyebrow::after { background: rgba(138,172,141,0.4); }
.testimonials-section .section-title { color: var(--cream); }
.testimonials-section .section-sub { color: rgba(250,247,242,0.6); }

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}

.testi-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(250,247,242,0.08);
  border-radius: var(--radius-lg);
  padding: 36px 30px;
  transition: all 0.4s var(--ease);
}
.testi-card:hover {
  background: rgba(255,255,255,0.08);
  transform: translateY(-4px);
}
.testi-stars { color: #c8a96e; font-size: 0.85rem; margin-bottom: 18px; letter-spacing: 3px; }
.testi-quote {
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  font-style: italic;
  color: rgba(250,247,242,0.85);
  line-height: 1.75;
  margin-bottom: 24px;
}
.testi-author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.testi-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sage), var(--sage-deep));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cream);
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}
.testi-name {
  font-family: 'Poppins', sans-serif;
  display: block;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
}
.testi-meta {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  color: #fff;
  display: block;
  margin-top: 2px;
}

/* ── CTA ── */
.cta-section {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.cta-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, var(--sage-deep), var(--forest) 50%, #1a2e1b);
}
.cta-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='1' fill='%238aac8d' fill-opacity='0.06'/%3E%3C/svg%3E") repeat;
}
.cta-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.12;
}
.cta-blob-1 { width:600px; height:600px; background: var(--sage-light); top:-200px; right:-100px; }
.cta-blob-2 { width:400px; height:400px; background: var(--terracotta); bottom:-100px; left:-80px; }

.cta-inner {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 60px;
}
.cta-text h2 { color: var(--cream); margin-bottom: 14px; }
.cta-text p  { color: rgba(250,247,242,0.65); font-size: 1.05rem; max-width: 480px; margin: 0; }
.cta-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-end;
  flex-shrink: 0;
}
.cta-phone {
  color: rgba(250,247,242,0.6);
  font-size: 0.8rem;
  text-align: right;
}
.cta-phone strong {
  display: block;
  color: var(--cream);
  font-size: 1.1rem;
  font-family: var(--font-display);
  margin-top: 3px;
}

/* ── CONTACT ── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  align-items: start;
}

.contact-details h3 { color: var(--forest); margin-bottom: 8px; }
.contact-details > p { margin-bottom: 36px; font-size: 0.95rem; }

.c-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
}
.c-icon {
  width: 46px; height: 46px;
  background: var(--sage-pale);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.c-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--sage);
  margin-bottom: 4px;
}
.c-value {
  font-size: 0.92rem;
  color: var(--text-mid);
  line-height: 1.5;
}
.c-value strong { color: var(--forest); }

.map-embed {
  margin-top: 28px;
  border-radius: var(--radius-md);
  overflow: hidden;
  height: 200px;
  border: 1px solid var(--beige);
}
.map-embed iframe { width: 100%; height: 100%; border: none; }

/* Contact form */
.contact-form-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 48px 44px;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(44,38,32,0.05);
}

.form-head { margin-bottom: 32px; }
.form-head h3 { color: var(--forest); margin-bottom: 6px; }
.form-head p  { font-size: 0.88rem; }

.form-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.fgroup {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 18px;
}
.fgroup label {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-dark);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.fgroup input,
.fgroup textarea,
.fgroup select {
  padding: 13px 18px;
  border: 1.5px solid var(--beige-mid);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--text-dark);
  background: var(--cream);
  outline: none;
  transition: all 0.25s var(--ease);
  resize: none;
}
.fgroup input::placeholder,
.fgroup textarea::placeholder { color: var(--text-light); }
.fgroup input:focus,
.fgroup textarea:focus,
.fgroup select:focus {
  border-color: var(--sage);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(107,143,110,0.1);
}
.fgroup textarea { height: 110px; }

.form-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 22px;
}
.form-consent input[type="checkbox"] {
  margin-top: 3px;
  accent-color: var(--sage);
  width: 16px; height: 16px;
  flex-shrink: 0;
  cursor: pointer;
}
.form-consent label {
  font-size: 0.8rem;
  color: var(--text-light);
  line-height: 1.5;
  cursor: pointer;
}

/* ── FOOTER ── */
.footer { background: #000; padding: 72px 0 0; }

.footer-layout {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 52px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.footer-logo-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.footer-logo-wrap img { width: 112px;  }
.footer-brand { font-family: var(--font-display); font-size: 1.1rem; color: var(--cream); font-weight: 500; }
.footer-about {
  font-family: 'Poppins', sans-serif;    
  font-size: 16px;
  color: #fff;
  line-height: 1.75;
  margin-bottom: 24px;
  text-align: left;
}

.footer-social { display: flex; gap: 10px; }
.s-link {
  width: 40px; 
  height: 40px;
  background: rgba(255,255,255,0.06);
  border-radius: 10px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: all 0.25s var(--ease);
}
.s-link:hover { background: var(--sage); transform: translateY(-2px); }

.footer-col-title {
    font-family: 'Poppins', sans-serif;    
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #fff;
    margin-bottom: 20px;
}

.f-links { display: flex; flex-direction: column; gap: 11px; }
.f-links a {
  font-family: 'Poppins', sans-serif;    
  font-size: 14px;
  color: #fff;
  transition: all 0.22s var(--ease);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
}
.f-links a:hover { color: var(--cream); padding-left: 6px; }

.f-contact-item {
  font-family: 'Poppins', sans-serif;    
  display: flex;
  gap: 10px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.55;
  font-weight: 400;
}
.f-contact-item span:first-child { color: #fff; flex-shrink: 0; margin-top: 1px; font-family: 'Poppins', sans-serif; font-size: 16px; }

.footer-bottom {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #fff;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-bottom a { color: #fff; transition: color 0.2s; }
.footer-bottom a:hover { color: #fff; }

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  padding: 160px 0 80px;
  background: linear-gradient(150deg, var(--forest) 0%, var(--sage-deep) 60%, #3a6040 100%);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%238aac8d' fill-opacity='0.04' fill-rule='evenodd'%3E%3Ccircle cx='40' cy='40' r='2'/%3E%3C/g%3E%3C/svg%3E");
}

.about-banner{
  background:
  linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0) 100%),
  url("../images/about-banner.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.service-banner{
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0) 100%),
    url("../images/service-provided.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.packages-banner{
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0) 100%),
    url("../images/packages-offered.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-banner{
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0) 100%),
    url("../images/contact-us.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.page-hero-shape {
  position: absolute;
  bottom: -1px; left: 0; right: 0;
  z-index: 1;
  line-height: 0;
}
.page-hero h1 { color: #fff; margin-bottom: 14px; position: relative; z-index: 1; }
.page-hero p  { color: #fff; max-width: 540px; margin: 0 auto; font-size: 1.05rem; position: relative; z-index: 1; }

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.78rem;
  color: #fff;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.breadcrumb a { color: #fff; transition: color 0.2s; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { color: #fff; }

/* ── ANIMATIONS ── */
@keyframes fadeInUp   { from { opacity:0; transform:translateY(28px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeInDown { from { opacity:0; transform:translateY(-20px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeIn     { from { opacity:0; } to { opacity:1; } }

.reveal { opacity:0; transform:translateY(32px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity:1; transform:translateY(0); }
.d1 { transition-delay: 0.1s; }
.d2 { transition-delay: 0.2s; }
.d3 { transition-delay: 0.3s; }
.d4 { transition-delay: 0.4s; }

/* ── ORGANIC WAVE ── */
.wave-top, .wave-bottom { line-height: 0; }
.wave-top svg, .wave-bottom svg { display: block; width: 100%; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .why-layout { grid-template-columns: 1fr; gap:48px; }
  .why-image-wrap { height: 380px; }
  .about-layout { grid-template-columns: 1fr; gap:48px; }
  .about-imagery { height: 400px; }
  .footer-layout { grid-template-columns: 1fr 1fr; gap:36px; }
  .testi-grid { grid-template-columns: repeat(2,1fr); }
  .contact-grid { grid-template-columns: 1fr; gap:44px; }
}

@media (max-width: 768px) {
  .section { padding: 72px 0; }
  .nav  { display: none; }
  .hamburger { display: flex; }
  .services-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stats-grid .stat-item:nth-child(2) { border-right: none; }
  .why-features { grid-template-columns: 1fr; }
  .cta-inner { grid-template-columns: 1fr; text-align: center; gap:28px; }
  .cta-actions { align-items: center; }
  .cta-phone { text-align: center; }
  .form-2col { grid-template-columns: 1fr; }
  .contact-form-card { padding: 32px 24px; }
  .footer-layout { grid-template-columns: 1fr; gap:28px; }
  .footer-bottom { flex-direction: column; align-items: center; text-align: center; }
  .header { padding: 0 20px; }
  .testi-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  h1 { font-size: 2.4rem; }
  .hero-buttons { flex-direction: column; align-items: flex-start; }
  .pricing-card.featured { padding: 44px 28px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .about-imagery { height: 340px; }
}
