/* =====================================================
   LALHIT JANTA PARTY — COMPLETE STYLESHEET v3
   ===================================================== */

/* === VARIABLES & TOKENS === */
:root {
    --primary:    #d60000;
    --secondary:  #8b0000;
    --gold:       #ffc107;
    --dark:       #111111;
    --dark-2:     #1a1a1a;
    --text:       #333333;
    --text-light: #666666;
    --light:      #f7f7f7;
    --light-2:    #fafafa;
    --border:     #e8e8e8;
    --white:      #ffffff;

    /* Fluid typography — scales smoothly between viewport widths */
    --fs-xs:   clamp(0.7rem,  1.5vw, 0.8rem);
    --fs-sm:   clamp(0.8rem,  2vw,   1.05rem);
    --fs-base: clamp(0.9rem,  2.5vw, 1rem);
    --fs-md:   clamp(1rem,    3vw,   1.125rem);
    --fs-lg:   clamp(1.1rem,  3.5vw, 1.35rem);
    --fs-xl:   clamp(1.3rem,  4vw,   1.6rem);
    --fs-2xl:  clamp(1.6rem,  5vw,   2.6rem);
    --fs-3xl:  clamp(2rem,    6vw,   3.6rem);
    --fs-hero: clamp(2.2rem,  8vw,   4.5rem);

    /* Spacing */
    --section-py: clamp(60px, 8vw, 100px);

    /* Effects */
    --transition: all 0.32s ease;
    --shadow:      0 8px 30px rgba(0,0,0,0.09);
    --shadow-hover:0 18px 50px rgba(0,0,0,0.14);
    --radius:      14px;
    --radius-lg:   24px;
}

/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
    font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;
    font-size: var(--fs-base);
    color: var(--text);
    overflow-x: hidden;
    line-height: 1.75;
}
body.mobile-nav-open { overflow: hidden; }
html.mobile-nav-open { overflow: hidden; }
a { transition: var(--transition); text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; padding: 0; margin: 0; }

/* ── Utility ─────────────────────────────────────── */
.section-space  { padding: var(--section-py) 0; }
.section-header { margin-bottom: 50px; }

.section-badge {
    background: #fff1f1;
    color: var(--primary);
    padding: 7px 18px;
    border-radius: 50px;
    font-weight: 600;
    font-size: var(--fs-xs);
    display: inline-block;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.section-badge.light { background: rgba(255,255,255,0.2); color: white; }

.section-title   { font-size: var(--fs-3xl); font-weight: 800; color: var(--dark); line-height: 1.2; }
.section-desc    { color: var(--text-light); font-size: var(--fs-base); max-width: 560px; margin: 10px auto 0; }
.section-subtitle{ color: var(--primary); font-weight: 700; font-size: var(--fs-xs); text-transform: uppercase; letter-spacing: 2px; }

.divider-line { width: 52px; height: 4px; background: var(--primary); border-radius: 4px; margin: 16px 0; }
.divider-line.light { background: rgba(255,255,255,0.5); }

.theme-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary);
    color: white;
    padding: 13px 26px;
    border-radius: 10px;
    font-weight: 600;
    font-size: var(--fs-sm);
    transition: var(--transition);
}
.theme-btn:hover { background: var(--secondary); color: white; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(214,0,0,0.35); }

/* ── Scroll Progress Bar ─────────────────────────── */
.scroll-progress {
    position: fixed;
    top: 0; left: 0;
    height: 3px;
    width: 0%;
    background: linear-gradient(90deg, var(--gold), var(--primary));
    z-index: 9999;
    transition: width 0.1s linear;
}

/* ══════════════════════════════════════════
   TOPBAR
══════════════════════════════════════════ */
.topbar {
    background: var(--secondary);
    color: white;
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 44px;
    z-index: 1001;
    transition: transform 0.3s ease;
}
.topbar.hide { transform: translateY(-100%); }
.topbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
}
.topbar-left  { display: flex; gap: 20px; flex-shrink: 0; }
.topbar-left a { color: rgba(255,255,255,0.85); font-size: var(--fs-xs); display: flex; align-items: center; gap: 6px; }
.topbar-left a:hover { color: white; }
.topbar-center{ flex: 1; overflow: hidden; padding: 0 14px; min-width: 0; }
.topbar-right { display: flex; gap: 7px; flex-shrink: 0; }
.topbar-right a {
    color: rgba(255,255,255,0.8);
    font-size: 12px;
    width: 26px; height: 26px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    transition: var(--transition);
}
.topbar-right a:hover { background: white; color: var(--primary); }

/* News Ticker */
.news-ticker  { display: flex; align-items: center; gap: 10px; height: 44px; overflow: hidden; }
.ticker-label {
    background: var(--gold);
    color: var(--dark);
    padding: 2px 10px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.ticker-wrap    { flex: 1; overflow: hidden; min-width: 0; }
.ticker-content {
    display: inline-flex;
    gap: 60px;
    white-space: nowrap;
    animation: tickerScroll 35s linear infinite;
    font-size: var(--fs-xs);
    color: rgba(255,255,255,0.9);
}
@keyframes tickerScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ══════════════════════════════════════════
   HEADER
══════════════════════════════════════════ */
.main-header {
    position: fixed;
    top: 44px; left: 0; width: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.20);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: top 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}
.main-header.scrolled {
    top: 0;
    background: white;
    box-shadow: 0 2px 24px rgba(0,0,0,0.1);
}
.main-header .container { display: flex; justify-content: space-between; align-items: center; padding: 5px 15px; }
.logo img { height: 96px; transition: height 0.3s ease; }
/* .main-header.scrolled .logo img { height: 50px; } */

.main-nav ul { display: flex; gap: 24px; }
.main-nav a {
    color: white ;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    padding-bottom: 4px;
}
.main-nav a::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 0; height: 2px;
    background: var(--gold);
    transition: width 0.3s ease;
}
.main-nav a:hover::after,
.main-nav a.active::after { width: 100%; }
.main-header.scrolled .main-nav a { color: var(--dark); }
.main-header.scrolled .main-nav a::after { background: var(--primary); }

