:root {
  --saffron: #ff7a00;
  --saffron-light: #ffaa44;
  --golden: #ffd700;
  --golden-light: #ffe566;
  --maroon: #7a0019;
  --maroon-dark: #500010;
  --maroon-deep: #3a000d;
  --cream: #fff8ee;
  --cream-dark: #f5e6d0;
  --temple-gradient: linear-gradient(135deg, #7a0019 0%, #a50025 30%, #c4381a 60%, #ff7a00 100%);
  --divine-gradient: linear-gradient(135deg, #ffd700 0%, #ffaa00 50%, #ff7a00 100%);
  --glass-bg: rgba(255, 248, 238, 0.08);
  --glass-border: rgba(255, 215, 0, 0.15);
  --text-dark: #2a0a0a;
  --text-light: #fff8ee;
  --shadow-gold: 0 0 30px rgba(255, 215, 0, 0.3);
  --shadow-saffron: 0 0 40px rgba(255, 122, 0, 0.25);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Poppins', 'Noto Sans Devanagari', sans-serif;
  background: var(--cream);
  color: var(--text-dark);
  overflow-x: hidden;
  line-height: 1.7;
}
.hindi-font { font-family: 'Tiro Devanagari Hindi', 'Noto Sans Devanagari', serif; }

/* ============ LOADER ============ */
#loader-wrapper {
  position: fixed; inset: 0; z-index: 99999;
  background: var(--maroon-deep);
  display: flex; align-items: center; justify-content: center; flex-direction: column;
  transition: opacity 0.6s, visibility 0.6s;
}
#loader-wrapper.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-om {
  font-size: 5rem; color: var(--golden);
  animation: loaderPulse 1.5s ease-in-out infinite;
  text-shadow: 0 0 40px rgba(255,215,0,0.6), 0 0 80px rgba(255,122,0,0.3);
}
.loader-text {
  margin-top: 1.5rem; color: var(--golden); font-size: 1.3rem;
  font-family: 'Tiro Devanagari Hindi', serif; letter-spacing: 2px;
  animation: loaderFade 1.5s ease-in-out infinite;
}
.loader-bar {
  width: 200px; height: 3px; background: rgba(255,215,0,0.15);
  border-radius: 10px; margin-top: 1.5rem; overflow: hidden;
}
.loader-bar-inner {
  height: 100%; width: 0; background: var(--divine-gradient);
  border-radius: 10px; animation: loaderProgress 2s ease-in-out forwards;
}
@keyframes loaderPulse { 0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:0.7} }
@keyframes loaderFade { 0%,100%{opacity:1}50%{opacity:0.4} }
@keyframes loaderProgress { 0%{width:0}100%{width:100%} }

/* ============ PARTICLES ============ */
#particles-canvas {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: 0.5;
}

/* ============ FLOATING DIYA ============ */
.floating-diya {
  position: fixed; bottom: 30px; left: 30px; z-index: 1000;
  width: 50px; height: 50px; cursor: pointer; opacity: 0.8;
  transition: all 0.3s;
}
.floating-diya:hover { opacity: 1; transform: scale(1.15); }
.floating-diya svg { width: 100%; height: 100%; filter: drop-shadow(0 0 12px rgba(255,165,0,0.7)); }

/* ========================================================
   NAVBAR — COMPLETELY REBUILT, ROCK-SOLID FIXED
   ======================================================== */
.navbar-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 0;
}
.navbar-inner-wrap {
  background: transparent;
  transition: background 0.4s ease, backdrop-filter 0.4s ease;
}
.navbar-main.scrolled .navbar-inner-wrap {
  background: rgba(58, 0, 13, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 30px rgba(0,0,0,0.4);
  border-bottom: 1px solid rgba(255,215,0,0.08);
}

.navbar-flex-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;
}

/* Brand */
.navbar-brand-custom {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none; flex-shrink: 0; z-index: 10;
}
.navbar-logo-icon {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--divine-gradient);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; color: var(--maroon-deep); font-weight: 800;
  box-shadow: 0 0 20px rgba(255,215,0,0.4);
  flex-shrink: 0;
}
.navbar-brand-text h5 {
  color: var(--golden); font-size: 0.95rem; font-weight: 700;
  margin: 0; line-height: 1.2; font-family: 'Poppins', sans-serif;
}
.navbar-brand-text span {
  color: var(--cream-dark); font-size: 0.68rem; font-weight: 400;
  font-family: 'Tiro Devanagari Hindi', serif;
}

