/* 
   Om Karthi Healing Centre - Stylesheet
   Exact Replica Design matching Design Template.jpeg
*/

@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@700;900&family=Cinzel:wght@500;600;700;800;900&family=Great+Vibes&family=Montserrat:wght@600;700;800&family=Outfit:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@1,500;1,600;1,700&display=swap');

:root {
  --primary-gold: #D4AF37;
  --bright-gold: #FFD700;
  --dark-gold: #B8860B;
  --light-gold: #FDF1C2;
  --champagne-bg: #FDF6DE;
  --card-bg: #FDF9EE;

  --emerald-dark: #043B27;
  --emerald-deep: #022619;
  --emerald-accent: #0A6342;
  --emerald-text: #043B27;

  --text-dark: #1C231E;
  --text-white: #FFFFFF;

  --font-serif: 'Cinzel', serif;
  --font-decorative: 'Cinzel Decorative', cursive, serif;
  --font-quote: 'Playfair Display', serif;
  --font-script: 'Great Vibes', cursive;
  --font-body: 'Outfit', sans-serif;
  --font-sans-bold: 'Montserrat', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;
}

html {
  scroll-behavior: smooth;
  font-family: var(--font-body);
  background-color: #FAF5E8;
  color: var(--text-dark);
}

body {
  background: linear-gradient(180deg, #FFFDF5 0%, #F8EFCF 35%, #FFFDF5 70%, #F8EFCF 100%);
  min-height: 100vh;
}

/* Background Particle Canvas */
#particles-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

/* ===================================
   NAVIGATION BAR
   =================================== */
.navbar {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(253, 245, 218, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 2px solid var(--primary-gold);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.nav-container {
  max-width: 1380px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1.5rem;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  flex-shrink: 0;
}

.brand-lotus-svg {
  width: 26px;
  height: 26px;
  color: var(--primary-gold);
  filter: drop-shadow(0 2px 4px rgba(212, 175, 55, 0.4));
  flex-shrink: 0;
}

.brand-text {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: clamp(0.95rem, 2vw, 1.25rem);
  color: var(--emerald-dark);
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 2.2rem;
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 1rem;
  color: var(--emerald-dark);
  position: relative;
  padding: 0.3rem 0;
  transition: color 0.3s ease;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-gold), var(--bright-gold));
  transition: width 0.3s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: #0b5e3f;
}

.nav-links a:hover::after,
.nav-links a.active::after {
  width: 100%;
}

.mobile-drawer-cta {
  display: none;
  width: 100%;
  margin-top: 0.5rem;
}

.mobile-drawer-btn {
  width: 100%;
  justify-content: center;
}

/* Pill Style Book Appointment Button */
.btn-book-appointment {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  background: #043B27;
  color: var(--bright-gold);
  border: 2px solid var(--primary-gold);
  padding: 0.65rem 1.6rem;
  border-radius: 30px;
  font-family: var(--font-sans-bold);
  font-weight: 800;
  font-size: 1.05rem;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(4, 59, 39, 0.3);
  transition: all 0.3s ease;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

.btn-book-appointment i {
  color: var(--bright-gold);
  font-size: 1.2rem;
}

.btn-book-appointment:hover {
  background: #065438;
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
  transform: translateY(-2px);
}

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.8rem;
  color: var(--emerald-dark);
  cursor: pointer;
  padding: 0.2rem;
  flex-shrink: 0;
}

/* ===================================
   HERO SECTION (FULL WIDTH)
   =================================== */
.hero-section {
  position: relative;
  z-index: 2;
  padding: 2.2rem 0 1rem 0;
  text-align: center;
  background: radial-gradient(circle at 50% 30%, rgba(255, 235, 170, 0.65) 0%, rgba(253, 248, 235, 0.2) 75%);
  width: 100%;
  overflow: hidden;
}

.hero-container {
  width: 100%;
  margin: 0 auto;
}

.hero-text-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.2rem;
}