.join-btn {
    background: var(--primary);
    padding: 9px 18px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    font-size: 18px;
    display: flex; align-items: center; gap: 6px;
    flex-shrink: 0;
    transition: var(--transition);
}
.join-btn:hover { background: var(--secondary); color: white; transform: translateY(-2px); }

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; z-index: 10; }
.hamburger span { display: block; width: 24px; height: 2px; background: white; border-radius: 2px; transition: var(--transition); }
.main-header.scrolled .hamburger span { background: var(--dark); }
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.55); z-index: 1998; }
.nav-overlay.active { display: block; }

/* Hidden by default; shown only inside the mobile slide-in panel */
.nav-close-btn { display: none; }
.nav-join-btn  { display: none; }

/* ══════════════════════════════════════════
   HERO
══════════════════════════════════════════ */
.hero {
    min-height: 100vh;
    background:
        radial-gradient(ellipse at 25% 50%, rgba(214,0,0,0.55) 0%, transparent 55%),
        radial-gradient(ellipse at 80% 20%, rgba(139,0,0,0.4) 0%, transparent 50%),
        linear-gradient(135deg, #0d0000 0%, #6b0000 35%, #2a0a0a 65%, #111 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: clamp(100px, 15vw, 150px);
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(90,0,0,0.92) 0%, rgba(0,0,0,0.55) 60%, rgba(0,0,0,0.3) 100%), url('../images/hero-banner.png') center center/cover;
}
.hero .container { position: relative; z-index: 2; flex: 1; display: flex; align-items: center; }
.hero-content { max-width: 720px; color: white; padding-top: 100px; padding-bottom: 100px   ; }
.hero-tag {
    background: var(--primary);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 50px;
    font-weight: 600;
    display: inline-flex; align-items: center; gap: 8px;
    margin-bottom: 24px;
}
.hero h1 { font-size: var(--fs-hero); font-weight: 800; line-height: 1.1; margin-bottom: 18px; }
.hero h1 span { color: var(--gold); }
.hero p { font-size: var(--fs-md); color: rgba(255,255,255,0.85); margin-bottom: 34px; line-height: 1.75; }
.hero-buttons { display: flex; gap: 13px; flex-wrap: wrap; }

.btn-red {
    background: var(--primary); color: white;
    padding: 14px 28px; border-radius: 10px;
    font-weight: 700; font-size: var(--fs-sm);
    display: inline-flex; align-items: center; gap: 8px;
    transition: var(--transition);
}
.btn-red:hover { background: var(--secondary); color: white; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(214,0,0,0.45); }
.btn-white {
    background: white; color: var(--dark);
    padding: 14px 28px; border-radius: 10px;
    font-weight: 700; font-size: var(--fs-sm);
    display: inline-flex; align-items: center; gap: 8px;
    transition: var(--transition);
}
.btn-white:hover { background: #f0f0f0; transform: translateY(-3px); }

/* Hero Quick Info Bar */
.hero-quick-bar {
    position: relative;
    z-index: 3;
    background: rgba(0,0,0,0.65);
    backdrop-filter: blur(12px);
    padding: 16px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.hero-quick-bar .container { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0; }
.hqb-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 28px;
    color: white;
}
.hqb-item > i { font-size: 20px; color: var(--gold); }
.hqb-item > div span { display: block; font-size: 10px; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 0.5px; }
.hqb-item > div strong { font-size: var(--fs-sm); font-weight: 700; }
.hqb-divider { width: 1px; height: 36px; background: rgba(255,255,255,0.2); }

/* ══════════════════════════════════════════
   STATISTICS
══════════════════════════════════════════ */
.statistics { background: var(--dark); padding: clamp(45px,6vw,65px) 0; }
.statistics .container { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.stat-box { text-align: center; color: white; padding: 10px 0; }
.stat-box > i { font-size: clamp(28px,4vw,40px); color: var(--gold); margin-bottom: 12px; display: block; }
.stat-box h3 { font-size: clamp(32px,5vw,46px); color: var(--gold); font-weight: 800; line-height: 1; }
.stat-box p { font-size: var(--fs-sm); color: rgba(255,255,255,0.6); margin-top: 7px; }

/* ══════════════════════════════════════════
   PRESIDENT
══════════════════════════════════════════ */
.president-section { padding: var(--section-py) 0; background: white; }
.president-img-wrap { position: relative; display: inline-block; width: 100%; }
.president-image { width: 100%; border-radius: var(--radius-lg); box-shadow: 0 24px 60px rgba(0,0,0,0.14); }
.president-badge {
    position: absolute; bottom: 26px; left: 26px;
    background: var(--primary); color: white;
    padding: 8px 18px; border-radius: 50px;
    font-weight: 600; font-size: var(--fs-xs);
}
.lead-text { font-size: var(--fs-md); color: var(--text-light); line-height: 1.9; }
.signature-wrap { margin: 20px 0; }
.signature-line { width: 65px; height: 3px; background: var(--primary); margin-bottom: 10px; border-radius: 3px; }
.signature { font-weight: 700; font-size: var(--fs-sm); color: var(--dark); }

/* ══════════════════════════════════════════
   WHY JOIN US  (NEW)
══════════════════════════════════════════ */
.why-join { padding: var(--section-py) 0; background: var(--light-2); }
.why-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 22px;
    margin-top: 50px;
}
.why-card {
    background: white;
    padding: 36px 24px;
    border-radius: var(--radius-lg);
    text-align: center;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border-bottom: 4px solid transparent;
    position: relative;
    overflow: hidden;
}
.why-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--gold));
    transform: scaleX(0);
    transition: transform 0.35s ease;
    transform-origin: left;
}
.why-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-hover); }
.why-card:hover::before { transform: scaleX(1); }
.why-icon-wrap {
    width: 72px; height: 72px;
    background: #fff1f1;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 18px;
    font-size: 28px;
    color: var(--primary);
    transition: var(--transition);
}
.why-card:hover .why-icon-wrap { background: var(--primary); color: white; }
.why-card h4 { font-size: var(--fs-lg); font-weight: 700; color: var(--dark); margin-bottom: 10px; }
.why-card p  { font-size: var(--fs-sm); color: var(--text-light); line-height: 1.75; }

