/*
Theme Name: Sree Mallikarjuna Swamy Devalayam
Theme URI: https://sreemallikarjunaswamydevalayam.org/
Author: VisualWits Digital Solutions
Description: Custom SEO Optimized WordPress Theme for Sree Mallikarjuna Swamy Devalayam, Khajaguda, Hyderabad.
Version: 1.2
Text Domain: sree-mallikarjuna
*/

:root {
  --saffron: #E8620A;
  --saffron-light: #FF8C38;
  --gold: #C9950C;
  --gold-light: #F0BC2E;
  --gold-pale: #FFF3D6;
  --maroon: #7B1C1C;
  --maroon-deep: #4A0E0E;
  --cream: #FFF9F0;
  --cream-dark: #F5EBD6;
  --dark: #1A0A00;
  --text: #2D1A00;
  --text-muted: #6B4C2A;
  --white: #FFFFFF;
  --border: rgba(201,149,12,0.25);
  --shadow: 0 8px 40px rgba(139,60,0,0.15);
}

/* ==================== PASTE YOUR ORIGINAL CSS HERE ==================== */
/* Open your original temple-website.html file, copy everything between <style> and </style> and paste below */

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

/* Paste the full CSS from your original HTML file here */

body {
  font-family: 'Noto Sans', sans-serif;
  background: var(--cream);
  color: var(--text);
  overflow-x: hidden;
}

/* ── SCROLLBAR ── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--cream-dark); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; }

/* ── ORNAMENT ── */
.om-symbol { font-family: serif; font-size: 1.4em; color: var(--gold); }
.divider {
  display: flex; align-items: center; gap: 1rem; margin: 0 auto 2.5rem;
  max-width: 320px;
}
.divider::before,.divider::after {
  content: ''; flex: 1; height: 1px;
  background: linear-gradient(to right, transparent, var(--gold-light), transparent);
}
.divider span { color: var(--gold); font-size: 1.2rem; white-space: nowrap; }

/* ── TOPBAR ── */
#topbar {
  background: var(--maroon-deep);
  color: rgba(255,255,255,0.85);
  text-align: center;
  font-size: 0.78rem;
  padding: 7px 1rem;
  letter-spacing: 0.06em;
}
#topbar a { color: var(--gold-light); text-decoration: none; }

/* ── HEADER / NAV ── */
header {
  position: sticky; top: 0; z-index: 999;
  background: rgba(255,249,240,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 20px rgba(139,60,0,0.08);
}
.nav-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 2rem; height: 70px;
}
.logo { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; }
.logo-icon {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--saffron), var(--gold));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
}
.logo-text { display: flex; flex-direction: column; }
.logo-name {
  font-family: 'Cinzel', serif;
  font-size: 0.95rem; font-weight: 700;
  color: var(--maroon); line-height: 1.1;
}
.logo-sub { font-size: 0.65rem; color: var(--text-muted); letter-spacing: 0.1em; text-transform: uppercase; }

nav { display: flex; align-items: center; gap: 0.25rem; }
nav a {
  font-size: 0.82rem; font-weight: 500; color: var(--text);
  text-decoration: none; padding: 0.5rem 0.8rem; border-radius: 6px;
  transition: all 0.2s; letter-spacing: 0.02em;
}
nav a:hover { background: var(--gold-pale); color: var(--maroon); }

.nav-donate {
  background: linear-gradient(135deg, var(--saffron), var(--gold)) !important;
  color: white !important; padding: 0.5rem 1.2rem !important;
  border-radius: 20px !important; font-weight: 600 !important;
}
.nav-donate:hover { opacity: 0.9; transform: translateY(-1px); box-shadow: 0 4px 15px rgba(232,98,10,0.4); }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; }
.hamburger span { width: 24px; height: 2px; background: var(--maroon); border-radius: 2px; transition: 0.3s; }

/* ── HERO ── */
#hero {
  min-height: 92vh;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(232,98,10,0.12) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(201,149,12,0.10) 0%, transparent 55%),
    linear-gradient(180deg, #FFF3E0 0%, #FFF9F0 100%);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden; text-align: center;
  padding: 6rem 2rem 4rem;
}

