/* ==========================================================================
   Shree Sati Ansuya Mata Sansthan, Paradsinga - Royal Spiritual Stylesheet
   Ultra-Attractive, Majestic, Responsive & Interactive
   ========================================================================== */

:root {
  /* Palette: Sacred Saffron, Royal Maroon, Pure Temple Gold & Warm Marble */
  --primary: #c2410c;         /* Saffron Terracotta */
  --primary-dark: #9a3412;
  --primary-light: #ea580c;
  --primary-subtle: #fff7ed;

  --secondary: #b45309;       /* Golden Ochre */
  --secondary-light: #f59e0b;
  --gold: #d97706;
  --gold-pure: #facc15;
  --gold-glow: rgba(245, 158, 11, 0.4);
  --gold-border: linear-gradient(135deg, #f59e0b, #d97706, #b45309);

  --maroon: #7f1d1d;          /* Sacred Temple Crimson */
  --maroon-dark: #450a0a;
  --maroon-deep: #2a0505;

  --dark: #1c1917;            /* Deep Spiritual Slate */
  --dark-surface: #292524;
  --text-main: #292524;
  --text-muted: #57534e;
  --text-light: #a8a29e;
  --white: #ffffff;
  --bg-cream: #faf7f2;
  --bg-sand: #f5f0e6;
  --bg-ivory: #fffdfa;
  --border-color: #e7e0d3;

  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --card-shadow: 0 12px 28px -6px rgba(69, 10, 10, 0.08), 0 8px 12px -6px rgba(0, 0, 0, 0.03);
  --card-shadow-hover: 0 22px 35px -8px rgba(194, 65, 12, 0.2), 0 12px 18px -4px rgba(0, 0, 0, 0.08);

  --font-heading: 'Cinzel', 'Rozha One', 'Georgia', serif;
  --font-body: 'Poppins', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --font-devanagari: 'Tiro Devanagari Marathi', 'Rozha One', serif;

  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-full: 9999px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-cream);
  color: var(--text-main);
  line-height: 1.65;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--primary-dark);
}

ul {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Section Header Styles */
.section {
  padding: 90px 0;
  position: relative;
}

.section-title-wrap {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 55px auto;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(234, 88, 12, 0.12), rgba(245, 158, 11, 0.18));
  color: var(--maroon);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 20px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(234, 88, 12, 0.3);
  margin-bottom: 14px;
}

.section-title {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  color: var(--maroon-dark);
  margin-bottom: 14px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.section-title span {
  color: var(--primary);
}

.section-subtitle {
  color: var(--text-muted);
  font-size: 1.08rem;
  line-height: 1.6;
}

.title-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
}

.title-ornament::before,
.title-ornament::after {
  content: '';
  height: 2px;
  width: 70px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}

.title-ornament i {
  color: var(--secondary-light);
  font-size: 1.25rem;
  filter: drop-shadow(0 0 5px var(--gold-glow));
}

/* ==========================================================================
   Top Royal Gold Announcement Ribbon
   ========================================================================== */
.top-bar {
  background: linear-gradient(90deg, #2a0505 0%, #450a0a 40%, #7f1d1d 80%, #9a3412 100%);
  color: #fef08a;
  font-size: 0.84rem;
  padding: 8px 0;
  border-bottom: 1px solid rgba(250, 204, 21, 0.3);
  position: relative;
  z-index: 1002;
}

.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.top-bar-left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.top-badge-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ffedd5;
}
.top-badge-item i {
  color: var(--gold-pure);
}

.top-bar-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.top-bar-right a {
  color: #ffedd5;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.top-bar-right a:hover {
  color: var(--gold-pure);
}

.lang-switch-btn {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.25), rgba(234, 88, 12, 0.35));
  border: 1px solid rgba(250, 204, 21, 0.6);
  color: #ffffff;
  padding: 4px 14px;
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  cursor: pointer;
  transition: var(--transition);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}
.lang-switch-btn:hover {
  background: var(--primary);
  border-color: var(--white);
  transform: translateY(-1px);
}

/* ==========================================================================
   Refined Header & Royal 1-Line Dropdown Navigation
   Guaranteed One Single Line, Ultra-Attractive & Pixel-Perfect
   ========================================================================== */