/* Om Crest Header */
.om-crest-wrap {
  margin-bottom: 0.3rem;
}

.om-crest {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}

.leaf-left-svg,
.leaf-right-svg {
  width: 40px;
  height: 20px;
  color: var(--emerald-accent);
}

.om-char {
  font-family: 'Cinzel', serif;
  font-size: 4rem;
  font-weight: 900;
  background: linear-gradient(180deg, #FFE600 0%, #D4AF37 50%, #996B00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 10px rgba(212, 175, 55, 0.7));
  line-height: 1;
}

/* Hero Titles */
.hero-title {
  font-family: var(--font-decorative);
  font-size: clamp(1.4rem, 4.5vw, 3.4rem);
  font-weight: 900;
  color: var(--emerald-dark);
  text-shadow: 0 2px 8px rgba(255, 215, 0, 0.6), 0 0 20px rgba(212, 175, 55, 0.3);
  letter-spacing: 0.5px;
  line-height: 1.25;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.title-leaf-svg {
  width: 32px;
  height: 32px;
  color: var(--emerald-accent);
  flex-shrink: 0;
}

.flip-h {
  transform: scaleX(-1);
}

/* Flute Graphic & Subtitle */
.hero-flute-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  margin: 0.6rem 0 1rem 0;
}

.bansuri-flute {
  width: 320px;
  max-width: 82vw;
  height: 12px;
  background: linear-gradient(180deg, #FFE066 0%, #D4AF37 40%, #8A6500 100%);
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.5);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 40px;
  gap: 14px;
  border: 1px solid #FFD700;
}

.flute-hole {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4A3300;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.8);
}

.flute-tassel {
  position: absolute;
  right: 15px;
  top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tassel-string {
  width: 2px;
  height: 16px;
  background: #B8860B;
}

.tassel-feather {
  width: 8px;
  height: 14px;
  background: radial-gradient(circle, #053D28 30%, #D4AF37 70%, #0088CC 100%);
  border-radius: 50%;
}

.hero-subtitle {
  font-family: var(--font-serif);
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.2rem, 2.5vw, 1.9rem);
  color: var(--emerald-dark);
  letter-spacing: 0.8px;
}

.hero-bullets {
  font-family: var(--font-body);
  font-size: clamp(0.9rem, 1.8vw, 1.2rem);
  font-weight: 700;
  color: var(--emerald-dark);
  letter-spacing: 0.5px;
  margin-bottom: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.bullet-dot {
  color: var(--primary-gold);
  font-size: 1.2rem;
}

/* FULL WIDTH Hero Image Box */
.hero-image-box {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-top: 3px solid var(--primary-gold);
  border-bottom: 3px solid var(--primary-gold);
  box-shadow: 0 15px 40px rgba(4, 59, 39, 0.25);
  overflow: hidden;
}

.hero-img {
  width: 100%;
  height: auto;
  max-height: 720px;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* ===================================
   FEATURE BADGES BAR (6 BADGES WITH DIVIDERS)
   =================================== */
.features-bar-section {
  position: relative;
  z-index: 3;
  background: linear-gradient(180deg, #FDECB6 0%, #FAF0CD 50%, #FDECB6 100%);
  border-top: 2px solid var(--primary-gold);
  border-bottom: 2px solid var(--primary-gold);
  padding: 1.8rem 1rem;
  box-shadow: inset 0 0 15px rgba(212, 175, 55, 0.2);
}

.features-grid {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
}

.feature-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  padding: 0.5rem 0.8rem;
  cursor: pointer;
  position: relative;
  transition: transform 0.3s ease;
}

.feature-badge:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(212, 175, 55, 0.8), transparent);
}

.feature-badge:hover {
  transform: translateY(-5px);
}

.badge-icon-wrap {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--emerald-dark) 0%, #0A6342 100%);
  border: 3px solid var(--primary-gold);
  box-shadow: 0 6px 15px rgba(4, 59, 39, 0.25), inset 0 0 10px rgba(255, 215, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bright-gold);
  font-size: 1.75rem;
  transition: all 0.3s ease;
}

