/*
Theme Name: Ayurvedachary Guruji
Theme URI: https://gurujigovind.com
Author: Anoy
Description: Independent premium Ayurvedic theme for Dr. Govind.
Version: 1.0.0
Text Domain: ayurvedachary-guruji
*/

/* =========================================
   1. GLOBAL ROOT VARIABLES (Design System)
   ========================================= */
:root {
  /* Brand Colors */
  --primary: #2E7D32;
  --primary-light: #4CAF50;
  --dark: #1B5E20;
  --gold: #C8A951;
  --gold-light: #D4B86A;
  --cream: #F8F5EF;
  --white: #FFFFFF;
  --text: #1A1A1A;
  --text-light: #555555;
  --bg-light: #FAFAFA;

  /* Typography */
  --font-body: 'Poppins', sans-serif;
  --font-heading: 'Cinzel', serif;
  
  /* Font Sizes */
  --fs-xs: 0.75rem;
  --fs-sm: 0.875rem;
  --fs-base: 1rem;
  --fs-md: 1.125rem;
  --fs-lg: 1.25rem;
  --fs-xl: 1.5rem;
  --fs-2xl: 2rem;
  --fs-3xl: 2.5rem;
  --fs-4xl: 3.5rem;

  /* Spacing & Layout */
  --section-space: 80px;
  --container: 97%;
  --header-height: 90px;
  --drawer-width: 340px;
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;

  /* Effects, Shadows & Borders */
  --shadow-sm: 0 4px 6px rgba(0,0,0,0.05);
  --shadow: 0 12px 30px rgba(0,0,0,0.08);
  --shadow-lg: 0 20px 40px rgba(0,0,0,0.12);
  --shadow-gold: 0 8px 20px rgba(200, 169, 81, 0.2);
  --radius-sm: 8px;
  --radius: 16px;
  --radius-lg: 24px;
  --radius-full: 50%;
  --glass: rgba(255,255,255,0.6);
  --border-color: rgba(0,0,0,0.08);

  /* Transitions & Z-Index */
  --transition-fast: 0.2s ease;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  --z-header: 1000;
  --z-overlay: 1040;
  --z-drawer: 1050;

  /* Common Component Styles (Buttons, Cards, Inputs) */
  --btn-padding: 14px 32px;
  --btn-radius: 50px;
  --btn-font-weight: 600;
  --card-bg: var(--white);
  --card-radius: var(--radius);
  --card-shadow: var(--shadow);
  --input-bg: var(--white);
  --input-border: 1px solid var(--border-color);
  --input-radius: var(--radius-sm);
}

/* =========================================
   2. BASE TYPOGRAPHY & BODY
   =========================================  */
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6 { 
  font-family: var(--font-heading); 
  color: var(--dark);
  line-height: 1.2;
  margin-bottom: var(--spacing-sm);
}

/* =========================================
   3. MAIN HEADER STYLES (UPDATED)
   ========================================= */
.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: var(--shadow-sm);
  z-index: var(--z-header);
  height: var(--header-height);
  transition: var(--transition);
}

/* Header Container - Full width background, content centered */
.header-container {
  width: auto;
  margin: 0 auto;
  padding: 0 5%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: var(--spacing-lg);
}


/* Logo - Left Side (Updated Premium Style) */
.site-logo {
  justify-self: start;
  position: relative;
  z-index: 1050; /* High z-index taaki logo sabse upar rahe */
  display: flex;
  align-items: center;
}

.site-logo a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 15px; /* Image aur text ke beech ka gap */
}

/* Desktop Logo Image (Guruji Photo Style) */
.site-logo img {
  width: 105px; /* Size bada kar diya (pehle 60px tha) */
  height: 105px;
  border-radius: 50%; /* Gol shape */
  object-fit: cover;
  border: 3px solid var(--white);
  padding: 4px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light)); /* Gold gradient border */
  box-shadow: 0 8px 20px rgba(200, 169, 81, 0.4); /* Premium shadow */
  position: relative;
  z-index: 10;
  transition: var(--transition);
}

/* Hover Effect: Logo thoda aur bada ho jayega */
.site-logo img:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 25px rgba(200, 169, 81, 0.6);
}

/* Fallback: Agar image nahi hai toh Text Logo aisa dikhega */
.logo-text {
  font-family: var(--font-heading);
  font-size: var(--fs-xl);
  font-weight: 700;
  color: var(--dark);
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.logo-highlight {
  color: var(--gold);
}


.logo-text {
  font-family: var(--font-heading);
  font-size: var(--fs-xl);
  font-weight: 700;
  color: var(--dark);
  letter-spacing: 1px;
}


/* Text Wrapper (Side by side layout) */
.logo-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;
	    margin-left: 5px;
}

/* Line 1: Ayurvedachary */
.logo-line-1 {
  font-family: var(--font-heading);
  font-size: 1.1rem; 
  font-weight: 800;
  color: var(--dark);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* Line 2: Guruji Govind */
.logo-line-2 {
  font-family: var(--font-heading);
  font-size: 1.7rem; 
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.5px;
}

.logo-highlight {
  color: var(--gold);
}



/* =========================================
   MOBILE RESPONSIVE LOGO STYLES
   ========================================= */
@media (max-width: 768px) {
  
  .site-logo a {
    gap: 10px; /* Image aur text ke beech ka gap thoda kam kar diya */
  }

  /* Mobile par Logo Size 70px */
  .site-logo img {
    width: 70px;  
    height: 70px;
    padding: 3px; /* Gold border thoda chota */
    box-shadow: 0 4px 10px rgba(200, 169, 81, 0.3); /* Shadow bhi thodi light */
  }

  .logo-text-wrapper {
    margin-left: 0; /* Mobile par extra margin hata diya */
  }

  /* Line 1: Ayurvedachary (Text size chota) */
  .logo-line-1 {
    font-size: 0.75rem; /* 1.1rem se chota kiya */
    letter-spacing: 1px;
  }

  /* Line 2: Guruji Govind (Text size chota) */
  .logo-line-2 {
    font-size: 1.15rem; /* 1.7rem se chota kiya */
  }
}

/* Desktop Navigation - Center */
.desktop-nav-wrap {
  justify-self: center;
  display: flex;
  align-items: center;
}

.desktop-nav-menu {
  list-style: none;
  display: flex;
  gap: var(--spacing-lg);
  margin: 0;
  padding: 0;
}

.desktop-nav-menu li a {
  text-decoration: none;
  color: var(--text);
  font-weight: 500;
  font-size: var(--fs-sm);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding: 8px 0;
  transition: var(--transition);
}

/* Desktop Nav Icons */
.desktop-nav-menu li a i, 
.desktop-nav-menu li a svg {
  color: var(--gold);
  font-size: var(--fs-md);
  transition: var(--transition);
}

/* Desktop Nav Hover Effect */
.desktop-nav-menu li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: var(--transition);
}

.desktop-nav-menu li a:hover {
  color: var(--primary);
}

.desktop-nav-menu li a:hover::after {
  width: 100%;
}

.desktop-nav-menu li a:hover i,
.desktop-nav-menu li a:hover svg {
  transform: scale(1.15);
  color: var(--primary);
}

