:root{
  --green:#096b42;
  --green-dark:#064c31;
  --green-soft:#edf8f0;
  --cream:#fffdf7;
  --text:#17221c;
  --muted:#64706a;
  --border:#dce7df;
  --shadow:0 16px 45px rgba(16,55,36,.09);
  --radius:24px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"DM Sans","Noto Sans Devanagari",sans-serif;color:var(--text);background:#fff;line-height:1.6}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,92%);margin:auto}
.topbar{background:var(--green-dark);color:#fff;font-size:12px}
.topbar-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.top-links{display:flex;gap:20px;align-items:center}
.header{height:80px;background:#fff;border-bottom:1px solid #edf1ed;position:sticky;top:0;z-index:50}
.nav-wrap{height:100%;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:78px;height:78px;object-fit:contain;margin-top:20px;background:#fff;border-radius:50%;padding:4px;box-shadow:0 6px 20px rgba(0,0,0,.06)}
.brand-text strong{font-family:"Playfair Display",serif;font-size:23px;letter-spacing:.5px}
.brand-text span{display:block;font-size:10px;color:#5c655f;margin-top:1px}
.nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}
.nav a{padding:30px 0;position:relative}
.nav a:hover,.nav a.active{color:var(--green)}
.nav a.active:after{content:"";position:absolute;height:2px;background:var(--green);left:0;right:0;bottom:20px}
.menu-toggle{display:none;border:0;background:none;font-size:28px;color:var(--green);cursor:pointer}

.hero{background:linear-gradient(115deg,#fffdf8 0%,#fffefb 48%,#eef8ee 100%);overflow:hidden}
.hero-grid{min-height:520px;display:grid;grid-template-columns:1fr 1.08fr;gap:28px;align-items:center}
.hero-copy{padding:65px 0 48px}
.eyebrow,.section-heading span,.section-kicker{display:inline-block;color:var(--green);font-weight:800;letter-spacing:.3px}
.eyebrow{background:#eaf7ed;border:1px solid #d5eadb;padding:9px 16px;border-radius:30px;font-size:12px}
.hero h1{font-family:"Noto Sans Devanagari",sans-serif;font-size:48px;line-height:1.16;margin:20px 0 15px;font-weight:700}
.hero h1 em{font-style:normal;color:var(--green)}
.hero h2{font-family:"Playfair Display",serif;font-size:38px;line-height:1.15;margin-bottom:12px}
.hero h2 span{color:var(--green)}
.hero-desc{max-width:520px;color:#44504a;font-size:17px}
.hero-hindi{margin-top:15px;color:#53615a;font-size:15px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:25px}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:13px 22px;font-weight:700;font-size:14px;transition:.2s;border:1px solid transparent}
.btn-primary{background:var(--green);color:#fff;box-shadow:0 9px 20px rgba(9,107,66,.18)}
.btn-primary:hover{transform:translateY(-2px);background:#075b38}
.btn-outline{border-color:var(--green);color:var(--green);background:#fff}
.btn-light{background:#fff;color:var(--green-dark)}
.btn.small{padding:10px 16px}
.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:28px}
.trust-row div{font-size:11px;color:#334038}
.trust-row b{display:block;font-size:11px}
.trust-row small{display:block;color:#758079;margin-top:2px}
.hero-visual{position:relative;padding:20px 0 0}
.hero-visual img{
  width:100%;
  height:auto;
  max-height:500px;
  object-fit:contain;
  object-position:center;
  border-radius:30px;
}
.visual-badge{position:absolute;left:-25px;bottom:35px;background:#fff;padding:17px 22px;border-radius:18px;box-shadow:var(--shadow);max-width:280px}
.visual-badge strong{display:block;color:var(--green);font-size:15px}
.visual-badge span{display:block;color:#69736d;font-size:12px;margin-top:4px}

.stats-strip{padding:24px 0;background:#fff}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #edf0ec;border-radius:20px;box-shadow:0 8px 25px rgba(0,0,0,.04);overflow:hidden}
.stats-grid div{padding:18px 24px;display:grid;grid-template-columns:44px 1fr;column-gap:12px;align-items:center;border-right:1px solid #edf0ec}
.stats-grid div:last-child{border:0}
.stats-grid span{grid-row:span 2;width:44px;height:44px;border:1px solid #b7d7c2;border-radius:50%;display:grid;place-items:center;color:var(--green);font-size:19px}
.stats-grid b{font-size:13px}.stats-grid small{font-size:11px;color:var(--muted)}

.section{padding:78px 0}
.section.soft{background:#f7fbf7}
.section-heading{text-align:center;max-width:760px;margin:0 auto 42px}
.section-heading span{font-size:12px}
.section-heading h2{font-family:"Playfair Display",serif;font-size:39px;margin:6px 0 5px}
.section-heading p{color:var(--muted);font-size:15px}
.section-heading.left{text-align:left;margin-left:0}

.program-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.program-card{border:1px solid var(--border);border-radius:20px;padding:10px 10px 18px;background:#fff;box-shadow:0 6px 20px rgba(20,50,32,.05);text-align:center}
.program-image{height:145px;border-radius:15px;overflow:hidden;background:#eff8f0}
.program-image img{width:100%;height:100%;object-fit:cover}
.program-placeholder{height:100%;display:grid;place-items:center;font-size:54px;background:linear-gradient(135deg,#edf8ef,#fffdf7)}
.program-card h3{font-size:14px;margin:14px 4px 7px}
.program-card p{font-size:12px;color:#68736d;min-height:55px}
.program-card a{display:inline-block;border:1px solid #a6d3b6;border-radius:20px;color:var(--green);font-size:12px;font-weight:700;padding:7px 16px;margin-top:8px}

.journey{background:linear-gradient(100deg,#fffdf7,#f1f9f2)}
.journey-grid{display:grid;grid-template-columns:1fr .85fr;gap:55px;align-items:center}
.journey h2{font-family:"Playfair Display",serif;font-size:42px;margin:7px 0 12px}
.journey h2 em{font-style:normal;color:var(--green)}
.journey p{color:#65716b;max-width:650px}
.chips{display:flex;flex-wrap:wrap;gap:9px;margin:22px 0}
.chips span{background:#eaf6ed;color:var(--green);border:1px solid #d6eade;border-radius:20px;padding:7px 12px;font-size:12px;font-weight:600}
.check-list{list-style:none;display:grid;gap:11px;color:#455149;font-size:14px}
.check-list li:before{content:"✓";color:var(--green);font-weight:900;margin-right:9px}
.consultation-card{border-radius:28px;overflow:hidden;background:#fff;box-shadow:var(--shadow);border:1px solid var(--border)}
.consultation-card img{
  width:100%;
  height:auto;
  max-height:520px;
  object-fit:contain;
  object-position:center;
}

.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.feature-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:28px;text-align:center}
.feature-card .icon{width:55px;height:55px;margin:auto;border-radius:50%;background:#eaf7ed;display:grid;place-items:center;font-size:24px}
.feature-card h3{font-size:18px;margin:15px 0 8px}
.feature-card p{font-size:13px;color:var(--muted)}

.results-section{background:#fff}
.results-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:24px;background:#f4f9f3;border-radius:24px;padding:28px;align-items:center}
.results-copy h3{font-family:"Playfair Display",serif;font-size:30px;margin-bottom:8px}
.results-copy p{color:var(--muted);max-width:520px;margin-bottom:18px}
.result-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.result-stats div{background:#fff;border-radius:17px;padding:20px 10px;text-align:center;border:1px solid #e4ece5}
.result-stats b{display:block;font-size:27px;color:var(--green)}
.result-stats span{font-size:11px;color:#68736d}
.result-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px}
.result-gallery img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:14px;border:1px solid var(--border);box-shadow:0 7px 18px rgba(0,0,0,.05)}

.testimonials{background:#fafcf9}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.testimonial-grid article{background:#fff;border:1px solid var(--border);border-radius:20px;padding:25px;box-shadow:0 7px 22px rgba(0,0,0,.04)}
.quote{font-family:Georgia,serif;font-size:55px;color:#cfe7d5;height:42px}
.testimonial-grid p{font-size:14px;color:#526059;margin:12px 0 18px}
.testimonial-grid strong{display:block;color:var(--green)}
.testimonial-grid small{color:#89918c}

.final-cta{background:var(--green);color:#fff;padding:27px 0}
.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.cta-inner span{font-weight:700;font-size:13px}
.cta-inner h2{font-family:"Playfair Display",serif;font-size:28px;margin:3px 0}
.cta-inner p{font-size:13px;color:#dceee2}

.footer{background:#043b27;color:#e8f2ec;padding:52px 0 18px}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1.15fr 1.1fr 1.2fr;gap:35px}
.footer-brand>img{width:48px;float:left;margin-right:9px}
.footer h3{font-family:"Playfair Display",serif;line-height:1.05;margin-bottom:14px}
.footer p,.footer a{display:block;font-size:12px;color:#bdd0c4;margin:7px 0}
.footer a:hover{color:#fff}
.footer h4{font-size:12px;color:#fff;margin-bottom:13px;letter-spacing:.6px}
.newsletter input{width:100%;padding:11px;border:0;border-radius:8px;margin-top:8px}
.newsletter button{margin-top:8px;border:0;border-radius:8px;padding:10px 16px;background:#1f9a58;color:#fff;font-weight:700;cursor:pointer}
.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:14px;font-size:11px;color:#9db7a7;display:flex;justify-content:space-between}

.whatsapp-float{position:fixed;right:24px;bottom:22px;width:58px;height:58px;border-radius:50%;background:#20c76a;color:#fff;display:grid;place-items:center;font-size:28px;box-shadow:0 10px 25px rgba(0,0,0,.18);z-index:100}
.whatsapp-float:hover{transform:scale(1.05)}

@media(max-width:1050px){
  .nav{gap:18px}
  .brand-text strong{font-size:19px}
  .program-grid{grid-template-columns:repeat(3,1fr)}
  .footer-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:800px){
  .top-links a:not(:first-child){display:none}
  .header{height:68px}
  .brand img{width:58px;height:58px;margin-top:10px}
  .brand-text strong{font-size:16px}.brand-text span{font-size:8px}
  .menu-toggle{display:block}
  .nav{display:none;position:absolute;top:68px;left:0;right:0;background:#fff;padding:12px 5%;border-bottom:1px solid var(--border);box-shadow:0 12px 25px rgba(0,0,0,.08);flex-direction:column;align-items:stretch;gap:0}
  .nav.open{display:flex}
  .nav a{padding:12px 0}
  .nav a.active:after{display:none}
  .hero-grid,.journey-grid{grid-template-columns:1fr}
  .hero-copy{padding:40px 0 20px}
  .hero h1{font-size:35px}
  .hero h2{font-size:31px}
  .hero-visual{padding-bottom:30px}
  .hero-visual img{
  height:auto;
  max-height:none;
}
  .trust-row{grid-template-columns:repeat(2,1fr)}
  .stats-grid{grid-template-columns:1fr 1fr}
  .stats-grid div:nth-child(2){border-right:0}
  .stats-grid div{border-bottom:1px solid #edf0ec}
  .program-grid{grid-template-columns:1fr 1fr}
  .feature-grid,.testimonial-grid{grid-template-columns:1fr 1fr}
  .results-layout{grid-template-columns:1fr}
  .result-gallery{grid-template-columns:1fr 1fr}
  .cta-inner{flex-direction:column;align-items:flex-start}
  .footer-grid{grid-template-columns:1fr 1fr}
  .copyright{flex-direction:column;gap:8px}
}
@media(max-width:520px){
  .topbar-inner{font-size:10px}
  .hero h1{font-size:30px}
  .hero h2{font-size:28px}
  .hero-desc{font-size:15px}
  .hero-actions .btn{width:100%}
  .hero-visual img{
  height:auto;
  max-height:none;
}
  .visual-badge{left:10px;bottom:20px}
  .stats-grid,.program-grid,.feature-grid,.testimonial-grid{grid-template-columns:1fr}
  .stats-grid div{border-right:0}
  .result-gallery{grid-template-columns:1fr}
  .result-stats{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .section{padding:55px 0}
  .section-heading h2{font-size:31px}
  .journey h2{font-size:33px}
  .whatsapp-float{right:16px;bottom:16px}
}
.social-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}

.social-links a {
  color: #d9eee5;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.25s ease;
}

.social-links a:hover {
  color: #ffffff;
  transform: translateX(4px);
}
/* =========================
   PREMIUM FOOTER
========================= */

.footer {
  background: #034d36;
  color: #dceee7;
  padding: 58px 0 0;
  margin-top: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 1fr 1.15fr 1fr 1fr;
  gap: 38px;
  align-items: start;
}

.footer-brand {
  max-width: 250px;
}

.footer-brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}

.footer-brand h3 {
  margin: 2px 0 18px;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  line-height: 1.05;
}

.footer-brand p {
  clear: both;
  color: #c5ded5;
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}

.footer-grid h4 {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .4px;
  margin: 2px 0 18px;
}

.footer-grid a {
  display: block;
  color: #c9e1d8;
  text-decoration: none;
  font-size: 13px;
  margin-bottom: 12px;
  transition: .25s ease;
}

.footer-grid a:hover {
  color: #fff;
  transform: translateX(3px);
}

.footer-grid p {
  color: #c9e1d8;
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 10px;
}

/* Social Media */
.social-links {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.social-links a {
  margin: 0;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.04);
  transition: .25s ease;
}

.social-links a:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.25);
  transform: translateX(4px);
}

/* Newsletter */
.footer-newsletter {
  max-width: 260px;
}

.footer-newsletter p {
  margin-bottom: 16px;
}

.footer-newsletter input {
  width: 100%;
  box-sizing: border-box;
  height: 44px;
  padding: 0 14px;
  border: 0;
  border-radius: 9px;
  outline: none;
  background: #fff;
  color: #17352b;
  font-size: 13px;
  margin-bottom: 10px;
}

.footer-newsletter button,
.footer-newsletter .btn {
  border: 0;
  border-radius: 8px;
  padding: 11px 20px;
  background: #1fa463;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: .25s ease;
}

.footer-newsletter button:hover,
.footer-newsletter .btn:hover {
  background: #28b873;
  transform: translateY(-2px);
}

/* Bottom */
.footer .copyright {
  margin-top: 42px;
  padding: 18px 0 20px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #9fc5b8;
  font-size: 12px;
}

/* Mobile */
@media (max-width: 1000px) {
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}

@media (max-width: 650px) {
  .footer {
    padding-top: 42px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }

  .footer-brand,
  .footer-newsletter {
    max-width: 100%;
  }

  .footer .copyright {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 450px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
/* =========================================
   PREMIUM DIABETIC YOGA SEWA FOOTER
========================================= */

.footer {
  position: relative;
  background:
    radial-gradient(circle at 15% 20%, rgba(38, 160, 103, 0.12), transparent 30%),
    radial-gradient(circle at 85% 80%, rgba(205, 166, 72, 0.07), transparent 25%),
    #034b35;
  color: #dcece5;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -180px;
  top: -180px;
  border-radius: 50%;
  background: rgba(255,255,255,0.025);
  pointer-events: none;
}

.footer-main {
  position: relative;
  z-index: 1;
  padding-top: 58px;
  padding-bottom: 48px;

  display: grid;
  grid-template-columns: 1.45fr 0.85fr 0.95fr 1.05fr 1.1fr 1.15fr;
  gap: 28px;
  align-items: start;
}


/* BRAND */

.footer-brand {
  min-width: 0;
}

.footer-logo-row {
  display: flex;
  align-items: center;
  gap: 13px;
}

.footer-logo-row img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.footer-brand h3 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 21px;
  line-height: 1.05;
  letter-spacing: .3px;
}

.footer-line {
  width: 95px;
  height: 1px;
  margin: 22px 0 17px;
  background: linear-gradient(
    90deg,
    #d5ae4d,
    rgba(213,174,77,0)
  );
}

.footer-brand p {
  margin: 0 0 20px;
  color: #bdd8cc;
  font-size: 13px;
  line-height: 1.75;
  max-width: 245px;
}


/* WHATSAPP CARD */

.footer-whatsapp {
  display: flex !important;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 10px 13px;
  border: 1px solid rgba(213,174,77,.28);
  border-radius: 11px;
  background: rgba(255,255,255,.035);
  color: #fff !important;
  text-decoration: none;
  transition: .3s ease;
}

.footer-whatsapp:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(213,174,77,.6);
  transform: translateY(-2px);
}

.footer-whatsapp small {
  display: block;
  color: #a9c9bc;
  font-size: 10px;
  margin-bottom: 2px;
}

.footer-whatsapp strong {
  display: block;
  color: #fff;
  font-size: 12px;
}

.footer-whatsapp > i {
  color: #d5ae4d;
  font-size: 10px;
  margin-left: 4px;
}

.whatsapp-icon {
  width: 35px !important;
  height: 35px !important;
  border-color: rgba(37,211,102,.35) !important;
  color: #25d366 !important;
  font-size: 20px !important;
}


/* COLUMNS */

.footer-column {
  min-width: 0;
}

.footer-column h4 {
  position: relative;
  color: #fff;
  margin: 3px 0 22px;
  padding-bottom: 11px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-column h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38px;
  height: 2px;
  border-radius: 10px;
  background: #d5ae4d;
}


/* LINKS */

.footer-link {
  display: flex !important;
  align-items: center;
  gap: 9px;
  color: #c6ded4 !important;
  text-decoration: none;
  font-size: 12.5px !important;
  margin: 0 0 12px !important;
  transition: .25s ease;
}

.footer-link:hover {
  color: #fff !important;
  transform: translateX(3px);
}


/* ICONS */

.link-icon {
  flex: 0 0 29px;
  width: 29px;
  height: 29px;
  border: 1px solid rgba(213,174,77,.24);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d5ae4d;
  font-size: 11px;
  background: rgba(255,255,255,.025);
  transition: .25s ease;
}

.footer-link:hover .link-icon {
  background: rgba(213,174,77,.12);
  border-color: #d5ae4d;
}


/* SOCIAL BRAND COLORS */

.instagram {
  color: #e1306c;
}

.facebook {
  color: #4c8bf5;
}

.youtube {
  color: #ff3b30;
}


/* CONTACT */

.footer-contact {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #c6ded4;
  font-size: 12.5px;
  line-height: 1.55;
  margin-bottom: 13px;
}

.footer-contact .link-icon {
  flex: 0 0 29px;
}


/* NEWSLETTER */

.newsletter-text {
  color: #bdd8cc;
  font-size: 12.5px;
  line-height: 1.65;
  margin: 0 0 16px;
  max-width: 225px;
}

.newsletter-form {
  width: 100%;
}

.newsletter-input {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
  box-sizing: border-box;
  border-radius: 9px;
  background: #fff;
  margin-bottom: 9px;
}

.newsletter-input i {
  color: #087148;
  font-size: 13px;
}

.newsletter-input input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #17352b;
  font-size: 12px;
}

.newsletter-form button {
  width: 100%;
  height: 41px;
  border: 1px solid rgba(213,174,77,.45);
  border-radius: 9px;
  background: linear-gradient(135deg, #158d58, #087148);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: .3s ease;
}

.newsletter-form button i {
  margin-left: 7px;
  color: #d5ae4d;
}

.newsletter-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
}


/* BOTTOM */

.footer-bottom {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(213,174,77,.18);
}

.footer-bottom-inner {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-bottom p {
  margin: 0;
  color: #91b8aa;
  font-size: 11.5px;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 11px;
}

.footer-legal a {
  color: #91b8aa;
  text-decoration: none;
  font-size: 11.5px;
  transition: .25s ease;
}

.footer-legal a:hover {
  color: #fff;
}

.footer-legal span {
  color: #d5ae4d;
  font-size: 9px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1200px) {

  .footer-main {
    grid-template-columns: 1.3fr 0.9fr 0.9fr 1fr 1fr;
  }

  .newsletter-column {
    grid-column: 2 / -1;
    max-width: 280px;
    margin-top: 10px;
  }

}


@media (max-width: 850px) {

  .footer-main {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 25px;
  }

  .footer-brand {
    grid-column: 1 / -1;
    max-width: 380px;
  }

  .newsletter-column {
    grid-column: auto;
    max-width: none;
  }

  .footer-bottom-inner {
    flex-direction: column;
    justify-content: center;
    padding: 18px 0;
    text-align: center;
  }

}


@media (max-width: 520px) {

  .footer-main {
    grid-template-columns: 1fr;
    padding-top: 42px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .newsletter-column {
    grid-column: auto;
  }

  .footer-bottom-inner {
    align-items: center;
  }

  .footer-legal {
    flex-wrap: wrap;
    justify-content: center;
  }

}
/* Diabetes Program Icon */
.program-card-icon {
  height: 164px;
  margin: 12px 12px 18px;
  border-radius: 15px;
  background: linear-gradient(145deg, #f2f9f2, #fbfcf8);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.program-card-icon i {
  font-size: 58px;
  color: #168052;
  transition: transform .3s ease;
}

.program-card:hover .program-card-icon i {
  transform: translateY(-5px) scale(1.06);
}

.diabetes-icon i {
  color: #168052;
}
/* Diabetes Yoga Program Icon */
.program-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #f1f8f1, #fafcf7);
}

.program-icon {
  font-size: 58px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.program-card:hover .program-icon {
  transform: translateY(-6px) scale(1.08);
}
/* ===== FINAL PROGRAM CARDS FIX ===== */

.program-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 16px !important;
  width: 100%;
}

.program-card {
  width: 100% !important;
  min-width: 0 !important;
  padding: 10px 10px 18px !important;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(20,50,32,.05);
  text-align: center;
}

/* Diabetes card ka icon area */
.program-card-icon {
  width: 100%;
  height: 145px;
  margin: 0 0 14px;
  border-radius: 15px;
  background: linear-gradient(145deg, #edf8ef, #fffdf7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.program-card-icon i {
  font-size: 54px;
  color: #168052;
}

/* Baaki cards ke icon/image boxes */
.program-image {
  width: 100%;
  height: 145px;
  border-radius: 15px;
  overflow: hidden;
  background: linear-gradient(145deg, #edf8ef, #fffdf7);
}

.program-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Mobile */
@media (max-width: 1050px) {
  .program-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 800px) {
  .program-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 520px) {
  .program-grid {
    grid-template-columns: 1fr !important;
  }
}
