/*
Theme Name: Aura Care Wellness Centre
Theme URI: https://wellness.auracarecentre.com
Author: Aura Care Medical Group
Author URI: https://auracarecentre.com
Description: Authentic Ayurvedic OPD & Classical Panchakarma Day-Care Medical Centre WordPress Theme for Gurugram.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: auracare-wellness
Tags: ayurveda, panchakarma, medical, wellness, health, clinic
*/

/*
--------------------------------------------------------------
Aura Care Wellness Centre - Main Stylesheet (assets/css/main.css)
--------------------------------------------------------------
*/

/* -----------------------------------------------------------
   0. VEDIC LEAF PAGE SWITCH ANIMATION (GPU 60fps Butter-Smooth)
----------------------------------------------------------- */
.aura-leaf-curtain-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  display: flex;
  pointer-events: none !important;
  overflow: hidden;
  visibility: hidden;
  transition: visibility 0.65s ease;
  contain: strict;
  transform: translateZ(0);
}

.aura-leaf-curtain-wrap.leaves-closing {
  pointer-events: all !important;
  visibility: visible;
}

.aura-leaf-curtain-wrap.leaves-open {
  pointer-events: none !important;
  visibility: hidden !important;
  display: none !important;
}

.aura-leaf-panel {
  position: absolute;
  top: 0;
  width: 58vw;
  height: 100vh;
  z-index: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.65s cubic-bezier(0.85, 0, 0.15, 1);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
}

.aura-leaf-left {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.aura-leaf-right {
  right: 0;
  transform: translate3d(0, 0, 0);
}

/* Uncovered / Page Open state */
.aura-leaf-curtain-wrap.leaves-open .aura-leaf-left {
  transform: translate3d(-110%, 0, 0);
}

.aura-leaf-curtain-wrap.leaves-open .aura-leaf-right {
  transform: translate3d(110%, 0, 0);
}

/* Closing / Page Switch state */
.aura-leaf-curtain-wrap.leaves-closing {
  visibility: visible !important;
  pointer-events: all !important;
}

.aura-leaf-curtain-wrap.leaves-closing .aura-leaf-left {
  transform: translate3d(0, 0, 0);
}

.aura-leaf-curtain-wrap.leaves-closing .aura-leaf-right {
  transform: translate3d(0, 0, 0);
}

.leaf-svg-overlay {
  width: 100%;
  height: 100%;
  object-fit: fill;
  filter: drop-shadow(0 0 25px rgba(0, 0, 0, 0.45));
  will-change: transform;
}

.aura-leaf-center-emblem {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.85, 0, 0.15, 1);
  pointer-events: none;
  will-change: opacity, transform;
}

.aura-leaf-curtain-wrap.leaves-open .aura-leaf-center-emblem {
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale(0.8);
}

.aura-leaf-curtain-wrap.leaves-closing .aura-leaf-center-emblem {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) scale(1);
}

.leaf-center-lotus {
  width: 76px;
  height: 76px;
  background: radial-gradient(circle, #1b4d3e 0%, #10261f 100%);
  border: 2px solid var(--color-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4), 0 0 15px rgba(197, 168, 128, 0.25);
  animation: leafPulseGlow 2.2s infinite ease-in-out;
}

.leaf-center-title {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.leaf-center-sub {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--color-accent);
  text-transform: uppercase;
  margin-top: 0.2rem;
}

@keyframes leafPulseGlow {
  0%, 100% {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4), 0 0 12px rgba(197, 168, 128, 0.2);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 0 24px rgba(197, 168, 128, 0.5);
    transform: scale(1.04);
  }
}

/* -----------------------------------------------------------
   1. CORE VARIABLES, RESETS & GLOBAL TYPOGRAPHY
----------------------------------------------------------- */
:root {
  --color-primary: #1B4D3E;
  --color-primary-dark: #12352B;
  --color-primary-light: #2A6F5A;
  --color-accent: #C5A880;
  --color-accent-hover: #B09166;
  --color-accent-subtle: #F5EFE6;
  --color-secondary: #8C6D46;
  --color-secondary-light: #F7F3ED;
  --color-text-main: #242D29;
  --color-text-muted: #5C6964;
  --color-text-light: #8A9A93;
  --color-bg-base: #FAF8F5;
  --color-bg-surface: #FFFFFF;
  --color-bg-muted: #F3EFEA;
  --color-border: #E8E2D7;
  --color-border-light: #F0EBE3;
  
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-full: 9999px;
  
  --shadow-sm: 0 2px 8px rgba(18, 53, 43, 0.05);
  --shadow-md: 0 6px 20px rgba(18, 53, 43, 0.08);
  --shadow-lg: 0 12px 36px rgba(18, 53, 43, 0.12);
  --shadow-hover: 0 16px 40px rgba(18, 53, 43, 0.15);
  
  --transition-fast: 0.2s ease;
  --transition-smooth: 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  --header-height: 80px;
}

/* Global Reset & Typography */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-sans);
  color: var(--color-text-main);
  background-color: var(--color-bg-base);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  color: var(--color-primary-dark);
  font-weight: 700;
  line-height: 1.25;
}

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: var(--transition-fast);
}