/* Header Right CTA - Right Side */
.header-right {
  justify-self: end;
  display: flex;
  align-items: center;
}

.header-cta-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--primary);
  color: var(--white);
  text-decoration: none;
  padding: 12px 24px;
  border-radius: var(--btn-radius);
  font-weight: 600;
  font-size: var(--fs-sm);
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}

.header-cta-btn:hover {
  background: var(--dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.header-cta-btn svg {
  stroke: var(--gold);
}

/* Mobile Toggle (Hidden on Desktop) */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  flex-direction: column;
  gap: 5px;
}

.hamburger-line {
  display: block;
  width: 25px;
  height: 3px;
  background: var(--dark);
  border-radius: 3px;
  transition: var(--transition);
}
/* =========================================
   4. DESKTOP NAVIGATION
   ========================================= */
.desktop-nav-wrap {
  display: flex;
  align-items: center;
}

.desktop-nav-menu {
  list-style: none;
  display: flex;
  gap: var(--spacing-lg);
  margin: 0;
  padding: 0;
}

.desktop-nav-menu li a {
  text-decoration: none;
  color: var(--text);
  font-weight: 500;
  font-size: var(--fs-sm);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding: 8px 0;
  transition: var(--transition);
}

/* Desktop Nav Icons */
.desktop-nav-menu li a i, 
.desktop-nav-menu li a svg {
  color: var(--gold);
  font-size: var(--fs-md);
  transition: var(--transition);
}

/* Desktop Nav Hover Effect */
.desktop-nav-menu li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: var(--transition);
}

.desktop-nav-menu li a:hover {
  color: var(--primary);
}
.desktop-nav-menu li a:hover::after {
  width: 100%;
}
.desktop-nav-menu li a:hover i,
.desktop-nav-menu li a:hover svg {
  transform: scale(1.15);
  color: var(--primary);
}

/* Header Right CTA */
.header-right {
  display: flex;
  align-items: center;
}

.header-cta-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--primary);
  color: var(--white);
  text-decoration: none;
  padding: 12px 24px;
  border-radius: var(--btn-radius);
  font-weight: 600;
  font-size: var(--fs-sm);
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}
.header-cta-btn:hover {
  background: var(--dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.header-cta-btn svg {
  stroke: var(--gold);
}

/* Mobile Toggle (Hidden on Desktop) */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  flex-direction: column;
  gap: 5px;
}
.hamburger-line {
  display: block;
  width: 25px;
  height: 3px;
  background: var(--dark);
  border-radius: 3px;
  transition: var(--transition);
}

/* =========================================
   5. MOBILE SIDE DRAWER
   ========================================= */
.drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: var(--z-overlay);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-side-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: var(--drawer-width);
  max-width: 85vw;
  height: 100vh;
  background: var(--white);
  z-index: var(--z-drawer);
  transform: translateX(-100%);
  transition: var(--transition-slow);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-lg);
  overflow-y: auto;
}
.mobile-side-drawer.active {
  transform: translateX(0);
}

/* Drawer Header & Close */
.drawer-header {
  padding: var(--spacing-md);
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid var(--border-color);
}
.drawer-close-btn {
  background: var(--cream);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--dark);
  transition: var(--transition);
}
.drawer-close-btn:hover {
  background: var(--primary);
  color: var(--white);
}

/* Guruji Profile Section */
.guruji-profile-section {
  text-align: center;
  padding: var(--spacing-lg) var(--spacing-md);
  background: linear-gradient(135deg, var(--cream) 0%, #fff 100%);
  border-bottom: 1px solid var(--border-color);
}

.guruji-photo-frame {
  width: 140px;
  height: 140px;
  margin: 0 auto var(--spacing-md);
  border-radius: var(--radius-full);
  padding: 5px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  box-shadow: var(--shadow-gold);
}

.guruji-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-full);
  border: 4px solid var(--white);
}

.guruji-name {
  font-family: var(--font-heading);
  font-size: var(--fs-lg);
  color: var(--dark);
  margin-bottom: 4px;
}
.guruji-title {
  font-size: var(--fs-xs);
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
}

/* Mobile Nav Menu */
.mobile-nav-wrap {
  flex: 1;
  padding: var(--spacing-md);
}
.mobile-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav-menu li {
  border-bottom: 1px solid var(--border-color);
}
.mobile-nav-menu li:last-child {
  border-bottom: none;
}
.mobile-nav-menu li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 8px;
  text-decoration: none;
  color: var(--text);
  font-weight: 500;
  font-size: var(--fs-base);
  transition: var(--transition);
}
.mobile-nav-menu li a:hover {
  color: var(--primary);
  padding-left: 16px;
}
.mobile-nav-menu li a i {
  color: var(--gold);
  width: 20px;
  text-align: center;
}

/* Drawer Footer */
.drawer-footer {
  padding: var(--spacing-md);
  background: var(--cream);
  border-top: 1px solid var(--border-color);
  margin-top: auto;
}
.drawer-contact p {
  font-size: var(--fs-xs);
  color: var(--text-light);
  margin: 0 0 8px 0;
  line-height: 1.4;
}
.drawer-contact a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
}
.drawer-socials {
  display: flex;
  gap: 12px;
  margin-top: var(--spacing-sm);
}
.drawer-socials a {
  width: 36px;
  height: 36px;
  background: var(--white);
  color: var(--primary);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}
.drawer-socials a:hover {
  background: var(--primary);
  color: var(--white);
  transform: translateY(-3px);
}

/* =========================================
   6. RESPONSIVE DESIGN
   ========================================= */
@media (max-width: 992px) {
  .desktop-nav-wrap,
  .header-right {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .site-header {
    height: 75px;
  }
  .logo-text {
    font-size: var(--fs-lg);
  }
}

@media (min-width: 993px) {
  .mobile-side-drawer,
  .drawer-overlay {
    display: none !important;
  }
}




/* =========================================
   7. FOOTER STYLES (PREMIUM REDESIGN)
   ========================================= */
.site-footer {
  background-color: var(--dark);
  color: var(--cream);
  font-size: var(--fs-sm);
  position: relative;
  margin-top: var(--section-space);
}

/* Top Gold Accent Line */
.footer-top-accent {
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary) 0%, var(--gold) 50%, var(--primary) 100%);
}

/* Footer Container (Full Width with padding, matching header) */
.footer-container {
  width: auto;
  padding: 0 5%;
  margin: 0 auto;
}

/* =========================================
   7.1 MAIN FOOTER CONTENT
   ========================================= */
.footer-main {
  padding: 80px 0 60px;
}

.footer-container {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 50px;
}

.footer-heading {
  font-family: var(--font-heading);
  color: var(--gold);
  font-size: var(--fs-lg);
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 12px;
}

/* Underline for headings */
.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--gold);
}

.text-gold {
  color: var(--gold);
}

/* --- Column 1: Brand --- */
.footer-site-title {
  font-family: var(--font-heading);
  font-size: var(--fs-2xl);
  color: var(--white);
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.footer-desc {
  color: rgba(248, 245, 239, 0.7);
  line-height: 1.8;
  margin-bottom: 25px;
  max-width: 300px;
}

.footer-socials {
  display: flex;
  gap: 12px;
}

.footer-socials a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(200, 169, 81, 0.3);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  transition: var(--transition);
}