/* ══════════════════════════════════════════
   ABOUT PARTY
══════════════════════════════════════════ */
.about-party { background: white; }
.about-img { box-shadow: var(--shadow); }
.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 22px 0; }
.about-feature-item { display: flex; align-items: center; gap: 9px; font-weight: 500; font-size: var(--fs-sm); }
.about-feature-item i { color: var(--primary); font-size: 16px; flex-shrink: 0; }

/* ══════════════════════════════════════════
   MISSION
══════════════════════════════════════════ */
.mission { background: var(--light); }
.mission-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 50px; }
.mission-card {
    background: white;
    padding: 36px 26px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    text-align: center;
    transition: var(--transition);
    border-bottom: 4px solid transparent;
}
.mission-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-hover); border-bottom-color: var(--primary); }
.mission-icon { font-size: clamp(36px,5vw,46px); margin-bottom: 12px; display: block; }
.mission-card h4 { font-size: var(--fs-lg); font-weight: 700; color: var(--dark); margin-bottom: 8px; }
.mission-card p  { font-size: var(--fs-sm); color: var(--text-light); line-height: 1.75; }

/* ══════════════════════════════════════════
   VIDEO SECTION  (NEW)
══════════════════════════════════════════ */
.video-section { padding: var(--section-py) 0; background: var(--dark-2); }
.video-section .section-badge { background: rgba(255,255,255,0.15); color: rgba(255,255,255,0.9); }
.video-section .section-title { color: white; }
.video-section .section-desc  { color: rgba(255,255,255,0.6); }

.video-layout {
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    gap: 22px;
    margin-top: 42px;
}
.video-featured .video-thumb {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    cursor: pointer;
}
.video-featured .video-thumb img { width: 100%; height: 320px; object-fit: cover; transition: transform 0.5s; }
.video-featured .video-thumb:hover img { transform: scale(1.04); }

.play-btn {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 64px; height: 64px;
    background: rgba(214,0,0,0.9);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: white; font-size: 22px;
    transition: var(--transition);
    padding-left: 4px;
}
.video-thumb:hover .play-btn { background: var(--primary); transform: translate(-50%,-50%) scale(1.1); }
.video-duration {
    position: absolute; bottom: 12px; right: 12px;
    background: rgba(0,0,0,0.75);
    color: white; font-size: 12px; padding: 3px 9px; border-radius: 4px;
}
.video-cat {
    position: absolute; top: 12px; left: 12px;
    background: var(--primary); color: white;
    font-size: 11px; font-weight: 600;
    padding: 4px 11px; border-radius: 20px;
}
.video-meta { padding: 14px 0 0; }
.video-meta h4 { font-size: var(--fs-md); font-weight: 700; color: white; margin-bottom: 6px; line-height: 1.4; }
.video-meta span { font-size: var(--fs-xs); color: rgba(255,255,255,0.55); display: flex; align-items: center; gap: 5px; }

/* Side video cards */
.video-side { display: flex; flex-direction: column; gap: 16px; }
.video-card-sm {
    display: flex; gap: 14px; align-items: flex-start;
    background: rgba(255,255,255,0.05);
    border-radius: var(--radius);
    padding: 12px;
    border: 1px solid rgba(255,255,255,0.08);
    transition: var(--transition);
}
.video-card-sm:hover { background: rgba(255,255,255,0.1); }
.video-thumb-sm {
    position: relative;
    width: 120px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.video-thumb-sm img { width: 120px; height: 68px; object-fit: cover; }
.play-btn-sm {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 32px; height: 32px;
    background: rgba(214,0,0,0.85);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: white; font-size: 11px;
    transition: var(--transition);
    padding-left: 2px;
}
.video-thumb-sm:hover .play-btn-sm { background: var(--primary); transform: translate(-50%,-50%) scale(1.1); }
.vc-info { flex: 1; }
.vc-info h5 { font-size: var(--fs-sm); font-weight: 600; color: white; margin-bottom: 5px; line-height: 1.4; }
.vc-info span { font-size: var(--fs-xs); color: rgba(255,255,255,0.5); display: flex; align-items: center; gap: 5px; }

/* Video Modal */
.video-modal {
    display: none;
    position: fixed; inset: 0;
    z-index: 9990;
    align-items: center; justify-content: center;
}
.video-modal.active { display: flex; }
.vm-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.88); }
.vm-box {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 900px;
}
.vm-close {
    position: absolute;
    top: -44px; right: 0;
    background: none; border: none;
    color: white; font-size: 24px;
    cursor: pointer;
    width: 36px; height: 36px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    transition: var(--transition);
}
.vm-close:hover { background: rgba(255,255,255,0.15); }
.vm-frame { position: relative; padding-bottom: 56.25%; height: 0; border-radius: var(--radius); overflow: hidden; }
.vm-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }

/* ══════════════════════════════════════════
   LEADERSHIP
══════════════════════════════════════════ */
.leadership { padding: var(--section-py) 0; background: white; }
.leader-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; margin-top: 50px; }
.leader-card { background: white; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); transition: var(--transition); }
.leader-card:hover { transform: translateY(-9px); box-shadow: var(--shadow-hover); }
.leader-card img { width: 100%; height: 450px; object-fit: contain; }
.leader-info { padding: 22px; }
.leader-info h4 { font-size: var(--fs-lg); font-weight: 700; color: var(--dark); margin-bottom: 4px; }
.leader-info p  { color: var(--primary); font-weight: 600; font-size: var(--fs-xs); margin-bottom: 12px; }
.leader-social { display: flex; gap: 8px; }
.leader-social a {
    width: 32px; height: 32px; border-radius: 50%;
    background: var(--light); color: var(--text);
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; transition: var(--transition);
}
.leader-social a:hover { background: var(--primary); color: white; }