a:hover {
  color: var(--color-accent-hover);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section-padding {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

/* -----------------------------------------------------------
   0.8 SACRED VEDIC AMBIENT BACKGROUND & SIDE BOTANICAL FLORA
----------------------------------------------------------- */
.aura-ambient-sanctuary {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

/* Ambient Birds Floating across Canopy */
.aura-ambient-birds {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 220px;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.bird {
  position: absolute;
  opacity: 0;
  will-change: transform, opacity;
  animation: birdFlight 30s linear infinite;
}

.bird-1 {
  top: 30px;
  animation-delay: 1.5s;
  animation-duration: 27s;
}

.bird-2 {
  top: 75px;
  animation-delay: 12s;
  animation-duration: 33s;
}

.bird-3 {
  top: 130px;
  animation-delay: 20s;
  animation-duration: 28s;
}

@keyframes birdFlight {
  0% {
    transform: translate3d(-80px, 35px, 0) scale(0.7) rotate(-2deg);
    opacity: 0;
  }
  10% {
    opacity: 0.7;
  }
  50% {
    transform: translate3d(50vw, 10px, 0) scale(0.9) rotate(2deg);
    opacity: 0.85;
  }
  90% {
    opacity: 0.65;
  }
  100% {
    transform: translate3d(106vw, -30px, 0) scale(0.7) rotate(-1deg);
    opacity: 0;
  }
}

/* Side Botanical Flora (Money Plant Bel - Left & Right desktop gutters) */
.aura-side-flora {
  position: fixed;
  top: 100px;
  width: 105px;
  height: calc(100vh - 105px);
  pointer-events: none !important;
  z-index: 10 !important;
  will-change: transform;
}

.aura-side-flora-left {
  left: 0;
}

.aura-side-flora-right {
  right: 0;
}

.money-plant-svg {
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 3px 10px rgba(18, 53, 43, 0.15));
}

/* Floating Rotating Sacred Lotus Flowers (Rise & Spin on Scroll) */
.aura-floating-blossoms {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 12 !important;
  overflow: hidden;
}

.aura-floating-lotus {
  position: absolute;
  filter: drop-shadow(0 4px 16px rgba(197, 168, 128, 0.45));
  will-change: transform;
  transition: transform 0.08s linear;
}

.lotus-l-1 {
  left: 36px;
  top: 35vh;
}

.lotus-l-2 {
  left: 18px;
  top: 65vh;
}

.lotus-l-3 {
  left: 42px;
  top: 92vh;
}

.lotus-r-1 {
  right: 36px;
  top: 40vh;
}

.lotus-r-2 {
  right: 18px;
  top: 70vh;
}

.lotus-r-3 {
  right: 42px;
  top: 96vh;
}

.money-plant-svg g {
  transform-origin: center;
  transition: transform 0.4s ease;
  animation: moneyLeafSway 6s ease-in-out infinite alternate;
}

.money-plant-svg g:nth-child(even) {
  animation-duration: 8s;
  animation-delay: -1.5s;
}

.money-plant-svg g:nth-child(3n) {
  animation-duration: 10s;
  animation-delay: -3s;
}

@keyframes moneyLeafSway {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(3deg) scale(1.03);
  }
  100% {
    transform: rotate(-2deg) scale(0.97);
  }
}

/* Responsive Gutter Adjustments */
@media (max-width: 1199px) {
  .aura-side-flora {
    width: 48px;
    opacity: 0.7;
  }
}

@media (max-width: 991px) {
  .aura-side-flora,
  .aura-ambient-birds {
    display: none !important;
  }
}

/* Ensure Page Header and Footer layer cleanly over side flora */
.aura-header {
  position: sticky;
  top: 0;
  z-index: 1000 !important;
}

.aura-footer {
  position: relative;
  z-index: 50 !important;
  background-color: #0c201a !important;
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.2);
}

/* 1.1 TOP NETWORK ECOSYSTEM BAR */
.aura-network-bar {
  background-color: #0d211b !important;
  color: #c8d8d2 !important;
  font-size: 0.8125rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.45rem 0;
}

.aura-network-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.aura-network-links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.aura-network-brand {
  font-weight: 600;
  color: var(--color-accent) !important;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background-color: #25D366;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 2px rgba(37, 211, 102, 0.3);
}

.aura-network-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.aura-network-nav a {
  color: #c8d8d2 !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.65rem;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.aura-network-nav a:hover {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.15) !important;
}

.aura-network-nav a.active {
  font-weight: 700 !important;
  color: var(--color-accent) !important;
  background-color: rgba(197, 168, 128, 0.18) !important;
}

.aura-network-contact {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.aura-network-contact a {
  color: #d1dfd9 !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: color 0.2s ease;
}

.aura-network-contact a:hover {
  color: #ffffff !important;
}

/* 1.2 MAIN HEADER */
.aura-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #ffffff;
  border-bottom: 1px solid var(--color-border);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.aura-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
  gap: 1.5rem;
}

.aura-logo {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  flex-shrink: 0;
}

.aura-logo-title {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--color-primary-dark) !important;
  letter-spacing: 0.08em;
  line-height: 1.1;
  display: block;
}

.aura-logo-subtitle {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--color-accent-hover) !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: block;
  margin-top: 0.15rem;
}

.aura-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 1.5rem;
}

.aura-nav-menu {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.aura-nav-menu li a {
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--color-primary-dark) !important;
  text-decoration: none;
  white-space: nowrap !important;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.25rem;
  transition: color 0.2s ease;
}

.aura-nav-menu li a i {
  color: var(--color-accent);
}

.aura-nav-menu li a:hover,
.aura-nav-menu li.current-menu-item > a {
  color: var(--color-accent-hover) !important;
}

.aura-header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

.btn-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  height: 44px;
  padding: 0 1.35rem;
  background-color: var(--color-primary-dark);
  color: #ffffff !important;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: var(--radius-sm);
  text-decoration: none;
  white-space: nowrap !important;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(18, 53, 43, 0.2);
  transition: all 0.25s ease;
  border: 1px solid var(--color-primary-dark);
}

.btn-header-cta:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  transform: translateY(-1px);
}

.aura-mobile-toggle {
  display: none;
}

/* -----------------------------------------------------------
   1.4 BOTANICAL SWAYING & FLOATING LEAF ANIMATIONS
----------------------------------------------------------- */
.botanical-leaf-decor {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: 0.15;
  will-change: transform;
}

.leaf-float-1 {
  top: 10%;
  left: 3%;
  width: 65px;
  animation: leafFloatDrift 9s ease-in-out infinite alternate;
}

.leaf-float-2 {
  bottom: 8%;
  right: 4%;
  width: 75px;
  animation: leafFloatDrift 12s ease-in-out infinite alternate-reverse;
}

@keyframes leafFloatDrift {
  0% {
    transform: translateY(0) rotate(0deg) scale(1);
  }
  50% {
    transform: translateY(-18px) rotate(8deg) scale(1.04);
  }
  100% {
    transform: translateY(12px) rotate(-6deg) scale(0.98);
  }
}

.swaying-branch {
  transform-origin: top left;
  animation: branchGentleSway 7s ease-in-out infinite alternate;
}

@keyframes branchGentleSway {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-2.5deg);
  }
}