/* Desktop Nav — always visible on lg+ */
.navbar-desktop-nav {
  display: none;
}
@media(min-width: 992px) {
  .navbar-desktop-nav {
    display: flex;
    align-items: center;
  }
}
.navbar-nav-desktop {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
}
.nav-link-d {
  color: var(--cream) !important;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 8px 14px !important;
  border-radius: 8px;
  text-decoration: none;
  position: relative;
  transition: color 0.3s, background 0.3s;
  display: inline-block;
}
.nav-link-d::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--divine-gradient);
  transition: all 0.3s;
  transform: translateX(-50%);
  border-radius: 2px;
}
.nav-link-d:hover {
  color: var(--golden) !important;
  background: rgba(255,215,0,0.06);
}
.nav-link-d:hover::after { width: 60%; }
.nav-link-d.active {
  color: var(--golden) !important;
}
.nav-link-d.active::after { width: 60%; }

/* Nav CTA Button (Desktop) */
.nav-cta-btn-d {
  background: var(--divine-gradient);
  color: var(--maroon-deep) !important;
  border: none;
  padding: 9px 22px !important;
  border-radius: 50px;
  font-weight: 700 !important;
  font-size: 0.82rem !important;
  box-shadow: 0 0 20px rgba(255,215,0,0.3);
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
  margin-left: 8px;
}
.nav-cta-btn-d::after { display: none !important; }
.nav-cta-btn-d:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 35px rgba(255,215,0,0.5);
  color: var(--maroon-deep) !important;
  background: var(--divine-gradient);
}
.nav-cta-btn-d.active {
  color: var(--maroon-deep) !important;
  background: var(--divine-gradient);
}

/* Mobile Toggle Button */
.navbar-mobile-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  background: none;
  border: 1px solid rgba(255,215,0,0.25);
  border-radius: 10px;
  cursor: pointer;
  padding: 8px;
  z-index: 10;
  transition: all 0.3s;
}
@media(min-width: 992px) {
  .navbar-mobile-toggle { display: none; }
}
.hamburger-line {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--golden);
  border-radius: 2px;
  transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
  transform-origin: center;
}
.navbar-mobile-toggle.active .hamburger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.navbar-mobile-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0; transform: scaleX(0);
}
.navbar-mobile-toggle.active .hamburger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile Menu */
.navbar-mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  max-width: 85vw;
  height: 100vh;
  background: rgba(58, 0, 13, 0.98);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  z-index: 9998;
  padding: 100px 30px 40px;
  transition: right 0.4s cubic-bezier(0.4,0,0.2,1);
  border-left: 1px solid rgba(255,215,0,0.08);
  overflow-y: auto;
}
.navbar-mobile-menu.open {
  right: 0;
}
.navbar-mobile-menu::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vw;
  right: 100%;
  bottom: 0;
  background: rgba(0,0,0,0.5);
}
.navbar-mobile-menu.open::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 300px;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: -1;
}
.navbar-mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar-mobile-menu ul li {
  border-bottom: 1px solid rgba(255,215,0,0.06);
}
.navbar-mobile-menu ul li a {
  display: block;
  color: var(--cream);
  font-size: 1rem;
  font-weight: 500;
  padding: 14px 0;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  padding-left: 0;
}
.navbar-mobile-menu ul li a:hover,
.navbar-mobile-menu ul li a.active {
  color: var(--golden);
  padding-left: 10px;
}
.navbar-mobile-menu ul li a::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 0;
  background: var(--golden);
  border-radius: 4px;
  transition: height 0.3s;
}
.navbar-mobile-menu ul li a:hover::before,
.navbar-mobile-menu ul li a.active::before {
  height: 60%;
}
.mobile-cta-link {
  background: var(--divine-gradient) !important;
  color: var(--maroon-deep) !important;
  text-align: center !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  margin-top: 10px;
  border: none !important;
  padding: 14px 0 !important;
}
.mobile-cta-link:hover {
  transform: scale(1.02);
}
.mobile-cta-link::before { display: none !important; }

/* ============ HERO ============ */
.hero-section {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  overflow: hidden; background: var(--maroon-deep);
}
.hero-bg {
  position: absolute; inset: 0; z-index: 1;
  background: url('https://picsum.photos/seed/ayodhya-temple-ram/1920/1080.jpg') center/cover no-repeat;
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(180deg,
    rgba(58,0,13,0.7) 0%,
    rgba(122,0,25,0.6) 30%,
    rgba(122,0,25,0.75) 60%,
    rgba(58,0,13,0.95) 100%
  );
}
.hero-saffron-glow {
  position: absolute; top: -20%; right: -10%; width: 60%; height: 60%;
  background: radial-gradient(circle, rgba(255,122,0,0.15) 0%, transparent 70%);
  z-index: 3; animation: heroGlow 8s ease-in-out infinite;
}
.hero-golden-glow {
  position: absolute; bottom: -10%; left: -10%; width: 50%; height: 50%;
  background: radial-gradient(circle, rgba(255,215,0,0.1) 0%, transparent 70%);
  z-index: 3; animation: heroGlow 10s ease-in-out infinite reverse;
}
@keyframes heroGlow { 0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(30px,-20px) scale(1.1)} }