.footer-socials a:hover {
  background: var(--gold);
  color: var(--dark);
  transform: translateY(-3px);
}

/* --- Column 2 & 3: Links & Widgets --- */
.footer-menu, 
.footer-fallback-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li, 
.footer-fallback-list li {
  margin-bottom: 12px;
}

.footer-menu a, 
.footer-fallback-list a {
  color: rgba(248, 245, 239, 0.7);
  text-decoration: none;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-menu a::before, 
.footer-fallback-list a::before {
  content: '🌿'; /* Small Ayurvedic leaf bullet */
  font-size: 10px;
  opacity: 0.7;
}

.footer-menu a:hover, 
.footer-fallback-list a:hover {
  color: var(--gold);
  padding-left: 8px;
}

.footer-widget-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-widget-area li {
  margin-bottom: 10px;
}
.footer-widget-area a {
  color: rgba(248, 245, 239, 0.7);
  text-decoration: none;
  transition: var(--transition);
}
.footer-widget-area a:hover {
  color: var(--gold);
}

/* --- Column 4: Contact --- */
.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  color: rgba(248, 245, 239, 0.7);
  line-height: 1.6;
}

.contact-icon {
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 3px;
}

.footer-contact-list a {
  color: rgba(248, 245, 239, 0.7);
  text-decoration: none;
  transition: var(--transition);
}

.footer-contact-list a:hover {
  color: var(--gold);
}

/* =========================================
   7.2 FOOTER BOTTOM BAR
   ========================================= */
.footer-bottom {
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 20px 0;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright {
  margin: 0;
  color: rgba(248, 245, 239, 0.5);
  font-size: var(--fs-xs);
}

.back-to-top {
  width: 40px;
  height: 40px;
  background: var(--gold);
  color: var(--dark);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: var(--transition);
}

.back-to-top:hover {
  background: var(--white);
  transform: translateY(-3px);
}

/* =========================================
   7.3 RESPONSIVE FOOTER
   ========================================= */
@media (max-width: 1024px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .footer-brand-col {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .footer-main {
    padding: 50px 0 30px;
  }
  .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer-brand-col {
    grid-column: span 1;
  }
  .footer-bottom-inner {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}



/* =========================================
   11. ARCHIVE & SINGLE PAGES (ULTRA PRO)
   ========================================= */

/* --- 1. Page Header (Archive Title Area) --- */
.ag-page-header {
  background: linear-gradient(135deg, var(--dark) 0%, var(--primary) 100%);
  padding: 80px 0 60px;
  text-align: center;
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.ag-page-header::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: radial-gradient(circle at 50% 120%, rgba(200, 169, 81, 0.2) 0%, transparent 60%);
}

.page-title {
  font-family: var(--font-heading);
  font-size: var(--fs-3xl);
  margin: 0 0 15px;
  position: relative;
  z-index: 1;
}

.archive-description {
  max-width: 700px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.85);
  font-size: var(--fs-md);
  position: relative;
  z-index: 1;
}

/* --- 2. Archive Grid & Cards --- */
.ag-archive-grid {
  margin-bottom: 60px;
}

.archive-card {
  padding: 0; /* Thumbnail full width ke liye */
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.archive-card .card-thumbnail {
  overflow: hidden;
}

.archive-card .card-thumbnail img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  margin: 0;
  border-radius: 0;
  transition: transform 0.5s ease;
}

.archive-card:hover .card-thumbnail img {
  transform: scale(1.08);
}

.archive-card .card-body {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.archive-card h3 {
  font-size: var(--fs-lg);
  margin-bottom: 15px;
  line-height: 1.3;
}

.archive-card h3 a {
  color: var(--dark);
  text-decoration: none;
  transition: var(--transition);
}

.archive-card:hover h3 a {
  color: var(--primary);
}

/* Read More Button */
.read-more-btn {
  margin-top: auto; /* Button ko hamesha bottom mein push karta hai */
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-weight: 600;
  font-size: var(--fs-sm);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: var(--transition);
}

.read-more-btn span {
  transition: transform 0.3s ease;
}

.read-more-btn:hover {
  color: var(--primary);
}

.read-more-btn:hover span {
  transform: translateX(5px);
}

/* --- 3. Pagination --- */
.ag-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.ag-pagination .nav-links {
  display: flex;
  gap: 10px;
}

.ag-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: var(--radius-full);
  background: var(--white);
  color: var(--text);
  text-decoration: none;
  font-weight: 500;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid var(--border-color);
}

.ag-pagination .page-numbers:hover,
.ag-pagination .page-numbers.current {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
  transform: translateY(-2px);
}

/* --- 4. Single Post Page --- */
.ag-single-post {
  padding: 60px 0;
}

.ag-single-header {
  max-width: 900px;
  margin: 0 auto 50px;
  text-align: center;
}

.single-title {
  font-family: var(--font-heading);
  font-size: var(--fs-3xl);
  color: var(--dark);
  margin-bottom: 30px;
  line-height: 1.2;
}

.single-featured-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.single-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

.single-content {
  max-width: 800px;
  margin: 0 auto;
  font-size: var(--fs-md);
  line-height: 1.8;
  color: var(--text);
}

.single-content h2, .single-content h3, .single-content h4 {
  font-family: var(--font-heading);
  color: var(--dark);
  margin-top: 40px;
  margin-bottom: 20px;
}

.single-content p {
  margin-bottom: 25px;
}

.single-content img {
  border-radius: var(--radius);
  margin: 30px 0;
  max-width: 100%;
  height: auto;
}

.single-tags {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid var(--border-color);
  font-size: var(--fs-sm);
  color: var(--text-light);
}

.single-tags a {
  color: var(--primary);
  text-decoration: none;
  margin: 0 5px;
}

.single-tags a:hover {
  color: var(--gold);
  text-decoration: underline;
}

/* --- 5. Responsive Adjustments --- */
@media (max-width: 768px) {
  .ag-page-header { padding: 60px 0 40px; }
  .page-title { font-size: var(--fs-2xl); }
  .single-title { font-size: var(--fs-2xl); }
  .single-content { font-size: var(--fs-base); }
}




/* =========================================
   14. WHATSAPP CONTACT FORM STYLES
   ========================================= */

/* Hide Honeypot safely (Bots will fill it, humans won't see it) */
.ag-bot-trap {
    position: absolute;
    left: -9999px;
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}

.ag-wa-form {
    width: 100%;
}

.ag-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.ag-form-group {
    display: flex;
    flex-direction: column;
}

.ag-form-group.ag-full-width {
    grid-column: span 2;
}

.ag-wa-form label {
    font-size: var(--fs-sm);
    font-weight: 500;
    color: var(--dark);
    margin-bottom: 8px;
}

.ag-required {
    color: #e74c3c;
}

.ag-wa-form input,
.ag-wa-form select,
.ag-wa-form textarea {
    padding: 14px 16px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    background: var(--bg-light);
    font-family: var(--font-body);
    font-size: var(--fs-sm);
    color: var(--text);
    transition: var(--transition);
    width: 100%;
    box-sizing: border-box;
}

.ag-wa-form input:focus,
.ag-wa-form select:focus,
.ag-wa-form textarea:focus {
    outline: none;
    border-color: var(--primary);
    background: var(--white);
    box-shadow: 0 0 0 3px rgba(46, 125, 50, 0.1);
}

.ag-wa-form textarea {
    resize: vertical;
    min-height: 100px;
}

/* Math Challenge Styling */
.ag-math-group {
    background: rgba(200, 169, 81, 0.1);
    padding: 15px;
    border-radius: var(--radius-sm);
    border: 1px dashed var(--gold);
}

/* Submit Button */
.ag-wa-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px;
    margin-top: 10px;
    background: #25D366; /* WhatsApp Green */
    color: var(--white);
    border: none;
    border-radius: var(--radius);
    font-size: var(--fs-base);
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ag-wa-submit-btn:hover {
    background: #128C7E; /* Darker WhatsApp Green */
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3);
}

.ag-wa-submit-btn svg {
    fill: currentColor;
}

/* Messages */
.ag-form-message {
    margin-top: 15px;
    padding: 12px;
    border-radius: var(--radius-sm);
    font-size: var(--fs-sm);
    text-align: center;
    display: none;
}
.ag-form-message.error {
    display: block;
    background: #fdecea;
    color: #e74c3c;
    border: 1px solid #fadbd8;
}
.ag-form-message.success {
    display: block;
    background: #eafaf1;
    color: #27ae60;
    border: 1px solid #d5f5e3;
}

/* Responsive */
@media (max-width: 768px) {
    .ag-form-grid {
        grid-template-columns: 1fr;
    }
    .ag-form-group.ag-full-width {
        grid-column: span 1;
    }
}



/* =========================================
   15. WHY CHOOSE GURUJI SECTION (NEW)
   ========================================= */

.ag-why-choose-section {
  padding: 100px 0;
  background: var(--white);
  position: relative;
}

.ag-why-choose-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, var(--cream), transparent);
}

