/* ===================================================
   Hockey Wali Sarpanch — Premium NGO Theme
   =================================================== */

:root {
  --deep-blue: #0f2a5c;
  --deep-blue-2: #1a3d7c;
  --gold: #d4af37;
  --gold-light: #f0d878;
  --light-grey: #f5f7fa;
  --white: #ffffff;
  --text-dark: #1c2333;
  --text-muted: #667085;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --shadow-soft: 0 10px 40px rgba(15, 42, 92, 0.12);
  --transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

* { box-sizing: border-box; }

body {
  font-family: 'Poppins', sans-serif;
  color: var(--text-dark);
  background: var(--light-grey);
  overflow-x: hidden;
}

h1, h2, h3, .founder-quote {
  font-family: 'Playfair Display', serif;
}

a { text-decoration: none; }

.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%;
  background: linear-gradient(90deg, var(--gold), var(--deep-blue));
  z-index: 2000; transition: width 0.1s ease-out;
}

/* ---------- Glass Cards ---------- */
.glass-card {
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  transition: var(--transition);
}
.glass-card:hover { transform: translateY(-6px); box-shadow: 0 18px 50px rgba(15,42,92,0.18); }

/* ---------- Navbar ---------- */
.glass-nav {
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(14px);
  padding: 14px 0;
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  box-shadow: 0 4px 24px rgba(15,42,92,0.08);
}
.brand-text { font-weight: 700; color: var(--deep-blue); font-size: 1.2rem; }
.navbar-nav .nav-link { color: var(--text-dark); font-weight: 500; }
.navbar-nav .nav-link:hover { color: var(--gold); }
.btn-donate {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--deep-blue) !important; font-weight: 600; border: none;
  padding: 10px 26px; border-radius: 50px; box-shadow: 0 6px 20px rgba(212,175,55,0.4);
  transition: var(--transition);
}
.btn-donate:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(212,175,55,0.55); }
.btn-outline-primary-custom {
  border: 2px solid var(--deep-blue); color: var(--deep-blue); border-radius: 50px; padding: 8px 24px; font-weight: 600;
}
.btn-outline-primary-custom:hover { background: var(--deep-blue); color: #fff; }

/* ---------- Hero ---------- */
.hero-section {
  min-height: 100vh; background-size: cover; background-position: center;
  position: relative; display: flex; align-items: center; color: #fff; padding-top: 100px;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15,42,92,0.75), rgba(15,42,92,0.9));
}
.hero-content { position: relative; z-index: 2; max-width: 780px; margin: 0 auto; }
.hero-logo { height: 70px; }
.hero-title { font-size: 3.2rem; font-weight: 800; margin-bottom: 6px; }
.hero-tagline { font-size: 1.2rem; color: var(--gold-light); margin-bottom: 8px; }
.hero-campaign { font-size: 1.5rem; font-weight: 600; margin-bottom: 26px; }
.donation-progress-card { padding: 28px; max-width: 560px; }
.custom-progress { height: 14px; border-radius: 20px; background: rgba(255,255,255,0.25); overflow: hidden; }
.custom-progress .progress-bar { background: linear-gradient(90deg, var(--gold), var(--gold-light)); }
.custom-progress-sm { height: 8px; border-radius: 20px; background: rgba(0,0,0,0.08); margin-top: 6px; }
.stat-value { font-size: 1.4rem; font-weight: 700; color: var(--deep-blue); }
.stat-label { font-size: 0.85rem; color: var(--text-muted); }
.countdown-timer { font-weight: 600; color: var(--deep-blue); font-size: 1.1rem; }
.hero-buttons .btn { margin: 6px; }

/* ---------- Sections ---------- */
.section { padding: 100px 0; }
.section-tag {
  display: inline-block; color: var(--gold); font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; font-size: 0.85rem; margin-bottom: 10px;
}
.section-title { font-weight: 700; color: var(--deep-blue); margin-bottom: 20px; }
.lead-text { color: var(--text-muted); font-size: 1.05rem; }

.mini-card { padding: 24px; height: 100%; }
.mini-card i { font-size: 1.8rem; color: var(--gold); margin-bottom: 10px; }
.founder-quote { font-size: 1.2rem; font-style: italic; color: var(--deep-blue); border-left: 4px solid var(--gold); padding-left: 20px; }
.about-neeru { padding: 24px; }

.why-card, .category-card, .story-card, .event-card, .volunteer-card, .blog-card, .testimonial-card {
  padding: 28px; height: 100%;
}
.why-card i { font-size: 2.2rem; color: var(--gold); margin-bottom: 14px; }
.category-card { display: flex; align-items: center; gap: 16px; padding: 18px 22px; }
.category-card i { font-size: 1.6rem; }

.campaign-thumb { width: 80px; height: 80px; object-fit: cover; }
.share-buttons .share-btn {
  width: 38px; height: 38px; border-radius: 50%; background: var(--deep-blue); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; margin-left: 6px;
}

.before-after { display: flex; gap: 8px; margin-bottom: 14px; }
.before-after img { width: 50%; border-radius: 12px; object-fit: cover; height: 140px; }

.gallery-item { position: relative; display: block; overflow: hidden; border-radius: 12px; }
.gallery-item img { width: 100%; height: 160px; object-fit: cover; transition: var(--transition); }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-play-icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); color: #fff; font-size: 2rem; }