.main-header {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 20px rgba(69, 10, 10, 0.07);
  border-bottom: 2px solid rgba(245, 158, 11, 0.35);
  transition: all 0.3s ease;
  width: 100%;
}

.header-container {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 8px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
}

/* Brand Section (Compact & Regal) */
.brand-logo-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}

.brand-logo {
  height: 48px;
  width: auto;
  filter: drop-shadow(0 2px 5px rgba(194, 65, 12, 0.25));
  transition: transform 0.3s ease;
}
.brand-logo-wrap:hover .brand-logo {
  transform: scale(1.06);
}

.brand-title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brand-name {
  font-family: var(--font-heading);
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--maroon-dark);
  line-height: 1.15;
  letter-spacing: 0.4px;
  white-space: nowrap;
  margin: 0;
}

.brand-sub {
  font-size: 0.68rem;
  color: var(--primary);
  font-weight: 700;
  letter-spacing: 0.6px;
  white-space: nowrap;
  margin: 0;
}

/* Nav Menu: 1-Line Flexbox */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: nowrap;
  flex-shrink: 1;
}

.nav-item {
  position: relative;
  list-style: none;
  white-space: nowrap;
}

.nav-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: #292524;
  padding: 7px 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 6px;
  transition: all 0.25s ease;
  white-space: nowrap;
  text-decoration: none;
}

.nav-link i.dropdown-caret {
  font-size: 0.65rem;
  color: #d97706;
  transition: transform 0.3s ease;
}

.nav-link:hover, 
.nav-item.active > .nav-link,
.nav-item:hover > .nav-link {
  color: var(--primary);
  background: rgba(234, 88, 12, 0.08);
}

.nav-item:hover > .nav-link i.dropdown-caret {
  transform: rotate(180deg);
  color: var(--primary);
}

/* Luxury Dropdown Menu Container */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 280px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 16px 36px rgba(69, 10, 10, 0.16), 0 4px 12px rgba(0,0,0,0.06);
  border: 1px solid var(--border-color);
  border-top: 3px solid var(--primary);
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1020;
  pointer-events: none;
}

.nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.dropdown-link {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 9px 16px;
  color: var(--text-main);
  transition: all 0.2s ease;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.03);
}

.dropdown-link:last-child {
  border-bottom: none;
}

.dropdown-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--primary-subtle);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.dropdown-content {
  display: flex;
  flex-direction: column;
}

.dropdown-title {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--maroon-dark);
  line-height: 1.25;
}

.dropdown-desc {
  font-size: 0.72rem;
  color: var(--text-muted);
  line-height: 1.3;
  margin-top: 2px;
}

.dropdown-link:hover {
  background: #fffbeb;
  padding-left: 20px;
}

.dropdown-link:hover .dropdown-icon {
  background: var(--primary);
  color: #ffffff;
  transform: scale(1.1);
}

.dropdown-link:hover .dropdown-title {
  color: var(--primary);
}

/* Header Action Buttons */
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.header-search-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bg-sand);
  border: 1px solid var(--border-color);
  color: var(--maroon-dark);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  transition: all 0.25s ease;
}
.header-search-btn:hover {
  background: var(--primary-subtle);
  color: var(--primary);
  border-color: var(--primary);
  transform: scale(1.05);
}

.header-cta-btn {
  background: linear-gradient(135deg, #c2410c, #ea580c, #f59e0b);
  background-size: 200% auto;
  color: #ffffff !important;
  padding: 7px 16px;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 0.82rem;
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.3);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
  text-decoration: none;
}
.header-cta-btn:hover {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(234, 88, 12, 0.45);
}

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--maroon-dark);
  cursor: pointer;
  padding: 4px;
}

/* Intermediate screen responsive scaling */
@media (max-width: 1280px) {
  .header-container {
    padding: 7px 16px;
    gap: 10px;
  }
  .brand-name {
    font-size: 0.9rem;
  }
  .brand-sub {
    font-size: 0.64rem;
  }
  .brand-logo {
    height: 42px;
  }
  .nav-link {
    font-size: 0.8rem;
    padding: 6px 7px;
    gap: 4px;
  }
  .header-cta-btn {
    padding: 6px 12px;
    font-size: 0.78rem;
  }
}

@media (max-width: 1080px) {
  .nav-link {
    font-size: 0.76rem;
    padding: 5px 6px;
  }
  .brand-sub {
    display: none;
  }
}