/* ══════════════════════════════════════════
   TIMELINE  (NEW)
══════════════════════════════════════════ */
.timeline-section { padding: var(--section-py) 0; background: var(--light-2); }
.timeline {
    position: relative;
    margin-top: 55px;
    padding: 0 0 10px;
}
/* Central vertical line */
.timeline::before {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    background: linear-gradient(180deg, var(--primary) 0%, var(--gold) 100%);
    border-radius: 3px;
}
.tl-item {
    display: flex;
    justify-content: flex-end;
    padding-right: calc(50% + 36px);
    margin-bottom: 40px;
    position: relative;
}
.tl-item.tl-right {
    justify-content: flex-start;
    padding-right: 0;
    padding-left: calc(50% + 36px);
}
.tl-dot {
    position: absolute;
    top: 18px; left: 50%;
    transform: translateX(-50%);
    width: 18px; height: 18px;
    background: var(--primary);
    border: 3px solid white;
    border-radius: 50%;
    box-shadow: 0 0 0 3px var(--primary);
    z-index: 1;
}
.tl-dot.tl-dot-gold { background: var(--gold); box-shadow: 0 0 0 3px var(--gold); }
.tl-content {
    background: white;
    padding: 22px 24px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    max-width: 380px;
    width: 100%;
    transition: var(--transition);
    border-left: 4px solid var(--primary);
}
.tl-item.tl-right .tl-content { border-left: none; border-right: 4px solid var(--primary); }
.tl-content:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.tl-content.tl-current { border-color: var(--gold); }
.tl-year {
    display: inline-block;
    background: var(--primary);
    color: white;
    padding: 3px 13px;
    border-radius: 20px;
    font-size: var(--fs-xs);
    font-weight: 700;
    margin-bottom: 8px;
}
.tl-year.tl-year-gold { background: var(--gold); color: var(--dark); }
.tl-content h4 { font-size: var(--fs-md); font-weight: 700; color: var(--dark); margin-bottom: 6px; }
.tl-content p  { font-size: var(--fs-sm); color: var(--text-light); line-height: 1.7; }

/* ══════════════════════════════════════════
   NEWS
══════════════════════════════════════════ */
.news-section { padding: var(--section-py) 0; background: white; }
.news-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 26px; margin-top: 38px; }
.featured-news { position: relative; border-radius: var(--radius-lg); overflow: hidden; }
.featured-news img { width: 100%; height: 420px; object-fit: cover; display: block; }
.fn-content {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 26px;
    background: linear-gradient(0deg, rgba(0,0,0,0.93) 0%, transparent 100%);
    color: white;
}
.fn-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.news-date { font-size: var(--fs-xs); color: rgba(255,255,255,0.75); display: flex; align-items: center; gap: 5px; }
.news-cat  { background: var(--primary); color: white; padding: 2px 10px; border-radius: 20px; font-size: 11px; font-weight: 600; }
.fn-content h3 { font-size: var(--fs-xl); font-weight: 700; margin-bottom: 10px; line-height: 1.35; }
.read-more { color: var(--gold); font-size: var(--fs-xs); font-weight: 600; display: inline-flex; align-items: center; gap: 5px; }
.read-more:hover { color: white; }
.small-news { display: flex; flex-direction: column; gap: 16px; }
.news-item {
    background: var(--light);
    padding: 18px;
    border-radius: var(--radius);
    border-left: 4px solid var(--primary);
    transition: var(--transition);
}
.news-item:hover { transform: translateX(5px); background: white; box-shadow: var(--shadow); }
.ni-date { font-size: var(--fs-xs); color: var(--text-light); display: flex; align-items: center; gap: 5px; }
.news-item h5 { font-size: var(--fs-sm); font-weight: 700; color: var(--dark); margin: 6px 0; }
.news-item p  { font-size: var(--fs-xs); color: var(--text-light); line-height: 1.65; margin-bottom: 7px; }
.news-item a  { color: var(--primary); font-size: var(--fs-xs); font-weight: 600; display: inline-flex; align-items: center; gap: 5px; }
.news-item a:hover { color: var(--secondary); }

/* ══════════════════════════════════════════
   EVENTS
══════════════════════════════════════════ */
.events { padding: var(--section-py) 0; background: var(--light); }
.event-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 50px; }
.event-card {
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    display: flex;
    border: 1px solid var(--border);
    transition: var(--transition);
}
.event-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--primary); }
.event-date {
    background: var(--primary); color: white;
    padding: 18px 20px;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    min-width: 84px;
}
.event-date .day   { font-size: clamp(26px,4vw,34px); font-weight: 800; line-height: 1; }
.event-date .month { font-size: var(--fs-xs); font-weight: 600; margin-top: 3px; }
.event-info { padding: 16px 18px; }
.event-info h4 { font-size: var(--fs-md); font-weight: 700; color: var(--dark); margin-bottom: 7px; }
.event-info p  { font-size: var(--fs-xs); color: var(--text-light); margin-bottom: 4px; display: flex; align-items: center; gap: 5px; }
.event-info p i { color: var(--primary); width: 13px; }
.event-btn {
    display: inline-block; margin-top: 9px;
    padding: 6px 14px; background: var(--primary);
    color: white; border-radius: 6px;
    font-size: 12px; font-weight: 600;
    transition: var(--transition);
}
.event-btn:hover { background: var(--secondary); color: white; }