.ag-section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 70px;
  position: relative;
}

.ag-section-desc {
  font-size: var(--fs-md);
  color: var(--text-light);
  line-height: 1.7;
  margin-top: 15px;
  padding: 0px 10px;
}

.ag-why-grid {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

/* Feature Items */
.ag-why-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 0px 20px;
}

.ag-why-item.ag-reverse {
  direction: rtl;
}

.ag-why-item.ag-reverse > * {
  direction: ltr;
}

/* Image Section */
.ag-why-image {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.ag-why-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.ag-why-item:hover .ag-why-image img {
  transform: scale(1.05);
}

.ag-why-badge {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  background: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(200, 169, 81, 0.4);
  border: 4px solid var(--white);
}

.badge-icon {
  font-size: 2rem;
}

/* Content Section */
.ag-why-content {
  padding: 20px;
}

.ag-why-icon {
  width: 60px;
  height: 60px;
  background: rgba(46, 125, 50, 0.1);
  color: var(--primary);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.ag-why-icon svg {
  width: 30px;
  height: 30px;
}

.ag-why-content h3 {
  font-family: var(--font-heading);
  font-size: var(--fs-2xl);
  color: var(--dark);
  margin-bottom: 20px;
}

.ag-why-content p {
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 25px;
  font-size: var(--fs-base);
}

/* Feature List */
.ag-why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ag-why-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 5px 0;
  color: var(--text);
font-size: var(--fs-base);
  font-weight: 500;
}

.ag-why-list li span {
  color: var(--gold);
  font-weight: 700;
  font-size: var(--fs-md);
}

/* Stats Section */
.ag-why-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
  padding: 0px 20px;
}

.stat-card {
  background: linear-gradient(135deg, var(--dark) 0%, var(--primary) 100%);
  padding: 40px 30px;
  border-radius: var(--radius);
  text-align: center;
  color: var(--white);
  box-shadow: var(--shadow);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.stat-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(200, 169, 81, 0.1) 0%, transparent 70%);
}

.stat-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(46, 125, 50, 0.3);
}

.stat-number {
  font-family: var(--font-heading);
  font-size: var(--fs-3xl);
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 10px;
  position: relative;
}

.stat-label {
  font-size: var(--fs-sm);
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

/* Responsive */
@media (max-width: 992px) {
  .ag-why-item,
  .ag-why-item.ag-reverse {
    grid-template-columns: 1fr;
    gap: 40px;
    direction: ltr;
  }
  
  .ag-why-image img {
    height: 300px;
  }
  
  .ag-why-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .ag-why-choose-section {
    padding: 60px 20px;
  }
  
  .ag-why-item {
    gap: 30px;
  }
  
  .ag-why-content h3 {
    font-size: var(--fs-xl);
  }
  
  .ag-why-stats {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .stat-card {
    padding: 30px 20px;
  }
  
  .stat-number {
    font-size: var(--fs-2xl);
  }
}



/* =========================================
   15. TREATMENTS SECTION (COMPREHENSIVE)
   ========================================= */

/* Section Base */
.ag-treatments-section {
    padding: 0;
}

.ag-section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.ag-section-title {
    font-family: var(--font-heading);
    font-size: var(--fs-3xl);
    color: var(--dark);
    margin: 0 0 20px;
}


/* Treatment Process Section */
.ag-treatment-process {
    padding: 100px 20px;
    background: var(--white);
}

.ag-process-content {
    padding-right: 40px;
}

.ag-process-title {
    font-family: var(--font-heading);
    font-size: var(--fs-2xl);
    margin-bottom: 20px;
}

.ag-process-content > p {
    font-size: var(--fs-base);
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 40px;
}

.ag-process-steps {
    margin-bottom: 40px;
}

.ag-process-step {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding: 25px;
    background: var(--cream);
    border-radius: var(--radius);
    border-left: 4px solid var(--gold);
    transition: var(--transition);
}

.ag-process-step:hover {
    transform: translateX(5px);
    box-shadow: var(--shadow-sm);
}

.step-number {
    width: 50px;
    height: 50px;
    background: var(--primary);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: var(--fs-xl);
    font-weight: 700;
    flex-shrink: 0;
}

.step-content h4 {
    font-family: var(--font-heading);
    font-size: var(--fs-lg);
    color: var(--dark);
    margin: 0 0 10px;
}

.step-content p {
    margin: 0;
    color: var(--text-light);
    font-size: var(--fs-sm);
    line-height: 1.6;
}

.ag-process-visual {
    position: relative;
}

.ag-video-wrapper {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.ag-process-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.ag-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 0 0 20px rgba(200, 169, 81, 0.3);
}

.ag-play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: var(--white);
    color: var(--primary);
}

.ag-play-button svg {
    fill: currentColor;
    margin-left: 5px;
}

/* Herbs Section */
.ag-herbs-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, var(--dark) 0%, var(--primary) 100%);
}

.ag-herbs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.ag-herb-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 40px 30px;
    border-radius: var(--radius);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: var(--transition);
}

.ag-herb-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
}

.ag-herb-icon {
    width: 70px;
    height: 70px;
    background: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: var(--dark);
}

.ag-herb-icon svg {
    width: 35px;
    height: 35px;
}

.ag-herb-card h3 {
    font-family: var(--font-heading);
    font-size: var(--fs-lg);
    color: var(--white);
    margin: 0 0 15px;
}