@media (max-width: 992px) {
  .mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .nav-menu {
    position: fixed;
    top: 65px;
    left: -100%;
    width: 320px;
    height: calc(100vh - 65px);
    background: #ffffff;
    flex-direction: column;
    align-items: stretch;
    padding: 20px 14px;
    gap: 8px;
    transition: left 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 10px 0 30px rgba(0,0,0,0.15);
    overflow-y: auto;
    z-index: 1015;
  }

  .nav-menu.active {
    left: 0;
  }

  .nav-link {
    width: 100%;
    font-size: 0.95rem;
    padding: 10px 14px;
    justify-content: space-between;
  }

  .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    border-left: 2px solid #fdba74;
    border-radius: 0;
    padding-left: 12px;
    margin: 4px 0 10px 14px;
    display: none;
  }

  .nav-item.active .dropdown-menu,
  .nav-item.open .dropdown-menu {
    display: block;
  }
}

/* ==========================================================================
   Hero Section with Divine Overlays & Slider
   ========================================================================== */
.hero-section {
  position: relative;
  height: 88vh;
  min-height: 580px;
  max-height: 800px;
  background-color: var(--dark);
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.4s ease-in-out, transform 6s ease-out;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

.hero-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(42, 5, 5, 0.45) 0%, rgba(28, 25, 23, 0.85) 100%);
}

.hero-content {
  position: relative;
  z-index: 10;
  color: var(--white);
  max-width: 860px;
  padding: 0 20px;
}

.hero-sacred-mantra {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(250, 204, 21, 0.6);
  padding: 8px 24px;
  border-radius: var(--radius-full);
  font-size: 1.1rem;
  color: #fef08a;
  margin-bottom: 22px;
  font-family: var(--font-devanagari);
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.hero-sacred-mantra i {
  color: var(--gold-pure);
  font-size: 1.2rem;
  animation: rotate-om 12s linear infinite;
}

@keyframes rotate-om {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.hero-title {
  font-family: var(--font-heading);
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 18px;
  text-shadow: 0 4px 20px rgba(0,0,0,0.7);
  color: #ffffff;
}

.hero-title span {
  background: linear-gradient(135deg, #fef08a 0%, #f59e0b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-description {
  font-size: 1.18rem;
  color: #f5f5f4;
  margin-bottom: 34px;
  max-width: 720px;
  line-height: 1.65;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

.hero-btn-group {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.btn-primary {
  background: linear-gradient(135deg, #ea580c, #d97706);
  color: #ffffff;
  padding: 15px 32px;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 10px 25px rgba(234, 88, 12, 0.4);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
  cursor: pointer;
  transition: var(--transition);
}
.btn-primary:hover {
  background: linear-gradient(135deg, #c2410c, #b45309);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(234, 88, 12, 0.55);
}

.btn-outline-light {
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  color: #ffffff;
  padding: 14px 30px;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: var(--transition);
}
.btn-outline-light:hover {
  background: #ffffff;
  color: var(--maroon-dark);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.3);
}

/* Slider Controls */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  transition: var(--transition);
  font-size: 1.1rem;
}
.slider-arrow:hover {
  background: var(--primary);
  border-color: var(--primary);
  transform: translateY(-50%) scale(1.1);
}
.slider-prev { left: 24px; }
.slider-next { right: 24px; }

/* ==========================================================================
   Hero Floating Quick-Action Cards
   ========================================================================== */
.hero-floating-cards {
  position: relative;
  margin-top: -65px;
  z-index: 30;
}

.floating-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.float-action-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 24px 20px;
  box-shadow: 0 15px 35px rgba(69, 10, 10, 0.1);
  border: 1px solid var(--border-color);
  border-top: 4px solid var(--primary);
  display: flex;
  align-items: center;
  gap: 16px;
  transition: var(--transition);
  text-decoration: none;
  color: var(--text-main);
}
.float-action-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--card-shadow-hover);
  border-top-color: var(--secondary-light);
}

.float-card-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--secondary-light));
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.float-card-content h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--maroon-dark);
  margin-bottom: 2px;
}
.float-card-content p {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.3;
}

/* ==========================================================================
   Virtual Diya Lighting Feature (दीप प्रज्वलन)
   ========================================================================== */