/* -----------------------------------------------------------
   1.5 VEDIC SHLOKA BANNER & SANSKRIT EPIGRAPH
----------------------------------------------------------- */
.vedic-shloka-banner {
  background: linear-gradient(135deg, #112620, #0c1d18);
  color: #e2ede8;
  padding: 1.25rem 1rem;
  border-bottom: 1px solid rgba(197, 168, 128, 0.25);
  position: relative;
  overflow: hidden;
}

.shloka-devanagari {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-accent);
  letter-spacing: 0.04em;
  margin-bottom: 0.25rem;
  text-shadow: 0 0 12px rgba(197, 168, 128, 0.3);
}

.shloka-transliteration {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.875rem;
  color: #bed0c9;
  letter-spacing: 0.02em;
  margin-bottom: 0.35rem;
}

.shloka-meaning {
  font-size: 0.8125rem;
  color: #92aba2;
  max-width: 860px;
  margin: 0 auto;
}

.shloka-meaning strong {
  color: var(--color-accent);
}

@media (max-width: 768px) {
  .shloka-devanagari {
    font-size: 1rem;
    line-height: 1.4;
  }
  .shloka-transliteration {
    font-size: 0.78rem;
  }
  .shloka-meaning {
    font-size: 0.75rem;
  }
}

/* -----------------------------------------------------------
   1.6 ACHARAYAS & VEDIC MASTERS GRID
----------------------------------------------------------- */
.acharya-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.acharya-card {
  background-color: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 2.25rem 1.75rem;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-smooth);
  display: flex;
  flex-direction: column;
  position: relative;
}

.acharya-card:hover {
  transform: translateY(-6px);
  border-color: var(--color-accent);
  box-shadow: var(--shadow-hover);
}

.acharya-card.featured-acharya {
  border: 2px solid var(--color-accent);
  background: linear-gradient(180deg, #ffffff 0%, #faf6ef 100%);
}

.acharya-icon-wrap {
  width: 54px;
  height: 54px;
  background: radial-gradient(circle, var(--color-primary), var(--color-primary-dark));
  color: var(--color-accent);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 4px 14px rgba(27, 77, 62, 0.2);
}

.acharya-title-tag {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-accent-hover);
  margin-bottom: 0.35rem;
  display: block;
}

.acharya-name {
  font-size: 1.45rem;
  color: var(--color-primary-dark);
  margin-bottom: 0.2rem;
}

.acharya-sanskrit {
  font-family: var(--font-serif);
  font-size: 0.875rem;
  color: var(--color-secondary);
  margin-bottom: 1rem;
}

.acharya-desc {
  font-size: 0.875rem;
  color: var(--color-text-muted);
  line-height: 1.6;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

.acharya-pillar {
  font-size: 0.8125rem;
  color: var(--color-primary-dark);
  padding: 0.75rem;
  background-color: var(--color-bg-base);
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--color-accent);
}

/* -----------------------------------------------------------
   1.7 TRIDOSHA PHYSIOLOGY & SAPTADHATU MATRIX
----------------------------------------------------------- */
.tridosha-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.tridosha-card {
  background-color: #ffffff;
  border-radius: var(--radius-lg);
  padding: 2.25rem 2rem;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  transition: var(--transition-smooth);
  position: relative;
  display: flex;
  flex-direction: column;
}

.tridosha-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.vata-card { border-top: 4px solid #7c94b0; }
.pitta-card { border-top: 4px solid #c05c46; }
.kapha-card { border-top: 4px solid #1b4d3e; }

.dosha-element-badge {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-accent-hover);
  margin-bottom: 0.5rem;
}

.dosha-name {
  font-size: 1.6rem;
  color: var(--color-primary-dark);
  margin-bottom: 0.25rem;
}

.dosha-principle {
  font-size: 0.875rem;
  font-style: italic;
  color: var(--color-text-muted);
  margin-bottom: 1rem;
}

.dosha-desc {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  line-height: 1.65;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.dosha-balance-key {
  padding-top: 1rem;
  border-top: 1px dashed var(--color-border);
  font-size: 0.8125rem;
  color: var(--color-text-main);
}

.dosha-balance-key strong {
  display: block;
  color: var(--color-primary-dark);
  margin-bottom: 0.25rem;
}

.vedic-matrix-card {
  background: linear-gradient(135deg, #f5efe6, #fbf9f5);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow-sm);
}

.matrix-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}

@media (max-width: 768px) {
  .matrix-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* -----------------------------------------------------------
   1.85 ASHTAVIDHA PARIKSHA (8 DIAGNOSTIC PILLARS)
----------------------------------------------------------- */
.ashtavidha-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.ashtavidha-card {
  background-color: var(--color-bg-base);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 1.75rem 1.5rem;
  transition: var(--transition-smooth);
  display: flex;
  flex-direction: column;
}

.ashtavidha-card:hover {
  background-color: #ffffff;
  border-color: var(--color-accent);
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
}

.ashtavidha-num {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-accent);
  margin-bottom: 0.25rem;
}

.ashtavidha-title {
  font-size: 1.2rem;
  color: var(--color-primary-dark);
  margin-bottom: 0.15rem;
}

.ashtavidha-trans {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--color-accent-hover);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.75rem;
  display: block;
}

.ashtavidha-desc {
  font-size: 0.875rem;
  color: var(--color-text-muted);
  line-height: 1.55;
}

/* -----------------------------------------------------------
   1.8 5,000-YEAR CHRONICLE TIMELINE & ASHTANGA SPECIALTIES
----------------------------------------------------------- */
.history-timeline {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}

.timeline-era-card {
  display: flex;
  gap: 1.75rem;
  background: #ffffff;
  padding: 2.25rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  transition: var(--transition-smooth);
}

.timeline-era-card:hover {
  border-color: var(--color-accent);
  box-shadow: var(--shadow-md);
  transform: translateX(4px);
}

.timeline-marker {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  color: var(--color-accent);
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 1.35rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(27, 77, 62, 0.25);
}

.timeline-content {
  flex-grow: 1;
}

.era-tag {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-accent-hover);
  margin-bottom: 0.35rem;
  display: block;
}

.era-title {
  font-size: 1.4rem;
  color: var(--color-primary-dark);
  margin-bottom: 0.75rem;
}

.era-desc {
  font-size: 0.9375rem;
  color: var(--color-text-muted);
  line-height: 1.65;
  margin-bottom: 1rem;
}

.era-detail {
  font-size: 0.8125rem;
  color: var(--color-text-main);
  padding: 0.75rem 1rem;
  background-color: var(--color-bg-base);
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--color-accent);
}