/* Decorative temple gopuram silhouette via CSS */
#hero::before {
  content: '';
  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 600px; height: 300px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 300'%3E%3Cpolygon points='300,10 320,60 340,50 360,90 380,80 400,120 420,110 440,150 460,140 480,180 500,170 520,210 540,200 560,240 580,300 20,300 40,240 60,200 80,210 100,170 120,180 140,140 160,110 180,120 200,80 220,90 240,50 260,60' fill='%23C9950C' opacity='0.06'/%3E%3C/svg%3E") no-repeat center bottom;
  background-size: cover;
}

/* Floating lotus petals */
.petal {
  position: absolute;
  width: 60px; height: 80px;
  border-radius: 50% 0 50% 0;
  opacity: 0.06;
  animation: floatPetal 8s ease-in-out infinite;
}
.petal:nth-child(1) { background: var(--saffron); top: 15%; left: 8%; animation-delay: 0s; }
.petal:nth-child(2) { background: var(--gold); top: 25%; right: 10%; animation-delay: 2s; width: 40px; height: 55px; }
.petal:nth-child(3) { background: var(--saffron); top: 60%; left: 5%; animation-delay: 4s; width: 35px; height: 50px; }
.petal:nth-child(4) { background: var(--gold); top: 10%; right: 25%; animation-delay: 1s; width: 50px; height: 70px; }

@keyframes floatPetal {
  0%,100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(10deg); }
}

.hero-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(201,149,12,0.12); border: 1px solid var(--border);
  border-radius: 20px; padding: 0.4rem 1.2rem; margin-bottom: 1.5rem;
  font-size: 0.8rem; color: var(--gold); letter-spacing: 0.08em;
  font-family: 'Noto Sans', sans-serif;
  animation: fadeInDown 0.8s ease;
}
.hero-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(2.4rem, 6vw, 4.5rem);
  font-weight: 700; color: var(--maroon-deep);
  line-height: 1.15; margin-bottom: 1rem;
  animation: fadeInUp 0.8s ease 0.2s both;
}
.hero-title span { color: var(--saffron); }
.hero-subtitle {
  font-family: 'Crimson Pro', serif;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  color: var(--text-muted); font-style: italic;
  margin-bottom: 0.75rem; letter-spacing: 0.03em;
  animation: fadeInUp 0.8s ease 0.35s both;
}
.hero-location {
  font-size: 0.85rem; color: var(--text-muted);
  margin-bottom: 2.5rem; letter-spacing: 0.05em;
  animation: fadeInUp 0.8s ease 0.45s both;
}
.hero-location::before { content: '📍 '; }
.hero-timings {
  display: inline-flex; gap: 1.5rem; flex-wrap: wrap; justify-content: center;
  background: white; border: 1px solid var(--border);
  border-radius: 12px; padding: 1rem 2rem; margin-bottom: 2.5rem;
  box-shadow: var(--shadow);
  animation: fadeInUp 0.8s ease 0.55s both;
}
.timing-item { text-align: center; }
.timing-label { font-size: 0.7rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; display: block; }
.timing-val { font-family: 'Cinzel', serif; font-size: 0.95rem; color: var(--maroon); font-weight: 600; }
.timing-sep { width: 1px; background: var(--border); }

.hero-ctas {
  display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
  animation: fadeInUp 0.8s ease 0.65s both;
}
.btn-primary {
  background: linear-gradient(135deg, var(--saffron), var(--gold));
  color: white; padding: 0.85rem 2rem; border-radius: 30px;
  font-weight: 600; font-size: 0.95rem; text-decoration: none;
  cursor: pointer; border: none; letter-spacing: 0.03em;
  transition: all 0.3s; box-shadow: 0 4px 20px rgba(232,98,10,0.35);
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(232,98,10,0.45); }
.btn-outline {
  background: transparent; color: var(--maroon);
  border: 2px solid var(--maroon); padding: 0.85rem 2rem;
  border-radius: 30px; font-weight: 600; font-size: 0.95rem;
  text-decoration: none; cursor: pointer; letter-spacing: 0.03em;
  transition: all 0.3s; display: inline-flex; align-items: center; gap: 0.5rem;
}
.btn-outline:hover { background: var(--maroon); color: white; }