.diya-feature-banner {
  background: linear-gradient(135deg, #2a0505 0%, #450a0a 100%);
  color: #ffffff;
  padding: 26px 0;
  border-bottom: 1px solid rgba(250, 204, 21, 0.2);
}

.diya-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.diya-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.diya-lamp {
  font-size: 2.2rem;
  color: #facc15;
  filter: drop-shadow(0 0 10px rgba(250, 204, 21, 0.7));
  animation: flicker 2s infinite alternate;
}

@keyframes flicker {
  0% { opacity: 0.8; transform: scale(0.98); }
  100% { opacity: 1; transform: scale(1.05); }
}

.diya-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: #fef08a;
}
.diya-desc {
  font-size: 0.88rem;
  color: #fed7aa;
}

.light-diya-btn {
  background: linear-gradient(135deg, #f59e0b, #ea580c);
  color: #ffffff;
  padding: 10px 24px;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 0.92rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}
.light-diya-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(245, 158, 11, 0.6);
}

/* ==========================================================================
   Live Status & Announcements Ticker
   ========================================================================== */
.live-status-bar {
  background: linear-gradient(90deg, #450a0a, #7f1d1d, #c2410c);
  color: var(--white);
  padding: 14px 0;
  box-shadow: 0 4px 15px rgba(69, 10, 10, 0.25);
  position: relative;
  z-index: 25;
}

.live-status-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.temple-clock-badge {
  display: flex;
  align-items: center;
  gap: 12px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #15803d;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: var(--radius-full);
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.status-pill.closed {
  background: #dc2626;
}
.status-dot {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { transform: scale(0.9); opacity: 0.8; }
  50% { transform: scale(1.4); opacity: 1; }
  100% { transform: scale(0.9); opacity: 0.8; }
}

.next-aarti-text {
  font-size: 0.95rem;
  color: #fed7aa;
}

.live-events-ticker {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
}

.ticker-tag {
  background: #f59e0b;
  color: #450a0a;
  font-weight: 800;
  font-size: 0.74rem;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 4px;
}

/* ==========================================================================
   Key Highlights Stats Section
   ========================================================================== */
.stats-section {
  padding: 55px 0;
  background: var(--white);
  border-bottom: 1px solid var(--border-color);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 22px;
  text-align: center;
}

.stat-card {
  padding: 26px 20px;
  border-radius: var(--radius-md);
  background: var(--bg-cream);
  border: 1px solid var(--border-color);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.stat-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--gold-border);
  opacity: 0;
  transition: opacity 0.3s;
}
.stat-card:hover {
  transform: translateY(-5px);
  border-color: var(--secondary-light);
  box-shadow: var(--card-shadow);
  background: var(--white);
}
.stat-card:hover::after {
  opacity: 1;
}

.stat-icon {
  font-size: 2.2rem;
  color: var(--primary);
  margin-bottom: 10px;
}

.stat-number {
  font-family: var(--font-heading);
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--maroon-dark);
}

.stat-label {
  font-size: 0.88rem;
  color: var(--text-muted);
  font-weight: 600;
}

/* ==========================================================================
   About Sansthan & Videhi Sati Mata
   ========================================================================== */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-img-stack {
  position: relative;
}

.about-img-main {
  width: 90%;
  border-radius: var(--radius-lg);
  box-shadow: var(--card-shadow-hover);
  border: 6px solid var(--white);
  object-fit: cover;
  height: 440px;
}

.about-img-sub {
  position: absolute;
  bottom: -35px;
  right: 0;
  width: 55%;
  border-radius: var(--radius-md);
  box-shadow: 0 20px 40px rgba(0,0,0,0.22);
  border: 5px solid var(--white);
  object-fit: cover;
  height: 250px;
}

.experience-tag {
  position: absolute;
  top: -18px;
  left: -18px;
  background: linear-gradient(135deg, var(--maroon-dark), var(--primary));
  color: var(--white);
  padding: 18px 26px;
  border-radius: var(--radius-md);
  text-align: center;
  box-shadow: 0 10px 25px rgba(127, 29, 29, 0.45);
  border: 2px solid rgba(250, 204, 21, 0.4);
}
.experience-tag .num {
  font-size: 2rem;
  font-weight: 800;
  font-family: var(--font-heading);
  line-height: 1;
}
.experience-tag .lbl {
  font-size: 0.78rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #fde047;
}