.ag-herb-card p {
    color: rgba(255, 255, 255, 0.85);
    font-size: var(--fs-sm);
    line-height: 1.7;
    margin: 0;
}

/* Dynamic Treatments Grid */
.ag-treatments-grid-section {
    padding: 100px 20px;
    background: var(--cream);
}

.ag-section-subtitle {
    font-family: var(--font-heading);
    font-size: var(--fs-2xl);
    color: var(--dark);
}

.ag-treatment-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.ag-treatment-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.ag-treatment-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}

.ag-treatment-thumb {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.ag-treatment-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ag-treatment-card:hover .ag-treatment-thumb img {
    transform: scale(1.1);
}

.ag-treatment-video-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    box-shadow: var(--shadow);
}

.ag-treatment-content {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.ag-treatment-meta {
    margin-bottom: 15px;
}

.ag-duration {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(46, 125, 50, 0.1);
    color: var(--primary);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: var(--fs-xs);
    font-weight: 600;
}

.ag-treatment-content h3 {
    font-family: var(--font-heading);
    font-size: var(--fs-xl);
    margin: 0 0 15px;
}

.ag-treatment-content h3 a {
    color: var(--dark);
    text-decoration: none;
    transition: var(--transition);
}

.ag-treatment-content h3 a:hover {
    color: var(--primary);
}

.ag-treatment-excerpt {
    color: var(--text-light);
    font-size: var(--fs-sm);
    line-height: 1.7;
    margin-bottom: 20px;
    flex-grow: 1;
}

.ag-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gold);
    font-weight: 600;
    font-size: var(--fs-sm);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--transition);
}

.ag-read-more span {
    transition: transform 0.3s ease;
}

.ag-read-more:hover {
    color: var(--primary);
}

.ag-read-more:hover span {
    transform: translateX(5px);
}

.ag-view-all-wrapper {
    text-align: center;
}

/* Video Section */
.ag-treatment-videos {
    padding: 100px 20px;
    background: var(--white);
}

.ag-video-card {
    text-align: center;
}

.ag-video-thumb {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
}

.ag-video-thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ag-video-thumb:hover img {
    transform: scale(1.05);
}

.ag-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(200, 169, 81, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    transition: var(--transition);
    box-shadow: 0 0 0 15px rgba(200, 169, 81, 0.3);
}

.ag-play-overlay:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: var(--white);
}

.ag-video-card h4 {
    font-family: var(--font-heading);
    font-size: var(--fs-lg);
    color: var(--dark);
    margin: 0 0 10px;
}

.ag-video-card p {
    color: var(--text-light);
    font-size: var(--fs-sm);
    margin: 0;
}

/* CTA Section */
.ag-treatment-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--dark) 0%, var(--primary) 100%);
}

.ag-cta-box {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.ag-cta-box h2 {
    font-family: var(--font-heading);
    font-size: var(--fs-2xl);
    color: var(--white);
    margin: 0 0 15px;
}

.ag-cta-box p {
    color: rgba(255, 255, 255, 0.9);
    font-size: var(--fs-md);
    margin: 0 0 30px;
}

.ag-cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 992px) {
    .grid-2-col { grid-template-columns: 1fr; }
    .ag-process-content { padding-right: 0; }
    .ag-herbs-grid { grid-template-columns: 1fr; }
    .ag-treatment-cards { grid-template-columns: 1fr; }
    .grid-3-col { grid-template-columns: 1fr; }
    .ag-process-img { height: 350px; }
}

@media (max-width: 768px) {
    .ag-section-title { font-size: var(--fs-2xl); }
    .ag-process-step { flex-direction: column; }
    .ag-cta-buttons { flex-direction: column; }
}



/* =========================================
   16. SINGLE TREATMENT PAGE
   ========================================= */

/* Hero Section */
.ag-treatment-hero {
    position: relative;
    height: 70vh;
    min-height: 500px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.ag-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

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

.ag-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%);
    z-index: 2;
}

.ag-hero-content {
    position: relative;
    z-index: 3;
    color: var(--white);
    padding-bottom: 60px;
    max-width: 800px;
}

.ag-treatment-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--gold);
    color: var(--dark);
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: var(--fs-sm);
    margin-bottom: 20px;
}

.ag-treatment-title {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin: 0 0 20px;
    color: var(--white);
    line-height: 1.1;
}

.ag-treatment-subtitle {
    font-size: var(--fs-lg);
    color: rgba(255,255,255,0.9);
    margin-bottom: 30px;
    line-height: 1.6;
}

.ag-play-hero-video {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gold);
    color: var(--dark);
    border: none;
    padding: 16px 32px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}

.ag-play-hero-video:hover {
    background: var(--white);
    transform: translateY(-3px);
}

/* Treatment Details Section */
.ag-treatment-details {
    padding: 80px 0;
    background: var(--cream);
}

.ag-treatment-main {
    padding-right: 40px;
}

.ag-content-block {
    background: var(--white);
    padding: 40px;
    border-radius: var(--radius-lg);
    margin-bottom: 30px;
    box-shadow: var(--shadow-sm);
}

.ag-section-heading {
    font-family: var(--font-heading);
    font-size: var(--fs-2xl);
    color: var(--dark);
    margin: 0 0 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid var(--gold);
    display: inline-block;
}

.ag-treatment-content {
    font-size: var(--fs-base);
    line-height: 1.8;
    color: var(--text);
}

.ag-treatment-content p {
    margin-bottom: 20px;
}

.ag-treatment-content h2,
.ag-treatment-content h3,
.ag-treatment-content h4 {
    font-family: var(--font-heading);
    color: var(--dark);
    margin: 30px 0 15px;
}

/* Benefits List */
.ag-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 15px;
}

.ag-benefits-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    background: var(--cream);
    border-radius: var(--radius);
    border-left: 4px solid var(--primary);
}

.ag-benefits-list li svg {
    color: var(--primary);
    flex-shrink: 0;
}

.ag-benefits-list li span {
    color: var(--text);
    font-size: var(--fs-base);
}

/* Gallery */
.ag-treatment-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.ag-gallery-item {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 4/3;
}

.ag-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ag-gallery-item:hover img {
    transform: scale(1.1);
}

.ag-gallery-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(200, 169, 81, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    opacity: 0;
    transition: var(--transition);
}

.ag-gallery-item:hover .ag-gallery-overlay {
    opacity: 1;
}

/* Video */
.ag-treatment-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: var(--radius);
}

.ag-treatment-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Sidebar */
.ag-treatment-sidebar {
    position: sticky;
    top: 100px;
    height: fit-content;
}

.ag-sidebar-card {
    background: var(--white);
    padding: 30px;
    border-radius: var(--radius-lg);
    margin-bottom: 30px;
    box-shadow: var(--shadow-sm);
    border-top: 4px solid var(--gold);
}

.ag-sidebar-title {
    font-family: var(--font-heading);
    font-size: var(--fs-lg);
    color: var(--dark);
    margin: 0 0 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--border-color);
}

.ag-info-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid var(--border-color);
}

.ag-info-row:last-child {
    border-bottom: none;
}

.ag-info-label {
    font-weight: 600;
    color: var(--text-light);
}