.hero-content { position: relative; z-index: 5; padding-top: 100px; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,215,0,0.12); border: 1px solid rgba(255,215,0,0.25);
  padding: 8px 20px; border-radius: 50px; color: var(--golden);
  font-size: 0.82rem; font-weight: 500; margin-bottom: 1.5rem;
  backdrop-filter: blur(10px);
}
.hero-badge i { font-size: 0.7rem; animation: badgePulse 2s infinite; }
@keyframes badgePulse { 0%,100%{opacity:1}50%{opacity:0.4} }

.hero-title {
  font-size: clamp(2.2rem, 6vw, 4.5rem); font-weight: 800;
  color: var(--cream); line-height: 1.1; margin-bottom: 1.2rem;
  text-shadow: 0 2px 40px rgba(0,0,0,0.3);
}
.hero-title .highlight {
  background: var(--divine-gradient); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-title .hindi-line {
  display: block; font-family: 'Tiro Devanagari Hindi', serif;
  font-size: 0.6em; font-weight: 400; color: var(--golden-light);
  -webkit-text-fill-color: var(--golden-light); margin-top: 0.5rem;
  letter-spacing: 1px;
}
.hero-subtitle {
  font-size: clamp(0.95rem, 2vw, 1.15rem); color: var(--cream-dark);
  max-width: 600px; line-height: 1.8; margin-bottom: 2.5rem;
  font-weight: 300;
}
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-divine {
  background: var(--divine-gradient); color: var(--maroon-deep);
  border: none; padding: 14px 36px; border-radius: 50px;
  font-weight: 700; font-size: 0.95rem; cursor: pointer;
  box-shadow: 0 0 30px rgba(255,215,0,0.35);
  transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
  text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
}
.btn-divine:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 0 50px rgba(255,215,0,0.55);
  color: var(--maroon-deep);
}
.btn-outline-divine {
  background: transparent; color: var(--golden);
  border: 2px solid rgba(255,215,0,0.4); padding: 12px 34px;
  border-radius: 50px; font-weight: 600; font-size: 0.95rem;
  cursor: pointer; transition: all 0.4s; text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-outline-divine:hover {
  background: rgba(255,215,0,0.1); border-color: var(--golden);
  transform: translateY(-3px); color: var(--golden);
}
.hero-scroll-indicator {
  position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
  z-index: 5; display: flex; flex-direction: column; align-items: center;
  color: var(--golden); font-size: 0.75rem; gap: 8px; opacity: 0.6;
}
.scroll-mouse {
  width: 24px; height: 38px; border: 2px solid var(--golden);
  border-radius: 12px; position: relative;
}
.scroll-mouse::after {
  content: ''; width: 4px; height: 8px; background: var(--golden);
  border-radius: 4px; position: absolute; top: 6px; left: 50%;
  transform: translateX(-50%); animation: scrollDown 1.5s infinite;
}
@keyframes scrollDown { 0%{opacity:1;top:6px}100%{opacity:0;top:22px} }
.hero-side-decor {
  position: absolute; right: 5%; top: 50%; transform: translateY(-50%);
  z-index: 4; opacity: 0.08; font-size: 25rem; color: var(--golden);
  font-family: 'Tiro Devanagari Hindi', serif; line-height: 1;
  pointer-events: none; user-select: none;
}
@media(max-width:991px) { .hero-side-decor { display: none; } }

/* ============ PAGE BANNER (Inner Pages) ============ */
.page-banner {
  position: relative; padding: 160px 0 80px;
  background-size: cover; background-position: center;
  overflow: hidden;
}
.page-banner-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(58,0,13,0.8) 0%, rgba(58,0,13,0.9) 100%);
}
.page-banner-content {
  position: relative; z-index: 2; text-align: center;
}
.page-banner-content h1 {
  font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800;
  color: var(--cream); margin-bottom: 0.5rem;
}
.page-banner-content h1 .highlight {
  background: var(--divine-gradient); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}
.page-banner-content p {
  font-size: 1.2rem; color: var(--golden-light); opacity: 0.8;
  margin-bottom: 1rem;
}
.page-banner-breadcrumb {
  display: flex; align-items: center; justify-content: center;
  gap: 8px; color: rgba(255,248,238,0.5); font-size: 0.9rem;
}
.page-banner-breadcrumb a {
  color: var(--golden); text-decoration: none; transition: all 0.3s;
}
.page-banner-breadcrumb a:hover { text-decoration: underline; }

/* ============ SANSKRIT DIVIDER ============ */
.sanskrit-divider {
  display: flex; align-items: center; justify-content: center;
  gap: 1rem; padding: 2rem 0 1rem;
}
.sanskrit-divider .line {
  flex: 1; max-width: 120px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--golden), transparent);
}
.sanskrit-divider .icon {
  color: var(--golden); font-size: 1.2rem; opacity: 0.6;
}
.sanskrit-divider-light .line {
  background: linear-gradient(90deg, transparent, rgba(255,215,0,0.4), transparent);
}
.sanskrit-divider-light .icon { color: var(--golden); opacity: 0.5; }