@media (max-width: 600px) {
  .timeline-era-card {
    flex-direction: column;
    padding: 1.5rem 1.25rem;
    gap: 1rem;
  }
}

/* Ashtanga 8 Branches Grid */
.ashtanga-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.ashtanga-card {
  background: var(--color-bg-base);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 1.75rem 1.25rem;
  transition: var(--transition-smooth);
  position: relative;
}

.ashtanga-card:hover {
  background: #ffffff;
  border-color: var(--color-primary);
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
}

.ashtanga-num {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-accent);
  display: block;
  margin-bottom: 0.35rem;
}

.ashtanga-card h4 {
  font-size: 1.15rem;
  color: var(--color-primary-dark);
  margin-bottom: 0.2rem;
}

.ashtanga-sub {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-accent-hover);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.6rem;
}

.ashtanga-card p {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  line-height: 1.55;
}

/* -----------------------------------------------------------
   1. NETWORK BAR (Aura Care Medical Ecosystem)
----------------------------------------------------------- */
.aura-network-bar {
  background-color: var(--color-network-bg);
  color: var(--color-network-text);
  font-size: 0.8125rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 1001;
}

.aura-network-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--network-bar-height);
}

.aura-network-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.aura-network-brand {
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.aura-network-brand .pulse-dot {
  width: 6px;
  height: 6px;
  background-color: var(--color-accent);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--color-accent);
}

.aura-network-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.aura-network-nav a {
  color: var(--color-network-text);
  font-size: 0.8125rem;
  padding: 0.25rem 0.6rem;
  border-radius: var(--radius-sm);
  transition: var(--transition-smooth);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.aura-network-nav a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.aura-network-nav a.active {
  color: var(--color-network-accent);
  background-color: rgba(197, 168, 128, 0.15);
  font-weight: 600;
}

.aura-network-contact {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.aura-network-contact a {
  color: var(--color-network-text);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8125rem;
}

.aura-network-contact a:hover {
  color: var(--color-accent);
}

@media (max-width: 900px) {
  .aura-network-bar {
    display: none;
  }
}

/* -----------------------------------------------------------
   2. MAIN HEADER & NAVIGATION
----------------------------------------------------------- */
.aura-header {
  background-color: rgba(251, 249, 245, 0.96);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid var(--color-border-light);
  box-shadow: var(--shadow-sm);
  transition: var(--transition-smooth);
}

.aura-header.scrolled {
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-md);
}

.aura-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--header-height);
}

/* Brand Logo */
.aura-logo {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
}

.aura-logo-icon {
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent);
  box-shadow: 0 4px 12px rgba(27, 77, 62, 0.25);
}

.aura-logo-icon svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.aura-logo-text {
  display: flex;
  flex-direction: column;
}

.aura-logo-title {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--color-primary-dark);
  letter-spacing: 0.08em;
  line-height: 1.1;
  display: block;
}

.aura-logo-subtitle {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--color-accent-hover);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: block;
  margin-top: 0.15rem;
}

/* Navigation Menu */
.aura-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 1.5rem;
}

.aura-nav-menu {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.aura-nav-menu li {
  position: relative;
}

.aura-nav-menu li a {
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--color-primary-dark);
  text-decoration: none;
  white-space: nowrap !important;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.25rem;
  transition: color 0.2s ease;
}

.aura-nav-menu li a i {
  font-size: 0.85rem;
  color: var(--color-accent);
}

.aura-nav-menu li a:hover,
.aura-nav-menu li.current-menu-item > a {
  color: var(--color-accent-hover);
}

/* Dropdown */
.aura-nav-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--color-bg-surface);
  min-width: 240px;
  padding: 0.75rem 0;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--color-border);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: var(--transition-smooth);
  list-style: none;
  z-index: 100;
}

.aura-nav-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.aura-nav-menu .sub-menu a {
  padding: 0.5rem 1.25rem;
  display: block;
  font-size: 0.875rem;
  color: var(--color-text-main);
}

.aura-nav-menu .sub-menu a:hover {
  background-color: var(--color-accent-subtle);
  color: var(--color-primary);
  padding-left: 1.5rem;
}

/* Header Actions */
.aura-header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.btn-header-cta {
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  color: #ffffff !important;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.75rem 1.4rem;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 4px 14px rgba(27, 77, 62, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
}

.btn-header-cta:hover {
  background: linear-gradient(135deg, var(--color-accent-hover), var(--color-accent));
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(197, 168, 128, 0.4);
}

/* Mobile Toggle */
.aura-mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: var(--color-primary-dark);
}

.aura-mobile-toggle svg {
  width: 28px;
  height: 28px;
}

@media (max-width: 1024px) {
  .aura-nav {
    display: none;
  }
  .aura-mobile-toggle {
    display: block;
  }
}

/* Mobile Nav Drawer (App Grade Opaque Panel) */
.aura-mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.aura-mobile-drawer.open {
  opacity: 1;
  visibility: visible;
}

.aura-drawer-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 35, 29, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.aura-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  max-width: 340px;
  height: 100%;
  background: #ffffff !important;
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.4);
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
  z-index: 2;
  box-sizing: border-box;
}

.aura-mobile-drawer.open .aura-drawer-panel {
  transform: translateX(0);
}

.aura-drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.75rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--color-border);
}

.aura-drawer-close {
  background: #f5efe6;
  border: 1px solid #e0d8cc;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 1.1rem;
  color: var(--color-primary-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.aura-drawer-close:hover {
  background: var(--color-primary-dark);
  color: #fff;
}

.aura-drawer-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.aura-drawer-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 0;
  margin: 0;
}

.aura-drawer-menu li a {
  font-family: var(--font-sans);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--color-primary-dark) !important;
  padding: 0.85rem 1.1rem;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  background: #faf8f5;
  border: 1px solid #efe8dd;
  transition: all 0.2s ease;
}

