/*
Theme Name: Ayurveda Palakkad Premium
Theme URI: https://example.com/
Author: Ayurveda Palakkad
Description: Premium, responsive WordPress theme for an Ayurvedic wellness and treatment website.
Version: 2.0.1
Text Domain: ayurveda-palakkad
*/

:root{
  --ink:#005b5b;
  --ink-dark:#064b4b;
  --gold:#d39a32;
  --cream:#f7f4ec;
  --cream-2:#fbfaf6;
  --sage:#e7f0eb;
  --line:#e3ddcf;
  --text:#163f4b;
  --white:#fff;
  --max:1200px;
  --shadow:0 18px 45px rgba(20,65,65,.08);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:#fff;
  font-family:Arial, Helvetica, sans-serif;
  line-height:1.75;
  font-size:16px;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}

.site-header{
  background:#fff;
  border-bottom:1px solid rgba(20,65,65,.08);
  position:relative;
  z-index:10;
}
.header-inner{
  max-width:var(--max);
  margin:auto;
  min-height:72px;
  padding:0 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.brand{
  display:flex;
  align-items:center;
  gap:11px;
  color:var(--ink-dark);
}
.brand-mark{
  width:35px;height:35px;border:2px solid var(--gold);
  border-radius:50%;position:relative;flex:none;
}
.brand-mark:before{
  content:"";position:absolute;width:18px;height:2px;background:var(--ink);
  left:7px;top:17px;transform:rotate(52deg);border-radius:2px;
}
.brand-mark:after{
  content:"";position:absolute;width:9px;height:14px;border-left:2px solid var(--ink);
  border-bottom:2px solid var(--ink);left:10px;top:9px;transform:rotate(-35deg);
}
.brand-name{
  font-family:Georgia, "Times New Roman", serif;
  font-size:23px;
  letter-spacing:.1px;
}
.primary-nav ul{
  list-style:none;
  display:flex;
  align-items:center;
  gap:34px;
  margin:0;
  padding:0;
}
.primary-nav li{margin:0;padding:0}
.primary-nav a{
  font-weight:600;
  font-size:15px;
  color:#082f3d;
  transition:color .2s ease;
}
.primary-nav a:hover{color:var(--gold)}

.page-hero{
  background:linear-gradient(115deg,#f8f5ed 0%,#fbfaf6 58%,#eef4f0 100%);
  border-bottom:1px solid var(--line);
}
.hero-inner{
  max-width:var(--max);
  margin:auto;
  padding:54px 28px 58px;
}
.hero-eyebrow{
  color:#c98f2d;
  text-transform:uppercase;
  letter-spacing:2.3px;
  font-size:12px;
  font-weight:700;
  margin-bottom:10px;
}
.hero-title{
  margin:0;
  max-width:1040px;
  color:var(--ink);
  font-family:Georgia, "Times New Roman", serif;
  font-weight:400;
  font-size:clamp(54px,6vw,78px);
  line-height:.99;
  letter-spacing:-2.4px;
}

.content-wrap{
  max-width:960px;
  margin:0 auto;
  padding:28px 28px 80px;
}
.intro-card{
  margin:0 auto 34px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fffdfa;
  box-shadow:var(--shadow);
  padding:30px;
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);
  gap:34px;
  align-items:center;
}
.intro-label{
  margin:0 0 8px;
  color:#c58d30;
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:12px;
  font-weight:700;
}
.intro-heading{
  margin:0;
  color:var(--ink);
  font-family:Georgia, "Times New Roman", serif;
  font-weight:400;
  font-size:37px;
  line-height:1.18;
  letter-spacing:-.7px;
}
.intro-copy{
  margin:14px 0 0;
  color:#244d59;
  font-size:15px;
}
.ayur-visual{
  min-height:240px;
  border-radius:17px;
  background:var(--sage);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.ayur-visual svg{width:82%;max-width:300px;height:auto}

.entry-content{
  font-size:16px;
  color:#143f4d;
}
.entry-content p{margin:0 0 18px}
.entry-content h2,
.entry-content h3,
.entry-content h4{
  color:var(--ink);
  font-family:Georgia, "Times New Roman", serif;
  font-weight:400;
  line-height:1.25;
  margin:34px 0 12px;
}
.entry-content h2{font-size:32px}
.entry-content h3{font-size:25px}
.entry-content ul,
.entry-content ol{padding-left:24px}
.entry-content li{margin:6px 0}
.entry-content blockquote{
  margin:28px 0;
  padding:20px 24px;
  border-left:3px solid var(--gold);
  background:var(--cream-2);
  color:var(--ink-dark);
}

.site-footer{
  margin-top:30px;
  background:#083f42;
  color:#eaf3ef;
}
.footer-inner{
  max-width:var(--max);
  margin:auto;
  padding:42px 28px;
  display:flex;
  justify-content:space-between;
  gap:30px;
}
.footer-brand{font-family:Georgia,serif;font-size:22px}
.footer-note{opacity:.78;font-size:14px}
.footer-nav ul{list-style:none;display:flex;gap:22px;margin:0;padding:0;font-size:14px}

.whatsapp{
  position:fixed;
  right:22px;
  bottom:20px;
  width:56px;height:56px;
  border-radius:50%;
  background:#25d366;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 28px rgba(0,0,0,.18);
  z-index:50;
}
.whatsapp svg{width:31px;height:31px}

@media (max-width:900px){
  .header-inner{flex-direction:column;align-items:flex-start;padding-top:15px;padding-bottom:15px}
  .primary-nav ul{flex-wrap:wrap;gap:12px 22px}
  .hero-inner{padding-top:42px;padding-bottom:46px}
  .hero-title{font-size:clamp(48px,9vw,66px)}
  .intro-card{grid-template-columns:1fr}
  .ayur-visual{min-height:220px}
}
@media (max-width:560px){
  .header-inner{padding-left:18px;padding-right:18px}
  .primary-nav{width:100%}
  .primary-nav ul{gap:10px 16px}
  .primary-nav a{font-size:14px}
  .hero-inner{padding-left:18px;padding-right:18px}
  .hero-title{font-size:45px;letter-spacing:-1.6px}
  .content-wrap{padding:20px 18px 60px}
  .intro-card{padding:22px;border-radius:18px}
  .intro-heading{font-size:31px}
  .footer-inner{padding:32px 18px;flex-direction:column}
  .footer-nav ul{flex-wrap:wrap}
}

.treatment-gallery{display:grid;grid-template-columns:1.35fr .65fr;gap:18px;margin:0 auto 38px}
.treatment-gallery figure{margin:0;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#eef4ef;box-shadow:0 12px 30px rgba(20,65,65,.06)}
.treatment-gallery img{width:100%;height:100%;object-fit:cover}
.treatment-gallery .gallery-main,.treatment-gallery .gallery-side{min-height:260px}
.entry-content{max-width:860px;margin:0 auto;font-size:16.5px}
.entry-content>p:first-child{font-size:18px;line-height:1.85;padding:26px 28px;margin:0 0 32px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(135deg,#fffdfa,#f7f4ec);box-shadow:0 10px 30px rgba(20,65,65,.05)}
.entry-content p{line-height:1.85;margin:0 0 20px}
.entry-content h2,.entry-content h3,.entry-content h4{position:relative;padding-top:18px;margin:44px 0 16px}
.entry-content h2:before,.entry-content h3:before,.entry-content h4:before{content:"";position:absolute;left:0;top:0;width:46px;height:2px;background:var(--gold)}
.entry-content ul,.entry-content ol{margin:16px 0 28px;padding:22px 30px 22px 48px;border:1px solid var(--line);border-radius:15px;background:#fbfaf6}
.entry-content li{margin:8px 0}
.content-divider{height:1px;background:linear-gradient(90deg,transparent,var(--line),transparent);margin:36px 0}
@media(max-width:700px){.treatment-gallery{grid-template-columns:1fr}.treatment-gallery .gallery-main,.treatment-gallery .gallery-side{min-height:210px}}

/* v1.1.1 final content flow */
.treatment-gallery{display:none!important}
.support-visual{
  margin:46px auto 0;
  max-width:860px;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:26px;
  align-items:center;
  padding:26px;
  border:1px solid var(--line);
  border-radius:20px;
  background:linear-gradient(135deg,#fffdfa 0%,#f2f6f2 100%);
  box-shadow:0 12px 30px rgba(20,65,65,.06);
}
.support-visual h2{
  margin:0;
  color:var(--ink);
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px;
  font-weight:400;
  line-height:1.25;
}
.support-visual img{
  width:100%;
  max-height:230px;
  object-fit:cover;
  border-radius:15px;
}
@media(max-width:700px){
  .support-visual{grid-template-columns:1fr}
}

/* v1.1.2 compact premium closing section */
.compact-support{
  max-width:860px;
  margin:46px auto 0;
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:24px;
  align-items:center;
  padding:24px 26px;
  border:1px solid var(--line);
  border-radius:20px;
  background:linear-gradient(135deg,#fffdfa 0%,#f2f6f2 100%);
  box-shadow:0 12px 30px rgba(20,65,65,.06);
}
.compact-support h2{
  margin:0;
  color:var(--ink);
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
  font-size:28px;
  line-height:1.25;
}
.compact-support .support-text{
  margin:10px 0 0;
  color:#3c5960;
  font-size:15px;
}
.compact-support .support-art{
  min-height:150px;
  border-radius:14px;
  overflow:hidden;
  background:#f6f0e4;
}
.compact-support .support-art img{
  width:100%;
  height:150px;
  object-fit:cover;
}
@media(max-width:700px){
  .compact-support{grid-template-columns:1fr}
  .compact-support .support-art,
  .compact-support .support-art img{height:170px;min-height:170px}
}

/* v1.2 — premium middle content + footer. Approved top section remains unchanged. */
.entry-content{
  max-width:900px;
  margin:0 auto;
  font-size:17px;
  color:#173f4c;
}
.entry-content > p:first-child{
  font-size:18px;
  line-height:1.9;
  padding:28px 30px;
  margin:0 0 36px;
  border:1px solid var(--line);
  border-radius:18px;
  background:linear-gradient(135deg,#fffdfa 0%,#f8f4eb 100%);
  box-shadow:0 10px 30px rgba(20,65,65,.05);
}
.entry-content p{line-height:1.9;margin:0 0 22px}
.entry-content h2,.entry-content h3,.entry-content h4{
  position:relative;
  padding-top:19px;
  margin:46px 0 17px;
  color:var(--ink);
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
}
.entry-content h2{font-size:34px}
.entry-content h3{font-size:27px}
.entry-content h2:before,.entry-content h3:before,.entry-content h4:before{
  content:"";position:absolute;top:0;left:0;width:48px;height:2px;background:var(--gold);
}
.entry-content ul,.entry-content ol{
  margin:18px 0 30px;
  padding:23px 30px 23px 50px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fbfaf6;
}
.entry-content li{margin:9px 0}
.entry-content strong{color:var(--ink-dark)}
.entry-content blockquote{
  margin:32px 0;padding:24px 28px;
  border-left:3px solid var(--gold);
  border-radius:0 15px 15px 0;
  background:#f8f5ed;color:var(--ink-dark);
}

.middle-cta{
  max-width:900px;
  margin:48px auto 0;
  padding:32px 34px;
  border-radius:22px;
  background:linear-gradient(125deg,#075c5c 0%,#0a4a49 100%);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  box-shadow:0 16px 36px rgba(7,92,92,.16);
}
.middle-cta .cta-kicker{
  margin:0 0 6px;color:#e4b55a;text-transform:uppercase;
  letter-spacing:2px;font-size:11px;font-weight:700;
}
.middle-cta h2{
  margin:0;font-family:Georgia,"Times New Roman",serif;
  font-size:30px;line-height:1.22;font-weight:400;
}
.middle-cta p{margin:8px 0 0;opacity:.86;font-size:14px}
.middle-cta .cta-button{
  flex:none;display:inline-block;padding:13px 21px;
  border-radius:999px;background:#fff;color:#075c5c;font-weight:700;
}

.site-footer{
  margin-top:64px;
  background:#083f42;
  color:#eaf3ef;
  border-top:3px solid #c99a43;
}
.footer-inner{
  max-width:1200px;
  margin:auto;
  padding:48px 28px 32px;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:50px;
  align-items:start;
}
.footer-brand{
  font-family:Georgia,"Times New Roman",serif;
  font-size:28px;
  margin-bottom:8px;
}
.footer-note{max-width:520px;opacity:.82;line-height:1.75;font-size:14px}
.footer-nav ul{
  list-style:none!important;margin:0!important;padding:0!important;
  display:grid!important;grid-template-columns:1fr 1fr;gap:10px 24px;
}
.footer-nav li{list-style:none!important;margin:0!important;padding:0!important}
.footer-nav a{font-size:14px;color:#fff;opacity:.9}
.footer-nav a:hover{color:#e4b55a;opacity:1}
.footer-bottom{
  max-width:1200px;margin:auto;padding:18px 28px 26px;
  border-top:1px solid rgba(255,255,255,.12);
  font-size:12px;opacity:.68;
}

@media(max-width:760px){
  .middle-cta{flex-direction:column;align-items:flex-start;padding:26px}
  .footer-inner{grid-template-columns:1fr;gap:28px}
}

/* =========================================================
   v1.3.0 FINAL MIDDLE + FOOTER POLISH
   Keeps approved header / hero / intro card untouched.
   ========================================================= */

/* Main readable content */
.entry-content{
  max-width:900px !important;
  margin:0 auto !important;
  color:#173f4c !important;
  font-size:17px !important;
  line-height:1.85 !important;
}
.entry-content p{
  margin:0 0 20px !important;
  line-height:1.85 !important;
}
.entry-content > p:first-child{
  font-size:18px !important;
  line-height:1.9 !important;
  padding:26px 28px !important;
  margin:0 0 34px !important;
  border:1px solid var(--line) !important;
  border-radius:18px !important;
  background:linear-gradient(135deg,#fffdfa 0%,#f8f4eb 100%) !important;
  box-shadow:0 10px 30px rgba(20,65,65,.05) !important;
}

/* Headings inside real page content */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
  color:var(--ink) !important;
  font-family:Georgia,"Times New Roman",serif !important;
  font-weight:400 !important;
  line-height:1.25 !important;
}
.entry-content h2,
.entry-content h3,
.entry-content h4{
  position:relative !important;
  padding-top:18px !important;
  margin:42px 0 16px !important;
}
.entry-content h2:before,
.entry-content h3:before,
.entry-content h4:before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  top:0 !important;
  width:46px !important;
  height:2px !important;
  background:var(--gold) !important;
}
.entry-content h2{font-size:34px !important}
.entry-content h3{font-size:27px !important}
.entry-content h4{font-size:22px !important}

/* Lists become premium information cards */
.entry-content ul,
.entry-content ol{
  margin:18px 0 28px !important;
  padding:22px 30px 22px 48px !important;
  border:1px solid var(--line) !important;
  border-radius:16px !important;
  background:#fbfaf6 !important;
}
.entry-content li{
  margin:8px 0 !important;
  line-height:1.7 !important;
}
.entry-content strong{color:var(--ink-dark) !important}

/* Links */
.entry-content a{
  color:#0b6a67 !important;
  text-decoration-color:#d0a044 !important;
  text-underline-offset:3px !important;
}

/* Generic form styling: WPForms / Gutenverse / native forms */
.entry-content form,
.entry-content .wpforms-container,
.entry-content .wpcf7,
.entry-content .gutenverse-form,
.entry-content .forminator-ui{
  margin:34px 0 !important;
  padding:28px !important;
  border:1px solid var(--line) !important;
  border-radius:18px !important;
  background:#fffdfa !important;
  box-shadow:0 12px 30px rgba(20,65,65,.06) !important;
}
.entry-content form label,
.entry-content .wpforms-field-label,
.entry-content .forminator-label{
  display:block !important;
  color:var(--ink-dark) !important;
  font-weight:700 !important;
  margin:0 0 8px !important;
}
.entry-content input[type="text"],
.entry-content input[type="email"],
.entry-content input[type="tel"],
.entry-content input[type="number"],
.entry-content input[type="url"],
.entry-content input[type="date"],
.entry-content select,
.entry-content textarea{
  width:100% !important;
  max-width:100% !important;
  min-height:48px !important;
  padding:11px 13px !important;
  border:1px solid #ccd7d2 !important;
  border-radius:9px !important;
  background:#fff !important;
  color:#173f4c !important;
  font:inherit !important;
  box-shadow:none !important;
}
.entry-content textarea{min-height:130px !important;resize:vertical !important}
.entry-content input[type="radio"],
.entry-content input[type="checkbox"]{
  width:auto !important;
  min-height:0 !important;
  margin-right:7px !important;
}
.entry-content button,
.entry-content input[type="submit"],
.entry-content .wpforms-submit,
.entry-content .forminator-button{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:46px !important;
  padding:11px 22px !important;
  border:0 !important;
  border-radius:999px !important;
  background:var(--ink) !important;
  color:#fff !important;
  font-weight:700 !important;
  cursor:pointer !important;
  box-shadow:0 8px 22px rgba(7,92,92,.18) !important;
}

/* Consultation CTA */
.middle-cta{
  max-width:900px !important;
  margin:46px auto 0 !important;
  padding:30px 32px !important;
  border-radius:22px !important;
  background:linear-gradient(125deg,#075c5c 0%,#0a4a49 100%) !important;
  color:#fff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:26px !important;
  box-shadow:0 16px 36px rgba(7,92,92,.16) !important;
}
.middle-cta .cta-kicker{
  margin:0 0 6px !important;
  color:#e7b65a !important;
  text-transform:uppercase !important;
  letter-spacing:2px !important;
  font-size:11px !important;
  font-weight:700 !important;
}
.middle-cta h2{
  margin:0 !important;
  color:#fff !important;
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:30px !important;
  line-height:1.22 !important;
  font-weight:400 !important;
}
.middle-cta p{
  margin:8px 0 0 !important;
  color:rgba(255,255,255,.86) !important;
  font-size:14px !important;
}
.middle-cta .cta-button{
  flex:none !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:13px 21px !important;
  border-radius:999px !important;
  background:#fff !important;
  color:#075c5c !important;
  font-weight:700 !important;
}

/* Compact traditional Ayurveda support card */
.support-visual,
.compact-support{
  max-width:900px !important;
  margin:34px auto 0 !important;
  padding:24px 26px !important;
  border:1px solid var(--line) !important;
  border-radius:20px !important;
  background:linear-gradient(135deg,#fffdfa 0%,#f2f6f2 100%) !important;
  box-shadow:0 12px 30px rgba(20,65,65,.06) !important;
  display:grid !important;
  grid-template-columns:1.25fr .75fr !important;
  gap:24px !important;
  align-items:center !important;
}
.support-visual h2,
.compact-support h2{
  margin:0 !important;
  color:var(--ink) !important;
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:28px !important;
  line-height:1.25 !important;
  font-weight:400 !important;
}
.support-visual p,
.compact-support p{
  margin:8px 0 0 !important;
  color:#3d5960 !important;
  font-size:15px !important;
}
.support-visual img,
.compact-support img,
.support-art img{
  width:100% !important;
  height:150px !important;
  max-height:150px !important;
  object-fit:cover !important;
  border-radius:14px !important;
  box-shadow:none !important;
}

/* Footer */
.site-footer{
  margin-top:64px !important;
  background:#083f42 !important;
  color:#eaf3ef !important;
  border-top:3px solid #c99a43 !important;
}
.footer-inner{
  max-width:1200px !important;
  margin:auto !important;
  padding:46px 28px 30px !important;
  display:grid !important;
  grid-template-columns:1.2fr .8fr !important;
  gap:50px !important;
  align-items:start !important;
}
.footer-brand{
  color:#fff !important;
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:28px !important;
  margin-bottom:8px !important;
}
.footer-note{
  max-width:520px !important;
  color:rgba(255,255,255,.78) !important;
  line-height:1.75 !important;
  font-size:14px !important;
}
.footer-nav ul{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:10px 24px !important;
}
.footer-nav li{list-style:none !important;margin:0 !important;padding:0 !important}
.footer-nav a{color:#fff !important;font-size:14px !important;opacity:.9 !important}
.footer-nav a:hover{color:#e4b55a !important;opacity:1 !important}
.footer-bottom{
  max-width:1200px !important;
  margin:auto !important;
  padding:17px 28px 24px !important;
  border-top:1px solid rgba(255,255,255,.12) !important;
  color:rgba(255,255,255,.65) !important;
  font-size:12px !important;
}

@media(max-width:760px){
  .middle-cta{flex-direction:column !important;align-items:flex-start !important}
  .support-visual,.compact-support{grid-template-columns:1fr !important}
  .footer-inner{grid-template-columns:1fr !important;gap:28px !important}
}

/* v1.5.1 — Free Consultation button fix */
.middle-cta .cta-button,
body .middle-cta .cta-button{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  min-width:190px !important;
  max-width:none !important;
  min-height:52px !important;
  padding:13px 24px !important;
  border-radius:999px !important;
  background:#fff !important;
  color:#075c5c !important;
  font-size:15px !important;
  font-weight:700 !important;
  line-height:1 !important;
  white-space:nowrap !important;
  text-align:center !important;
  flex:0 0 auto !important;
}
@media(max-width:760px){
  .middle-cta .cta-button,
  body .middle-cta .cta-button{
    min-width:180px !important;
  }
}


/* =========================================================
   v1.6.0 — PREMIUM HOME PAGE
   ========================================================= */
body.home .page-hero .eyebrow,
body.home .hero .eyebrow{
  color:#c48718 !important;
  letter-spacing:2px !important;
  text-transform:uppercase !important;
  font-size:12px !important;
  font-weight:700 !important;
}
body.home .page-hero h1,
body.home .hero h1{
  color:#006465 !important;
  font-family:Georgia,"Times New Roman",serif !important;
  font-weight:400 !important;
  line-height:1.04 !important;
}
body.home .entry-content{
  max-width:980px !important;
  margin:0 auto !important;
}
body.home .entry-content > p{
  font-size:17px !important;
  line-height:1.85 !important;
  color:#173f4c !important;
}
body.home .home-welcome{
  margin:34px 0 !important;
  padding:34px 38px !important;
  border:1px solid #e4ddcf !important;
  border-radius:22px !important;
  background:linear-gradient(135deg,#fffdfa,#f7f4eb) !important;
  box-shadow:0 14px 34px rgba(20,65,65,.06) !important;
}
body.home .home-welcome .home-kicker,
body.home .home-programs .home-kicker{
  margin:0 0 10px !important;
  color:#c48718 !important;
  font-size:11px !important;
  font-weight:700 !important;
  letter-spacing:2px !important;
  text-transform:uppercase !important;
}
body.home .home-welcome h2,
body.home .home-programs h2{
  margin:0 0 16px !important;
  color:#006465 !important;
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:34px !important;
  font-weight:400 !important;
  line-height:1.2 !important;
}
body.home .home-welcome p{
  margin:0 !important;
  color:#294d55 !important;
  font-size:17px !important;
  line-height:1.85 !important;
}
body.home .home-programs{
  margin:42px 0 !important;
}
body.home .home-programs-intro{
  max-width:700px !important;
  margin:0 0 24px !important;
  color:#294d55 !important;
  font-size:16px !important;
  line-height:1.75 !important;
}
body.home .home-program-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:18px !important;
}
body.home .home-program-card{
  display:block !important;
  min-height:210px !important;
  padding:26px !important;
  border:1px solid #e4ddcf !important;
  border-radius:18px !important;
  background:#fffdfa !important;
  box-shadow:0 10px 28px rgba(20,65,65,.05) !important;
  text-decoration:none !important;
  transition:transform .2s ease, box-shadow .2s ease !important;
}
body.home .home-program-card:hover{
  transform:translateY(-3px) !important;
  box-shadow:0 15px 34px rgba(20,65,65,.10) !important;
}
body.home .home-program-icon{
  width:44px !important;
  height:44px !important;
  margin-bottom:22px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:50% !important;
  background:#e8f1ec !important;
  color:#006465 !important;
  font-family:Georgia,serif !important;
  font-size:22px !important;
}
body.home .home-program-card h3{
  margin:0 0 10px !important;
  padding:0 !important;
  color:#006465 !important;
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:23px !important;
  font-weight:400 !important;
  line-height:1.25 !important;
}
body.home .home-program-card h3:before{display:none !important}
body.home .home-program-card p{
  margin:0 !important;
  color:#47636a !important;
  font-size:14px !important;
  line-height:1.65 !important;
}
body.home .home-balance{
  margin:42px 0 !important;
  padding:30px 34px !important;
  display:grid !important;
  grid-template-columns:1.2fr .8fr !important;
  gap:28px !important;
  align-items:center !important;
  border-radius:22px !important;
  background:#eaf3ee !important;
}
body.home .home-balance h2{
  margin:0 0 12px !important;
  color:#006465 !important;
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:30px !important;
  font-weight:400 !important;
}
body.home .home-balance p{
  margin:0 !important;
  color:#294d55 !important;
  line-height:1.75 !important;
}
body.home .home-balance-mark{
  min-height:150px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:18px !important;
  background:#f8f2e6 !important;
  color:#006465 !important;
  font-family:Georgia,serif !important;
  font-size:27px !important;
  text-align:center !important;
}
body.home .home-page-copyright{
  display:none !important;
}
@media(max-width:780px){
  body.home .home-program-grid{grid-template-columns:1fr !important}
  body.home .home-balance{grid-template-columns:1fr !important}
  body.home .home-welcome{padding:26px 24px !important}
}


/* v1.6.1 — Home hero replacement */
body.home .page-hero,
body.home .hero{
  padding:58px 0 64px !important;
}
body.home .page-hero h1,
body.home .hero h1{
  max-width:900px !important;
  font-size:clamp(48px,5.6vw,78px) !important;
}
body.home .home-welcome > .home-kicker{
  display:none !important;
}
body.home .home-welcome{
  position:relative !important;
}
body.home .home-welcome:before{
  content:"WELCOME TO AYURVEDA PALAKKAD";
  display:block;
  margin:0 0 12px;
  color:#c48718;
  font-size:11px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
}


/* v1.6.2 — Home cleanup: hide duplicate intro feature card only on front page */
body.home .content-card:first-of-type,
body.home .feature-card:first-of-type,
body.home .intro-card:first-of-type{
  display:none !important;
}


/* v1.6.3 — Approved Home structure */
body.home .content-wrap{
  padding-top:34px !important;
}
body.home .home-welcome{
  margin-top:0 !important;
}

/* v1.6.4 — Approved homepage middle refinements */
body.home .home-welcome{
  margin:0 0 46px !important;
}
body.home .home-welcome > .home-kicker{
  display:block !important;
}
body.home .home-welcome:before{
  display:none !important;
}
body.home .home-card-link{
  display:block !important;
  margin-top:20px !important;
  color:#006465 !important;
  font-size:13px !important;
  font-weight:700 !important;
}
body.home .home-program-card{
  color:inherit !important;
}
body.home .home-balance-mark span{
  line-height:1.25 !important;
}


/* v1.6.5 — Full uploaded Home content styling */
body.home .home-detail-section{
  margin:0 0 42px !important;
  padding:34px 38px !important;
  border:1px solid #e4ddcf !important;
  border-radius:22px !important;
  background:#fffdfa !important;
  box-shadow:0 12px 30px rgba(20,65,65,.05) !important;
}
body.home .home-detail-soft{
  background:linear-gradient(135deg,#fffdfa 0%,#f2f6f2 100%) !important;
}
body.home .home-detail-section .home-kicker{
  margin:0 0 10px !important;
  color:#c48718 !important;
  font-size:11px !important;
  font-weight:700 !important;
  letter-spacing:2px !important;
  text-transform:uppercase !important;
}
body.home .home-detail-section h2{
  margin:0 0 16px !important;
  color:#006465 !important;
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:32px !important;
  font-weight:400 !important;
  line-height:1.2 !important;
}
body.home .home-detail-section p{
  margin:0 0 18px !important;
  color:#294d55 !important;
  font-size:16px !important;
  line-height:1.85 !important;
}
body.home .home-detail-section p:last-child{
  margin-bottom:0 !important;
}
body.home .home-cost-list{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:12px !important;
  margin:20px 0 24px !important;
  padding:0 !important;
  list-style:none !important;
  border:0 !important;
  background:transparent !important;
}
body.home .home-cost-list li{
  position:relative !important;
  margin:0 !important;
  padding:16px 18px 16px 42px !important;
  border:1px solid #e4ddcf !important;
  border-radius:14px !important;
  background:#fbfaf6 !important;
  color:#294d55 !important;
  line-height:1.55 !important;
}
body.home .home-cost-list li:before{
  content:"" !important;
  position:absolute !important;
  left:18px !important;
  top:23px !important;
  width:8px !important;
  height:8px !important;
  border-radius:50% !important;
  background:#c99a43 !important;
}
@media(max-width:760px){
  body.home .home-detail-section{padding:26px 24px !important}
  body.home .home-cost-list{grid-template-columns:1fr !important}
}


/* =========================================================
   v1.6.7 — FRONT-PAGE TEMPLATE STYLES
   ========================================================= */
.front-home .front-home-wrap{
  width:min(100% - 40px, 980px);
  margin:0 auto;
  padding:34px 0 76px;
}
.front-home .home-card{
  margin:0 0 38px;
  padding:38px 42px;
  border:1px solid #e4ddcf;
  border-radius:22px;
  background:linear-gradient(135deg,#fffdfa 0%,#fbfaf6 74%,#f1f6f2 100%);
  box-shadow:0 14px 34px rgba(20,65,65,.06);
}
.front-home .home-card.soft{
  background:linear-gradient(135deg,#fffdfa 0%,#f0f6f2 100%);
}
.front-home .home-kicker{
  margin:0 0 10px;
  color:#c48718;
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:11px;
  font-weight:700;
}
.front-home .home-card h2,
.front-home .home-final h2{
  margin:0 0 18px;
  color:#006465;
  font-family:Georgia,"Times New Roman",serif;
  font-size:34px;
  line-height:1.18;
  font-weight:400;
}
.front-home .home-card p,
.front-home .home-final p{
  margin:0 0 18px;
  color:#173f48;
  font-size:16px;
  line-height:1.85;
}
.front-home .home-card p:last-child,
.front-home .home-final p:last-child{margin-bottom:0}
.front-home .home-cost-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin:22px 0 24px;
}
.front-home .home-cost-item{
  position:relative;
  padding:16px 18px 16px 46px;
  border:1px solid #e4ddcf;
  border-radius:14px;
  background:#f8f5ed;
  color:#173f48;
  line-height:1.55;
}
.front-home .home-cost-item:before{
  content:"✓";
  position:absolute;
  left:18px;
  top:17px;
  width:20px;
  height:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#006465;
  color:#fff;
  font-size:11px;
  font-weight:700;
}
.front-home .home-final{
  margin:0 0 42px;
  padding:38px 42px;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:28px;
  align-items:center;
  border-radius:22px;
  background:#eaf3ee;
}
.front-home .home-final-art{
  min-height:200px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:#f8f2e6;
  overflow:hidden;
}
.front-home .home-final-art img{
  width:100%;
  height:200px;
  object-fit:cover;
}
@media(max-width:760px){
  .front-home .front-home-wrap{width:min(100% - 28px,980px)}
  .front-home .home-card,.front-home .home-final{padding:28px 24px}
  .front-home .home-cost-grid{grid-template-columns:1fr}
  .front-home .home-final{grid-template-columns:1fr}
}


/* v1.6.8 — Premium Home introduction hierarchy */
.front-home .home-intro-premium{
  padding:34px 36px 36px;
}
.front-home .home-intro-grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
  gap:34px;
  align-items:center;
  padding-bottom:30px;
  margin-bottom:28px;
  border-bottom:1px solid #ebe4d8;
}
.front-home .home-intro-head h2{
  max-width:620px;
  font-size:38px;
  margin-bottom:16px;
}
.front-home .home-intro-lead{
  max-width:650px;
  font-size:17px !important;
  line-height:1.8 !important;
  color:#294e55 !important;
}
.front-home .home-intro-art{
  min-height:250px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:#eaf3ee;
  overflow:hidden;
}
.front-home .home-intro-art img{
  width:100%;
  height:250px;
  object-fit:cover;
}
.front-home .home-intro-body{
  display:grid;
  grid-template-columns:1fr 1fr;
  column-gap:34px;
  row-gap:0;
}
.front-home .home-intro-body p{
  padding:0 0 18px;
  margin:0 0 18px !important;
  border-bottom:1px solid #eee8dd;
}
.front-home .home-intro-body p:nth-last-child(-n+2){
  margin-bottom:0 !important;
}
.front-home .home-intro-body p:last-child,
.front-home .home-intro-body p:nth-last-child(2){
  border-bottom:0;
}

@media(max-width:800px){
  .front-home .home-intro-grid{
    grid-template-columns:1fr;
  }
  .front-home .home-intro-body{
    grid-template-columns:1fr;
  }
  .front-home .home-intro-body p:nth-last-child(2){
    border-bottom:1px solid #eee8dd;
    margin-bottom:18px !important;
  }
}


/* v1.7.0 — Premium Curative Diet section */
.front-home .home-diet-premium{padding:34px 36px;overflow:hidden}
.front-home .home-diet-grid{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:42px;align-items:stretch}
.front-home .home-diet-art{display:flex;align-items:center;justify-content:center;padding:22px;border-radius:18px;background:#f7f0e3}
.front-home .home-diet-art-inner{min-height:260px;display:flex;align-items:center;justify-content:center}
.front-home .home-diet-art-inner img{width:100%;max-width:330px;height:240px;object-fit:contain}
.front-home .home-diet-copy{padding:8px 0}
.front-home .home-diet-copy h2{margin-bottom:14px}
.front-home .home-diet-lead{margin-bottom:24px!important;font-size:17px!important;color:#294e55!important}
.front-home .home-diet-points{border-top:1px solid #e7e1d7}
.front-home .home-diet-point{display:grid;grid-template-columns:42px 1fr;gap:16px;padding:22px 0;border-bottom:1px solid #e7e1d7}
.front-home .home-diet-point:last-child{border-bottom:0;padding-bottom:0}
.front-home .home-diet-point span{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#006465;color:#fff;font-size:11px;font-weight:700;letter-spacing:.5px}
.front-home .home-diet-point p{margin:0!important}
@media(max-width:800px){
  .front-home .home-diet-grid{grid-template-columns:1fr;gap:28px}
  .front-home .home-diet-art{order:2}
}


/* v1.7.1 — Premium Treatment Cost section */
.front-home .home-cost-premium{padding:36px}
.front-home .home-cost-heading{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:42px;
  align-items:end;
  padding-bottom:28px;
  margin-bottom:26px;
  border-bottom:1px solid #e7e1d7;
}
.front-home .home-cost-heading h2{margin-bottom:0}
.front-home .home-cost-intro{
  margin:0!important;
  color:#294e55!important;
  font-size:16px!important;
  line-height:1.8!important;
}
.front-home .home-cost-cards{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.front-home .home-cost-card{
  position:relative;
  min-height:150px;
  padding:24px 24px 22px;
  border:1px solid #e5ddcf;
  border-radius:16px;
  background:#faf7f0;
}
.front-home .home-cost-card span{
  position:absolute;
  top:20px;
  right:20px;
  color:#c48718;
  font-size:11px;
  font-weight:700;
  letter-spacing:1px;
}
.front-home .home-cost-card strong{
  display:block;
  margin:0 42px 10px 0;
  color:#006465;
  font-family:Georgia,"Times New Roman",serif;
  font-size:22px;
  font-weight:400;
}
.front-home .home-cost-card p{
  margin:0!important;
  color:#294e55!important;
  font-size:14px!important;
  line-height:1.65!important;
}
.front-home .home-cost-footer{
  display:grid;
  grid-template-columns:44px 1fr;
  gap:18px;
  align-items:start;
  margin-top:22px;
  padding:22px 24px;
  border-radius:16px;
  background:#eaf3ee;
}
.front-home .home-cost-mark{
  width:38px;
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#006465;
  color:#fff;
  font-weight:700;
}
.front-home .home-cost-footer p{margin:0!important}
@media(max-width:800px){
  .front-home .home-cost-heading{grid-template-columns:1fr;gap:16px}
  .front-home .home-cost-cards{grid-template-columns:1fr}
}

.front-home .home-palakkad-premium{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:42px;padding:38px 40px;background:linear-gradient(135deg,#faf7ef,#eaf3ee)}
.front-home .home-palakkad-copy h2{max-width:590px}.front-home .home-palakkad-lines{margin-top:24px;border-top:1px solid #ddd7ca}
.front-home .home-palakkad-lines>div{display:grid;grid-template-columns:38px 1fr;gap:15px;padding:18px 0;border-bottom:1px solid #ddd7ca}
.front-home .home-palakkad-lines span{padding-top:4px;color:#c48718;font-size:11px;font-weight:700;letter-spacing:1px}.front-home .home-palakkad-lines p{margin:0!important}
.front-home .home-palakkad-scene{position:relative;min-height:430px;overflow:hidden;border-radius:20px;background:#e4efea}
.front-home .pk-sun{position:absolute;right:42px;top:42px;width:84px;height:84px;border-radius:50%;background:#dca433}
.front-home .pk-hill{position:absolute;bottom:-35px;border-radius:55% 55% 0 0}.front-home .pk-a{left:-80px;width:390px;height:245px;background:#c8ddd2;transform:rotate(6deg)}
.front-home .pk-b{right:-110px;width:420px;height:285px;background:#adcbbc;transform:rotate(-8deg)}
.front-home .home-palakkad-scene:after{content:"";position:absolute;left:0;right:0;bottom:0;height:105px;background:#d9c99f;clip-path:polygon(0 55%,18% 38%,37% 51%,56% 29%,76% 44%,100% 20%,100% 100%,0 100%)}
.front-home .pk-card{position:absolute;z-index:2;left:30px;bottom:30px;width:190px;padding:20px;border-radius:14px;background:rgba(255,252,246,.94)}
.front-home .pk-card small{display:block;margin-bottom:6px;color:#c48718;font-size:9px;font-weight:700;letter-spacing:1.5px}.front-home .pk-card strong{display:block;color:#006465;font:400 28px/1.1 Georgia,"Times New Roman",serif}.front-home .pk-card em{display:block;margin-top:7px;color:#456064;font-size:11px;font-style:normal}
@media(max-width:800px){.front-home .home-palakkad-premium{grid-template-columns:1fr}.front-home .home-palakkad-scene{min-height:330px}}


/* v1.7.3 — Final Home CTA + footer polish */
.front-home .middle-cta{
  margin-top:44px;
  padding:30px 34px;
  border-radius:20px;
  background:#075b58;
  box-shadow:0 18px 38px rgba(10,75,72,.12);
}
.front-home .middle-cta > div{
  max-width:650px;
}
.front-home .middle-cta .cta-kicker{
  margin-bottom:9px;
  color:#e1a72f;
  font-size:11px;
  font-weight:700;
  letter-spacing:1.7px;
  text-transform:uppercase;
}
.front-home .middle-cta h2{
  margin:0 0 8px;
  color:#fff;
  font-size:31px;
  line-height:1.12;
}
.front-home .middle-cta p:not(.cta-kicker){
  margin:0;
  color:#f2f7f4;
}
.front-home .middle-cta .cta-button{
  min-width:190px;
  padding:16px 25px;
  border:2px solid #fff;
  border-radius:999px;
  background:#fff;
  color:#006465;
  font-weight:700;
  text-align:center;
  transition:transform .18s ease, box-shadow .18s ease;
}
.front-home .middle-cta .cta-button:hover{
  transform:translateY(-2px);
  box-shadow:0 9px 20px rgba(0,0,0,.12);
}

/* Footer alignment and finish */
.site-footer{
  margin-top:56px;
  border-top:3px solid #d79b2c;
  background:#064e4c;
  color:#f5f7f3;
}
.site-footer .footer-inner{
  padding-top:44px;
  padding-bottom:36px;
}
.site-footer a{
  color:#fff;
  text-decoration:none;
}
.site-footer a:hover{
  color:#e4b14a;
}
.site-footer h2,
.site-footer h3,
.site-footer .footer-brand{
  color:#fff;
}
.site-footer .footer-bottom{
  border-top:1px solid rgba(255,255,255,.14);
  padding-top:18px;
  margin-top:28px;
  color:rgba(255,255,255,.78);
}

@media(max-width:800px){
  .front-home .middle-cta{
    padding:27px 24px;
  }
  .front-home .middle-cta h2{
    font-size:27px;
  }
  .front-home .middle-cta .cta-button{
    width:100%;
    margin-top:18px;
  }
}


/* v1.7.4 — Reduce Home CTA-to-footer whitespace */
.front-home + .site-footer,
body.home .site-footer{
  margin-top:22px;
}
.front-home .middle-cta{
  margin-bottom:0;
}
@media(max-width:800px){
  .front-home + .site-footer,
  body.home .site-footer{
    margin-top:18px;
  }
}


/* v1.7.5 — Final Home CTA-to-footer spacing fix */
body.home main,
body.home .site-main,
body.home .front-home,
body.home .front-home-wrap,
body.home .home-content{
  padding-bottom:0 !important;
  margin-bottom:0 !important;
}

body.home .front-home .middle-cta,
body.home .middle-cta{
  margin-bottom:48px !important;
}

body.home .site-footer{
  margin-top:0 !important;
}

@media(max-width:800px){
  body.home .front-home .middle-cta,
  body.home .middle-cta{
    margin-bottom:36px !important;
  }
}


/* v1.7.6 — Our Treatment dynamic treatment directory */
.treatment-directory-intro{
  max-width:820px;
  margin:0 auto 34px;
  text-align:center;
}
.treatment-directory-intro .intro-label{
  margin-bottom:10px;
}
.treatment-directory-intro h2{
  margin:0 0 14px;
  color:#006466;
  font-family:Georgia, "Times New Roman", serif;
  font-size:38px;
  line-height:1.15;
  font-weight:400;
}
.treatment-directory-intro > p:last-child{
  max-width:700px;
  margin:0 auto;
  color:#173f4c;
  font-size:17px;
  line-height:1.75;
}
.treatment-directory-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin:0 auto 46px;
}
.treatment-directory-card{
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:100%;
  border:1px solid #e3dac8;
  border-radius:20px;
  background:linear-gradient(145deg,#fffdfa,#f5f8f3);
  box-shadow:0 12px 30px rgba(20,65,65,.07);
}
.treatment-card-art{
  display:flex;
  align-items:center;
  justify-content:center;
  height:180px;
  margin:14px 14px 0;
  overflow:hidden;
  border-radius:15px;
  background:#e9f1ec;
}
.treatment-card-art img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.treatment-card-art img[src*="treatment.svg"]{
  width:72%;
  height:72%;
  object-fit:contain;
}
.treatment-card-body{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:22px 22px 24px;
}
.treatment-card-kicker{
  margin:0 0 8px !important;
  color:#c98512 !important;
  font-size:11px !important;
  line-height:1.3 !important;
  font-weight:700;
  letter-spacing:1.5px;
  text-transform:uppercase;
}
.treatment-directory-card h3{
  margin:0 0 12px;
  color:#006466;
  font-family:Georgia, "Times New Roman", serif;
  font-size:26px;
  line-height:1.18;
  font-weight:400;
}
.treatment-directory-card .treatment-card-body > p:not(.treatment-card-kicker){
  margin:0 0 20px !important;
  color:#173f4c !important;
  font-size:15px !important;
  line-height:1.7 !important;
}
.treatment-card-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  margin-top:auto;
  color:#006466;
  font-size:15px;
  font-weight:700;
  text-decoration:none;
}
.treatment-card-link span{
  transition:transform .18s ease;
}
.treatment-card-link:hover span{
  transform:translateX(4px);
}
.treatment-directory-empty{
  grid-column:1/-1;
  padding:28px;
  border:1px solid #e3dac8;
  border-radius:18px;
  text-align:center;
  background:#fbf8f1;
}

@media(max-width:900px){
  .treatment-directory-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:620px){
  .treatment-directory-intro{
    text-align:left;
  }
  .treatment-directory-intro h2{
    font-size:32px;
  }
  .treatment-directory-grid{
    grid-template-columns:1fr;
  }
  .treatment-card-art{
    height:200px;
  }
}


/* v1.7.7 — Our Treatment page: no generic care/wellness card */
.treatment-directory-intro .intro-label{display:none!important}
.treatment-directory-intro{
  margin-top:0!important;
}


/* v1.7.8 — treatment directory cleanup */
.treatment-card-kicker{
  display:none !important;
}
.treatment-directory-card h3{
  margin-top:0 !important;
}


/* v1.7.9 — approved warm Kerala Ayurveda treatment photography */
.treatment-card-art{
  height:190px !important;
}
.treatment-card-art img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
}


/* v1.8.1 — approved Image 2 dark-golden Kerala Ayurveda photography */
.ayur-visual.page-photo,
.support-art.support-photo{
  overflow:hidden;
  background:#eee8da;
}
.ayur-visual.page-photo img,
.support-art.support-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}
.ayur-visual.page-photo img{
  min-height:240px;
}
.support-art.support-photo img{
  min-height:150px;
}

/* v1.8.2 — Home photography fix */
.home .hero-card img,
.home .diet-art img,
.home .ayur-visual img,
.home .support-art img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}


/* v1.8.3 — REAL Home photography, independent of old SVG/card selectors */
.front-home .home-photo-hero{
  position:relative !important;
  min-height:360px !important;
  overflow:hidden !important;
  background:#173f3b !important;
}
.front-home .home-photo-hero-img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  display:block !important;
  opacity:1 !important;
  visibility:visible !important;
  z-index:0 !important;
}
.front-home .home-photo-hero-overlay{
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(90deg,rgba(250,247,239,.96) 0%,rgba(250,247,239,.88) 38%,rgba(250,247,239,.30) 68%,rgba(250,247,239,.08) 100%) !important;
  z-index:1 !important;
}
.front-home .home-photo-hero .hero-inner{
  position:relative !important;
  z-index:2 !important;
  padding-top:70px !important;
  padding-bottom:70px !important;
}
.front-home .home-photo-hero .hero-title{
  max-width:760px !important;
}
.front-home .home-intro-art,
.front-home .home-diet-art-inner{
  overflow:hidden !important;
}
.front-home .home-intro-art img,
.front-home .home-diet-art-inner img{
  width:100% !important;
  max-width:none !important;
  height:100% !important;
  min-height:250px !important;
  object-fit:cover !important;
  object-position:center !important;
  opacity:1 !important;
  visibility:visible !important;
  display:block !important;
}
@media(max-width:800px){
  .front-home .home-photo-hero{min-height:330px !important}
  .front-home .home-photo-hero-overlay{
    background:linear-gradient(90deg,rgba(250,247,239,.95),rgba(250,247,239,.72)) !important;
  }
}

/* v1.8.4 premium HQ Home photography + logo */
.brand-mark-premium{width:42px!important;height:42px!important;border:0!important;background:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}
.brand-mark-premium::before,.brand-mark-premium::after{display:none!important}
.brand-mark-premium img{width:42px!important;height:42px!important;display:block!important}
.front-home .home-photo-hero{min-height:420px!important}
.front-home .home-photo-hero-img{object-fit:cover!important;object-position:center 48%!important;filter:saturate(1.03) contrast(1.03)!important}
.front-home .home-photo-hero-overlay{background:linear-gradient(90deg,rgba(250,247,239,.93) 0%,rgba(250,247,239,.80) 38%,rgba(250,247,239,.18) 70%,rgba(250,247,239,.03) 100%)!important}
.front-home .home-diet-art{align-self:stretch!important}
.front-home .home-diet-art-inner{height:100%!important;min-height:520px!important;border-radius:20px!important;overflow:hidden!important;padding:0!important;background:#eee7d8!important}
.front-home .home-diet-art-inner img{width:100%!important;height:100%!important;min-height:520px!important;object-fit:cover!important;object-position:center!important;display:block!important}
.front-home .home-palakkad-photo{position:relative!important;min-height:520px!important;border-radius:22px!important;overflow:hidden!important;background:#e7eee9!important}
.front-home .home-palakkad-photo>img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important}
.front-home .home-palakkad-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 45%,rgba(0,50,47,.38) 100%)}
.front-home .home-palakkad-photo-label{position:absolute!important;left:28px!important;bottom:28px!important;z-index:2!important;width:190px!important;padding:20px!important;border-radius:16px!important;background:rgba(255,252,246,.94)!important;box-shadow:0 10px 30px rgba(0,0,0,.12)!important}
.front-home .home-palakkad-photo-label small{display:block;color:#c88412;font-weight:700;letter-spacing:.16em;font-size:10px}
.front-home .home-palakkad-photo-label strong{display:block;margin:6px 0 3px;color:#006b68;font-family:Georgia,serif;font-size:28px;font-weight:500}
.front-home .home-palakkad-photo-label em{color:#173f3b;font-size:11px;font-style:normal}
@media(max-width:800px){.front-home .home-diet-art-inner,.front-home .home-diet-art-inner img,.front-home .home-palakkad-photo{min-height:380px!important}}


/* v1.8.5 — restore original brand mark + premium wellness navigation */
.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(0,107,104,.08);
  box-shadow:0 8px 28px rgba(0,58,55,.045);
}
.site-header .header-inner{
  min-height:78px;
}
.site-nav ul,
.site-nav .menu{
  gap:8px !important;
  align-items:center;
}
.site-nav a{
  position:relative;
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:8px 13px !important;
  border-radius:999px;
  transition:background-color .22s ease,color .22s ease,transform .22s ease;
}
.site-nav a::after{
  content:"";
  position:absolute;
  left:16px;
  right:16px;
  bottom:4px;
  height:2px;
  border-radius:2px;
  background:#d79a24;
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .22s ease;
}
.site-nav a:hover,
.site-nav .current-menu-item > a,
.site-nav .current_page_item > a{
  color:#006b68 !important;
  background:rgba(0,107,104,.055);
}
.site-nav a:hover::after,
.site-nav .current-menu-item > a::after,
.site-nav .current_page_item > a::after{
  transform:scaleX(1);
}

/* Consultation is the single highlighted navigation action */
.site-nav li:last-child > a{
  margin-left:7px;
  padding:10px 20px !important;
  color:#fff !important;
  background:#006b68;
  border:1px solid #006b68;
  box-shadow:0 7px 18px rgba(0,107,104,.13);
}
.site-nav li:last-child > a::after{display:none}
.site-nav li:last-child > a:hover,
.site-nav li:last-child.current-menu-item > a,
.site-nav li:last-child.current_page_item > a{
  color:#006b68 !important;
  background:#fff;
  border-color:#d79a24;
  transform:translateY(-1px);
}

@media(max-width:900px){
  .site-header .header-inner{min-height:70px}
  .site-nav li:last-child > a{margin-left:0}
}


/* v1.8.6 — approved Option 3: Modern Premium header */
.site-header{
  position:sticky !important;
  top:0 !important;
  z-index:1000 !important;
  background:rgba(255,255,255,.97) !important;
  border-bottom:1px solid rgba(0,78,73,.08) !important;
  box-shadow:0 8px 30px rgba(0,58,55,.055) !important;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.site-header .header-inner{
  min-height:92px !important;
  gap:34px !important;
}
.brand-image{
  flex:0 0 auto !important;
  display:flex !important;
  align-items:center !important;
  text-decoration:none !important;
}
.brand-image img{
  display:block !important;
  width:auto !important;
  height:68px !important;
  max-width:285px !important;
  object-fit:contain !important;
}
.site-nav{
  margin-left:auto !important;
}
.site-nav ul,
.site-nav .menu{
  display:flex !important;
  align-items:center !important;
  gap:5px !important;
}
.site-nav li{
  position:relative !important;
}
.site-nav a{
  position:relative !important;
  min-width:82px !important;
  min-height:62px !important;
  padding:31px 12px 8px !important;
  border-radius:15px !important;
  color:#063f3c !important;
  font-weight:650 !important;
  line-height:1.1 !important;
  justify-content:center !important;
  text-align:center !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  transform:none !important;
  transition:background .2s ease,color .2s ease,transform .2s ease !important;
}
.site-nav a::before{
  position:absolute;
  top:9px;
  left:50%;
  transform:translateX(-50%);
  font-size:18px;
  line-height:1;
  color:#006b68;
  font-weight:400;
}
.site-nav li:nth-child(1) > a::before{content:"⌂";font-size:23px;top:6px}
.site-nav li:nth-child(2) > a::before{content:"◇";font-size:22px;top:6px}
.site-nav li:nth-child(3) > a::before{content:"♨";font-size:20px;top:7px}
.site-nav li:nth-child(4) > a::before{content:"◯";font-size:18px;top:8px}
.site-nav li:nth-child(5) > a::before{content:"♙";font-size:21px;top:6px}
.site-nav a::after{
  content:"" !important;
  position:absolute !important;
  left:20px !important;
  right:20px !important;
  bottom:1px !important;
  height:3px !important;
  border-radius:999px !important;
  background:#006b68 !important;
  transform:scaleX(0) !important;
  transition:transform .2s ease !important;
}
.site-nav a:hover,
.site-nav .current-menu-item > a,
.site-nav .current_page_item > a{
  color:#006b68 !important;
  background:linear-gradient(180deg,#f7faf8,#f0f5f2) !important;
  transform:translateY(-1px) !important;
}
.site-nav a:hover::after,
.site-nav .current-menu-item > a::after,
.site-nav .current_page_item > a::after{
  transform:scaleX(1) !important;
}

/* Consultation CTA — approved rectangular premium treatment */
.site-nav li:last-child > a{
  min-width:154px !important;
  min-height:52px !important;
  margin-left:10px !important;
  padding:16px 42px 16px 20px !important;
  border-radius:11px !important;
  color:#fff !important;
  background:linear-gradient(135deg,#08766f,#004e4a) !important;
  box-shadow:0 9px 22px rgba(0,78,73,.18) !important;
  border:1px solid rgba(215,154,36,.35) !important;
}
.site-nav li:last-child > a::before{
  content:"→" !important;
  top:50% !important;
  left:auto !important;
  right:17px !important;
  transform:translateY(-52%) !important;
  color:#e4a83b !important;
  font-size:25px !important;
}
.site-nav li:last-child > a::after{display:none !important}
.site-nav li:last-child > a:hover,
.site-nav li:last-child.current-menu-item > a,
.site-nav li:last-child.current_page_item > a{
  color:#fff !important;
  background:linear-gradient(135deg,#006b68,#003f3c) !important;
  transform:translateY(-2px) !important;
}

@media(max-width:1100px){
  .brand-image img{height:58px !important;max-width:235px !important}
  .site-nav a{min-width:68px !important;padding-left:8px !important;padding-right:8px !important;font-size:13px !important}
  .site-nav li:last-child > a{min-width:135px !important}
}
@media(max-width:900px){
  .site-header .header-inner{min-height:76px !important}
  .brand-image img{height:54px !important;max-width:220px !important}
  .site-nav li:last-child > a{margin-left:0 !important}
}

/* v1.8.7 — Option 3 visibility/refinement fix */
.site-header .header-inner{
  min-height:108px !important;
}
.brand-image img{
  height:88px !important;
  width:auto !important;
  max-width:320px !important;
}

/* Clear previous pseudo-icon characters and create reliable icon discs */
.site-nav a{
  min-width:96px !important;
  min-height:76px !important;
  padding:43px 13px 10px !important;
  overflow:visible !important;
}
.site-nav a::before{
  content:"" !important;
  position:absolute !important;
  top:10px !important;
  left:50% !important;
  width:25px !important;
  height:25px !important;
  transform:translateX(-50%) !important;
  border:1.8px solid #006b68 !important;
  border-radius:50% !important;
  background:transparent !important;
  box-sizing:border-box !important;
}

/* Individual minimal line-icon details */
.site-nav li:nth-child(1) > a::before{
  border-radius:4px 4px 7px 7px !important;
  transform:translateX(-50%) rotate(45deg) scale(.72) !important;
}
.site-nav li:nth-child(2) > a::before{
  border-radius:50% 0 50% 50% !important;
  transform:translateX(-50%) rotate(-38deg) scale(.82) !important;
}
.site-nav li:nth-child(3) > a::before{
  border-radius:50% 50% 45% 45% !important;
  border-top-color:#d79a24 !important;
}
.site-nav li:nth-child(4) > a::before{
  width:20px !important;
  height:27px !important;
  border-radius:55% 45% 55% 45% !important;
  transform:translateX(-50%) rotate(45deg) scale(.78) !important;
}
.site-nav li:nth-child(5) > a::before{
  width:27px !important;
  height:18px !important;
  top:16px !important;
  border-radius:50% 50% 40% 40% !important;
}

/* Soft rounded active card exactly in the Option 3 direction */
.site-nav .current-menu-item > a,
.site-nav .current_page_item > a{
  background:linear-gradient(180deg,#f7faf8 0%,#eef4f1 100%) !important;
  box-shadow:0 8px 22px rgba(0,78,73,.08) !important;
}
.site-nav .current-menu-item > a::after,
.site-nav .current_page_item > a::after{
  transform:scaleX(1) !important;
}

/* Consultation remains a strong CTA, no top icon disc */
.site-nav li:last-child > a{
  min-width:168px !important;
  min-height:56px !important;
  padding:17px 46px 17px 22px !important;
  margin-left:14px !important;
  border-radius:12px !important;
}
.site-nav li:last-child > a::before{
  content:"→" !important;
  width:auto !important;
  height:auto !important;
  border:0 !important;
  border-radius:0 !important;
  top:50% !important;
  left:auto !important;
  right:18px !important;
  transform:translateY(-52%) !important;
  color:#e3a536 !important;
  font-size:26px !important;
}

@media(max-width:1100px){
  .site-header .header-inner{min-height:94px !important}
  .brand-image img{height:74px !important;max-width:270px !important}
  .site-nav a{min-width:78px !important;font-size:13px !important}
  .site-nav li:last-child > a{min-width:145px !important}
}

/* v1.8.8 — direct-rendered approved Option 3 navigation.
   Uses unique classes so legacy WP menu selectors cannot flatten the design. */
.site-header .header-inner{
  min-height:108px !important;
}
.brand-image img{
  height:88px !important;
  width:auto !important;
  max-width:320px !important;
}
.primary-nav.premium-direct-nav{
  margin-left:auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:8px !important;
}
.premium-direct-nav .premium-nav-item{
  position:relative !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:5px !important;
  min-width:88px !important;
  height:70px !important;
  padding:6px 10px !important;
  border:1px solid transparent !important;
  border-radius:15px !important;
  background:transparent !important;
  color:#063f3c !important;
  text-decoration:none !important;
  font-size:13px !important;
  font-weight:700 !important;
  line-height:1 !important;
  box-shadow:none !important;
  transition:.2s ease !important;
}
.premium-direct-nav .premium-nav-item:hover,
.premium-direct-nav .premium-nav-item.is-active{
  background:linear-gradient(180deg,#f8fbf9,#edf4f1) !important;
  border-color:rgba(0,107,104,.10) !important;
  box-shadow:0 8px 20px rgba(0,78,73,.08) !important;
  transform:translateY(-1px) !important;
}
.premium-direct-nav .premium-nav-item.is-active::after{
  content:"" !important;
  position:absolute !important;
  left:25px !important;
  right:25px !important;
  bottom:0 !important;
  height:3px !important;
  border-radius:999px !important;
  background:#d79a24 !important;
}
.premium-nav-icon{
  position:relative !important;
  display:block !important;
  width:25px !important;
  height:25px !important;
  box-sizing:border-box !important;
}
.premium-nav-icon::before,
.premium-nav-icon::after{
  content:"" !important;
  position:absolute !important;
  box-sizing:border-box !important;
}
/* Home */
.icon-home::before{
  width:17px;height:17px;left:4px;top:5px;
  border:2px solid #006b68;border-radius:3px;
  transform:rotate(45deg);
}
.icon-home::after{
  width:9px;height:11px;left:8px;top:11px;
  background:#f5f9f7;border-left:2px solid #006b68;border-top:2px solid #006b68;
}
/* Treatment leaf */
.icon-treatment::before{
  width:20px;height:15px;left:2px;top:4px;
  border:2px solid #006b68;border-radius:80% 0 80% 0;
  transform:rotate(-12deg);
}
.icon-treatment::after{
  width:16px;height:2px;left:7px;top:14px;background:#d79a24;transform:rotate(-34deg);
}
/* Panchakarma bowl */
.icon-panchakarma::before{
  width:23px;height:12px;left:1px;top:10px;
  border:2px solid #006b68;border-top:0;border-radius:0 0 13px 13px;
}
.icon-panchakarma::after{
  width:2px;height:10px;left:12px;top:0;background:#d79a24;
  box-shadow:-6px 2px 0 -0.2px #006b68,6px 2px 0 -0.2px #006b68;
}
/* Detox drop */
.icon-detox::before{
  width:17px;height:21px;left:4px;top:1px;
  border:2px solid #006b68;border-radius:60% 40% 60% 40%;
  transform:rotate(45deg);
}
.icon-detox::after{
  width:5px;height:5px;left:11px;top:11px;border-radius:50%;background:#d79a24;
}
/* Yoga */
.icon-yoga::before{
  width:7px;height:7px;left:9px;top:1px;border:2px solid #006b68;border-radius:50%;
}
.icon-yoga::after{
  width:22px;height:13px;left:2px;top:11px;
  border:2px solid #006b68;border-top:0;border-radius:0 0 50% 50%;
  box-shadow:inset 0 -3px 0 -2px #d79a24;
}
.premium-direct-nav .premium-consultation{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:13px !important;
  min-width:156px !important;
  height:54px !important;
  margin-left:7px !important;
  padding:0 19px !important;
  border-radius:12px !important;
  border:1px solid rgba(215,154,36,.42) !important;
  background:linear-gradient(135deg,#08766f,#004d49) !important;
  color:#fff !important;
  text-decoration:none !important;
  font-size:14px !important;
  font-weight:750 !important;
  box-shadow:0 9px 22px rgba(0,78,73,.18) !important;
  transition:.2s ease !important;
}
.premium-direct-nav .premium-consultation b{
  color:#e7ad42 !important;
  font-size:22px !important;
  line-height:1 !important;
}
.premium-direct-nav .premium-consultation:hover{
  transform:translateY(-2px) !important;
  box-shadow:0 12px 26px rgba(0,78,73,.24) !important;
}
@media(max-width:1150px){
  .brand-image img{height:76px !important}
  .premium-direct-nav .premium-nav-item{min-width:72px !important;padding-left:6px !important;padding-right:6px !important;font-size:12px !important}
  .premium-direct-nav .premium-consultation{min-width:135px !important}
}
@media(max-width:900px){
  .primary-nav.premium-direct-nav{gap:4px !important}
  .premium-direct-nav .premium-nav-item{min-width:60px !important}
}


/* v1.9.2 — premium styling for the real WordPress menu */
.primary-nav.premium-wp-nav{
  margin-left:auto !important;
}
.primary-nav.premium-wp-nav .premium-menu{
  list-style:none !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:8px !important;
  margin:0 !important;
  padding:0 !important;
}
.primary-nav.premium-wp-nav .premium-menu > li{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
}
.primary-nav.premium-wp-nav .premium-nav-item{
  position:relative !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:5px !important;
  min-width:88px !important;
  height:70px !important;
  padding:6px 10px !important;
  border:1px solid transparent !important;
  border-radius:15px !important;
  background:transparent !important;
  color:#063f3c !important;
  text-decoration:none !important;
  font-size:13px !important;
  font-weight:700 !important;
  line-height:1 !important;
  box-shadow:none !important;
}
.primary-nav.premium-wp-nav .premium-nav-item:hover,
.primary-nav.premium-wp-nav .premium-nav-item.is-active{
  background:linear-gradient(180deg,#f8fbf9,#edf4f1) !important;
  border-color:rgba(0,107,104,.10) !important;
  box-shadow:0 8px 20px rgba(0,78,73,.08) !important;
}
.primary-nav.premium-wp-nav .premium-nav-item.is-active::after{
  content:"" !important;
  position:absolute !important;
  left:25px !important;
  right:25px !important;
  bottom:0 !important;
  height:3px !important;
  border-radius:999px !important;
  background:#d79a24 !important;
}
.primary-nav.premium-wp-nav .premium-consultation{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:13px !important;
  min-width:156px !important;
  height:54px !important;
  margin-left:7px !important;
  padding:0 19px !important;
  border-radius:12px !important;
  border:1px solid rgba(215,154,36,.42) !important;
  background:linear-gradient(135deg,#08766f,#004d49) !important;
  color:#fff !important;
  text-decoration:none !important;
  font-size:14px !important;
  font-weight:750 !important;
  box-shadow:0 9px 22px rgba(0,78,73,.18) !important;
}
.primary-nav.premium-wp-nav .premium-consultation b{
  color:#e7ad42 !important;
  font-size:22px !important;
}
.primary-nav.premium-wp-nav .sub-menu{
  display:none !important;
}


/* v1.9.3 — premium warm-light hero treatment for wellness pages */
.ap-page-hero,
.page-hero,
.hero-banner{
  background-position:center center !important;
  background-size:cover !important;
}


/* v1.9.4 — premium wellness pages: Yoga / Panchakarma / Detox */
.wellness-hero{
  position:relative;
  min-height:520px;
  overflow:hidden;
  color:#fff;
  background:#0b514f var(--wellness-hero-image) center center/cover no-repeat !important;
  border-bottom:0 !important;
}
.wellness-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(5,45,45,.72) 0%,rgba(5,45,45,.48) 38%,rgba(5,45,45,.08) 78%),
    linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.18));
}
.wellness-hero .hero-inner{
  position:relative;
  z-index:2;
  min-height:520px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding-top:72px;
  padding-bottom:72px;
}
.wellness-hero .hero-copy{
  max-width:900px;
}
.wellness-hero .hero-eyebrow{
  color:#f0bd57 !important;
  text-shadow:0 1px 8px rgba(0,0,0,.15);
}
.wellness-hero .hero-title{
  max-width:980px;
  color:#fff !important;
  text-shadow:0 2px 18px rgba(0,0,0,.18);
  font-size:clamp(54px,6.2vw,82px);
}
.wellness-hero-blurb{
  max-width:650px;
  margin:20px 0 0;
  font-size:18px;
  line-height:1.65;
  color:rgba(255,255,255,.94);
}
.wellness-hero-points{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:30px;
}
.wellness-hero-points span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:999px;
  background:rgba(255,255,255,.10);
  backdrop-filter:blur(8px);
  color:#fff;
  font-size:12px;
  font-weight:700;
}
.wellness-hero-points i{
  color:#f0bd57;
  font-style:normal;
}

.wellness-intro-banner{
  margin:0 auto 20px;
  padding:12px;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:26px;
  background:#fffdfa;
  box-shadow:0 18px 45px rgba(20,65,65,.10);
}
.wellness-intro-copy{
  padding:42px 38px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.wellness-mini-label{
  color:#c58d30;
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:11px;
  font-weight:800;
}
.wellness-intro-copy h2{
  margin:10px 0 14px;
  max-width:600px;
  color:var(--ink);
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
  font-size:38px;
  line-height:1.18;
}
.wellness-intro-copy p{
  max-width:600px;
  margin:0;
  color:#31535b;
  font-size:15px;
  line-height:1.75;
}
.wellness-intro-art{
  position:relative;
  min-height:300px;
  overflow:hidden;
  border-radius:18px;
}
.wellness-intro-art img{
  width:100%;
  height:100%;
  min-height:300px;
  display:block;
  object-fit:cover;
}
.wellness-art-badge{
  position:absolute;
  left:18px;
  bottom:18px;
  padding:11px 15px;
  border-radius:13px;
  background:rgba(255,253,248,.94);
  color:#075c5c;
  font-size:11px;
  font-weight:800;
  letter-spacing:.8px;
  box-shadow:0 8px 20px rgba(0,0,0,.12);
}

.wellness-benefits{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin:0 auto 34px;
}
.wellness-benefit{
  min-height:92px;
  padding:17px;
  display:flex;
  align-items:center;
  gap:12px;
  border:1px solid var(--line);
  border-radius:16px;
  background:linear-gradient(145deg,#fffdfa,#f2f6f2);
}
.benefit-number{
  color:#c58d30;
  font-family:Georgia,serif;
  font-size:20px;
}
.wellness-benefit strong{
  display:block;
  color:#075c5c;
  font-size:13px;
  line-height:1.2;
}
.wellness-benefit small{
  display:block;
  margin-top:5px;
  color:#6a7778;
  font-size:10px;
}

@media(max-width:800px){
  .wellness-hero,.wellness-hero .hero-inner{min-height:500px}
  .wellness-intro-banner{grid-template-columns:1fr}
  .wellness-intro-art{min-height:260px}
  .wellness-intro-art img{min-height:260px}
  .wellness-benefits{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .wellness-hero{min-height:570px}
  .wellness-hero .hero-inner{min-height:570px;padding-left:22px;padding-right:22px}
  .wellness-hero .hero-title{font-size:50px}
  .wellness-hero-blurb{font-size:15px}
  .wellness-intro-copy{padding:30px 24px}
  .wellness-intro-copy h2{font-size:31px}
  .wellness-benefits{grid-template-columns:1fr}
}

/* v1.9.5 — removed the wellness intro banner and benefit strip */
.wellness-intro-banner,
.wellness-benefits{display:none!important}


/* v1.9.6 — crisp hero image, no blur, no duplicated hero text */
.wellness-hero{
  background-image:var(--wellness-hero-image) !important;
  background-size:cover !important;
  background-position:center center !important;
  filter:none !important;
}
.wellness-hero::before{
  background:linear-gradient(90deg,rgba(5,45,45,.58) 0%,rgba(5,45,45,.24) 42%,rgba(5,45,45,0) 78%) !important;
  filter:none !important;
}
.wellness-hero .hero-inner{
  min-height:500px !important;
  justify-content:center !important;
}
.wellness-hero .hero-title{
  margin-bottom:0 !important;
}
.wellness-hero-blurb,
.wellness-hero-points{
  display:none !important;
}


/* v1.9.7 — four premium content badges for Yoga / Panchakarma / Detox */
.wellness-benefits{
  max-width:1040px;
  margin:24px auto 38px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.wellness-benefit{
  min-height:128px;
  padding:18px 15px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:7px;
  border:1px solid rgba(194,157,88,.28);
  border-radius:18px;
  background:linear-gradient(145deg,#fffdfa,#f3f7f3);
  box-shadow:0 10px 24px rgba(0,65,62,.06);
}
.wellness-benefit .benefit-icon{
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#edf4ef;
  color:#0b716d;
  border:1px solid rgba(11,113,109,.12);
  font-size:16px;
}
.wellness-benefit .benefit-number{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.wellness-benefit strong{
  display:block;
  color:#075c5c;
  font-size:13px;
  line-height:1.25;
}
.wellness-benefit small{
  display:block;
  color:#667577;
  font-size:10px;
  line-height:1.5;
}
@media(max-width:800px){
  .wellness-benefits{grid-template-columns:1fr 1fr;margin-left:20px;margin-right:20px}
}
@media(max-width:520px){
  .wellness-benefits{grid-template-columns:1fr}
}


/* v1.9.8 — show the four wellness badges and keep hero photography crisp */
.wellness-benefits{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  opacity:1 !important;
  visibility:visible !important;
}
.wellness-hero{
  filter:none !important;
  -webkit-filter:none !important;
  background-blend-mode:normal !important;
}
.wellness-hero::before{
  filter:none !important;
  -webkit-filter:none !important;
}
.wellness-hero .hero-title,
.wellness-hero .hero-eyebrow{
  text-shadow:none !important;
}
@media(max-width:800px){
  .wellness-benefits{grid-template-columns:1fr 1fr !important}
}
@media(max-width:520px){
  .wellness-benefits{grid-template-columns:1fr !important}
}

/* v1.9.9 — luxury Kerala resort presentation */
.wellness-hero{
  min-height:540px!important;
  background-position:center 42%!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  filter:none!important;
  -webkit-filter:none!important;
}
.wellness-hero::before{
  background:linear-gradient(90deg,rgba(3,38,37,.48) 0%,rgba(3,38,37,.20) 42%,rgba(3,38,37,0) 76%)!important;
  filter:none!important;
  -webkit-filter:none!important;
}
.wellness-hero .hero-inner{min-height:540px!important;padding-top:74px!important;padding-bottom:74px!important}
.wellness-hero .hero-title{
  color:#fff!important;
  font-size:clamp(58px,6.4vw,88px)!important;
  line-height:1.02!important;
  letter-spacing:-1.5px!important;
  text-shadow:0 3px 20px rgba(0,0,0,.20)!important;
}
.wellness-benefits{
  max-width:1100px!important;
  margin:0 auto 38px!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
.wellness-benefit{
  min-height:140px!important;
  border-color:rgba(196,153,73,.30)!important;
  background:linear-gradient(145deg,#fffdf8,#f4f7f1)!important;
  box-shadow:0 12px 30px rgba(5,70,66,.08)!important;
}
.wellness-benefit .benefit-icon{
  background:#075c5c!important;
  color:#f2c15c!important;
  border:0!important;
  width:40px!important;
  height:40px!important;
}


/* v2.0.1 — final hero sharpness fix */
.wellness-hero,
.wellness-hero::before,
.wellness-hero .hero-inner,
.wellness-hero .hero-copy,
.wellness-hero .hero-title,
.wellness-hero .hero-eyebrow{
  filter:none !important;
  -webkit-filter:none !important;
}
.wellness-hero{
  background-image:var(--wellness-hero-image) !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
  background-position:center center !important;
  image-rendering:auto !important;
}
.wellness-hero::before{
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}

.premium-ayur-footer{background:#064b3f;color:#fff;padding:55px 7%;font-family:inherit}
.ayur-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:35px}
.premium-ayur-footer h3,.premium-ayur-footer h4{color:#fff;margin-bottom:18px}
.premium-ayur-footer a{display:block;color:#fff;text-decoration:none;margin:10px 0}
.premium-ayur-footer p{line-height:1.7}
.ayur-social a{display:inline-block;margin-right:12px}
.whatsapp-footer{border:1px solid #fff;padding:10px 15px;border-radius:5px;width:max-content}
.ayur-footer-bottom{margin-top:35px;padding-top:20px;border-top:1px solid rgba(255,255,255,.3)}
@media(max-width:800px){.ayur-footer-grid{grid-template-columns:1fr}}

/* FINAL FOOTER + MOBILE NAV */
.premium-ayur-footer{
  margin-top:64px;
  background:#064b3f;
  color:#f5fbf7;
  border-top:3px solid #d39a32;
  padding:0 0 0;
}
.ayur-footer-grid{
  max-width:1200px;
  margin:0 auto;
  padding:52px 28px 38px;
  display:grid;
  grid-template-columns:1.35fr .85fr .95fr 1fr;
  gap:38px;
}
.premium-ayur-footer h3{
  margin:0 0 12px;
  color:#fff;
  font:400 28px/1.2 Georgia,"Times New Roman",serif;
}
.premium-ayur-footer h4{
  margin:3px 0 17px;
  color:#fff;
  font-size:15px;
  text-transform:uppercase;
  letter-spacing:1.2px;
}
.premium-ayur-footer p{
  margin:0 0 18px;
  color:rgba(255,255,255,.82);
  line-height:1.7;
  font-size:14px;
}
.premium-ayur-footer .ayur-footer-grid>div>a:not(.whatsapp-footer){
  display:block;
  color:rgba(255,255,255,.86);
  font-size:14px;
  margin:9px 0;
  transition:.2s ease;
}
.premium-ayur-footer .ayur-footer-grid>div>a:not(.whatsapp-footer):hover{color:#e5b75e;transform:translateX(2px)}
.ayur-social{display:flex;gap:10px;margin-top:20px}
.ayur-social a{
  width:40px;height:40px;border:1px solid rgba(255,255,255,.28);
  border-radius:50%;display:flex!important;align-items:center;justify-content:center;
  margin:0!important;background:rgba(255,255,255,.08);
  transition:.2s ease;
}
.ayur-social a:hover{background:#d39a32;border-color:#d39a32;transform:translateY(-2px)}
.ayur-social svg{width:19px;height:19px;fill:#fff;stroke:#fff;stroke-width:1.5}
.ayur-social a:nth-child(2) svg{fill:none}
.footer-phone{font-size:17px!important;color:#fff!important;font-weight:700}
.whatsapp-footer{
  display:inline-flex!important;
  align-items:center;
  gap:9px;
  background:#25d366;
  color:#fff!important;
  padding:11px 16px;
  border-radius:999px;
  font-weight:700;
  font-size:14px!important;
  box-shadow:0 8px 20px rgba(0,0,0,.16);
}
.whatsapp-footer svg{width:20px;height:20px;fill:#fff}
.ayur-footer-bottom{
  max-width:1200px;
  margin:0 auto;
  padding:19px 28px 23px;
  border-top:1px solid rgba(255,255,255,.15);
  display:flex;justify-content:space-between;gap:18px;
  color:rgba(255,255,255,.66);font-size:12px;
}
.footer-policy-links{display:flex;gap:20px}
.footer-policy-links a:hover{color:#e5b75e}

/* Mobile navigation */
.mobile-menu-toggle{display:none}
.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

@media(max-width:760px){
  .header-inner{
    min-height:76px;
    padding:10px 18px;
    flex-direction:row;
    align-items:center;
    position:relative;
  }
  .brand-image img{max-height:68px;width:auto}
  .mobile-menu-toggle{
    display:flex;
    width:44px;height:44px;
    flex:0 0 44px;
    margin-left:auto;
    padding:10px;
    border:1px solid #d9e5df;
    border-radius:12px;
    background:#fff;
    flex-direction:column;
    justify-content:center;
    gap:5px;
    cursor:pointer;
  }
  .mobile-menu-toggle span:not(.screen-reader-text){
    display:block;width:22px;height:2px;background:#064b4b;border-radius:3px;
    transition:.2s ease;
  }
  .mobile-menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .mobile-menu-toggle.is-open span:nth-child(2){opacity:0}
  .mobile-menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .primary-nav{
    display:none;
    position:absolute;
    left:12px;right:12px;top:70px;
    background:#fff;
    border:1px solid #dfe8e3;
    border-radius:16px;
    box-shadow:0 18px 40px rgba(20,65,65,.16);
    padding:8px;
    z-index:30;
    max-height:calc(100vh - 90px);
    overflow:auto;
  }
  .primary-nav.mobile-open{display:block}
  .primary-nav ul,.primary-nav ul.premium-menu{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:2px!important;
    margin:0!important;padding:0!important;
  }
  .primary-nav li{width:100%!important}
  .primary-nav a{
    display:flex!important;
    align-items:center;
    min-height:44px;
    padding:9px 12px!important;
    border-radius:10px;
    font-size:14px!important;
    line-height:1.25;
  }
  .primary-nav a:hover{background:#f1f6f3}
  .premium-ayur-footer{margin-top:42px}
  .ayur-footer-grid{
    grid-template-columns:1fr 1fr;
    gap:30px 22px;
    padding:40px 20px 30px;
  }
  .footer-brand-col{grid-column:1/-1}
  .premium-ayur-footer h3{font-size:24px}
  .ayur-footer-bottom{
    padding:17px 20px 22px;
    flex-direction:column;
    align-items:flex-start;
  }
}
@media(max-width:480px){
  .ayur-footer-grid{grid-template-columns:1fr;gap:25px}
  .footer-brand-col{grid-column:auto}
  .premium-ayur-footer h3{font-size:23px}
  .footer-policy-links{flex-wrap:wrap;gap:10px 16px}
  .ayur-social a{width:38px;height:38px}
}

.ayur-payment-row{
  max-width:1200px;
  margin:0 auto;
  padding:18px 28px 20px;
  border-top:1px solid rgba(255,255,255,.12);
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:wrap;
}
.payment-label{
  color:rgba(255,255,255,.7);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-right:5px;
}
.payment-badge{
  height:32px;
  min-width:62px;
  padding:0 11px;
  border-radius:6px;
  background:#fff;
  color:#123;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  font-size:13px;
  box-shadow:0 2px 8px rgba(0,0,0,.12);
}
.payment-badge.visa{font-style:italic;color:#143b8f;font-size:17px}
.payment-badge.mastercard{gap:5px;color:#222;font-size:10px}
.payment-badge.mastercard i{
  width:18px;height:18px;border-radius:50%;
  background:linear-gradient(90deg,#eb001b 0 50%,#f79e1b 50% 100%);
  display:inline-block;
}
.payment-badge.mastercard b{font-weight:700}
.payment-badge.rupay{color:#174f9c;font-size:14px}
.payment-badge.upi{color:#5a2a88;font-size:16px}
@media(max-width:760px){
  .ayur-payment-row{
    padding:16px 20px 18px;
    justify-content:flex-start;
  }
  .payment-label{width:100%;margin-bottom:2px}
}