/* ============ SECTION STYLES ============ */
.section-dark {
  background: var(--maroon-deep); color: var(--cream); position: relative;
}
.section-dark::before {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffd700' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.section-cream { background: var(--cream); color: var(--text-dark); position: relative; }
.section-gradient {
  background: linear-gradient(180deg, var(--maroon-deep) 0%, #4a0010 100%);
  color: var(--cream); position: relative;
}
.section-padding { padding: 100px 0; }
@media(max-width:767px) { .section-padding { padding: 70px 0; } }

.section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800;
  line-height: 1.2; margin-bottom: 0.5rem;
}
.section-dark .section-title { color: var(--cream); }
.section-cream .section-title { color: var(--maroon); }

.section-subtitle {
  font-size: 1rem; max-width: 600px; margin: 0 auto 3rem;
  opacity: 0.7; font-weight: 300;
}
.section-cream .section-subtitle { color: #6b4040; }

.title-highlight {
  background: var(--divine-gradient); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}
.title-hindi {
  display: block; font-family: 'Tiro Devanagari Hindi', serif;
  font-size: 0.55em; font-weight: 400; letter-spacing: 2px;
  -webkit-text-fill-color: var(--golden);
  margin-bottom: 0.3rem;
}

/* ============ ABOUT ============ */
.about-card {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,215,0,0.08);
  border-radius: 24px; padding: 3rem; backdrop-filter: blur(10px);
  position: relative; overflow: hidden;
}
.about-card::before {
  content: ''; position: absolute; top: -50%; right: -50%; width: 100%; height: 100%;
  background: radial-gradient(circle, rgba(255,215,0,0.04) 0%, transparent 70%);
}
.about-text { font-size: 1rem; line-height: 1.9; opacity: 0.85; margin-bottom: 2rem; }
.about-features {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem;
}
.about-feature-item {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 16px; border-radius: 12px;
  background: rgba(255,215,0,0.05); border: 1px solid rgba(255,215,0,0.08);
  transition: all 0.3s;
}
.about-feature-item:hover {
  background: rgba(255,215,0,0.1); transform: translateX(5px);
}
.about-feature-item i { color: var(--golden); font-size: 1.2rem; flex-shrink: 0; }
.about-feature-item span { font-size: 0.9rem; font-weight: 500; }
@media(max-width:575px) { .about-features { grid-template-columns: 1fr; } }

/* Counters */
.counters-row {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem;
  margin-top: 3rem;
}
.counter-box {
  text-align: center; padding: 2rem 1rem; border-radius: 20px;
  background: rgba(255,215,0,0.04); border: 1px solid rgba(255,215,0,0.1);
  transition: all 0.4s;
}
.counter-box:hover {
  background: rgba(255,215,0,0.08); transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(255,215,0,0.1);
}
.counter-number {
  font-size: 2.5rem; font-weight: 800; line-height: 1;
  background: var(--divine-gradient); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}
.counter-label {
  font-size: 0.8rem; color: var(--cream-dark); margin-top: 0.5rem;
  font-weight: 400;
}
@media(max-width:767px) { .counters-row { grid-template-columns: repeat(2, 1fr); } }

/* ============ SERVICES ============ */
.service-card {
  background: var(--cream); border-radius: 20px; padding: 2.5rem 2rem;
  text-align: center; position: relative; overflow: hidden;
  border: 1px solid rgba(122,0,25,0.06);
  transition: all 0.5s cubic-bezier(0.4,0,0.2,1);
  box-shadow: 0 4px 20px rgba(122,0,25,0.06);
  height: 100%;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--divine-gradient); transform: scaleX(0);
  transition: transform 0.5s; transform-origin: left;
}
.service-card:hover::before { transform: scaleX(1); }
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(122,0,25,0.12), 0 0 30px rgba(255,215,0,0.08);
}
.service-icon-wrap {
  width: 80px; height: 80px; border-radius: 50%; margin: 0 auto 1.5rem;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(255,215,0,0.1), rgba(255,122,0,0.1));
  border: 2px solid rgba(255,215,0,0.15);
  transition: all 0.4s; font-size: 2rem; color: var(--maroon);
}
.service-card:hover .service-icon-wrap {
  background: var(--divine-gradient); color: var(--maroon-deep);
  box-shadow: 0 0 30px rgba(255,215,0,0.35);
  transform: scale(1.1) rotate(5deg);
}
.service-card h4 {
  font-size: 1.2rem; font-weight: 700; color: var(--maroon);
  margin-bottom: 0.5rem;
}
.service-card .hindi-name {
  font-family: 'Tiro Devanagari Hindi', serif; font-size: 0.85rem;
  color: var(--saffron); margin-bottom: 0.8rem; display: block;
}
.service-card p {
  font-size: 0.88rem; color: #7a5050; line-height: 1.7; margin-bottom: 1.5rem;
}
.service-read-more {
  color: var(--maroon); font-weight: 600; font-size: 0.85rem;
  text-decoration: none; display: inline-flex; align-items: center; gap: 6px;
  transition: all 0.3s;
}
.service-read-more:hover { color: var(--saffron); gap: 10px; }