.aura-drawer-menu li a i {
  color: var(--color-accent);
  width: 22px;
  text-align: center;
  font-size: 1.1rem;
}

.aura-drawer-menu li a:hover,
.aura-drawer-menu li.current-menu-item a {
  background: var(--color-primary-dark) !important;
  color: #ffffff !important;
  border-color: var(--color-primary-dark);
}

.aura-drawer-menu li a:hover i,
.aura-drawer-menu li.current-menu-item a i {
  color: var(--color-accent);
}

/* -----------------------------------------------------------
   3. BUTTONS & UI ELEMENTS
----------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 0.85rem 1.75rem;
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: var(--transition-smooth);
  border: 1px solid transparent;
  text-decoration: none;
}

.btn-primary {
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(27, 77, 62, 0.25);
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--color-primary-light), var(--color-primary));
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(27, 77, 62, 0.35);
}

.btn-secondary {
  background: linear-gradient(135deg, var(--color-accent), var(--color-accent-hover));
  color: #12352B !important;
  font-weight: 700;
  border: 1px solid #D4AF37;
  box-shadow: 0 4px 14px rgba(197, 168, 128, 0.3);
}

.btn-secondary:hover {
  background: linear-gradient(135deg, #d4af37, var(--color-accent));
  color: #12352B !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(197, 168, 128, 0.45);
}

.btn-outline {
  background: transparent;
  color: var(--color-primary) !important;
  border-color: var(--color-primary);
}

.btn-outline:hover {
  background: var(--color-primary);
  color: #fff !important;
  transform: translateY(-2px);
}

.btn-outline-gold {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
  border: 1.5px solid var(--color-accent) !important;
}

.btn-outline-gold:hover {
  background: var(--color-accent) !important;
  color: #12352B !important;
  font-weight: 700;
  transform: translateY(-2px);
}

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
}

.btn-lg {
  padding: 1.1rem 2.25rem;
  font-size: 1.05rem;
}

/* Badges & Pills */
.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.35rem 0.9rem;
  border-radius: var(--radius-full);
  background-color: var(--color-accent-subtle);
  color: var(--color-primary);
  border: 1px solid var(--color-border);
}

.badge-pill.badge-secondary {
  background-color: var(--color-secondary-light);
  color: var(--color-secondary);
  border-color: rgba(192, 92, 70, 0.2);
}

.badge-pill.badge-dark {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}

/* Section Header */
.section-header {
  margin-bottom: 3.5rem;
}

.section-header.text-center {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section-subtitle {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--color-accent-hover);
  margin-bottom: 0.75rem;
  display: block;
}

.section-title {
  font-size: 2.35rem;
  color: var(--color-primary-dark);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.section-desc {
  font-size: 1.0625rem;
  color: var(--color-text-muted);
  line-height: 1.6;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 1.85rem;
  }
}

/* -----------------------------------------------------------
   4. HERO BANNER
----------------------------------------------------------- */
.aura-hero {
  position: relative;
  background: linear-gradient(135deg, #112921 0%, #1b4d3e 60%, #153c30 100%);
  color: #fff;
  padding: 6rem 0 6.5rem;
  overflow: hidden;
}

.aura-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(197, 168, 128, 0.12) 0%, rgba(27, 77, 62, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.aura-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to top, var(--color-bg-base), transparent);
}

.aura-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.5rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-tagline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(197, 168, 128, 0.35);
  padding: 0.4rem 1rem;
  border-radius: var(--radius-full);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-accent);
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-title {
  font-size: 3.25rem;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 1.25rem;
  font-weight: 700;
}

.hero-title span {
  color: var(--color-accent);
  font-style: italic;
}

.hero-desc {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #e2ede8;
  margin-bottom: 2rem;
  max-width: 580px;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.hero-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-badge-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.875rem;
  color: #d1dfd9;
}

.hero-badge-item svg {
  width: 20px;
  height: 20px;
  color: var(--color-accent);
}

/* Hero Right: Interactive Card / Form */
.hero-card {
  background: rgba(255, 255, 255, 0.97);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  box-shadow: var(--shadow-hover);
  color: var(--color-text-main);
  border: 1px solid rgba(197, 168, 128, 0.3);
}

.hero-card-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.hero-card-title {
  font-size: 1.4rem;
  color: var(--color-primary-dark);
  margin-bottom: 0.35rem;
}

.hero-card-desc {
  font-size: 0.875rem;
  color: var(--color-text-muted);
}

@media (max-width: 992px) {
  .aura-hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .hero-title {
    font-size: 2.5rem;
  }
}

/* -----------------------------------------------------------
   5. AURA CARE ECOSYSTEM / REFERRAL BANNER
----------------------------------------------------------- */
.aura-ecosystem-strip {
  background: linear-gradient(135deg, #f5efe6, #fbf9f5);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding: 2rem 0;
}

.ecosystem-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.ecosystem-info {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.ecosystem-badge-icon {
  width: 52px;
  height: 52px;
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ecosystem-badge-icon svg {
  width: 26px;
  height: 26px;
}

.ecosystem-text h4 {
  font-size: 1.125rem;
  color: var(--color-primary-dark);
  margin-bottom: 0.2rem;
}

.ecosystem-text p {
  font-size: 0.875rem;
  color: var(--color-text-muted);
  max-width: 600px;
}

.ecosystem-action a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-primary);
  text-decoration: underline;
}

/* -----------------------------------------------------------
   6. PANCHAKARMA 5 PILLARS SECTION
----------------------------------------------------------- */
.panchakarma-section {
  background-color: var(--color-bg-base);
}

.panchakarma-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.pillar-card {
  background-color: var(--color-bg-surface);
  border-radius: var(--radius-md);
  padding: 2rem 1.5rem;
  border: 1px solid var(--color-border-light);
  box-shadow: var(--shadow-sm);
  transition: var(--transition-smooth);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.pillar-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--color-accent), var(--color-primary));
  opacity: 0;
  transition: var(--transition-smooth);
}

.pillar-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: var(--color-accent);
}

.pillar-card:hover::before {
  opacity: 1;
}