.about-content h3 {
  font-family: var(--font-heading);
  font-size: 2.1rem;
  color: var(--maroon-dark);
  margin-bottom: 18px;
  line-height: 1.3;
}

.about-content p {
  color: var(--text-muted);
  margin-bottom: 18px;
  font-size: 1.02rem;
}

.feature-checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 26px 0;
}

.feature-check-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-main);
}
.feature-check-item i {
  color: var(--primary);
  font-size: 1.15rem;
}

/* ==========================================================================
   Daily Pooja & Aarti Timings
   ========================================================================== */
.timings-section {
  background: var(--bg-sand);
}

.timings-wrapper {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--card-shadow);
  overflow: hidden;
  border: 1px solid var(--border-color);
}

.timings-header-bar {
  background: linear-gradient(135deg, var(--maroon-dark), var(--primary-dark));
  color: var(--white);
  padding: 26px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.timings-header-bar h3 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 12px;
}

.timings-table {
  width: 100%;
  border-collapse: collapse;
}

.timings-table th, .timings-table td {
  padding: 16px 26px;
  text-align: left;
  border-bottom: 1px solid var(--border-color);
}

.timings-table th {
  background-color: var(--bg-cream);
  font-weight: 700;
  color: var(--maroon-dark);
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.timings-table tr:hover td {
  background-color: #fffbeb;
}

.timings-table tr.active-time td {
  background-color: #fef3c7;
  font-weight: 600;
}

.time-badge {
  display: inline-block;
  background: var(--primary-subtle);
  color: var(--primary-dark);
  padding: 5px 14px;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 0.9rem;
  border: 1px solid rgba(234, 88, 12, 0.25);
}

.event-name {
  font-weight: 600;
  color: var(--text-main);
}

.timings-footer-note {
  padding: 20px 28px;
  background: #fffbeb;
  border-top: 1px dashed #fcd34d;
  font-size: 0.92rem;
  color: #92400e;
  display: flex;
  align-items: center;
  gap: 14px;
}

/* ==========================================================================
   Sacred Temple Shrines Complex
   ========================================================================== */
.shrines-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}

.shrine-card {
  background: var(--white);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--card-shadow);
  border: 1px solid var(--border-color);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.shrine-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--card-shadow-hover);
  border-color: var(--gold);
}

.shrine-img-wrap {
  position: relative;
  height: 230px;
  overflow: hidden;
}

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

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

.shrine-tag {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(28, 25, 23, 0.88);
  backdrop-filter: blur(5px);
  color: #fef08a;
  padding: 5px 14px;
  border-radius: var(--radius-sm);
  font-size: 0.8rem;
  font-weight: 700;
  border-left: 3px solid var(--primary);
}

.shrine-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.shrine-body h4 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  color: var(--maroon-dark);
  margin-bottom: 12px;
}

.shrine-body p {
  color: var(--text-muted);
  font-size: 0.94rem;
  margin-bottom: 18px;
  flex: 1;
}

.shrine-footer {
  border-top: 1px solid var(--border-color);
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  color: var(--primary);
  font-weight: 600;
}

/* ==========================================================================
   Sansthan Projects & Social Activities
   ========================================================================== */
.projects-section {
  background: var(--white);
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.project-card {
  background: var(--bg-cream);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  padding: 30px;
  transition: var(--transition);
  position: relative;
}

.project-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--card-shadow);
  background: var(--white);
  border-color: var(--primary-light);
}

.project-icon {
  width: 60px;
  height: 60px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, var(--primary), var(--secondary-light));
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 22px;
  box-shadow: 0 8px 18px rgba(234, 88, 12, 0.28);
}

.project-card h4 {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  color: var(--maroon-dark);
  margin-bottom: 12px;
}

.project-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 18px;
}

.project-meta-pill {
  display: inline-block;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: var(--radius-full);
}

/* ==========================================================================
   Festivals & Special Events
   ========================================================================== */
.events-section {
  background: var(--bg-sand);
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 26px;
}

.event-card {
  background: var(--white);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--card-shadow);
  border: 1px solid var(--border-color);
  transition: var(--transition);
}
.event-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--card-shadow-hover);
}