/* ============ GALLERY ============ */
.gallery-grid { columns: 3; column-gap: 1.2rem; }
@media(max-width:991px) { .gallery-grid { columns: 2; } }
@media(max-width:575px) { .gallery-grid { columns: 1; } }
.gallery-item {
  break-inside: avoid; margin-bottom: 1.2rem;
  border-radius: 16px; overflow: hidden; position: relative;
  border: 3px solid transparent; transition: all 0.4s;
  background: var(--maroon-deep);
}
.gallery-item img {
  width: 100%; display: block; transition: all 0.6s;
  filter: brightness(0.85);
}
.gallery-item:hover {
  border-color: var(--golden);
  box-shadow: 0 0 30px rgba(255,215,0,0.25);
}
.gallery-item:hover img { transform: scale(1.08); filter: brightness(1); }
.gallery-item-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(58,0,13,0.85) 100%);
  display: flex; align-items: flex-end; padding: 1.5rem;
  opacity: 0; transition: all 0.4s;
}
.gallery-item:hover .gallery-item-overlay { opacity: 1; }
.gallery-item-overlay span { color: var(--golden); font-weight: 600; font-size: 0.95rem; }
.gallery-item-zoom {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) scale(0.5);
  width: 50px; height: 50px; border-radius: 50%;
  background: rgba(255,215,0,0.2); border: 2px solid var(--golden);
  display: flex; align-items: center; justify-content: center;
  color: var(--golden); font-size: 1.2rem;
  opacity: 0; transition: all 0.4s; cursor: pointer;
}
.gallery-item:hover .gallery-item-zoom { opacity: 1; transform: translate(-50%,-50%) scale(1); }

/* Lightbox */
.lightbox-overlay {
  position: fixed; inset: 0; z-index: 99998;
  background: rgba(0,0,0,0.95); display: flex; align-items: center;
  justify-content: center; opacity: 0; visibility: hidden;
  transition: all 0.4s; cursor: zoom-out;
}
.lightbox-overlay.active { opacity: 1; visibility: visible; }
.lightbox-overlay img {
  max-width: 90vw; max-height: 85vh; border-radius: 12px;
  box-shadow: 0 0 60px rgba(255,215,0,0.2);
  border: 2px solid rgba(255,215,0,0.3);
}
.lightbox-close {
  position: absolute; top: 20px; right: 30px;
  color: var(--golden); font-size: 2rem; cursor: pointer;
  width: 50px; height: 50px; display: flex; align-items: center;
  justify-content: center; border-radius: 50%;
  background: rgba(255,255,255,0.05); transition: all 0.3s;
}
.lightbox-close:hover { background: rgba(255,215,0,0.2); }

/* ============ WHY CHOOSE US ============ */
.why-card {
  padding: 2.5rem 2rem; border-radius: 20px; text-align: center;
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,215,0,0.08);
  transition: all 0.5s; position: relative; overflow: hidden;
  height: 100%;
}
.why-card::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,215,0,0.05), transparent);
  opacity: 0; transition: opacity 0.4s;
}
.why-card:hover::after { opacity: 1; }
.why-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255,215,0,0.25);
  box-shadow: 0 20px 50px rgba(255,215,0,0.08);
}
.why-icon {
  width: 70px; height: 70px; border-radius: 50%; margin: 0 auto 1.5rem;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; color: var(--golden);
  background: rgba(255,215,0,0.08); border: 2px solid rgba(255,215,0,0.15);
  transition: all 0.4s; position: relative; z-index: 1;
}
.why-card:hover .why-icon {
  background: var(--divine-gradient); color: var(--maroon-deep);
  box-shadow: 0 0 25px rgba(255,215,0,0.3);
  transform: rotateY(180deg);
}
.why-card h5 { font-weight: 700; margin-bottom: 0.8rem; position: relative; z-index: 1; }
.why-card p { font-size: 0.88rem; opacity: 0.65; line-height: 1.7; position: relative; z-index: 1; }