.pillar-number {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-accent);
  margin-bottom: 0.5rem;
}

.pillar-title {
  font-size: 1.3rem;
  color: var(--color-primary-dark);
  margin-bottom: 0.35rem;
}

.pillar-sanskrit {
  font-size: 0.8125rem;
  font-style: italic;
  color: var(--color-accent-hover);
  margin-bottom: 0.75rem;
}

.pillar-desc {
  font-size: 0.875rem;
  color: var(--color-text-muted);
  line-height: 1.55;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

.pillar-benefits {
  list-style: none;
  font-size: 0.8125rem;
  color: var(--color-text-main);
  padding-top: 0.75rem;
  border-top: 1px dashed var(--color-border);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.pillar-benefits li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.pillar-benefits li::before {
  content: '✓';
  color: var(--color-primary);
  font-weight: 700;
}

/* -----------------------------------------------------------
   7. POPULAR AYURVEDIC THERAPIES GRID
----------------------------------------------------------- */
.therapies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 2rem;
}

.therapy-card {
  background-color: var(--color-bg-surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border-light);
  box-shadow: var(--shadow-sm);
  transition: var(--transition-smooth);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.therapy-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
}

.therapy-card img {
  transition: transform 0.45s ease;
}

.therapy-card:hover img {
  transform: scale(1.06);
}

.therapy-card-header {
  background: linear-gradient(135deg, var(--color-primary-dark), var(--color-primary));
  color: #fff;
  padding: 1.5rem 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  position: relative;
}

.therapy-card-badge {
  position: static !important;
  margin-bottom: 0.35rem;
  font-size: 0.72rem;
  padding: 0.25rem 0.75rem;
  background: rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: var(--radius-full);
}

.therapy-name {
  font-size: 1.35rem;
  color: #ffffff !important;
  margin: 0;
  line-height: 1.25;
}

.therapy-name a {
  color: #ffffff !important;
  text-decoration: none;
}

.therapy-name a:hover {
  color: var(--color-accent) !important;
}

.therapy-sanskrit {
  font-size: 0.82rem;
  color: var(--color-accent) !important;
  font-style: italic;
  margin-top: 0.15rem;
}

.therapy-card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.therapy-summary {
  font-size: 0.9375rem;
  color: var(--color-text-muted);
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.therapy-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  padding: 0.85rem;
  background-color: var(--color-bg-muted);
  border-radius: var(--radius-md);
  margin-bottom: 1.25rem;
  font-size: 0.8125rem;
}

.therapy-meta-item strong {
  display: block;
  color: var(--color-primary-dark);
}

.therapy-indications {
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.therapy-indications h5 {
  font-size: 0.875rem;
  font-family: var(--font-sans);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-accent-hover);
  margin-bottom: 0.5rem;
}

.therapy-indications ul {
  list-style: none;
  font-size: 0.875rem;
  color: var(--color-text-main);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.therapy-indications li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.therapy-indications li::before {
  content: '•';
  color: var(--color-accent-hover);
  font-weight: 700;
}

.therapy-card-footer {
  padding: 1.15rem 1.5rem;
  border-top: 1px solid var(--color-border-light);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #faf8f5;
  gap: 0.75rem;
}

.therapy-card-footer .btn-outline-gold {
  background: transparent !important;
  color: var(--color-primary-dark) !important;
  border: 1.5px solid var(--color-accent) !important;
  font-weight: 700 !important;
  font-size: 0.8125rem !important;
  padding: 0.55rem 1rem !important;
  text-decoration: none !important;
}

.therapy-card-footer .btn-outline-gold:hover {
  background: var(--color-accent) !important;
  color: #12352B !important;
  border-color: var(--color-accent) !important;
}

.therapy-card-footer .btn-primary {
  background: #1B4D3E !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 0.8125rem !important;
  padding: 0.55rem 1rem !important;
}

.therapy-card-footer .btn-primary:hover {
  background: #12352B !important;
  color: #ffffff !important;
}

/* -----------------------------------------------------------
   8. CLINICAL CONDITIONS & AILMENTS TREATED
----------------------------------------------------------- */
.conditions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.75rem;
}

.condition-card {
  background-color: var(--color-bg-surface);
  border-radius: var(--radius-md);
  padding: 2rem;
  border: 1px solid var(--color-border-light);
  box-shadow: var(--shadow-sm);
  transition: var(--transition-smooth);
  position: relative;
}

.condition-card:hover {
  border-color: var(--color-primary);
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.condition-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background-color: var(--color-accent-subtle);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.condition-icon svg {
  width: 24px;
  height: 24px;
}

.condition-title {
  font-size: 1.25rem;
  color: var(--color-primary-dark);
  margin-bottom: 0.75rem;
}

.condition-items {
  list-style: none;
  font-size: 0.875rem;
  color: var(--color-text-muted);
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1.25rem;
}

.condition-items li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.condition-items li::before {
  content: '✓';
  color: var(--color-primary-light);
}

.condition-therapy-tag {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-accent-hover);
  background: var(--color-bg-muted);
  padding: 0.3rem 0.6rem;
  border-radius: var(--radius-sm);
  display: inline-block;
}

/* -----------------------------------------------------------
   9. AYURVEDIC HEALING JOURNEY (3 STEPS)
----------------------------------------------------------- */
.journey-section {
  background: linear-gradient(135deg, #184235, #112d24);
  color: #fff;
}

.journey-section .section-title {
  color: #fff;
}

.journey-section .section-desc {
  color: #c9dbd5;
}

.journey-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  position: relative;
}

.journey-step-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem;
  position: relative;
  transition: var(--transition-smooth);
}

.journey-step-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
  border-color: var(--color-accent);
}

.journey-step-number {
  width: 44px;
  height: 44px;
  background-color: var(--color-accent);
  color: var(--color-primary-dark);
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 1.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.journey-step-title {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 0.75rem;
}

.journey-step-desc {
  font-size: 0.9375rem;
  color: #d1dfd9;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .journey-steps-grid {
    grid-template-columns: 1fr;
  }
}