.icon-svg-lotus {
  width: 32px;
  height: 32px;
  color: var(--bright-gold);
}

.badge-om-symbol {
  font-family: 'Cinzel', serif;
  font-weight: 900;
  font-size: 2rem;
  color: var(--bright-gold);
  line-height: 1;
}

.feature-badge:hover .badge-icon-wrap {
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.6), inset 0 0 15px rgba(255, 255, 255, 0.4);
  transform: scale(1.08);
}

.badge-title {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--emerald-dark);
  line-height: 1.25;
  text-align: center;
}

/* ===================================
   OUR SERVICES SECTION
   =================================== */
.services-section {
  position: relative;
  z-index: 2;
  padding: 3.5rem 1.5rem;
  max-width: 1350px;
  margin: 0 auto;
}

.section-heading {
  text-align: center;
  font-family: var(--font-decorative);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  color: var(--emerald-dark);
  margin-bottom: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.heading-ornament {
  width: 42px;
  height: 20px;
  color: var(--primary-gold);
  flex-shrink: 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.2rem;
}

.service-card {
  background: var(--card-bg);
  border: 2px solid var(--primary-gold);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(4, 59, 39, 0.1);
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(4, 59, 39, 0.2), 0 0 25px rgba(212, 175, 55, 0.4);
  border-color: var(--bright-gold);
}

.service-img-wrap {
  width: 100%;
  height: 185px;
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid var(--primary-gold);
}

.service-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .service-img-wrap img {
  transform: scale(1.08);
}

.service-label-box {
  padding: 0.9rem 0.6rem;
  background: linear-gradient(180deg, #FDEEB5 0%, #F5E095 100%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65px;
}

.service-title {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--emerald-dark);
  line-height: 1.25;
}

/* ===================================
   QUOTE & DIVINE DEER SECTION (HALF-BACKGROUND DEER WITH FADE MASK)
   =================================== */
.quote-section {
  position: relative;
  z-index: 2;
  padding: 4.5rem 1.5rem;
  background: radial-gradient(ellipse at center, #FDF6DE 0%, #F8EECB 100%);
  overflow: hidden;
}

.quote-deer-bg-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.quote-deer-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  opacity: 1;
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 0) 95%);
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 0) 95%);
  filter: contrast(1.08) saturate(1.15);
}

.quote-container {
  position: relative;
  z-index: 2;
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.quote-box {
  max-width: 820px;
  text-align: center;
  padding: 1rem 2rem 1rem 0;
}

.quote-text {
  font-family: var(--font-quote);
  font-style: italic;
  font-size: clamp(1.3rem, 2.8vw, 2.15rem);
  font-weight: 700;
  color: var(--emerald-dark);
  line-height: 1.5;
  margin-bottom: 1.5rem;
  text-shadow: 0 1px 4px rgba(254, 246, 218, 0.9), 0 0 10px rgba(255, 255, 255, 0.8);
}

.quote-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2.2rem;
}

.quote-line {
  width: 140px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-gold), transparent);
}

.quote-lotus-icon {
  width: 24px;
  height: 24px;
  color: var(--primary-gold);
}

/* 5 Bottom Feature Badges Grid */
.quote-badges-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.quote-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.quote-badge:hover {
  transform: translateY(-4px);
}

.quote-badge-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--emerald-dark) 0%, #0A6342 100%);
  border: 2px solid var(--primary-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bright-gold);
  font-size: 1.45rem;
  box-shadow: 0 4px 12px rgba(4, 59, 39, 0.25);
}

.quote-badge-title {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--emerald-dark);
  line-height: 1.2;
}

/* ===================================
   GRATITUDE & HEALER BANNER
   =================================== */