/* ============ BOOKING ============ */
.booking-section {
  background: linear-gradient(135deg, var(--maroon-deep) 0%, #500010 50%, var(--maroon-deep) 100%);
  position: relative; overflow: hidden;
}
.booking-section::before {
  content: ''; position: absolute; top: -200px; right: -200px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,122,0,0.08), transparent 70%);
}
.booking-section::after {
  content: ''; position: absolute; bottom: -200px; left: -200px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,215,0,0.06), transparent 70%);
}
.booking-form-wrapper {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,215,0,0.1);
  border-radius: 24px; padding: 3rem; backdrop-filter: blur(10px);
  position: relative; z-index: 1;
}
@media(max-width:575px) { .booking-form-wrapper { padding: 2rem 1.5rem; } }
.form-floating-custom { position: relative; margin-bottom: 1.5rem; }
.form-floating-custom label {
  position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  color: rgba(255,248,238,0.5); font-size: 0.92rem; pointer-events: none;
  transition: all 0.3s; background: transparent; padding: 0 4px;
}
.form-floating-custom textarea ~ label { top: 20px; transform: none; }
.form-floating-custom input:focus ~ label,
.form-floating-custom input:not(:placeholder-shown) ~ label,
.form-floating-custom select:focus ~ label,
.form-floating-custom select:not([value=""]) ~ label,
.form-floating-custom textarea:focus ~ label,
.form-floating-custom textarea:not(:placeholder-shown) ~ label {
  top: -8px; transform: none; font-size: 0.75rem;
  color: var(--golden); background: var(--maroon-deep);
}
.form-floating-custom input,
.form-floating-custom select,
.form-floating-custom textarea {
  width: 100%; padding: 16px; background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,215,0,0.12); border-radius: 12px;
  color: var(--cream); font-size: 0.95rem; font-family: inherit;
  transition: all 0.3s; outline: none;
}
.form-floating-custom select { cursor: pointer; appearance: none; }
.form-floating-custom select option { background: var(--maroon-deep); color: var(--cream); }
.form-floating-custom input:focus,
.form-floating-custom select:focus,
.form-floating-custom textarea:focus {
  border-color: var(--golden);
  box-shadow: 0 0 20px rgba(255,215,0,0.1);
}
.form-floating-custom input::placeholder,
.form-floating-custom textarea::placeholder { color: transparent; }
.btn-submit {
  width: 100%; padding: 16px; border: none; border-radius: 12px;
  background: var(--divine-gradient); color: var(--maroon-deep);
  font-size: 1rem; font-weight: 700; cursor: pointer;
  transition: all 0.4s; box-shadow: 0 0 25px rgba(255,215,0,0.25);
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.btn-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 45px rgba(255,215,0,0.45);
}
.btn-whatsapp-booking {
  width: 100%; padding: 16px; border: 2px solid #25d366; border-radius: 12px;
  background: rgba(37,211,102,0.1); color: #25d366;
  font-size: 1rem; font-weight: 600; cursor: pointer;
  transition: all 0.4s; display: flex; align-items: center;
  justify-content: center; gap: 10px; margin-top: 1rem;
  text-decoration: none;
}
.btn-whatsapp-booking:hover {
  background: rgba(37,211,102,0.2); transform: translateY(-3px);
  box-shadow: 0 0 30px rgba(37,211,102,0.2); color: #25d366;
}
.booking-info-cards { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-top: 2rem; }
.booking-info-item {
  display: flex; align-items: center; gap: 1rem;
  padding: 1.2rem 1.5rem; border-radius: 14px;
  background: rgba(255,215,0,0.04); border: 1px solid rgba(255,215,0,0.08);
}
.booking-info-item i { color: var(--golden); font-size: 1.3rem; flex-shrink: 0; }
.booking-info-item div { font-size: 0.88rem; opacity: 0.8; }
.booking-info-item strong { color: var(--golden); display: block; font-size: 0.78rem; }

/* ============ TESTIMONIALS ============ */
.testimonial-card {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,215,0,0.08);
  border-radius: 20px; padding: 2.5rem 2rem; position: relative;
  height: 100%;
}
.testimonial-card::before {
  content: '\201C'; position: absolute; top: 15px; left: 25px;
  font-size: 5rem; color: rgba(255,215,0,0.08); font-family: Georgia, serif;
  line-height: 1;
}
.testimonial-stars { color: var(--golden); font-size: 0.85rem; margin-bottom: 1rem; }
.testimonial-text {
  font-size: 0.95rem; line-height: 1.8; opacity: 0.8;
  margin-bottom: 1.5rem; position: relative; z-index: 1;
}
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar {
  width: 50px; height: 50px; border-radius: 50%;
  background: var(--divine-gradient); display: flex;
  align-items: center; justify-content: center;
  font-weight: 700; color: var(--maroon-deep); font-size: 1.1rem;
}
.testimonial-name { font-weight: 600; font-size: 0.95rem; }
.testimonial-role { font-size: 0.78rem; opacity: 0.5; }
.swiper-pagination-bullet { background: var(--golden) !important; opacity: 0.3 !important; }
.swiper-pagination-bullet-active { opacity: 1 !important; width: 24px !important; border-radius: 10px !important; }