.ag-info-value {
    color: var(--dark);
    font-weight: 500;
}

.ag-booking-card {
    background: linear-gradient(135deg, var(--dark) 0%, var(--primary) 100%);
    color: var(--white);
    border-top-color: var(--gold);
}

.ag-booking-card .ag-sidebar-title {
    color: var(--white);
    border-bottom-color: rgba(255,255,255,0.2);
}

.ag-booking-card p {
    color: rgba(255,255,255,0.85);
    margin-bottom: 20px;
}

.ag-full-width {
 /*   width: 100%;*/
    justify-content: center;
}

/* Related Treatments */
.ag-related-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ag-related-item {
    display: flex;
    gap: 15px;
    text-decoration: none;
    padding: 10px;
    border-radius: var(--radius);
    transition: var(--transition);
    background: var(--cream);
}

.ag-related-item:hover {
    background: var(--bg-light);
    transform: translateX(5px);
}

.ag-related-item img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: var(--radius-sm);
}

.ag-related-info h4 {
    font-size: var(--fs-sm);
    color: var(--dark);
    margin: 0 0 5px;
    font-weight: 600;
}

.ag-related-info span {
    font-size: var(--fs-xs);
    color: var(--text-light);
}

/* Full Width CTA */
.ag-treatment-cta-full {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--dark) 0%, var(--primary) 100%);
    text-align: center;
}

.ag-cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.ag-cta-content h2 {
    font-family: var(--font-heading);
    font-size: var(--fs-3xl);
    color: var(--white);
    margin: 0 0 20px;
}

.ag-cta-content p {
    color: rgba(255,255,255,0.9);
    font-size: var(--fs-lg);
    margin-bottom: 40px;
}

.ag-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-large {
    padding: 18px 40px;
    font-size: var(--fs-base);
}

/* Lightbox */
.ag-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.95);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.ag-lightbox.active {
    display: flex;
}

.ag-lightbox-content {
    max-width: 90%;
    max-height: 90%;
}

.ag-lightbox img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
}

.ag-lightbox-close {
    position: absolute;
    top: 20px;
    right: 40px;
    background: none;
    border: none;
    color: var(--white);
    font-size: 48px;
    cursor: pointer;
    z-index: 10000;
}

.ag-lightbox-prev,
.ag-lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.1);
    border: none;
    color: var(--white);
    font-size: 48px;
    padding: 20px;
    cursor: pointer;
    transition: var(--transition);
}

.ag-lightbox-prev:hover,
.ag-lightbox-next:hover {
    background: rgba(255,255,255,0.2);
}

.ag-lightbox-prev {
    left: 20px;
}

.ag-lightbox-next {
    right: 20px;
}

.ag-lightbox-caption {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--white);
    font-size: var(--fs-sm);
    text-align: center;
    max-width: 80%;
}

/* Responsive */
@media (max-width: 992px) {
    .grid-2-col { grid-template-columns: 1fr; }
    .ag-treatment-main { padding-right: 0; }
    .ag-treatment-sidebar { position: static; }
    .ag-treatment-hero { height: 60vh; min-height: 400px; }
    .ag-treatment-title { font-size: var(--fs-2xl); }
}

@media (max-width: 768px) {
    .ag-content-block { padding: 25px; }
    .ag-treatment-gallery { grid-template-columns: 1fr; }
    .ag-cta-buttons { flex-direction: column; }
    .btn-large { width: 100%; }
    .ag-lightbox-prev, .ag-lightbox-next { display: none; }
}


/* =========================================
   17. GURUJI HOMEPAGE INTRO (TRUST BUILDER)
   ========================================= */

.ag-guruji-home-section {
    padding: 100px 0;
    background: var(--white);
    position: relative;
    overflow: hidden;
}

/* Subtle background leaf motif */
.ag-guruji-home-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(200, 169, 81, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.ag-guruji-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
	padding: 0px 20px;
}

/* Left Side: Text & Stats */
.ag-guruji-heading {
    font-family: var(--font-heading);
    font-size: var(--fs-2xl);
    color: var(--dark);
    margin-bottom: 20px;
    line-height: 1.2;
}

.ag-guruji-text p {
    font-size: var(--fs-base);
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 20px;
}

.ag-guruji-text strong {
    color: var(--primary);
    font-weight: 600;
}

/* Trust Stats */
.ag-trust-stats {
    display: flex;
    gap: 30px;
    margin: 40px 0;
    padding: 30px 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.ag-stat-item {
    display: flex;
    flex-direction: column;
}

.ag-stat-number {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 8px;
}

.ag-stat-label {
    font-size: var(--fs-xs);
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1.4;
}

/* Right Side: 4-Column Visual Grid */
.ag-visual-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 220px);
    gap: 15px;
}

.ag-visual-card {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    cursor: pointer;
}

.ag-visual-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.ag-visual-card:hover img {
    transform: scale(1.08);
}

/* Make 1st and 4th image span 2 rows for a dynamic masonry look */
.ag-visual-large {
    grid-row: span 2;
}

.ag-visual-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(27, 94, 32, 0.9), transparent);
    color: var(--white);
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

.ag-visual-card:hover .ag-visual-overlay {
    transform: translateY(0);
}

.ag-visual-overlay span {
    font-family: var(--font-heading);
    font-size: var(--fs-base);
    font-weight: 600;
    letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 992px) {
    .ag-guruji-grid { grid-template-columns: 1fr; gap: 50px; }
    .ag-guruji-home-section { padding: 80px 0; }
}

@media (max-width: 768px) {
    .ag-visual-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
    .ag-visual-large { grid-row: span 1; height: 250px; }
    .ag-visual-card { height: 200px; }
    .ag-trust-stats { flex-direction: ; gap: 20px; }
    .ag-stat-number { font-size: 2rem; }
}

/* =========================================
   18. VIDEO SECTION (NATURE THEMED)
   ========================================= */

.ag-video-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f5ef 0%, #f0ebe3 100%);
    position: relative;
    overflow: hidden;
}

/* Background Pattern */
.ag-video-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 30c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z' fill='%232E7D32' fill-opacity='0.03'/%3E%3C/svg%3E");
    opacity: 0.5;
}

/* Leaf Decorations */
.ag-leaf-decoration {
    position: absolute;
    font-size: 80px;
    opacity: 0.1;
    z-index: 0;
    animation: float 6s ease-in-out infinite;
}

.ag-leaf-1 {
    top: 100px;
    left: 50px;
    animation-delay: 0s;
}

.ag-leaf-2 {
    bottom: 100px;
    right: 50px;
    animation-delay: 3s;
}

@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(5deg); }
}

.ag-video-section .container {
    position: relative;
    z-index: 1;
}

/* Video Grid */
.ag-video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
	padding: 0px 20px;
}

.ag-video-item {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    cursor: pointer;
    border: 2px solid transparent;
}

.ag-video-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(46, 125, 50, 0.15);
    border-color: rgba(200, 169, 81, 0.3);
}

/* Thumbnail */
.ag-video-thumbnail {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--dark) 0%, var(--primary) 100%);
}

.ag-video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ag-video-item:hover .ag-video-thumbnail img {
    transform: scale(1.1);
}

.ag-video-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.3);
}