.gratitude-banner {
  background: linear-gradient(180deg, #2E2310 0%, #1A1206 100%);
  border-top: 2px solid var(--primary-gold);
  border-bottom: 2px solid var(--primary-gold);
  padding: 1.6rem 2.5rem;
  color: var(--text-white);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.gratitude-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.gratitude-text-side {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.gratitude-line {
  font-family: var(--font-serif);
  font-size: clamp(0.9rem, 1.8vw, 1.15rem);
  font-weight: 600;
  font-style: italic;
  color: var(--light-gold);
  letter-spacing: 0.5px;
}

.healer-title {
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2.5vw, 1.65rem);
  font-weight: 700;
  font-style: italic;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFE680 40%, #D4AF37 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.7));
  letter-spacing: 0.6px;
  margin-top: 0.2rem;
}

.signature-box {
  font-family: var(--font-script);
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  color: var(--bright-gold);
  text-shadow: 0 2px 12px rgba(255, 215, 0, 0.5);
}

/* ===================================
   FOOTER SECTION
   =================================== */
.footer-bar {
  background: #043B27;
  color: #FFFFFF;
  padding: 1.1rem 2rem;
  border-top: 1px solid rgba(212, 175, 55, 0.4);
}

.footer-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-brand,
.footer-subtitle {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--light-gold);
}

.footer-lotus-svg {
  width: 20px;
  height: 20px;
  color: var(--primary-gold);
  flex-shrink: 0;
}

.social-links {
  display: flex;
  gap: 0.9rem;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #043B27;
  border: 1px solid var(--bright-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bright-gold);
  text-decoration: none;
  font-size: 1.15rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.social-icon i {
  color: var(--bright-gold);
}

.social-icon:hover {
  background: var(--bright-gold);
  border-color: var(--bright-gold);
  color: #043B27;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.5);
}

.social-icon:hover i {
  color: #043B27;
}

/* ===================================
   UNINTERRUPTED FLOATING STICKY MOBILE CTA BUTTON
   =================================== */
.mobile-sticky-cta {
  display: none;
}

@media (max-width: 768px) {
  .mobile-sticky-cta {
    display: block;
    position: fixed;
    bottom: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1500;
    width: calc(100% - 2.5rem);
    max-width: 380px;
    pointer-events: auto;
  }

  .mobile-floating-btn {
    width: 100%;
    justify-content: center;
    padding: 0.8rem 1.4rem;
    font-size: 1rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4), 0 0 15px rgba(255, 215, 0, 0.5);
    background: linear-gradient(135deg, #043B27 0%, #085237 100%);
    border: 2px solid var(--primary-gold);
  }
}

/* ===================================
   APPOINTMENT MODAL
   =================================== */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 40, 27, 0.75);
  backdrop-filter: blur(8px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-card {
  background: var(--card-bg);
  border: 3px solid var(--primary-gold);
  border-radius: 20px;
  width: 100%;
  max-width: 520px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 2rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  position: relative;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.modal-overlay.active .modal-card {
  transform: translateY(0);
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  background: none;
  border: none;
  font-size: 1.8rem;
  color: var(--emerald-dark);
  cursor: pointer;
}

.modal-title {
  font-family: var(--font-decorative);
  font-size: 1.8rem;
  color: var(--emerald-dark);
  text-align: center;
  margin-bottom: 0.4rem;
}

.modal-subtitle {
  text-align: center;
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 1.5rem;
}

.form-group {
  margin-bottom: 1.1rem;
}

.form-group label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--emerald-dark);
  margin-bottom: 0.4rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(212, 175, 55, 0.6);
  border-radius: 10px;
  background: #FFFFFF;
  font-family: var(--font-body);
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--emerald-dark);
  box-shadow: 0 0 8px rgba(4, 59, 39, 0.2);
}