/* ============ CONTACT ============ */
.contact-card {
  background: var(--cream); border: 1px solid rgba(122,0,25,0.08);
  border-radius: 20px; padding: 2rem; text-align: center;
  transition: all 0.4s; height: 100%;
}
.contact-card:hover {
  border-color: rgba(255,215,0,0.3); transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(122,0,25,0.08);
}
.contact-card-icon {
  width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 1rem;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(255,215,0,0.1), rgba(255,122,0,0.1));
  color: var(--maroon); font-size: 1.4rem; transition: all 0.4s;
  border: 2px solid rgba(255,215,0,0.15);
}
.contact-card:hover .contact-card-icon {
  background: var(--divine-gradient); color: var(--maroon-deep);
  box-shadow: 0 0 20px rgba(255,215,0,0.3);
}
.contact-card h6 { font-weight: 600; margin-bottom: 0.5rem; color: var(--maroon); }
.contact-card p { font-size: 0.88rem; color: #7a5050; margin: 0; }
.contact-card a { color: var(--saffron); text-decoration: none; transition: all 0.3s; font-weight: 500; }
.contact-card a:hover { text-decoration: underline; }
.contact-map {
  border-radius: 20px; overflow: hidden; border: 2px solid rgba(122,0,25,0.1);
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}
.contact-map iframe { width: 100%; height: 350px; border: 0; display: block; }
.social-links { display: flex; gap: 1rem; justify-content: center; margin-top: 2rem; }
.social-link {
  width: 48px; height: 48px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,215,0,0.08); border: 1px solid rgba(255,215,0,0.15);
  color: var(--golden); font-size: 1.1rem; transition: all 0.4s;
  text-decoration: none;
}
.social-link:hover {
  background: var(--divine-gradient); color: var(--maroon-deep);
  transform: translateY(-4px) rotate(5deg);
  box-shadow: 0 0 20px rgba(255,215,0,0.3);
}

/* ============ FOOTER ============ */
.footer-section {
  background: linear-gradient(180deg, var(--maroon-deep) 0%, #1a0005 100%);
  color: var(--cream); position: relative; overflow: hidden;
}
.footer-mandir-silhouette {
  position: absolute; bottom: 0; left: 0; right: 0; height: 120px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120'%3E%3Cpath fill='%231a0005' d='M0,120 L0,80 L60,80 L60,50 L90,50 L90,30 L120,30 L120,50 L150,50 L150,80 L240,80 L240,40 L270,40 L270,10 L300,10 L300,40 L330,40 L330,80 L480,80 L480,60 L510,60 L510,20 L540,20 L540,0 L570,0 L570,20 L600,20 L600,60 L630,60 L630,80 L720,80 L720,55 L750,55 L750,25 L780,25 L780,55 L810,55 L810,80 L960,80 L960,45 L990,45 L990,15 L1020,15 L1020,45 L1050,45 L1050,80 L1200,80 L1200,60 L1230,60 L1230,30 L1260,30 L1260,60 L1290,60 L1290,80 L1380,80 L1380,50 L1410,50 L1410,50 L1440,50 L1440,120 Z'/%3E%3C/svg%3E") bottom/cover no-repeat;
  opacity: 0.3; pointer-events: none;
}
.footer-top { padding: 80px 0 40px; position: relative; z-index: 1; }
.footer-brand p { font-size: 0.88rem; opacity: 0.6; margin-top: 1rem; line-height: 1.8; }
.footer-title {
  font-size: 1rem; font-weight: 700; color: var(--golden);
  margin-bottom: 1.5rem; position: relative; padding-bottom: 0.8rem;
}
.footer-title::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 30px; height: 2px; background: var(--divine-gradient);
}
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 0.6rem; }
.footer-links a {
  color: rgba(255,248,238,0.55); text-decoration: none;
  font-size: 0.88rem; transition: all 0.3s;
  display: inline-flex; align-items: center; gap: 6px;
}
.footer-links a:hover { color: var(--golden); transform: translateX(5px); }
.footer-contact-item {
  display: flex; gap: 10px; margin-bottom: 1rem;
  font-size: 0.88rem; opacity: 0.6;
}
.footer-contact-item i { color: var(--golden); margin-top: 3px; flex-shrink: 0; }
.footer-bottom {
  border-top: 1px solid rgba(255,215,0,0.06);
  padding: 1.5rem 0; position: relative; z-index: 1;
}
.footer-bottom p { font-size: 0.82rem; opacity: 0.4; margin: 0; }

/* ============ WHATSAPP FLOAT ============ */
.whatsapp-float {
  position: fixed; bottom: 30px; right: 30px; z-index: 9998;
  width: 60px; height: 60px; border-radius: 50%;
  background: #25d366; display: flex; align-items: center;
  justify-content: center; color: #fff; font-size: 1.8rem;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  transition: all 0.3s; text-decoration: none;
  animation: whatsappPulse 2s infinite;
}
.whatsapp-float:hover {
  transform: scale(1.1); box-shadow: 0 6px 30px rgba(37,211,102,0.6);
  color: #fff;
}
@keyframes whatsappPulse {
  0%{box-shadow:0 0 0 0 rgba(37,211,102,0.5)}
  70%{box-shadow:0 0 0 15px rgba(37,211,102,0)}
  100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}
}