@keyframes fadeInUp { from { opacity:0; transform:translateY(25px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeInDown { from { opacity:0; transform:translateY(-15px); } to { opacity:1; transform:translateY(0); } }

/* ── STATS BAR ── */
.stats-bar {
  background: linear-gradient(135deg, var(--maroon-deep), var(--maroon));
  padding: 2.5rem 2rem;
}
.stats-inner {
  max-width: 1000px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 2rem; text-align: center;
}
.stat-num {
  font-family: 'Cinzel', serif; font-size: 2.2rem; font-weight: 700;
  color: var(--gold-light); display: block;
}
.stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.65); letter-spacing: 0.08em; text-transform: uppercase; margin-top: 0.3rem; display: block; }

/* ── SECTIONS ── */
section { padding: 5rem 2rem; }
.container { max-width: 1200px; margin: 0 auto; }
.section-tag {
  display: inline-block; font-size: 0.75rem; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--saffron);
  font-weight: 600; margin-bottom: 0.75rem;
}
.section-title {
  font-family: 'Cinzel', serif; font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--maroon-deep); font-weight: 700;
  margin-bottom: 1rem; line-height: 1.2;
}
.section-lead {
  font-family: 'Crimson Pro', serif; font-size: 1.15rem;
  color: var(--text-muted); max-width: 600px; line-height: 1.7;
  margin-bottom: 3rem;
}

/* ── ABOUT ── */
#about { background: white; }
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center;
}
.about-image-wrap { position: relative; }
.about-img-frame {
  width: 100%; aspect-ratio: 4/5;
  background: linear-gradient(145deg, var(--gold-pale), var(--cream-dark));
  border-radius: 20px; overflow: hidden; position: relative;
  border: 2px solid var(--border);
}
.temple-illus {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  font-size: 8rem; opacity: 0.25;
}
.temple-illus-inner {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 0.5rem;
}
.temple-illus-title {
  font-family: 'Cinzel', serif; font-size: 1.2rem; color: var(--maroon);
  font-weight: 600; text-align: center; padding: 1.5rem;
  line-height: 1.4;
}
.about-badge-float {
  position: absolute; bottom: -1.5rem; right: -1.5rem;
  background: linear-gradient(135deg, var(--saffron), var(--gold));
  color: white; border-radius: 16px; padding: 1rem 1.5rem;
  text-align: center; box-shadow: 0 8px 30px rgba(232,98,10,0.3);
}
.about-badge-float .num { font-family: 'Cinzel', serif; font-size: 2rem; font-weight: 700; display: block; }
.about-badge-float .lbl { font-size: 0.7rem; letter-spacing: 0.08em; opacity: 0.9; text-transform: uppercase; }

.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2rem; }
.about-feat {
  display: flex; align-items: flex-start; gap: 0.75rem;
  padding: 1rem; background: var(--cream); border-radius: 10px;
  border: 1px solid var(--border);
}
.feat-icon {
  width: 36px; height: 36px; border-radius: 8px;
  background: var(--gold-pale); display: flex; align-items: center; justify-content: center;
  font-size: 1rem; flex-shrink: 0;
}
.feat-title { font-weight: 600; font-size: 0.85rem; color: var(--maroon); margin-bottom: 0.2rem; }
.feat-desc { font-size: 0.78rem; color: var(--text-muted); line-height: 1.4; }