.ag-video-placeholder svg {
    width: 80px;
    height: 80px;
}

/* Play Overlay */
.ag-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
}

.ag-video-item:hover .ag-play-overlay {
    opacity: 1;
}

.ag-play-button {
    width: 80px;
    height: 80px;
    background: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    transform: scale(0.8);
    transition: transform 0.3s ease;
    box-shadow: 0 0 0 15px rgba(200, 169, 81, 0.3);
}

.ag-video-item:hover .ag-play-button {
    transform: scale(1);
}

.ag-play-text {
    color: var(--white);
    font-weight: 600;
    margin-top: 15px;
    font-size: var(--fs-sm);
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease 0.1s;
}

.ag-video-item:hover .ag-play-text {
    opacity: 1;
    transform: translateY(0);
}

/* Duration Badge */
.ag-duration-badge {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.8);
    color: var(--white);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: var(--fs-xs);
    font-weight: 600;
}

/* Video Info */
.ag-video-info {
    padding: 25px;
}

.ag-video-info h3 {
    font-family: var(--font-heading);
    font-size: var(--fs-lg);
    color: var(--dark);
    margin: 0 0 12px;
    line-height: 1.3;
}

.ag-video-info p {
    color: var(--text-light);
    font-size: var(--fs-sm);
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Video Modal */
.ag-video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

.ag-video-modal.active {
    display: flex;
}

.ag-video-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
}

.ag-video-modal-content {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 1000px;
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ag-video-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    background: var(--white);
    border: none;
    border-radius: 50%;
    font-size: 32px;
    line-height: 1;
    color: var(--dark);
    cursor: pointer;
    z-index: 10;
    transition: var(--transition);
    box-shadow: var(--shadow);
}

.ag-video-close:hover {
    background: var(--gold);
    transform: rotate(90deg);
}

.ag-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    background: #000;
}

.ag-video-container iframe,
.ag-video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.ag-video-modal-title {
    font-family: var(--font-heading);
    font-size: var(--fs-xl);
    color: var(--dark);
    padding: 20px 30px;
    margin: 0;
    background: var(--white);
    border-top: 3px solid var(--gold);
}

/* Responsive */
@media (max-width: 992px) {
    .ag-video-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .ag-video-section {
        padding: 60px 0;
    }
    .ag-video-grid {
        grid-template-columns: 1fr;
    }
    .ag-leaf-decoration {
        display: none;
    }
    .ag-video-modal-content {
        width: 95%;
    }
}

/* =========================================
   19. DISEASES SECTION (HEALING & BALANCE)
   ========================================= */

.ag-diseases-section {
    padding: 100px 0;
    background: var(--white);
    position: relative;
    overflow: hidden;
}

/* Subtle Background Pattern */
.ag-bg-leaf-pattern {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 30c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z' fill='%232E7D32' fill-opacity='0.03'/%3E%3C/svg%3E");
    opacity: 0.5;
    z-index: 0;
}

.ag-diseases-section .container {
    position: relative;
    z-index: 1;
}

/* Dosha Grid (Educational) */
.ag-dosha-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 80px;
	padding: 0px 20px;
}

.ag-dosha-card {
    padding: 40px 30px;
    border-radius: var(--radius);
    text-align: center;
    transition: var(--transition);
    border: 1px solid rgba(0,0,0,0.05);
    background: var(--white);
}

.ag-dosha-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

/* Distinct subtle colors for each Dosha */
.ag-dosha-card.vata { border-top: 4px solid #8D6E63; } /* Earthy/Wind */
.ag-dosha-card.pitta { border-top: 4px solid #E65100; } /* Fire */
.ag-dosha-card.kapha { border-top: 4px solid #0288D1; } /* Water */

.ag-dosha-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--cream);
    color: var(--dark);
}

.ag-dosha-icon svg {
    width: 30px;
    height: 30px;
}

.ag-dosha-card h3 {
    font-family: var(--font-heading);
    font-size: var(--fs-lg);
    color: var(--dark);
    margin-bottom: 15px;
}

.ag-dosha-card p {
    color: var(--text-light);
    font-size: var(--fs-sm);
    line-height: 1.6;
    margin: 0;
}

/* Dynamic Diseases Grid */
.ag-diseases-wrapper {
    margin-bottom: 80px;
}

.ag-grid-title {
    text-align: center;
    font-family: var(--font-heading);
    font-size: var(--fs-2xl);
    color: var(--dark);
    margin-bottom: 40px;
}

.ag-disease-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
	padding: 0px 20px;
}

.ag-disease-card {
    background: var(--cream);
    padding: 30px;
    border-radius: var(--radius);
    position: relative;
    overflow: hidden;
    transition: var(--transition);
    border: 1px solid rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
}

.ag-disease-card:hover {
    background: var(--white);
    box-shadow: var(--shadow);
    transform: translateY(-5px);
    border-color: rgba(200, 169, 81, 0.3);
}

.ag-card-leaf-motif {
    position: absolute;
    bottom: -10px;
    right: -10px;
    font-size: 80px;
    opacity: 0.05;
    transform: rotate(-20deg);
    pointer-events: none;
    transition: var(--transition);
}

.ag-disease-card:hover .ag-card-leaf-motif {
    opacity: 0.1;
    transform: rotate(0deg);
}

.ag-disease-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ag-disease-content h3 {
    font-family: var(--font-heading);
    font-size: var(--fs-lg);
    color: var(--dark);
    margin: 0 0 15px;
    line-height: 1.3;
}

.ag-disease-excerpt {
    color: var(--text-light);
    font-size: var(--fs-sm);
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.ag-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary);
    font-weight: 600;
    font-size: var(--fs-sm);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--transition);
}

.ag-read-more:hover {
    color: var(--gold);
}

.ag-read-more span {
    transition: transform 0.3s ease;
}

.ag-read-more:hover span {
    transform: translateX(5px);
}

/* CTA Section */
.ag-disease-cta {
    background: linear-gradient(135deg, var(--dark) 0%, var(--primary) 100%);
    padding: 60px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.ag-disease-cta::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at 80% 20%, rgba(200, 169, 81, 0.15) 0%, transparent 50%);
}

.ag-cta-box {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
}

.ag-cta-box h2 {
    font-family: var(--font-heading);
    font-size: var(--fs-2xl);
    color: var(--white);
    margin: 0 0 15px;
}

.ag-cta-box p {
    color: rgba(255,255,255,0.9);
    font-size: var(--fs-md);
    margin-bottom: 30px;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
    .ag-dosha-grid { grid-template-columns: 1fr; gap: 20px; margin-bottom: 60px; }
    .ag-diseases-section { padding: 80px 0; }
}

@media (max-width: 768px) {
    .ag-disease-cards { grid-template-columns: 1fr; }
    .ag-cta-box h2 { font-size: var(--fs-xl); }
    .ag-disease-cta { padding: 40px 20px; }
}

/* =========================================
   20. TESTIMONIALS SECTION (VOICES OF HEALING)
   ========================================= */

.ag-testimonials-section {
    padding: 100px 0;
    background: var(--cream);
    position: relative;
    overflow: hidden;
}