/* ============ MUSIC TOGGLE ============ */
.music-toggle {
  position: fixed; bottom: 100px; right: 30px; z-index: 9998;
  width: 45px; height: 45px; border-radius: 50%;
  background: rgba(122,0,25,0.9); border: 1px solid rgba(255,215,0,0.2);
  color: var(--golden); font-size: 1.1rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.3s; backdrop-filter: blur(10px);
}
.music-toggle:hover { background: rgba(122,0,25,1); border-color: var(--golden); }
.music-toggle.playing { animation: musicSpin 3s linear infinite; }
@keyframes musicSpin { from{transform:rotate(0deg)}to{transform:rotate(360deg)} }

/* ============ TOAST ============ */
.custom-toast {
  position: fixed; top: 100px; right: 30px; z-index: 99999;
  background: rgba(122,0,25,0.95); border: 1px solid rgba(255,215,0,0.3);
  color: var(--cream); padding: 16px 24px; border-radius: 12px;
  font-size: 0.9rem; backdrop-filter: blur(20px);
  box-shadow: 0 10px 40px rgba(0,0,0,0.4);
  transform: translateX(120%); transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
  display: flex; align-items: center; gap: 10px;
}
.custom-toast.show { transform: translateX(0); }
.custom-toast i { color: var(--golden); }

/* ============ SCROLL TO TOP ============ */
.scroll-top {
  position: fixed; bottom: 100px; left: 30px; z-index: 9998;
  width: 45px; height: 45px; border-radius: 50%;
  background: rgba(122,0,25,0.9); border: 1px solid rgba(255,215,0,0.2);
  color: var(--golden); font-size: 1.1rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.3s; opacity: 0; visibility: hidden;
  backdrop-filter: blur(10px);
}
.scroll-top.visible { opacity: 1; visibility: visible; }
.scroll-top:hover { background: var(--divine-gradient); color: var(--maroon-deep); }

/* ============ MISC ============ */
.text-golden { color: var(--golden); }
.text-saffron { color: var(--saffron); }
.text-maroon { color: var(--maroon); }
.bg-maroon-deep { background-color: var(--maroon-deep); }
.img-premium {
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  border: 3px solid rgba(255,215,0,0.1);
}
.img-premium img { width: 100%; height: 100%; object-fit: cover; display: block; transition: all 0.6s; }
.img-premium:hover img { transform: scale(1.05); }
.glow-text { text-shadow: 0 0 20px rgba(255,215,0,0.4), 0 0 40px rgba(255,215,0,0.2); }
::selection { background: rgba(255,215,0,0.3); color: var(--cream); }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--maroon-deep); }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--golden), var(--saffron));
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover { background: var(--golden); }
.form-error { border-color: #ff4444 !important; }
.form-success { border-color: #25d366 !important; }
.error-msg { color: #ff6666; font-size: 0.78rem; margin-top: 4px; display: none; }

/* ============ VIDEO SECTION ============ */
.video-card {
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 215, 0, 0.08);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.video-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 215, 0, 0.25);
  box-shadow: 0 20px 60px rgba(255, 215, 0, 0.08), 0 0 40px rgba(255, 215, 0, 0.05);
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  background: #000;
  overflow: hidden;
}
.video-wrapper iframe,
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Custom video player styling for local MP4s */
.video-wrapper video {
  object-fit: cover;
  cursor: pointer;
}
.video-wrapper video::-webkit-media-controls-panel {
  background: linear-gradient(180deg, transparent, rgba(58, 0, 13, 0.9));
}

/* Play button overlay for local videos */
.video-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
}
.video-wrapper video:not([controls]) ~ .video-play-btn,
.video-card:hover .video-wrapper::after {
  opacity: 0;
}

.video-card-info {
  padding: 1.5rem 1.5rem 1.8rem;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.video-card-info h5 {
  color: var(--golden);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.video-card-info p {
  color: rgba(255, 248, 238, 0.55);
  font-size: 0.85rem;
  margin: 0;
  font-weight: 300;
}

/* Golden corner accents on hover */
.video-card::before,
.video-card::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-color: var(--golden);
  border-style: solid;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 2;
}
.video-card {
  position: relative;
}
.video-card::before {
  top: 0;
  left: 0;
  border-width: 3px 0 0 3px;
  border-radius: 20px 0 0 0;
}
.video-card::after {
  bottom: 0;
  right: 0;
  border-width: 0 3px 3px 0;
  border-radius: 0 0 20px 0;
}
.video-card:hover::before,
.video-card:hover::after {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .video-card-info {
    padding: 1.2rem;
  }
  .video-card-info h5 {
    font-size: 1rem;
  }
}