/* ── EVENTS ── */
#events { background: var(--cream); }
.events-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}
.event-card {
  background: white; border-radius: 16px; overflow: hidden;
  border: 1px solid var(--border); transition: all 0.3s;
  box-shadow: 0 2px 12px rgba(139,60,0,0.06);
}
.event-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.event-banner {
  height: 160px;
  display: flex; align-items: center; justify-content: center;
  font-size: 3.5rem; position: relative;
}
.event-banner.saffron { background: linear-gradient(135deg, rgba(232,98,10,0.12), rgba(201,149,12,0.08)); }
.event-banner.maroon { background: linear-gradient(135deg, rgba(123,28,28,0.1), rgba(74,14,14,0.06)); }
.event-banner.gold { background: linear-gradient(135deg, rgba(201,149,12,0.12), rgba(240,188,46,0.08)); }
.event-date-pill {
  position: absolute; top: 12px; right: 12px;
  background: linear-gradient(135deg, var(--saffron), var(--gold));
  color: white; border-radius: 8px; padding: 0.35rem 0.75rem;
  font-family: 'Cinzel', serif; font-size: 0.75rem; font-weight: 600;
  text-align: center; line-height: 1.2;
}
.event-body { padding: 1.25rem; }
.event-title { font-family: 'Cinzel', serif; font-size: 1.05rem; color: var(--maroon-deep); margin-bottom: 0.5rem; font-weight: 600; }
.event-meta { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 0.75rem; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.event-meta span { display: flex; align-items: center; gap: 0.3rem; }
.event-desc { font-size: 0.85rem; color: var(--text); line-height: 1.55; margin-bottom: 1rem; }
.event-cta {
  font-size: 0.82rem; font-weight: 600; color: var(--saffron);
  text-decoration: none; border: 1.5px solid var(--saffron);
  border-radius: 20px; padding: 0.4rem 1rem;
  display: inline-block; transition: all 0.2s; cursor: pointer;
}
.event-cta:hover { background: var(--saffron); color: white; }

/* ── GALLERY ── */
#gallery { background: white; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: 1rem;
}
.gallery-item {
  border-radius: 12px; overflow: hidden; cursor: pointer; position: relative;
  background: var(--gold-pale); transition: all 0.3s;
  border: 1px solid var(--border);
}
.gallery-item:hover { transform: scale(1.02); box-shadow: var(--shadow); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 2; }
.gallery-thumb {
  width: 100%; aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
  font-size: 3.5rem; position: relative;
  background: linear-gradient(135deg, var(--gold-pale), var(--cream-dark));
}
.gallery-item.wide .gallery-thumb { aspect-ratio: 2/1; }
.gallery-item.tall .gallery-thumb { aspect-ratio: 1/2; height: 100%; }
.gallery-overlay {
  position: absolute; inset: 0; background: rgba(74,14,14,0.7);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.3s;
  color: white; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.05em;
}
.gallery-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(74,14,14,0.8));
  color: white; padding: 1.5rem 0.75rem 0.75rem;
  font-size: 0.78rem; font-weight: 500;
}

/* ── BOOKING ── */
#booking { background: linear-gradient(135deg, var(--maroon-deep) 0%, var(--maroon) 100%); color: white; }
.booking-header { text-align: center; margin-bottom: 3rem; }
.booking-header .section-title { color: var(--gold-light); }
.booking-header .section-lead { color: rgba(255,255,255,0.7); }
.booking-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 3rem; align-items: start; }
.booking-sidebar { }
.pooja-list { list-style: none; }
.pooja-item {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.85rem 1.1rem; border-radius: 10px;
  border: 1px solid rgba(201,149,12,0.25); margin-bottom: 0.6rem;
  cursor: pointer; transition: all 0.2s; background: rgba(255,255,255,0.06);
}
.pooja-item:hover,.pooja-item.active { background: rgba(201,149,12,0.15); border-color: var(--gold); }
.pooja-name { font-size: 0.9rem; font-weight: 500; }
.pooja-price { font-family: 'Cinzel', serif; color: var(--gold-light); font-size: 0.85rem; }
.booking-form-card {
  background: white; border-radius: 20px; padding: 2rem; color: var(--text);
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.booking-form-card h3 {
  font-family: 'Cinzel', serif; color: var(--maroon-deep);
  font-size: 1.2rem; margin-bottom: 1.5rem; text-align: center;
}
.form-row { margin-bottom: 1rem; }
.form-row label { display: block; font-size: 0.78rem; font-weight: 600; color: var(--text-muted); margin-bottom: 0.4rem; text-transform: uppercase; letter-spacing: 0.05em; }
.form-row input, .form-row select, .form-row textarea {
  width: 100%; padding: 0.75rem 1rem; border-radius: 8px;
  border: 1.5px solid var(--border); font-size: 0.9rem;
  background: var(--cream); color: var(--text); font-family: 'Noto Sans', sans-serif;
  transition: border-color 0.2s; outline: none;
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: var(--saffron); background: white; }
.form-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.btn-book {
  width: 100%; padding: 0.9rem; border-radius: 30px; border: none; cursor: pointer;
  background: linear-gradient(135deg, var(--saffron), var(--gold));
  color: white; font-size: 1rem; font-weight: 700; letter-spacing: 0.04em;
  transition: all 0.3s; font-family: 'Noto Sans', sans-serif;
  box-shadow: 0 4px 20px rgba(232,98,10,0.3); margin-top: 0.5rem;
}
.btn-book:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(232,98,10,0.4); }