/* ══════════════════════════════════════════
   GALLERY
══════════════════════════════════════════ */
.gallery-section { padding: var(--section-py) 0; background: var(--light-2); }
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-auto-rows: 220px;
    gap: 12px;
    margin-top: 38px;
}
.gallery-item { overflow: hidden; border-radius: var(--radius); position: relative; cursor: pointer; }
.gallery-item.large { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.gallery-overlay {
    position: absolute; inset: 0;
    background: rgba(214,0,0,0.6);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: var(--transition);
    color: white; font-size: 26px;
}
.gallery-item:hover img { transform: scale(1.1); }
.gallery-item:hover .gallery-overlay { opacity: 1; }

/* ══════════════════════════════════════════
   SOCIAL STATS  (NEW)
══════════════════════════════════════════ */
.social-stats-section { padding: var(--section-py) 0; background: var(--dark); }
.social-stats-section .section-badge { background: rgba(255,255,255,0.15); color: rgba(255,255,255,0.9); }
.social-stats-section .section-title { color: white; }
.social-stats-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    margin-top: 48px;
}
.sstat-card {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    padding: 36px 20px;
    border-radius: var(--radius-lg);
    text-align: center;
    transition: var(--transition);
    position: relative; overflow: hidden;
    cursor: pointer;
}
.sstat-card::before {
    content: '';
    position: absolute; inset: 0;
    opacity: 0.15;
    transition: opacity 0.3s;
}
.sstat-card:hover { transform: translateY(-6px); }
.sstat-card:hover::before { opacity: 0.25; }
.sstat-fb  { background: #1877f2; }
.sstat-tw  { background: #1a1a1a; border: 1px solid #333; }
.sstat-yt  { background: #ff0000; }
.sstat-ig  { background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
.sstat-card > i { font-size: 36px; color: white; margin-bottom: 14px; opacity: 0.9; }
.sstat-card h3 { font-size: var(--fs-2xl); font-weight: 800; color: white; line-height: 1; }
.sstat-card p  { font-size: var(--fs-xs); color: rgba(255,255,255,0.75); margin: 6px 0; }
.sstat-card span { font-size: var(--fs-xs); color: rgba(255,255,255,0.6); display: flex; align-items: center; gap: 5px; margin-top: 8px; }

/* ══════════════════════════════════════════
   DOWNLOADS
══════════════════════════════════════════ */
.downloads { padding: var(--section-py) 0; background: white; }
.download-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.download-card {
    background: var(--light);
    padding: 36px 26px; border-radius: var(--radius-lg);
    text-align: center; border: 1px solid var(--border);
    transition: var(--transition);
}
.download-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--primary); }
.download-icon { width: 66px; height: 66px; background: #fff1f1; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.download-icon i { font-size: 24px; color: var(--primary); }
.download-card h4 { font-size: var(--fs-lg); font-weight: 700; color: var(--dark); margin-bottom: 8px; }
.download-card p  { font-size: var(--fs-sm); color: var(--text-light); margin-bottom: 18px; }
.download-btn {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 10px 20px; background: var(--primary);
    color: white; border-radius: 8px;
    font-weight: 600; font-size: var(--fs-sm);
    transition: var(--transition);
}
.download-btn:hover { background: var(--secondary); color: white; transform: translateY(-2px); }

/* ══════════════════════════════════════════
   TESTIMONIALS
══════════════════════════════════════════ */
.testimonials { padding: var(--section-py) 0; background: var(--light); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 48px; }
.testimonial-card {
    background: white; padding: 30px; border-radius: var(--radius-lg);
    box-shadow: var(--shadow); transition: var(--transition);
}
.testimonial-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
.quote-icon { color: var(--primary); font-size: 20px; margin-bottom: 12px; opacity: 0.4; }
.testimonial-card > p { color: var(--text-light); font-style: italic; line-height: 1.85; margin-bottom: 18px; font-size: var(--fs-sm); }
.testimonial-author { display: flex; align-items: center; gap: 11px; }
.author-avatar { width: 40px; height: 40px; background: var(--primary); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; flex-shrink: 0; }
.testimonial-author h5 { font-weight: 700; color: var(--dark); margin: 0; font-size: var(--fs-sm); }
.testimonial-author span { font-size: var(--fs-xs); color: var(--text-light); }

/* ══════════════════════════════════════════
   VOLUNTEER
══════════════════════════════════════════ */
.volunteer-section { padding: var(--section-py) 0; background: var(--dark); color: white; }
.volunteer-section h2 { font-size: var(--fs-3xl); font-weight: 800; color: white; line-height: 1.2; }
.volunteer-section p { color: rgba(255,255,255,0.72); font-size: var(--fs-sm); line-height: 1.8; }
.volunteer-benefits { margin: 20px 0; }
.volunteer-benefits li { display: flex; align-items: center; gap: 9px; padding: 8px 0; color: rgba(255,255,255,0.82); font-size: var(--fs-sm); border-bottom: 1px solid rgba(255,255,255,0.07); }
.volunteer-benefits li:last-child { border: none; }
.volunteer-benefits i { color: var(--gold); }
.volunteer-form {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 30px; border-radius: var(--radius-lg);
}
.volunteer-form h4 { color: white; font-weight: 700; margin-bottom: 18px; font-size: var(--fs-lg); }
.volunteer-form input {
    width: 100%; padding: 13px 15px; margin-bottom: 11px;
    border-radius: 9px; border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.07); color: white;
    font-family: inherit; font-size: var(--fs-sm);
    transition: var(--transition);
}
.volunteer-form input::placeholder { color: rgba(255,255,255,0.42); }
.volunteer-form input:focus { outline: none; border-color: var(--gold); background: rgba(255,255,255,0.1); }
.volunteer-form button {
    width: 100%; padding: 14px; background: var(--primary);
    color: white; border: none; border-radius: 9px;
    font-weight: 700; font-size: var(--fs-sm);
    cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px;
    transition: var(--transition); font-family: inherit;
}
.volunteer-form button:hover { background: var(--secondary); transform: translateY(-2px); }

.form-custom-control {
        padding: 12px 18px;
        border-radius: 8px;
        border: 1px solid #e1e5eb;
        font-size: 0.95rem;
        margin-bottom: 20px;
    }
    .form-custom-control:focus {
        border-color: #ff3333;
        box-shadow: 0 0 0 0.25rem rgba(255, 51, 51, 0.15);
    }
    /* .btn-submit-form {
        background-color: #ff3333;
        color: #ffffff;
        font-family: 'Noto Sans Devanagari', sans-serif;
        font-weight: 600;
        padding: 12px 30px;
        border-radius: 8px;
        border: none;
        transition: all 0.3s ease;
        width: 100%;
    } */
    .btn-submit-form:hover {
        background-color: #cc0000;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(255, 51, 51, 0.3);
    }

/* ══════════════════════════════════════════
   MEMBERSHIP
══════════════════════════════════════════ */
.membership { background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%); padding: var(--section-py) 0; color: white; }
.membership h2 { font-size: var(--fs-3xl); font-weight: 800; color: white; }
.membership p { color: rgba(255,255,255,0.85); font-size: var(--fs-sm); }
.member-info { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
.member-info div { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,0.9); font-weight: 500; font-size: var(--fs-sm); }
.member-info i { color: var(--gold); }
.membership-form input {
    width: 100%; padding: 13px 15px; margin-bottom: 11px;
    border-radius: 9px; border: 1px solid rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.15); color: white;
    font-family: inherit; font-size: var(--fs-sm);
    transition: var(--transition);
}
.membership-form input::placeholder { color: rgba(255,255,255,0.58); }
.membership-form input:focus { outline: none; border-color: var(--gold); background: rgba(255,255,255,0.22); }
.membership-form button {
    width: 100%; padding: 14px; background: white;
    color: var(--primary); border: none; border-radius: 9px;
    font-weight: 800; font-size: var(--fs-md);
    cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px;
    transition: var(--transition); font-family: inherit;
}
.membership-form button:hover { background: var(--gold); color: var(--dark); transform: translateY(-2px); }