.event-img {
  height: 190px;
  width: 100%;
  object-fit: cover;
}

.event-content {
  padding: 22px;
}

.event-date {
  color: var(--primary);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}

.event-title {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  color: var(--maroon-dark);
  margin-bottom: 8px;
}

.event-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* ==========================================================================
   Photo & Video Darshan Gallery
   ========================================================================== */
.gallery-filter-wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 38px;
}

.filter-btn {
  background: var(--white);
  border: 1px solid var(--border-color);
  color: var(--text-muted);
  padding: 9px 22px;
  border-radius: var(--radius-full);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}

.filter-btn.active, .filter-btn:hover {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.3);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 20px;
}

.gallery-item {
  position: relative;
  height: 230px;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--card-shadow);
  cursor: pointer;
}

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

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

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(28, 25, 23, 0.88) 0%, transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

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

.gallery-overlay h5 {
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: 4px;
}

.gallery-overlay span {
  color: #fef08a;
  font-size: 0.82rem;
}

/* Lightbox Modal */
.lightbox-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

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

.lightbox-img {
  max-width: 90%;
  max-height: 82vh;
  border-radius: var(--radius-sm);
  box-shadow: 0 15px 45px rgba(0,0,0,0.85);
}

.lightbox-close {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #ffffff;
  font-size: 2.4rem;
  background: none;
  border: none;
  cursor: pointer;
}

/* ==========================================================================
   Board of Trustees Section
   ========================================================================== */
.trustees-section {
  background: var(--white);
}

.trustees-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 26px;
}

.trustee-card {
  background: var(--bg-cream);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  padding: 22px;
  text-align: center;
  transition: var(--transition);
}

.trustee-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--card-shadow);
  border-color: var(--secondary-light);
  background: #ffffff;
}

.trustee-photo-wrap {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  margin: 0 auto 16px auto;
  overflow: hidden;
  border: 3px solid var(--primary-light);
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}

.trustee-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trustee-name {
  font-family: var(--font-heading);
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--maroon-dark);
  margin-bottom: 5px;
}

.trustee-role {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary), var(--secondary-light));
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: var(--radius-full);
  margin-bottom: 8px;
}

.trustee-contact {
  font-size: 0.88rem;
  color: var(--text-muted);
}

/* ==========================================================================
   Tourism & How to Reach
   ========================================================================== */
.tourism-section {
  background: var(--bg-sand);
}

.travel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
}

.travel-card {
  background: var(--white);
  padding: 30px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  box-shadow: var(--card-shadow);
}

.travel-card h4 {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  color: var(--maroon-dark);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.transit-mode-item {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}
.transit-mode-item:last-child {
  margin-bottom: 0;
}

.transit-icon {
  width: 46px;
  height: 46px;
  border-radius: var(--radius-sm);
  background: var(--primary-subtle);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.transit-info h5 {
  font-size: 1rem;
  color: var(--text-main);
  margin-bottom: 4px;
}
.transit-info p {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.nearby-pilgrimage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.nearby-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 20px;
  border: 1px solid var(--border-color);
}
.nearby-card h5 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: var(--maroon-dark);
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nearby-dist {
  font-size: 0.8rem;
  background: var(--primary-subtle);
  color: var(--primary-dark);
  padding: 3px 10px;
  border-radius: var(--radius-full);
}
.nearby-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
}

/* ==========================================================================
   Donation & E-Hundi (80G Tax Exemption)
   ========================================================================== */
.donation-banner-section {
  background: linear-gradient(135deg, #2a0505 0%, #450a0a 40%, #7f1d1d 80%, #c2410c 100%);
  color: var(--white);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.donation-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 45px;
  align-items: center;
}

.donation-text h2 {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  margin-bottom: 18px;
  color: #ffffff;
}

.donation-text p {
  color: #fed7aa;
  font-size: 1.1rem;
  margin-bottom: 26px;
  line-height: 1.65;
}

.tax-benefit-chips {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.tax-chip {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(254, 215, 170, 0.4);
  padding: 7px 16px;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  font-weight: 700;
  color: #fef08a;
  display: flex;
  align-items: center;
  gap: 8px;
}

.donation-box {
  background: var(--white);
  color: var(--text-main);
  padding: 34px;
  border-radius: var(--radius-lg);
  box-shadow: 0 25px 50px rgba(0,0,0,0.35);
  border: 2px solid #fed7aa;
}

.donation-box h3 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: var(--maroon-dark);
  margin-bottom: 18px;
  text-align: center;
}

.seva-select-wrap, .amount-presets {
  margin-bottom: 20px;
}

.form-label {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-muted);
  display: block;
  margin-bottom: 8px;
}

.form-select, .form-input {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  background-color: var(--bg-cream);
  font-family: inherit;
  outline: none;
  transition: var(--transition);
}
.form-select:focus, .form-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.15);
  background-color: #ffffff;
}