/* ── DONATION ── */
#donation { background: var(--cream); }
.donation-wrapper { display: grid; grid-template-columns: 1fr 1.1fr; gap: 4rem; align-items: start; }
.donation-info h3 { font-family: 'Cinzel', serif; font-size: 1.5rem; color: var(--maroon-deep); margin-bottom: 1rem; }
.donation-info p { font-family: 'Crimson Pro', serif; font-size: 1.05rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 1.5rem; }
.donation-causes { list-style: none; }
.donation-cause {
  display: flex; align-items: flex-start; gap: 0.75rem;
  padding: 0.75rem 0; border-bottom: 1px solid var(--border);
}
.cause-icon {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--gold-pale); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; flex-shrink: 0;
}
.cause-name { font-weight: 600; font-size: 0.85rem; color: var(--maroon); }
.cause-desc { font-size: 0.78rem; color: var(--text-muted); margin-top: 0.15rem; }

.donation-card {
  background: white; border-radius: 20px; padding: 2rem;
  border: 1px solid var(--border); box-shadow: var(--shadow);
}
.donation-card h3 { font-family: 'Cinzel', serif; color: var(--maroon-deep); font-size: 1.1rem; margin-bottom: 1.5rem; text-align: center; }
.amount-presets { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.6rem; margin-bottom: 1rem; }
.preset-btn {
  padding: 0.65rem; border-radius: 8px; border: 1.5px solid var(--border);
  background: var(--cream); cursor: pointer; font-family: 'Cinzel', serif;
  font-size: 0.9rem; font-weight: 600; color: var(--maroon); transition: all 0.2s;
}
.preset-btn:hover,.preset-btn.active { background: var(--gold-pale); border-color: var(--gold); color: var(--maroon-deep); }
.custom-amount-row { display: flex; gap: 0; margin-bottom: 1.25rem; }
.rupee-prefix {
  background: var(--gold-pale); border: 1.5px solid var(--border);
  border-right: none; border-radius: 8px 0 0 8px;
  padding: 0.75rem 0.9rem; font-family: 'Cinzel', serif; color: var(--gold);
  font-weight: 600; font-size: 1rem;
}
.custom-amount-row input {
  flex: 1; padding: 0.75rem 1rem; border: 1.5px solid var(--border);
  border-radius: 0 8px 8px 0; font-size: 1rem; font-family: 'Cinzel', serif;
  color: var(--maroon); outline: none; background: white;
}
.custom-amount-row input:focus { border-color: var(--saffron); }
.donate-purpose { margin-bottom: 1.25rem; }
.donate-purpose label { display: block; font-size: 0.78rem; font-weight: 600; color: var(--text-muted); margin-bottom: 0.4rem; text-transform: uppercase; letter-spacing: 0.05em; }
.donate-purpose select {
  width: 100%; padding: 0.75rem 1rem; border-radius: 8px;
  border: 1.5px solid var(--border); font-size: 0.9rem;
  background: var(--cream); color: var(--text); outline: none;
  transition: border-color 0.2s;
}
.donate-purpose select:focus { border-color: var(--saffron); background: white; }
.donor-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin-bottom: 1.25rem; }
.donor-fields input {
  padding: 0.75rem 1rem; border-radius: 8px;
  border: 1.5px solid var(--border); font-size: 0.88rem; outline: none;
  transition: border-color 0.2s; background: var(--cream);
}
.donor-fields input:focus { border-color: var(--saffron); background: white; }
.pan-row input {
  width: 100%; padding: 0.75rem 1rem; border-radius: 8px; margin-bottom: 1.25rem;
  border: 1.5px solid var(--border); font-size: 0.88rem; outline: none;
  transition: border-color 0.2s; background: var(--cream); text-transform: uppercase;
}
.pan-row input:focus { border-color: var(--saffron); background: white; }
.btn-donate {
  width: 100%; padding: 1rem; border-radius: 30px; border: none; cursor: pointer;
  background: linear-gradient(135deg, var(--saffron), var(--gold));
  color: white; font-size: 1rem; font-weight: 700; letter-spacing: 0.04em;
  transition: all 0.3s; font-family: 'Noto Sans', sans-serif;
  box-shadow: 0 4px 20px rgba(232,98,10,0.3);
}
.btn-donate:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(232,98,10,0.4); }
.donation-note { font-size: 0.72rem; color: var(--text-muted); text-align: center; margin-top: 0.75rem; line-height: 1.5; }
.payment-icons { display: flex; justify-content: center; gap: 0.5rem; margin-top: 0.75rem; flex-wrap: wrap; }
.pay-icon { background: var(--cream); border: 1px solid var(--border); border-radius: 6px; padding: 0.3rem 0.7rem; font-size: 0.72rem; font-weight: 600; color: var(--text-muted); }