/* -----------------------------------------------------------
   10. DETOX & WELLNESS PACKAGES
----------------------------------------------------------- */
.packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.package-card {
  background-color: var(--color-bg-surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: var(--transition-smooth);
}

.package-card.featured {
  border: 2px solid var(--color-accent);
  box-shadow: var(--shadow-lg);
  transform: scale(1.03);
}

.package-card:hover {
  box-shadow: var(--shadow-hover);
}

.package-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.package-name {
  font-size: 1.5rem;
  color: var(--color-primary-dark);
  margin-bottom: 0.5rem;
  text-align: center;
}

.package-duration {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-accent-hover);
  text-align: center;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.package-price-est {
  text-align: center;
  padding: 1.25rem;
  background-color: var(--color-bg-muted);
  border-radius: var(--radius-md);
  margin-bottom: 1.75rem;
}

.price-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: var(--color-text-muted);
  letter-spacing: 0.08em;
}

.price-value {
  font-family: var(--font-serif);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--color-primary-dark);
}

.package-features {
  list-style: none;
  font-size: 0.9375rem;
  color: var(--color-text-main);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 2rem;
  flex-grow: 1;
}

.package-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.package-features li svg {
  width: 18px;
  height: 18px;
  color: var(--color-primary);
  flex-shrink: 0;
  margin-top: 3px;
}

/* -----------------------------------------------------------
   11. FAQ ACCORDION
----------------------------------------------------------- */
.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background-color: var(--color-bg-surface);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-md);
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-smooth);
}

.faq-question {
  width: 100%;
  padding: 1.25rem 1.5rem;
  text-align: left;
  background: none;
  border: none;
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--color-primary-dark);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.faq-icon {
  width: 24px;
  height: 24px;
  color: var(--color-accent);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 1.5rem;
  font-size: 0.9375rem;
  color: var(--color-text-muted);
  line-height: 1.65;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 1.5rem 1.5rem;
}

/* -----------------------------------------------------------
   12. APPOINTMENT FORM & MODAL
----------------------------------------------------------- */
.aura-form-group {
  margin-bottom: 1.25rem;
}

.aura-form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-text-main);
  margin-bottom: 0.4rem;
}

.aura-form-input,
.aura-form-select,
.aura-form-textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  color: var(--color-text-main);
  background-color: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  outline: none;
  transition: var(--transition-smooth);
}

.aura-form-input:focus,
.aura-form-select:focus,
.aura-form-textarea:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(27, 77, 62, 0.12);
}

.aura-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 600px) {
  .aura-form-row {
    grid-template-columns: 1fr;
  }
}

/* Modal Popup */
.aura-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 38, 32, 0.7);
  backdrop-filter: blur(6px);
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-smooth);
  padding: 1.5rem;
}

.aura-modal-overlay.open {
  opacity: 1;
  visibility: visible;
}

.aura-modal-dialog {
  background-color: #fff;
  border-radius: var(--radius-lg);
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 2.5rem;
  position: relative;
  box-shadow: var(--shadow-hover);
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.aura-modal-overlay.open .aura-modal-dialog {
  transform: translateY(0);
}

.aura-modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--color-text-muted);
  cursor: pointer;
}

/* -----------------------------------------------------------
   12.5 PAGE-SPECIFIC GRIDS (Contact, About, Therapy Details)
----------------------------------------------------------- */
.page-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3.5rem;
  align-items: start;
}

.page-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}

.therapy-detail-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 3rem;
  align-items: start;
}

.two-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

/* -----------------------------------------------------------
   13. FOOTER & FLOATING WHATSAPP
----------------------------------------------------------- */
.aura-footer {
  background-color: var(--color-primary-dark);
  color: #e2ede8;
  padding-top: 5rem;
  border-top: 4px solid var(--color-accent);
}

.aura-footer .aura-logo-title {
  color: #ffffff !important;
  font-size: 1.35rem;
  display: block;
}

.aura-footer .aura-logo-subtitle {
  color: var(--color-accent) !important;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  display: block;
}

.aura-footer .aura-logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 3rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-widget-title {
  font-size: 1.15rem;
  color: #fff;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.footer-widget-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: var(--color-accent);
}

.footer-about p {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #bed0c9;
  margin-bottom: 1.5rem;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-links a {
  color: #bed0c9;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.footer-links a:hover {
  color: var(--color-accent);
  padding-left: 4px;
}

.footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  font-size: 0.875rem;
  color: #bed0c9;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}

.footer-contact-item svg {
  width: 18px;
  height: 18px;
  color: var(--color-accent);
  margin-top: 3px;
  flex-shrink: 0;
}

.footer-contact-item a {
  color: #fff;
}

.footer-bottom {
  padding: 1.75rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8125rem;
  color: #92aba2;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom a {
  color: #bed0c9;
}

.footer-bottom a:hover {
  color: #fff;
}

/* Floating WhatsApp Button */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  z-index: 999;
  transition: var(--transition-smooth);
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.6);
  color: #fff;
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

/* -----------------------------------------------------------
   14. REFINED MOBILE & TABLET STYLING OVERHAUL
----------------------------------------------------------- */
/* -----------------------------------------------------------
   14. APP-GRADE MOBILE & TABLET RESPONSIVE SYSTEM
----------------------------------------------------------- */
@media (max-width: 991px) {
  :root {
    --header-height: 68px;
  }

  .desktop-only-cta {
    display: none !important;
  }

  .aura-nav {
    display: none !important;
  }

  .aura-header-inner {
    height: 68px;
  }

  .aura-logo {
    gap: 0.65rem;
  }

  .aura-logo-title {
    font-size: 1.2rem !important;
    line-height: 1.1;
  }

  .aura-logo-subtitle {
    font-size: 0.65rem !important;
    letter-spacing: 0.08em;
  }

  .aura-mobile-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #faf8f5;
    border: 1px solid #e8e2d7;
    border-radius: var(--radius-sm);
    color: var(--color-primary-dark);
    cursor: pointer;
  }

  .aura-hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .therapies-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 2.5rem !important;
  }
}