.event-card img { width: 100%; height: 160px; object-fit: cover; }
.event-date { color: var(--gold); font-weight: 600; font-size: 0.85rem; }

.volunteer-photo { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; margin-bottom: 10px; }

.testimonial-slider { display: flex; gap: 20px; overflow-x: auto; padding-bottom: 10px; scroll-snap-type: x mandatory; }
.testimonial-card { min-width: 320px; scroll-snap-align: start; }
.stars { color: var(--gold); margin-bottom: 10px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.testimonial-author img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.testimonial-author span { display: block; font-size: 0.8rem; color: var(--text-muted); }

.impact-section { background: linear-gradient(135deg, var(--deep-blue), var(--deep-blue-2)); color: #fff; }
.impact-section i { font-size: 2rem; color: var(--gold); margin-bottom: 10px; }
.impact-number { font-size: 2.2rem; font-weight: 800; }
.impact-label { color: rgba(255,255,255,0.8); }
.col-lg.col-md-2-4 { flex: 1; }

.partners-strip { display: flex; flex-wrap: wrap; gap: 40px; align-items: center; justify-content: center; }
.partners-strip img { height: 50px; filter: grayscale(1); opacity: 0.7; transition: var(--transition); }
.partners-strip img:hover { filter: none; opacity: 1; }

.donation-form-card { max-width: 680px; padding: 40px; }
.amount-options { display: flex; gap: 10px; flex-wrap: wrap; }
.amount-btn {
  border: 2px solid var(--deep-blue); background: transparent; color: var(--deep-blue);
  padding: 10px 20px; border-radius: 50px; font-weight: 600; transition: var(--transition);
}
.amount-btn.active, .amount-btn:hover { background: var(--deep-blue); color: #fff; }

.blog-card img { width: 100%; height: 180px; object-fit: cover; }
.blog-date { color: var(--gold); font-size: 0.8rem; font-weight: 600; }
.blog-card h5 a { color: var(--deep-blue); }

.accordion-button { font-weight: 600; color: var(--deep-blue); background: transparent; }
.accordion-button:not(.collapsed) { color: var(--gold); background: transparent; box-shadow: none; }
.accordion-item { border: none !important; overflow: hidden; }

.map-embed iframe { width: 100%; height: 260px; border-radius: 16px; border: 0; }
.contact-info-list { list-style: none; padding: 0; }
.contact-info-list li { margin-bottom: 12px; color: var(--text-muted); }
.contact-info-list i { color: var(--gold); width: 24px; }

.newsletter-form { display: flex; }
.newsletter-form input { flex: 1; border-radius: 50px 0 0 50px; border: 1px solid #ccc; padding: 10px 16px; }
.newsletter-form button { border-radius: 0 50px 50px 0; background: var(--gold); border: none; padding: 0 18px; }

.form-msg { margin-top: 10px; font-size: 0.9rem; }
.form-msg.success { color: #16a34a; }
.form-msg.error { color: #dc2626; }

.site-footer { background: var(--text-dark); color: rgba(255,255,255,0.75); padding: 70px 0 20px; }
.footer-heading { color: #fff; font-weight: 700; margin-bottom: 16px; }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: rgba(255,255,255,0.7); }
.footer-links a:hover { color: var(--gold); }
.social-icons a {
  display: inline-flex; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.1);
  color: #fff; align-items: center; justify-content: center; margin-right: 8px;
}
.social-icons a:hover { background: var(--gold); color: var(--deep-blue); }
.footer-bottom { font-size: 0.85rem; color: rgba(255,255,255,0.5); }

.whatsapp-float {
  position: fixed; bottom: 24px; left: 24px; background: #25d366; color: #fff;
  width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; box-shadow: 0 6px 20px rgba(0,0,0,0.3); z-index: 999;
}
#scrollTopBtn {
  position: fixed; bottom: 24px; right: 24px; width: 48px; height: 48px; border-radius: 50%;
  background: var(--deep-blue); color: #fff; border: none; display: none; align-items: center; justify-content: center;
  z-index: 999; box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}
#scrollTopBtn.show { display: flex; }

@media (max-width: 991px) {
  .hero-title { font-size: 2.2rem; }
  .section { padding: 70px 0; }
}