/* ── RECEIPT MODAL ── */
#receiptModal {
  display: none; position: fixed; inset: 0; z-index: 9999;
  background: rgba(74,14,14,0.7); align-items: center; justify-content: center;
  padding: 1rem;
}
#receiptModal.open { display: flex; }
.receipt-card {
  background: white; border-radius: 20px; padding: 0;
  max-width: 480px; width: 100%; overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.4); position: relative;
}
.receipt-header {
  background: linear-gradient(135deg, var(--maroon-deep), var(--maroon));
  padding: 1.5rem 2rem; text-align: center; color: white;
}
.receipt-header .om { font-size: 2rem; display: block; margin-bottom: 0.3rem; }
.receipt-header h3 { font-family: 'Cinzel', serif; font-size: 1.1rem; margin-bottom: 0.3rem; }
.receipt-header p { font-size: 0.8rem; opacity: 0.75; }
.receipt-body { padding: 2rem; }
.receipt-amount {
  text-align: center; margin-bottom: 1.5rem; padding: 1rem;
  background: var(--gold-pale); border-radius: 12px; border: 1px solid var(--border);
}
.receipt-amount .amt-label { font-size: 0.75rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; display: block; margin-bottom: 0.25rem; }
.receipt-amount .amt-val { font-family: 'Cinzel', serif; font-size: 2rem; color: var(--maroon-deep); font-weight: 700; }
.receipt-rows { border-collapse: collapse; width: 100%; font-size: 0.85rem; margin-bottom: 1.5rem; }
.receipt-rows tr td { padding: 0.5rem 0; border-bottom: 1px solid rgba(201,149,12,0.15); }
.receipt-rows tr td:first-child { color: var(--text-muted); width: 45%; }
.receipt-rows tr td:last-child { font-weight: 600; color: var(--maroon); text-align: right; }
.receipt-footer { text-align: center; font-size: 0.78rem; color: var(--text-muted); padding-top: 1rem; border-top: 1px dashed var(--border); }
.receipt-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; padding: 0 2rem 1.5rem; }
.btn-receipt {
  padding: 0.75rem; border-radius: 8px; border: 1.5px solid var(--border);
  background: transparent; cursor: pointer; font-size: 0.85rem; font-weight: 600;
  color: var(--maroon); transition: all 0.2s; font-family: 'Noto Sans', sans-serif;
}
.btn-receipt.primary { background: var(--maroon); color: white; border-color: var(--maroon); }
.btn-receipt:hover { opacity: 0.85; }
.receipt-close {
  position: absolute; top: 1rem; right: 1rem; background: rgba(255,255,255,0.2);
  border: none; color: white; width: 28px; height: 28px; border-radius: 50%;
  cursor: pointer; font-size: 1rem; display: flex; align-items: center; justify-content: center;
}