/* ══════════════════════════════════════════
   FAQ  (NEW)
══════════════════════════════════════════ */
.faq-section { padding: var(--section-py) 0; background: white; }
.faq-accordion .faq-item {
    border: none;
    margin-bottom: 12px;
    border-radius: var(--radius) !important;
    overflow: hidden;
    box-shadow: var(--shadow);
}
.faq-accordion .faq-btn {
    background: white;
    color: var(--dark);
    font-weight: 600;
    font-size: var(--fs-sm);
    padding: 18px 22px;
    border: none;
    display: flex; align-items: center; gap: 10px;
}
.faq-accordion .faq-btn:not(.collapsed) {
    background: var(--primary);
    color: white;
    box-shadow: none;
}
.faq-accordion .faq-btn:not(.collapsed) i { color: white; }
.faq-accordion .faq-btn i { color: var(--primary); font-size: 16px; flex-shrink: 0; }
.faq-accordion .faq-btn::after { filter: none; }
.faq-accordion .faq-btn:not(.collapsed)::after { filter: brightness(10); }
.faq-body {
    font-size: var(--fs-sm);
    color: var(--text-light);
    line-height: 1.8;
    padding: 16px 22px;
    border-top: 1px solid var(--border);
}

/* ══════════════════════════════════════════
   CONTACT
══════════════════════════════════════════ */
.contact-section { padding: var(--section-py) 0; background: var(--light); }
.contact-info-wrap { display: flex; flex-direction: column; gap: 22px; }
.contact-item { display: flex; gap: 14px; align-items: flex-start; }
.ci-icon { width: 46px; height: 46px; background: #fff1f1; border-radius: 11px; display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 17px; flex-shrink: 0; }
.contact-item h5 { font-weight: 700; color: var(--dark); margin-bottom: 3px; font-size: var(--fs-sm); }
.contact-item a { color: var(--text-light); font-size: var(--fs-sm); display: block; }
.contact-item a:hover { color: var(--primary); }
.contact-item p { color: var(--text-light); font-size: var(--fs-sm); margin: 0; }
.contact-social { margin-top: 4px; }
.contact-social h5 { font-weight: 700; color: var(--dark); margin-bottom: 11px; font-size: var(--fs-sm); }
.social-links { display: flex; gap: 9px; flex-wrap: wrap; }
.social-links a { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 14px; transition: var(--transition); }
.social-fb { background: #1877f2; }
.social-tw { background: #000; }
.social-yt { background: #ff0000; }
.social-ig { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.social-wa { background: #25d366; }
.social-links a:hover { transform: translateY(-3px) scale(1.1); }
.map-wrap { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.map-wrap iframe { display: block; }

/* ══════════════════════════════════════════
   FOOTER
══════════════════════════════════════════ */
/* Custom Redesigned Footer Styling */
.main-footer-section {
    background-color: #11141a;
    color: rgba(255, 255, 255, 0.75);
    font-family: 'Noto Sans Devanagari', sans-serif;
}

.footer-top-area {
    padding: 70px 0 50px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-logo {
    max-height: 150px;
    object-fit: contain;
}

.footer-brand-profile h4 {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 700;
}

.footer-about-text {
    font-size: 0.92rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.65);
    text-align: justify;
}

.footer-about-text.small-text {
    font-size: 0.85rem;
}

/* Links Widgets Styling */
.footer-widget-title {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
}

.footer-widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
    background-color: #ff3333; /* matching your primary red accent */
}

.footer-navigation-links, .footer-direct-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.footer-navigation-links li a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 0.95rem;
}

.footer-navigation-links li a:hover {
    color: #ff3333;
    padding-left: 4px;
}

.footer-direct-contact li {
    margin-bottom: 8px;
    font-size: 0.92rem;
}

.footer-direct-contact li a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
}

.footer-direct-contact li a:hover {
    color: #ff3333;
}

/* Social Media Circles */
.footer-social-connect a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border-radius: 50%;
    margin-right: 8px;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.footer-social-connect a:hover {
    background-color: #ff3333;
    transform: translateY(-2px);
}

/* Map Content container */
.footer-map-container {
    height: 200px;
    transition: transform 0.3s ease;
}
.footer-map-container:hover {
    transform: translateY(-3px);
}

/* Bottom Bar Copy text */
.footer-bottom-bar {
    padding: 20px 0;
    background-color: #0b0d11;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.4);
}

/* ══════════════════════════════════════════
   FLOATING BUTTONS
══════════════════════════════════════════ */
.whatsapp-float {
    position: fixed; bottom: 90px; right: 20px;
    width: 52px; height: 52px; background: #25d366; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: white; font-size: 25px; z-index: 1000;
    box-shadow: 0 4px 18px rgba(37,211,102,0.55);
    transition: var(--transition);
}
.whatsapp-float:hover { background: #128c7e; color: white; transform: scale(1.1); }
.scroll-top {
    position: fixed; bottom: 24px; right: 20px;
    width: 42px; height: 42px; background: var(--primary); border: none; border-radius: 50%;
    color: white; font-size: 14px; cursor: pointer; z-index: 1000;
    box-shadow: var(--shadow); transition: var(--transition);
    opacity: 0; pointer-events: none;
    display: flex; align-items: center; justify-content: center;
}
.scroll-top.visible { opacity: 1; pointer-events: all; }
.scroll-top:hover { background: var(--secondary); transform: translateY(-3px); }

/* ══════════════════════════════════════════
   MOBILE BOTTOM NAVIGATION  (NEW)
══════════════════════════════════════════ */
.mobile-bottom-nav {
    display: none; /* shown only on mobile via @media */
    position: fixed;
    bottom: 0; left: 0; right: 0;
    height: 60px;
    background: white;
    border-top: 1px solid var(--border);
    box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
    z-index: 1500;
    justify-content: space-around;
    align-items: stretch;
}
.mbn-item {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    flex: 1;
    color: var(--text-light);
    font-size: 10px;
    gap: 4px;
    transition: var(--transition);
    position: relative;
}
.mbn-item i { font-size: 18px; transition: var(--transition); }
.mbn-item span { font-size: 10px; font-weight: 500; }
.mbn-item.active,
.mbn-item:hover { color: var(--primary); }
.mbn-item.active::after {
    content: '';
    position: absolute;
    top: 0; left: 20%; right: 20%;
    height: 3px;
    background: var(--primary);
    border-radius: 0 0 4px 4px;
}
/* Center Join button — prominent */
.mbn-center {
    background: var(--primary);
    color: white;
    border-radius: 14px;
    margin: 8px 6px;
    flex: 1.2;
}
.mbn-center i { font-size: 20px; }
.mbn-center.active::after,
.mbn-center:hover { background: var(--secondary); color: white; }

/* =====================================================
   RESPONSIVE BREAKPOINTS
   ===================================================== */

/* ── 1200px: large containers ────────────────────── */
@media (max-width: 1200px) {
    .why-grid { grid-template-columns: repeat(2,1fr); }
}

/* ── 1024px: tablet landscape ───────────────────── */
@media (max-width: 1024px) {
    .section-title { font-size: clamp(1.8rem, 5vw, 2.4rem); }
    .hero h1 { font-size: clamp(2rem, 7vw, 3.5rem); }
    .timeline::before { left: 28px; }
    .tl-item { padding-right: 0; padding-left: 68px; justify-content: flex-start; }
    .tl-item.tl-right { padding-left: 68px; }
    .tl-dot { left: 28px; }
    .tl-content { max-width: 100%; border-left: 4px solid var(--primary) !important; border-right: none !important; }
    .video-layout { grid-template-columns: 1fr; }
    .video-side { flex-direction: row; flex-wrap: wrap; gap: 14px; }
    .video-card-sm { flex: 1 1 calc(50% - 7px); min-width: 240px; }
}

/* ── 992px: tablet portrait — show hamburger ────── */
@media (max-width: 992px) {
    .main-nav, .join-btn { display: none; }
    .hamburger { display: flex; }

    /* Slide-in nav panel */
    .main-nav.open {
        display: block;
        position: fixed;
        top: 0; left: 0;
        width: min(80vw, 300px);
        height: 100vh;
        background: white;
        z-index: 1999;
        padding: 20px 26px 40px;
        box-shadow: 5px 0 30px rgba(0,0,0,0.18);
        overflow-y: auto;
        animation: slideInNav 0.28s ease;
    }
    @keyframes slideInNav { from { transform: translateX(-100%); } to { transform: translateX(0); } }
    .main-nav.open ul { flex-direction: column; gap: 0; }
    .main-nav.open li { border-bottom: 1px solid var(--border); }
    .main-nav.open a { color: var(--dark); display: block; padding: 14px 0; font-size: 16px; }
    .main-nav.open a.active { color: var(--primary); font-weight: 700; }
    .main-nav.open a::after { display: none; }

    /* Close button inside nav panel */
    .main-nav.open .nav-close-btn {
        display: flex;
        position: absolute;
        top: 18px; right: 18px;
        background: var(--light);
        border: none;
        width: 36px; height: 36px;
        border-radius: 50%;
        font-size: 20px;
        line-height: 1;
        cursor: pointer;
        color: var(--dark);
        align-items: center; justify-content: center;
        transition: var(--transition);
    }
    .main-nav.open .nav-close-btn:hover { background: var(--primary); color: white; }

    /* Join CTA at bottom of mobile nav */
    .main-nav.open .nav-join-btn {
        display: flex; align-items: center; justify-content: center; gap: 8px;
        margin-top: 24px;
        padding: 13px 20px;
        background: var(--primary);
        color: white;
        border-radius: 10px;
        font-weight: 700;
        font-size: 15px;
        transition: var(--transition);
    }
    .main-nav.open .nav-join-btn:hover { background: var(--secondary); color: white; }

    /* Topbar */
    .topbar-left { display: none; }
    .topbar-center { padding-left: 0; }

    /* Grids → 2 column */
    .statistics .container { grid-template-columns: repeat(2,1fr); }
    .mission-grid  { grid-template-columns: repeat(2,1fr); }
    .leader-grid   { grid-template-columns: repeat(2,1fr); }
    .news-grid     { grid-template-columns: 1fr; }
    .event-grid    { grid-template-columns: 1fr; }
    .download-grid { grid-template-columns: repeat(2,1fr); }
    .testimonial-grid { grid-template-columns: 1fr; }
    .gallery-grid  { grid-template-columns: repeat(2,1fr); grid-auto-rows: 190px; }
    .gallery-item.large { grid-column: span 1; }
    .why-grid      { grid-template-columns: repeat(2,1fr); }
    .social-stats-grid { grid-template-columns: repeat(2,1fr); }
    .about-features { grid-template-columns: 1fr; }
    .hqb-divider   { display: none; }

    /* Hero info bar wrap on tablet */
    .hqb-item { padding: 6px 16px; }
}

.mobile-logo{
    display: none;
}

/* ── 768px: mobile ──────────────────────────────── */
@media (max-width: 768px) {

    body { padding-bottom: 60px; } /* space for mobile bottom nav */

    /* Show mobile bottom nav */
    .mobile-bottom-nav { display: flex; }
    .mobile-logo{display: block;}

    /* Push WhatsApp & scroll-top above bottom nav — stacked so they don't overlap */
    .whatsapp-float { bottom: 78px; right: 14px; width: 46px; height: 46px; font-size: 22px; }
    .scroll-top     { bottom: 132px; right: 14px; width: 38px; height: 38px; }

    .hero { padding-top: clamp(80px, 15vw, 120px); }
    .hero-content h1{
        font-size: 48px !important;
    }
    .hero-tag{
        font-size: 35px;
    }
    .hero p { font-size: var(--fs-sm); }
    .hero-buttons { flex-direction: column; }
    .btn-red, .btn-white { justify-content: center; width: 100%; padding: 13px 22px; }

    /* Hero quick bar: 2×2 grid on mobile */
    .hero-quick-bar .container { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
    .hqb-item { padding: 10px 14px; border-bottom: 1px solid rgba(255,255,255,0.08); }
    .hqb-divider { display: none; }

    .topbar-center { display: none; }
    .topbar .container { justify-content: flex-end; }

    .statistics .container { grid-template-columns: repeat(2,1fr); gap: 16px; }

    .section-space { padding: clamp(50px,8vw,75px) 0; }
    .president-section,
    .about-party,
    .why-join,
    .mission,
    .video-section,
    .leadership,
    .timeline-section,
    .news-section,
    .events,
    .gallery-section,
    .social-stats-section,
    .downloads,
    .testimonials,
    .volunteer-section,
    .membership,
    .faq-section,
    .contact-section { padding: clamp(50px,8vw,75px) 0; }

    .mission-grid, .why-grid { grid-template-columns: 1fr; }
    .leader-grid  { grid-template-columns: 1fr; }
    .download-grid { grid-template-columns: 1fr; }
    .social-stats-grid { grid-template-columns: repeat(2,1fr); gap: 12px; }

    .gallery-grid  { grid-template-columns: 1fr 1fr; grid-auto-rows: 155px; }

    .video-layout  { grid-template-columns: 1fr; }
    .video-side    { flex-direction: column; gap: 12px; }
    .video-card-sm { flex: auto; }
    .video-featured .video-thumb img,
    .video-featured .video-thumb .img-ph { height: 230px; }

    .section-header { margin-bottom: 34px; }

    /* Timeline: single column */
    .timeline::before { left: 22px; }
    .tl-item { padding-left: 56px; }
    .tl-item.tl-right { padding-left: 56px; }
    .tl-dot { left: 22px; width: 14px; height: 14px; }

    .faq-accordion .faq-btn { font-size: var(--fs-xs); padding: 15px 16px; }

    .footer-top-area .row > div { margin-bottom: 24px; }

    .volunteer-form, .membership-form { padding: 22px 18px; }
}

/* ── 480px: small mobile ────────────────────────── */
@media (max-width: 480px) {
    .hero h1 { font-size: clamp(1.9rem, 9vw, 2.5rem); }
    .statistics .container { grid-template-columns: repeat(2,1fr); gap: 12px; }
    .stat-box h3 { font-size: clamp(26px,7vw,34px); }
    .gallery-grid  { grid-template-columns: 1fr; grid-auto-rows: 200px; }
    .gallery-item.large { grid-column: span 1; }
    .social-stats-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .sstat-card { padding: 24px 14px; }
    .sstat-card h3 { font-size: var(--fs-xl); }
    /* .main-nav.open { width: 88vw; } */
    .hero-quick-bar .container { grid-template-columns: 1fr; }
    .hqb-divider { display: none; }
    .vm-box { width: 96%; }
}

/* =====================================================
   IMAGE PLACEHOLDERS
   ===================================================== */
.img-ph {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    gap: 12px;
    background:
        radial-gradient(ellipse at 50% 30%, rgba(214,0,0,0.18) 0%, transparent 65%),
        repeating-linear-gradient(
            -45deg,
            transparent 0px, transparent 14px,
            rgba(255,255,255,0.025) 14px, rgba(255,255,255,0.025) 15px
        ),
        linear-gradient(145deg, #160000 0%, #4a0000 45%, #1c1c1c 100%);
    color: rgba(255,255,255,0.28);
    position: relative;
    overflow: hidden;
    width: 100%;
}
.img-ph i    { font-size: 44px; position: relative; z-index: 1; }
.img-ph span {
    font-size: 10px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 2px;
    position: relative; z-index: 1;
    border: 1px solid rgba(255,255,255,0.15);
    padding: 4px 12px; border-radius: 20px;
}

/* ── Context sizes & overrides ──────────────────────── */

/* President */
.president-image.img-ph {
    height: 440px;
    border-radius: var(--radius-lg);
    box-shadow: 0 24px 60px rgba(0,0,0,0.18);
}

/* About section */
.about-img.img-ph {
    height: 400px;
    border-radius: 1rem;
    box-shadow: var(--shadow);
}

/* Leader cards */
/* .leader-card .img-ph { height: 280px; } */

/* News featured */
.featured-news .img-ph { height: 420px; }

/* Video featured thumb */
.video-thumb .img-ph  { height: 320px; border-radius: var(--radius-lg); }

/* Video side thumb */
.video-thumb-sm .img-ph {
    width: 120px; height: 68px;
    min-height: unset;
    border-radius: 10px;
}

/* Gallery */
.gallery-item .img-ph { height: 100%; min-height: 220px; }

/* Responsive placeholder heights */
@media (max-width: 768px) {
    .president-image.img-ph  { height: 320px; }
    .about-img.img-ph        { height: 280px; }
    .video-thumb .img-ph     { height: 230px; }
    .gallery-item .img-ph    { min-height: 155px; }
}
@media (max-width: 480px) {
    .president-image.img-ph  { height: 260px; }
    .gallery-item .img-ph    { min-height: 200px; }
}


/* Universal Lightbox Container Core Layout */
.universal-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000; /* Stays above headers and navigation overlays */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Open Animation Active State */
.universal-lightbox.lightbox-active {
    opacity: 1;
    visibility: visible;
}

/* Smooth Background Mask Blur Blur */
.lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 15, 20, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

/* Center Modal Block Box */
.lightbox-container {
    position: relative;
    width: 90%;
    max-width: 1000px;
    z-index: 10001;
    transform: scale(0.9);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.universal-lightbox.lightbox-active .lightbox-container {
    transform: scale(1);
}

/* Responsive Content Core Elements Rendering */
.lightbox-content-wrapper {
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.lightbox-img-render {
    display: block;
    width: 100%;
    max-height: 80vh;
    object-fit: contain;
}

/* Video Responsive Aspect Ratio 16:9 Iframe Wrapper */
.lightbox-video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio aspect */
    height: 0;
    overflow: hidden;
}
.lightbox-video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Functional Interactive Elements */
.lightbox-close-btn {
    position: absolute;
    top: -50px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 35px;
    cursor: pointer;
    line-height: 1;
    transition: transform 0.2s ease;
}
.lightbox-close-btn:hover {
    transform: rotate(90deg) scale(1.2);
    color: #ff3333;
}

.lightbox-caption {
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    margin-top: 12px;
    font-family: 'Noto Sans Devanagari', sans-serif;
    font-size: 1.05rem;
    letter-spacing: 0.5px;
}