@media (max-width: 767px) {
  html, body {
    font-size: 15px;
    overflow-x: hidden !important;
    width: 100% !important;
  }

  .container {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .section-padding {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .section-header {
    margin-bottom: 2rem !important;
    text-align: left !important;
  }

  .section-subtitle {
    font-size: 0.75rem !important;
    letter-spacing: 0.12em !important;
    margin-bottom: 0.4rem !important;
  }

  .section-title {
    font-size: 1.75rem !important;
    line-height: 1.25 !important;
    margin-bottom: 0.6rem !important;
  }

  .section-desc {
    font-size: 0.9375rem !important;
    line-height: 1.6 !important;
  }

  /* Shloka Banner Mobile */
  .vedic-shloka-banner {
    padding: 1.25rem 1rem !important;
  }

  .shloka-devanagari {
    font-size: 1.1rem !important;
    line-height: 1.4 !important;
  }

  .shloka-transliteration {
    font-size: 0.82rem !important;
    margin-bottom: 0.4rem !important;
  }

  .shloka-meaning {
    font-size: 0.8rem !important;
    line-height: 1.5 !important;
  }

  /* Hero Section Mobile */
  .aura-hero {
    padding: 2.75rem 0 3.25rem !important;
  }

  .hero-tagline {
    font-size: 0.72rem !important;
    padding: 0.35rem 0.8rem !important;
    margin-bottom: 1rem !important;
  }

  .hero-title {
    font-size: 1.95rem !important;
    line-height: 1.2 !important;
    margin-bottom: 1rem !important;
  }

  .hero-desc {
    font-size: 0.9375rem !important;
    line-height: 1.65 !important;
    margin-bottom: 1.75rem !important;
    color: #e2ede8 !important;
  }

  /* Hero Buttons */
  .hero-buttons {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 0.85rem !important;
    margin-bottom: 2rem !important;
  }

  .hero-buttons .btn {
    width: 100% !important;
    height: 48px !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }

  .hero-buttons .btn-secondary {
    background: linear-gradient(135deg, #c5a880, #b09166) !important;
    color: #112620 !important;
    border: 1px solid #d4af37 !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.25) !important;
  }

  .hero-buttons .btn-outline-gold {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    border: 1.5px solid #c5a880 !important;
  }

  .hero-trust-badges {
    flex-direction: column !important;
    gap: 0.6rem !important;
    padding-top: 1.25rem !important;
  }

  /* Hero Form Card */
  .hero-card {
    background-color: #ffffff !important;
    border-radius: var(--radius-md) !important;
    padding: 1.75rem 1.25rem !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15) !important;
    border: 1px solid #e0d8cc !important;
  }

  .hero-card-title {
    font-size: 1.25rem !important;
    color: var(--color-primary-dark) !important;
  }

  /* Form Elements (No iOS Auto Zoom) */
  .aura-form-input,
  .aura-form-select,
  .aura-form-textarea {
    font-size: 16px !important;
    padding: 0.8rem 0.9rem !important;
    background-color: #ffffff !important;
    color: #1f2925 !important;
    border: 1px solid #d4cdc3 !important;
    box-sizing: border-box !important;
  }

  .aura-form-row {
    grid-template-columns: 1fr !important;
  }

  /* Ecosystem Highlight Strip */
  .aura-ecosystem-strip {
    padding: 1.5rem 0 !important;
  }

  .ecosystem-container {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1.25rem !important;
  }

  .ecosystem-info {
    align-items: flex-start !important;
    gap: 1rem !important;
  }

  .ecosystem-badge-icon {
    width: 44px !important;
    height: 44px !important;
  }

  .ecosystem-action a {
    width: 100% !important;
    display: inline-block !important;
  }

  /* Grids to 1-Column on Mobile */
  .page-contact-grid,
  .page-about-grid,
  .therapy-detail-grid,
  .two-col-grid,
  .panchakarma-grid,
  .therapies-grid,
  .conditions-grid,
  .packages-grid,
  .journey-steps-grid,
  .acharya-grid,
  .tridosha-grid,
  .ashtavidha-grid,
  .single-treatment-article .container > div {
    grid-template-columns: 1fr !important;
    gap: 1.35rem !important;
  }

  /* Cards on Mobile */
  .pillar-card,
  .therapy-card,
  .condition-card,
  .package-card,
  .acharya-card,
  .tridosha-card,
  .ashtavidha-card {
    background-color: #ffffff !important;
    border-radius: var(--radius-md) !important;
    border: 1px solid #e2ddd3 !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06) !important;
  }

  /* 3-Step Journey Cards Contrast */
  .journey-step-card {
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(197, 168, 128, 0.35) !important;
    border-radius: var(--radius-md) !important;
    padding: 1.75rem 1.25rem !important;
  }

  .journey-step-number {
    width: 42px !important;
    height: 42px !important;
    font-size: 1.15rem !important;
    margin-bottom: 1rem !important;
  }

  .journey-step-title {
    color: #ffffff !important;
    font-size: 1.2rem !important;
    margin-bottom: 0.5rem !important;
  }

  .journey-step-desc {
    color: #d1dfd9 !important;
    font-size: 0.875rem !important;
    line-height: 1.6 !important;
    margin: 0 !important;
  }

  /* Therapy Cards Footer */
  .therapy-card-footer {
    padding: 1rem 1.25rem !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
  }

  .therapy-card-footer .btn {
    width: 100% !important;
  }

  /* Footer Mobile */
  .aura-footer {
    padding-top: 3.5rem !important;
  }

  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 2.25rem !important;
    padding-bottom: 2.5rem !important;
  }

  .footer-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1rem !important;
    padding: 1.5rem 0 !important;
  }

  /* Floating WhatsApp Safe Zone */
  .whatsapp-float {
    bottom: calc(18px + env(safe-area-inset-bottom, 0px)) !important;
    right: 18px !important;
    width: 50px !important;
    height: 50px !important;
  }

  .whatsapp-float svg {
    width: 28px !important;
    height: 28px !important;
  }

  /* Modal Popup Mobile */
  .aura-modal-dialog {
    padding: 1.75rem 1.25rem !important;
    width: 95% !important;
    max-height: 90vh !important;
    border-radius: var(--radius-md) !important;
  }
}

@media (max-width: 380px) {
  .hero-title {
    font-size: 1.7rem !important;
  }

  .aura-logo-title {
    font-size: 1.05rem !important;
  }

  .aura-logo-subtitle {
    font-size: 0.62rem !important;
  }
}