.amount-btn-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}

.amt-btn {
  background: var(--bg-cream);
  border: 1px solid var(--border-color);
  padding: 10px 4px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  transition: var(--transition);
}
.amt-btn.active, .amt-btn:hover {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

.bank-info-card {
  background: #fdf2e9;
  border: 1px dashed #f97316;
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  font-size: 0.88rem;
  margin: 18px 0;
}

.bank-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.bank-row:last-child { margin-bottom: 0; }

.copy-btn {
  background: none;
  border: none;
  color: var(--primary);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 700;
}
.copy-btn:hover { text-decoration: underline; }

/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact-section {
  background: var(--bg-cream);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
}

.contact-info-panel {
  background: var(--white);
  padding: 32px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  box-shadow: var(--card-shadow);
}

.contact-info-panel h4 {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  color: var(--maroon-dark);
  margin-bottom: 22px;
}

.contact-item {
  display: flex;
  gap: 16px;
  margin-bottom: 22px;
}

.contact-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--primary-subtle);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.contact-text h5 {
  font-size: 0.98rem;
  color: var(--text-main);
  margin-bottom: 4px;
}
.contact-text p, .contact-text a {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.map-wrapper {
  border-radius: var(--radius-md);
  overflow: hidden;
  height: 230px;
  border: 1px solid var(--border-color);
  margin-top: 22px;
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-form-panel {
  background: var(--white);
  padding: 36px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  box-shadow: var(--card-shadow);
}

.contact-form-panel h4 {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  color: var(--maroon-dark);
  margin-bottom: 12px;
}

.form-group {
  margin-bottom: 18px;
}

textarea.form-input {
  resize: vertical;
  min-height: 110px;
}

/* ==========================================================================
   Search Modal
   ========================================================================== */
.search-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  z-index: 3000;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding-top: 100px;
}

.search-modal.active {
  display: flex;
}

.search-modal-box {
  background: #ffffff;
  width: 90%;
  max-width: 600px;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0,0,0,0.5);
}

.search-modal-header {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border-color);
}

.search-modal-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1.1rem;
  font-family: inherit;
  padding: 4px 10px;
}

.search-modal-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--text-muted);
  cursor: pointer;
}

.search-results-list {
  max-height: 350px;
  overflow-y: auto;
  padding: 10px 0;
}

.search-result-item {
  display: block;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(0,0,0,0.04);
  color: var(--text-main);
  transition: var(--transition);
}
.search-result-item:hover {
  background: #fffbeb;
  color: var(--primary);
  padding-left: 26px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  background-color: var(--dark-surface);
  color: #d6d3d1;
  padding-top: 75px;
  border-top: 5px solid var(--primary);
}

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

.footer-col h5 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-col h5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 3px;
  background: var(--gold-border);
}

.footer-about p {
  font-size: 0.9rem;
  line-height: 1.65;
  margin-bottom: 20px;
}

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

.social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: var(--transition);
}
.social-icon:hover {
  background: var(--primary);
  transform: translateY(-3px);
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #a8a29e;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}

.footer-links a:hover {
  color: #fdba74;
  transform: translateX(5px);
}

.copyright-bar {
  background: #171514;
  padding: 22px 0;
  font-size: 0.85rem;
  color: #78716c;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.copyright-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

/* ==========================================================================
   Mobile Bottom Bar & Floating Buttons
   ========================================================================== */
.mobile-bottom-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  box-shadow: 0 -3px 20px rgba(0,0,0,0.12);
  z-index: 1000;
  padding: 8px 12px;
}

.mobile-bottom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  text-align: center;
}