.btn-submit {
  width: 100%;
  padding: 0.85rem;
  background: linear-gradient(135deg, var(--emerald-dark) 0%, #065438 100%);
  color: var(--bright-gold);
  border: 2px solid var(--primary-gold);
  border-radius: 25px;
  font-family: var(--font-sans-bold);
  font-weight: 800;
  font-size: 1.05rem;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(4, 59, 39, 0.3);
  transition: all 0.3s ease;
  margin-top: 0.4rem;
}

.btn-submit:hover {
  background: linear-gradient(135deg, #065438 0%, var(--emerald-dark) 100%);
  color: #FFF;
}

/* Toast Message */
.toast-msg {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: var(--emerald-dark);
  color: var(--bright-gold);
  border: 2px solid var(--primary-gold);
  padding: 1rem 1.6rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  z-index: 3000;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.4s ease;
}

.toast-msg.show {
  transform: translateY(0);
  opacity: 1;
}

/* ===================================
   RESPONSIVE MEDIA QUERIES (COMPREHENSIVE OVERHAUL)
   =================================== */

/* Laptop & Medium Screens (992px - 1200px) */
@media (max-width: 1200px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .quote-container {
    justify-content: center;
  }

  .quote-box {
    max-width: 100%;
    padding: 1rem 0;
  }

  .quote-deer-bg-wrap {
    width: 65%;
  }
}

/* Tablets & Mobile Screens (< 991px) */
@media (max-width: 991px) {
  .desktop-cta-btn {
    display: none !important;
  }

  .mobile-drawer-cta {
    display: block;
  }

  .mobile-toggle {
    display: block;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #FDF5DE;
    flex-direction: column;
    padding: 1.5rem;
    gap: 1.2rem;
    border-bottom: 2px solid var(--primary-gold);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }

  .nav-links.active {
    display: flex;
  }

  .features-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem 0.5rem;
  }

  .feature-badge:not(:last-child)::after {
    display: none;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .quote-badges-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .quote-deer-bg-wrap {
    width: 100%;
    opacity: 0.2;
  }
}

/* Mobile Devices (< 767px) */
@media (max-width: 767px) {
  .nav-container {
    padding: 0.6rem 1rem;
  }

  .brand-text {
    font-size: 1rem;
  }

  .hero-section {
    padding: 1.5rem 0 0.8rem 0;
  }

  .hero-text-wrap {
    padding: 0 0.8rem;
  }

  .om-char {
    font-size: 3rem;
  }

  .bansuri-flute {
    width: 220px;
    height: 10px;
  }

  .features-bar-section {
    padding: 1.4rem 0.5rem;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4rem 0.5rem;
  }

  .badge-icon-wrap {
    width: 58px;
    height: 58px;
    font-size: 1.4rem;
  }

  .badge-title {
    font-size: 0.85rem;
  }

  .services-section {
    padding: 2.5rem 1rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }

  .quote-section {
    padding: 3rem 1rem 4.5rem 1rem;
    /* Extra padding at bottom for floating mobile CTA */
  }

  .quote-box {
    padding: 0;
  }

  .quote-line {
    width: 80px;
  }

  .quote-badges-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem 0.6rem;
  }

  .quote-deer-bg-wrap {
    width: 100%;
    opacity: 0.15;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  }

  .gratitude-banner {
    padding: 1.4rem 1rem;
  }

  .gratitude-container {
    flex-direction: column;
    text-align: center;
    gap: 0.8rem;
  }

  .footer-bar {
    padding: 1.4rem 1rem 5.5rem 1rem;
    /* Extra bottom padding so floating button doesn't cover footer text */
  }

  .footer-container {
    flex-direction: column;
    text-align: center;
    gap: 0.8rem;
  }

  .toast-msg {
    left: 1rem;
    right: 1rem;
    bottom: 5.5rem;
    text-align: center;
    font-size: 0.9rem;
  }
}

/* Extra Small Devices (< 400px) */
@media (max-width: 400px) {
  .brand-text {
    font-size: 0.88rem;
  }

  .hero-title {
    font-size: 1.25rem;
  }

  .quote-text {
    font-size: 1.2rem;
  }

  .quote-badges-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}