/* ── DEVOTEES ── */
#devotees { background: white; }
.devotee-wrapper { display: grid; grid-template-columns: 1fr 1.1fr; gap: 4rem; align-items: center; }
.devotee-benefits { }
.devotee-benefits h3 { font-family: 'Cinzel', serif; font-size: 1.4rem; color: var(--maroon-deep); margin-bottom: 0.75rem; }
.devotee-benefits p { font-family: 'Crimson Pro', serif; font-size: 1.05rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 1.5rem; }
.benefit-list { list-style: none; }
.benefit-item { display: flex; align-items: flex-start; gap: 0.75rem; padding: 0.6rem 0; }
.benefit-check {
  width: 22px; height: 22px; border-radius: 50%;
  background: linear-gradient(135deg, var(--saffron), var(--gold));
  display: flex; align-items: center; justify-content: center;
  color: white; font-size: 0.7rem; flex-shrink: 0; font-weight: 700; margin-top: 1px;
}
.benefit-text { font-size: 0.9rem; color: var(--text); line-height: 1.4; }
.devotee-form-card { background: var(--cream); border-radius: 20px; padding: 2rem; border: 1px solid var(--border); }
.devotee-form-card h3 { font-family: 'Cinzel', serif; color: var(--maroon-deep); font-size: 1.1rem; margin-bottom: 1.5rem; text-align: center; }
.btn-register {
  width: 100%; padding: 0.9rem; border-radius: 30px; border: none; cursor: pointer;
  background: linear-gradient(135deg, var(--maroon-deep), var(--maroon));
  color: white; font-size: 0.95rem; font-weight: 700; letter-spacing: 0.04em;
  transition: all 0.3s; font-family: 'Noto Sans', sans-serif;
}
.btn-register:hover { transform: translateY(-2px); opacity: 0.9; }

/* ── CONTACT ── */
#contact { background: var(--cream-dark); }
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem; }
.contact-card {
  background: white; border-radius: 16px; padding: 1.75rem;
  border: 1px solid var(--border); text-align: center;
  transition: all 0.3s;
}
.contact-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.contact-icon {
  width: 56px; height: 56px; border-radius: 50%;
  margin: 0 auto 1rem;
  display: flex; align-items: center; justify-content: center; font-size: 1.5rem;
}
.contact-icon.saffron { background: rgba(232,98,10,0.1); }
.contact-icon.gold { background: var(--gold-pale); }
.contact-icon.maroon { background: rgba(123,28,28,0.1); }
.contact-icon.green { background: rgba(37,163,69,0.1); }
.contact-title { font-family: 'Cinzel', serif; font-size: 0.95rem; color: var(--maroon-deep); font-weight: 600; margin-bottom: 0.4rem; }
.contact-val { font-size: 0.88rem; color: var(--text-muted); line-height: 1.5; }
.contact-val a { color: var(--saffron); text-decoration: none; }

/* ── FOOTER ── */
footer {
  background: var(--maroon-deep);
  color: rgba(255,255,255,0.75); padding: 4rem 2rem 2rem;
}
.footer-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem;
  margin-bottom: 3rem;
}
.footer-brand .logo-name { font-size: 1.1rem; color: var(--gold-light); }
.footer-brand .logo-sub { color: rgba(255,255,255,0.4); }
.footer-brand p { font-size: 0.85rem; line-height: 1.7; margin-top: 1rem; opacity: 0.7; }
.footer-col h4 { font-family: 'Cinzel', serif; color: var(--gold-light); font-size: 0.9rem; margin-bottom: 1rem; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.5rem; }
.footer-col ul li a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--gold-light); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 1.5rem; text-align: center;
  font-size: 0.78rem; opacity: 0.5; max-width: 1200px; margin: 0 auto;
}