.mobile-bottom-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.74rem;
  color: var(--text-main);
  font-weight: 700;
  padding: 4px;
}
.mobile-bottom-btn i {
  font-size: 1.15rem;
  color: var(--primary);
  margin-bottom: 3px;
}

.audio-float-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--secondary-light));
  color: var(--white);
  border: none;
  box-shadow: 0 6px 18px rgba(234, 88, 12, 0.45);
  cursor: pointer;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  transition: var(--transition);
}
.audio-float-btn:hover {
  transform: scale(1.1);
}
.audio-float-btn.playing {
  animation: pulse 1.8s infinite;
}

.back-to-top-btn {
  position: fixed;
  bottom: 95px;
  right: 30px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--maroon-dark);
  color: #fff;
  border: none;
  box-shadow: 0 4px 14px rgba(0,0,0,0.25);
  cursor: pointer;
  z-index: 900;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: var(--transition);
}
.back-to-top-btn.visible {
  display: flex;
}

.toast-notice {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: var(--dark);
  color: #fff;
  padding: 14px 28px;
  border-radius: var(--radius-full);
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  font-size: 0.94rem;
  z-index: 3500;
  opacity: 0;
  transition: all 0.4s ease;
  pointer-events: none;
}
.toast-notice.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */
@media (max-width: 1366px) {
  .header-container {
    padding: 6px 18px;
    gap: 8px;
  }
  .brand-name {
    font-size: 0.92rem;
  }
  .brand-logo {
    height: 44px;
  }
  .nav-link {
    font-size: 0.82rem;
    padding: 6px 8px;
    gap: 4px;
  }
  .header-cta-btn {
    padding: 6px 14px;
    font-size: 0.78rem;
  }
}

@media (max-width: 1180px) {
  .header-container {
    padding: 6px 12px;
    gap: 6px;
  }
  .brand-name {
    font-size: 0.86rem;
  }
  .brand-sub {
    display: none;
  }
  .brand-logo {
    height: 40px;
  }
  .nav-link {
    font-size: 0.78rem;
    padding: 5px 6px;
    gap: 3px;
  }
  .header-cta-btn {
    padding: 5px 11px;
    font-size: 0.75rem;
  }
  .header-search-btn {
    width: 32px;
    height: 32px;
    font-size: 0.8rem;
  }
}

@media (max-width: 992px) {
  .header-container {
    padding: 10px 18px;
  }
  
  .brand-sub {
    display: block;
  }
  
  .mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-menu {
    position: fixed;
    top: 66px;
    left: -100%;
    width: 320px;
    height: calc(100vh - 66px);
    background: #ffffff;
    flex-direction: column;
    align-items: stretch;
    padding: 24px 18px;
    gap: 10px;
    transition: left 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 10px 0 30px rgba(0,0,0,0.15);
    overflow-y: auto;
    z-index: 1015;
  }

  .nav-menu.active {
    left: 0;
  }

  .nav-item {
    width: 100%;
  }

  .nav-link {
    width: 100%;
    font-size: 0.95rem;
    padding: 11px 14px;
    justify-content: space-between;
  }

  .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    border-left: 3px solid var(--primary);
    background: var(--bg-cream);
    display: none;
    padding: 6px 0;
    margin: 4px 0 10px 12px;
  }

  .nav-item.open .dropdown-menu {
    display: block;
  }

  .hero-title { font-size: 2.5rem; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-img-sub { height: 190px; }
  .travel-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .donation-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
}

@media (max-width: 768px) {
  .top-bar { display: none; }
  .header-cta-btn { display: none; }

  .hero-section { height: 75vh; }
  .hero-title { font-size: 2.1rem; }
  .hero-description { font-size: 0.98rem; }
  .section-title { font-size: 1.95rem; }
  .section { padding: 60px 0; }
  
  .floating-cards-grid { grid-template-columns: 1fr; }
  .hero-floating-cards { margin-top: 10px; }

  .about-img-main { height: 290px; width: 100%; }
  .about-img-sub { display: none; }

  .footer-grid { grid-template-columns: 1fr; }
  .mobile-bottom-bar { display: block; }
  body { padding-bottom: 65px; }
  
  .audio-float-btn { bottom: 80px; right: 20px; width: 46px; height: 46px; }
  .back-to-top-btn { bottom: 135px; right: 20px; }
}