.ag-bg-pattern-light {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20c0-5.523-4.477-10-10-10S0 14.477 0 20s4.477 10 10 10 10-4.477 10-10zm20 0c0-5.523-4.477-10-10-10s-10 4.477-10 10 4.477 10 10 10 10-4.477 10-10z' fill='%232E7D32' fill-opacity='0.02'/%3E%3C/svg%3E");
}

.ag-testimonials-section .container {
    position: relative;
    z-index: 1;
}

/* Grid Layout */
.ag-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

/* Card Styling */
.ag-testimonial-card {
    background: var(--white);
    padding: 40px 30px;
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
    position: relative;
}

.ag-testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(46, 125, 50, 0.1);
    border-color: rgba(200, 169, 81, 0.4);
}

/* Quote Icon */
.ag-quote-icon {
    position: absolute;
    top: 20px;
    right: 25px;
    color: var(--gold);
    opacity: 0.2;
    transition: var(--transition);
}

.ag-quote-icon svg {
    width: 40px;
    height: 40px;
}

.ag-testimonial-card:hover .ag-quote-icon {
    opacity: 0.4;
    transform: scale(1.1);
}

/* Content */
.ag-testimonial-content {
    font-size: var(--fs-sm);
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 30px;
    flex-grow: 1;
    font-style: italic;
}

.ag-testimonial-content p {
    margin: 0;
}

/* Client Info */
.ag-client-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
}

.ag-client-avatar {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--dark) 100%);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: var(--fs-lg);
    font-weight: 700;
    flex-shrink: 0;
}

.ag-client-details {
    display: flex;
    flex-direction: column;
}

.ag-client-name {
    font-family: var(--font-heading);
    font-size: var(--fs-base);
    color: var(--dark);
    margin: 0 0 4px;
    font-weight: 600;
}

.ag-client-location {
    font-size: var(--fs-xs);
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Star Rating */
.ag-star-rating {
    display: flex;
    gap: 3px;
    color: var(--gold);
}

.ag-star-rating svg {
    width: 16px;
    height: 16px;
}

/* CTA */
.ag-testimonial-cta {
    text-align: center;
    background: var(--white);
    padding: 40px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    border: 2px dashed rgba(200, 169, 81, 0.3);
}

.ag-testimonial-cta p {
    font-family: var(--font-heading);
    font-size: var(--fs-xl);
    color: var(--dark);
    margin: 0 0 20px;
}

/* Responsive */
@media (max-width: 992px) {
    .ag-testimonials-section { padding: 80px 0; }
}

@media (max-width: 768px) {
    .ag-testimonials-grid { grid-template-columns: 1fr; }
    .ag-testimonial-card { padding: 30px 20px; }
    .ag-testimonial-cta { padding: 30px 20px; }
    .ag-testimonial-cta p { font-size: var(--fs-lg); }
}
/* =========================================
   21. MEDICINES SECTION (DIVYA AUSHADHI)
   ========================================= */

.ag-medicines-section {
    padding: 100px 0;
    background: var(--white);
    position: relative;
    overflow: hidden;
}

/* Subtle Herbal Background */
.ag-herb-bg-pattern {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%232E7D32' fill-opacity='0.03'%3E%3Cpath d='M40 40c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20zm40 0c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.ag-medicines-section .container {
    position: relative;
    z-index: 1;
}

/* Preparation Process Grid */
.ag-prep-process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 80px;
	padding: 0px 20px;
}

.ag-process-card {
    text-align: center;
    padding: 30px 20px;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: var(--radius);
    transition: var(--transition);
    background: var(--cream);
}

.ag-process-card:hover {
    background: var(--white);
    box-shadow: var(--shadow);
    transform: translateY(-5px);
}

.ag-process-icon {
    width: 60px;
    height: 60px;
    background: var(--dark);
    color: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.ag-process-icon svg {
    width: 28px;
    height: 28px;
}

.ag-process-card h3 {
    font-family: var(--font-heading);
    font-size: var(--fs-lg);
    color: var(--dark);
    margin: 0 0 10px;
}

.ag-process-card p {
    color: var(--text-light);
    font-size: var(--fs-sm);
    line-height: 1.6;
    margin: 0;
}

/* Medicines Grid */
.ag-medicines-wrapper {
    margin-bottom: 80px;
}

.ag-grid-title {
    text-align: center;
    font-family: var(--font-heading);
    font-size: var(--fs-2xl);
    color: var(--dark);
    margin-bottom: 40px;
}

.ag-medicine-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.ag-medicine-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
}

.ag-medicine-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(46, 125, 50, 0.12);
    border-color: rgba(200, 169, 81, 0.3);
}

.ag-medicine-thumb {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: #f4f4f4;
}

.ag-medicine-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.ag-medicine-card:hover .ag-medicine-thumb img {
    transform: scale(1.08);
}

.ag-medicine-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
}

.ag-medicine-placeholder svg {
    width: 60px;
    height: 60px;
}

.ag-ayurveda-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primary);
    color: var(--white);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ag-medicine-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ag-no-content{text-align:center;}

.ag-medicine-content h3 {
    font-family: var(--font-heading);
    font-size: var(--fs-lg);
    color: var(--dark);
    margin: 0 0 12px;
    line-height: 1.3;
}

.ag-medicine-content h3 a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

.ag-medicine-content h3 a:hover {
    color: var(--primary);
}

.ag-medicine-excerpt {
    color: var(--text-light);
    font-size: var(--fs-sm);
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ag-medicine-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid var(--border-color);
}

.ag-medicine-price {
    font-family: var(--font-heading);
    font-size: var(--fs-lg);
    font-weight: 700;
    color: var(--primary);
}

.ag-medicine-btn {
    background: transparent;
    color: var(--dark);
    border: 1px solid var(--dark);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: var(--fs-xs);
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--transition);
}

.ag-medicine-btn:hover {
    background: var(--dark);
    color: var(--white);
}

/* Disclaimer & CTA */
.ag-medicine-disclaimer {
    background: linear-gradient(135deg, #fff9e6 0%, #fff 100%);
    border: 2px solid var(--gold);
    border-radius: var(--radius-lg);
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    text-align: left;
}

.ag-disclaimer-icon {
    width: 60px;
    height: 60px;
    background: var(--gold);
    color: var(--dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ag-disclaimer-icon svg {
    width: 30px;
    height: 30px;
}

@media (min-width: 992px) {
	.ag-disclaimer-text {
		max-width: 70%;}
}

.ag-disclaimer-text {
    flex-grow: 1;

}

.ag-disclaimer-text h4 {
    font-family: var(--font-heading);
    font-size: var(--fs-lg);
    color: var(--dark);
    margin: 0 0 8px;
}

.ag-disclaimer-text p {
    color: var(--text-light);
    font-size: var(--fs-sm);
    line-height: 1.6;
    margin: 0;
    font-style: italic;
}

/* Responsive */
@media (max-width: 992px) {
    .ag-prep-process-grid { grid-template-columns: 1fr; margin-bottom: 60px; }
    .ag-medicine-disclaimer { flex-direction: column; text-align: center; }
}

@media (max-width: 768px) {
    .ag-medicines-section { padding: 80px 0; }
    .ag-medicine-cards { grid-template-columns: 1fr; }
    .ag-medicine-disclaimer { padding: 30px 20px; }
}