/* ── WHATSAPP FLOAT ── */
#wa-btn {
  position: fixed; bottom: 2rem; right: 2rem; z-index: 998;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25D366; color: white; border: none; cursor: pointer;
  box-shadow: 0 4px 20px rgba(37,211,102,0.45);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; transition: all 0.3s; text-decoration: none;
  animation: waPulse 2s ease-in-out infinite;
}
#wa-btn:hover { transform: scale(1.1); box-shadow: 0 8px 30px rgba(37,211,102,0.55); }
@keyframes waPulse {
  0%,100% { box-shadow: 0 4px 20px rgba(37,211,102,0.45); }
  50% { box-shadow: 0 4px 30px rgba(37,211,102,0.7), 0 0 0 10px rgba(37,211,102,0.1); }
}
.wa-tooltip {
  position: absolute; right: 70px; background: var(--dark);
  color: white; padding: 0.5rem 0.9rem; border-radius: 8px;
  font-size: 0.8rem; white-space: nowrap; opacity: 0; pointer-events: none;
  transition: opacity 0.2s;
}
.wa-tooltip::after {
  content: ''; position: absolute; right: -6px; top: 50%; transform: translateY(-50%);
  border: 6px solid transparent; border-left-color: var(--dark); border-right: none;
}
#wa-btn:hover .wa-tooltip { opacity: 1; }

/* ── TOAST ── */
#toast {
  position: fixed; bottom: 7rem; right: 2rem; z-index: 9998;
  background: var(--maroon-deep); color: white; padding: 0.9rem 1.5rem;
  border-radius: 10px; font-size: 0.85rem; display: none;
  box-shadow: 0 8px 30px rgba(0,0,0,0.3); max-width: 300px;
  border-left: 4px solid var(--gold-light);
  animation: slideInRight 0.4s ease;
}
@keyframes slideInRight { from { transform: translateX(100px); opacity: 0; } to { transform: translateX(0); opacity: 1; } }

/* ── SCROLL ANIMATE ── */
.fade-in { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .about-grid,.booking-grid,.donation-wrapper,.devotee-wrapper,.footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item.wide { grid-column: span 1; }
  .gallery-item.tall { grid-row: span 1; }
  nav { display: none; }
  nav.open { display: flex; flex-direction: column; position: absolute; top: 70px; left: 0; right: 0; background: white; padding: 1rem 2rem; border-top: 1px solid var(--border); box-shadow: 0 8px 20px rgba(0,0,0,0.1); z-index: 100; }
  .hamburger { display: flex; }
  .nav-inner { position: relative; }
  .about-badge-float { right: 0; bottom: -1rem; }
  footer .footer-inner { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 600px) {
  .hero-timings { flex-direction: column; gap: 1rem; }
  .gallery-grid { grid-template-columns: 1fr; }
  .donor-fields,.form-2col { grid-template-columns: 1fr; }
  .amount-presets { grid-template-columns: repeat(2, 1fr); }
  footer .footer-inner { grid-template-columns: 1fr; }
}

/* ── BOOKING CONFIRMATION ── */
#bookingModal {
  display: none; position: fixed; inset: 0; z-index: 9999;
  background: rgba(74,14,14,0.7); align-items: center; justify-content: center;
  padding: 1rem;
}
#bookingModal.open { display: flex; }
.booking-confirm-card {
  background: white; border-radius: 20px; max-width: 420px; width: 100%;
  overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,0.4); text-align: center;
}
.booking-confirm-header {
  background: linear-gradient(135deg, var(--maroon-deep), var(--maroon));
  padding: 2rem; color: white;
}
.booking-confirm-header .check-circle {
  width: 64px; height: 64px; border-radius: 50%;
  background: rgba(255,255,255,0.2); margin: 0 auto 1rem;
  display: flex; align-items: center; justify-content: center; font-size: 1.8rem;
}
.booking-confirm-body { padding: 2rem; }
.booking-confirm-body h3 { font-family: 'Cinzel', serif; color: var(--maroon-deep); margin-bottom: 0.5rem; }
.booking-confirm-body p { font-size: 0.88rem; color: var(--text-muted); margin-bottom: 1.5rem; line-height: 1.5; }
.booking-ref { background: var(--gold-pale); border-radius: 8px; padding: 0.75rem 1rem; font-family: 'Cinzel', serif; font-size: 0.9rem; color: var(--maroon); margin-bottom: 1.5rem; }
.btn-close-modal {
  width: 100%; padding: 0.85rem; border-radius: 30px; border: none; cursor: pointer;
  background: var(--maroon); color: white; font-size: 0.95rem; font-weight: 600;
  font-family: 'Noto Sans', sans-serif;
}