/**
 * SREE JAIBHEEM FOUNDATION - Primary Theme Stylesheet
 * Color Palette: Royal Blue, Deep Navy Blue, Sky Blue, White, Subtle Gold
 */

:root {
    --primary-blue: #0a3871;
    --primary-dark: #061d3d;
    --primary-light: #155bb5;
    --accent-blue: #0084ff;
    --accent-sky: #e8f3ff;
    --accent-gold: #d4af37;
    --accent-gold-hover: #b89420;
    --text-dark: #1e293b;
    --text-muted: #64748b;
    --bg-light: #f8fafc;
    --bg-white: #ffffff;
    --border-color: #e2e8f0;
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --shadow-sm: 0 2px 8px rgba(10, 56, 113, 0.06);
    --shadow-md: 0 6px 20px rgba(10, 56, 113, 0.1);
    --shadow-lg: 0 12px 35px rgba(6, 29, 61, 0.15);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Outfit', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--text-dark);
    background-color: var(--bg-light);
    line-height: 1.65;
    overflow-x: hidden;
}

/* ================= TOP HEADER BAR ================= */
.top-header-bar {
    background: var(--primary-dark);
    color: #cbd5e1;
    font-size: 0.85rem;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.top-header-bar a {
    color: #e2e8f0;
    text-decoration: none;
    transition: var(--transition);
}
.top-header-bar a:hover {
    color: var(--accent-gold);
}
.top-header-bar .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    margin-left: 6px;
    font-size: 0.75rem;
    color: #fff;
    transition: var(--transition);
}
.top-header-bar .social-icons a:hover {
    background: var(--accent-blue);
    transform: translateY(-2px);
}

/* ================= LANGUAGE SWITCHER COMPONENT ================= */
.lang-switch-wrap {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 30px;
    padding: 2px 6px;
    gap: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.lang-sep {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.75rem;
    user-select: none;
}
.btn-lang-pill {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.25s ease;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
}
.btn-lang-pill:hover {
    background: rgba(255, 255, 255, 0.2);
    color: var(--accent-gold);
}
.btn-lang-pill.active {
    background: var(--accent-gold);
    color: var(--primary-dark);
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.35);
}

/* Navbar specific language switcher */
.nav-lang-switch {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    padding: 3px 6px;
}
.nav-lang-switch .btn-lang-pill {
    font-size: 0.82rem;
    padding: 4px 10px;
}
.nav-lang-switch .btn-lang-pill.active {
    background: var(--accent-gold);
    color: #061d3d;
}

/* Floating Bottom Language Switcher */
.floating-lang-btn {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 1040;
    background: var(--primary-dark);
    color: #ffffff;
    border: 2px solid var(--accent-gold);
    border-radius: 50px;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 8px 25px rgba(6, 29, 61, 0.35);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 0.85rem;
    font-weight: 600;
}
.floating-lang-btn:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 12px 30px rgba(6, 29, 61, 0.45);
    background: var(--primary-blue);
    color: #ffffff;
}
.floating-lang-btn .lang-badge {
    background: var(--accent-gold);
    color: #061d3d;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 2px 7px;
    border-radius: 12px;
    letter-spacing: 0.3px;
}

/* Language Confirmation Toast */
.lang-toast-box {
    position: fixed;
    bottom: 85px;
    left: 24px;
    z-index: 1050;
    background: #061d3d;
    color: #ffffff;
    border-left: 4px solid var(--accent-gold);
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.88rem;
    font-weight: 500;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}
.lang-toast-box.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* ================= GOOGLE TRANSLATE BANNER SUPPRESSION ================= */
.goog-te-banner-frame.skiptranslate,
.goog-te-banner-frame,
#goog-gt-tt,
.goog-te-balloon-frame {
    display: none !important;
    visibility: hidden !important;
}
body {
    top: 0px !important;
    position: static !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}
#google_translate_element {
    display: none !important;
}
.skiptranslate:not(.lang-switch-wrap):not(.lang-switch-wrap *):not(.floating-lang-btn):not(.floating-lang-btn *) {
    display: inline !important;
}

/* ================= MAIN LOGO HEADER ================= */
.main-header-banner {
    background: #ffffff;
    padding: 15px 0;
    border-bottom: 2px solid #eef2f6;
}
.brand-logo-img {
    height: 70px;
    width: auto;
}
.brand-title {
    font-size: 1.65rem;
    font-weight: 800;
    color: var(--primary-blue);
    letter-spacing: -0.5px;
    margin-bottom: 2px;
    line-height: 1.2;
}
.brand-subtitle {
    font-size: 0.82rem;
    color: var(--text-muted);
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}
.brand-badge {
    display: inline-block;
    background: var(--primary-blue);
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 4px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.header-quote-box {
    text-align: right;
    border-left: 2px solid var(--accent-gold);
    padding-left: 15px;
}
.header-quote-text {
    font-style: italic;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 2px;
}
.header-quote-author {
    font-size: 0.78rem;
    color: var(--accent-blue);
    font-weight: 700;
}

/* ================= NAVIGATION BAR ================= */
.main-navbar {
    background: var(--primary-blue);
    box-shadow: 0 4px 15px rgba(10, 56, 113, 0.2);
    padding: 0;
}
.main-navbar .navbar-nav {
    display: flex;
    align-items: center;
}
.main-navbar .nav-link {
    color: #ffffff !important;
    font-weight: 600;
    font-size: 0.90rem;
    padding: 16px 10px !important;
    transition: var(--transition);
    position: relative;
    white-space: nowrap !important;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    line-height: 1.2;
}
.main-navbar .nav-link:hover,
.main-navbar .nav-link.active {
    color: var(--accent-gold) !important;
    background: rgba(255, 255, 255, 0.08);
}
.main-navbar .dropdown-menu {
    border: none;
    border-radius: var(--radius-sm);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-top: 3px solid var(--accent-gold);
    padding: 8px 0;
}
.main-navbar .dropdown-item {
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--text-dark);
    padding: 8px 18px;
    transition: var(--transition);
    white-space: nowrap;
}
.main-navbar .dropdown-item:hover {
    background: var(--accent-sky);
    color: var(--primary-blue);
    padding-left: 22px;
}
.btn-nav-register {
    background: var(--accent-gold);
    color: var(--primary-dark) !important;
    font-weight: 700 !important;
    font-size: 0.88rem;
    border-radius: 6px;
    padding: 8px 16px !important;
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.4);
    white-space: nowrap !important;
    display: inline-flex;
    align-items: center;
    transition: var(--transition);
}
.btn-nav-register:hover {
    background: #ffffff !important;
    color: var(--primary-blue) !important;
    transform: translateY(-1px);
}
.btn-nav-login {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 0.88rem;
    border-radius: 6px;
    padding: 8px 14px !important;
    white-space: nowrap !important;
    display: inline-flex;
    align-items: center;
    transition: var(--transition);
}
.btn-nav-login:hover {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* ================= HERO SECTION ================= */
.hero-section {
    background: linear-gradient(135deg, #031229 0%, #061e42 35%, #0a3871 75%, #0c4488 100%);
    color: #ffffff;
    padding: 70px 0 95px;
    position: relative;
    overflow: hidden;
}
.hero-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 75% 30%, rgba(0, 132, 255, 0.22) 0%, transparent 65%),
                radial-gradient(circle at 10% 80%, rgba(212, 175, 55, 0.12) 0%, transparent 50%);
    pointer-events: none;
}
.hero-chakra-watermark {
    position: absolute;
    right: -120px;
    top: -100px;
    font-size: 550px;
    color: rgba(255, 255, 255, 0.025);
    pointer-events: none;
    z-index: 1;
    animation: spinWatermark 180s linear infinite;
}
@keyframes spinWatermark {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.hero-tagline-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(212, 175, 55, 0.4);
    color: #ffd700;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 30px;
    margin-bottom: 18px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.hero-title {
    font-size: 3.1rem;
    font-weight: 900;
    letter-spacing: -0.5px;
    margin-bottom: 14px;
    line-height: 1.12;
    color: #ffffff;
}
.hero-title-gradient {
    background: linear-gradient(180deg, #ffffff 30%, #bfdbfe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
.hero-subtitle {
    font-size: 1.45rem;
    font-weight: 600;
    margin-bottom: 18px;
    letter-spacing: -0.2px;
}
.text-cyan {
    color: #38bdf8;
}
.hero-description {
    font-size: 1.08rem;
    color: #cbd5e1;
    max-width: 620px;
    margin-bottom: 26px;
    line-height: 1.75;
}

/* Modern Frosted Quote Box */
.hero-quote-box-modern {
    background: rgba(6, 29, 61, 0.65);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 4px solid #d4af37;
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}
.hero-quote-mark {
    color: #ffd700;
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 2px;
}
.hero-quote-text {
    font-style: italic;
    font-size: 0.98rem;
    color: #f8fafc;
    line-height: 1.55;
    margin-bottom: 4px;
    font-weight: 500;
}
.hero-quote-sub {
    font-size: 0.8rem;
    color: #93c5fd;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Hero Action Buttons */
.hero-buttons .btn {
    padding: 13px 28px;
    font-weight: 700;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-hero-primary {
    background: linear-gradient(135deg, #0084ff 0%, #0056b3 100%);
    color: #ffffff !important;
    border: 1px solid #38bdf8;
    box-shadow: 0 6px 20px rgba(0, 132, 255, 0.45);
}
.btn-hero-primary:hover {
    background: linear-gradient(135deg, #0099ff 0%, #0066cc 100%);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 132, 255, 0.6);
}
.btn-hero-secondary {
    background: #ffffff;
    color: #061d3d !important;
    border: 1px solid #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.btn-hero-secondary:hover {
    background: #f1f5f9;
    color: #0a3871 !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.3);
}
.btn-hero-outline {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.btn-hero-outline:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: #ffd700;
    color: #ffd700 !important;
    transform: translateY(-3px);
}

/* Realistic Ambedkar Portrait Frame */
.hero-portrait-container {
    position: relative;
    max-width: 390px;
    margin: 0 auto;
    z-index: 2;
}
.hero-portrait-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0, 132, 255, 0.35) 0%, rgba(212, 175, 55, 0.2) 60%, transparent 80%);
    filter: blur(25px);
    z-index: -1;
}
.hero-portrait-frame {
    background: #061d3d;
    border: 3px solid #d4af37;
    border-radius: 18px;
    padding: 10px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.55), 0 0 30px rgba(0, 132, 255, 0.3);
    position: relative;
    overflow: hidden;
}
.portrait-corner-accent {
    position: absolute;
    width: 22px;
    height: 22px;
    border: 3px solid #ffd700;
    z-index: 3;
    pointer-events: none;
}
.portrait-corner-accent.top-left { top: 6px; left: 6px; border-right: none; border-bottom: none; border-top-left-radius: 8px; }
.portrait-corner-accent.top-right { top: 6px; right: 6px; border-left: none; border-bottom: none; border-top-right-radius: 8px; }
.portrait-corner-accent.bottom-left { bottom: 58px; left: 6px; border-right: none; border-top: none; border-bottom-left-radius: 8px; }
.portrait-corner-accent.bottom-right { bottom: 58px; right: 6px; border-left: none; border-top: none; border-bottom-right-radius: 8px; }

.hero-portrait-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: top center;
    border-radius: 12px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.hero-portrait-caption {
    background: linear-gradient(135deg, #041226 0%, #0a3871 100%);
    border-top: 2px solid #d4af37;
    border-radius: 0 0 12px 12px;
    padding: 10px 14px;
    text-align: center;
    margin-top: 8px;
}
.portrait-name {
    font-size: 0.88rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 2px;
}
.portrait-title {
    font-size: 0.72rem;
    color: #ffd700;
    font-weight: 600;
    letter-spacing: 0.4px;
}

/* ================= QUICK ACTION CARDS DOCK ================= */
.quick-action-bar {
    margin-top: -48px;
    position: relative;
    z-index: 20;
}
.quick-action-dock {
    background: #ffffff;
    border-radius: 20px;
    padding: 16px 20px;
    box-shadow: 0 16px 45px rgba(6, 29, 61, 0.18), 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(10, 56, 113, 0.1);
    border-top: 3px solid #0084ff;
}

/* Individual Action Hub Card */
.action-hub-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: #1e293b;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.action-hub-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: transparent;
    transition: var(--transition);
}

.action-hub-card:hover {
    background: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(10, 56, 113, 0.14);
}
.action-hub-card.card-member:hover { border-color: #0084ff; }
.action-hub-card.card-member:hover::before { background: #0084ff; }
.action-hub-card.card-donate:hover { border-color: #dc2626; }
.action-hub-card.card-donate:hover::before { background: #dc2626; }
.action-hub-card.card-serve:hover { border-color: #059669; }
.action-hub-card.card-serve:hover::before { background: #059669; }
.action-hub-card.card-cert:hover { border-color: #d97706; }
.action-hub-card.card-cert:hover::before { background: #d97706; }

/* Action Hub Icons */
.action-hub-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #ffffff;
    flex-shrink: 0;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.action-hub-card:hover .action-hub-icon {
    transform: scale(1.1) rotate(5deg);
}

.icon-blue { background: linear-gradient(135deg, #0a3871, #0084ff); }
.icon-red { background: linear-gradient(135deg, #dc2626, #f43f5e); }
.icon-green { background: linear-gradient(135deg, #059669, #10b981); }
.icon-gold { background: linear-gradient(135deg, #d97706, #fbbf24); }

.action-hub-content {
    flex-grow: 1;
}
.action-hub-title {
    font-size: 0.96rem;
    font-weight: 800;
    color: #061d3d;
    margin-bottom: 2px;
    line-height: 1.2;
}
.action-hub-card:hover .action-hub-title {
    color: #0084ff;
}
.action-hub-sub {
    font-size: 0.78rem;
    color: #64748b;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}
.action-arrow {
    font-size: 0.7rem;
    color: #94a3b8;
    transition: transform 0.2s ease;
}
.action-hub-card:hover .action-arrow {
    transform: translateX(4px);
    color: #0084ff;
}

/* Flagship Anthem Crest Card */
.anthem-crest-card {
    background: linear-gradient(135deg, #04142c 0%, #072552 50%, #0a3871 100%);
    border: 2px solid #d4af37;
    border-radius: 14px;
    padding: 12px 16px;
    color: #ffffff;
    height: 100%;
    display: flex;
    align-items: center;
    box-shadow: 0 8px 24px rgba(6, 29, 61, 0.3), inset 0 0 15px rgba(212, 175, 55, 0.15);
    position: relative;
    overflow: hidden;
}
.anthem-crest-card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.2) 0%, transparent 70%);
    pointer-events: none;
}
.anthem-crest-inner {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
}
.anthem-chakra-box {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}
.anthem-spin-chakra {
    animation: anthemSpin 30s linear infinite;
}
@keyframes anthemSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.anthem-text-box {
    flex-grow: 1;
}
.anthem-main-motto {
    font-size: 0.85rem;
    font-weight: 900;
    letter-spacing: 1px;
    color: #ffffff;
    line-height: 1.3;
    text-transform: uppercase;
}
.anthem-main-motto span:first-child {
    color: #ffd700;
}
.anthem-sub-motto {
    font-size: 0.76rem;
    font-weight: 800;
    color: #93c5fd;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 1px;
}

/* ================= SECTION HEADINGS ================= */
.section-padding {
    padding: 70px 0;
}
.section-tag {
    display: inline-block;
    color: var(--accent-blue);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.section-title {
    font-size: 2.1rem;
    font-weight: 800;
    color: var(--primary-dark);
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}
.section-desc {
    color: var(--text-muted);
    font-size: 1rem;
    max-width: 650px;
    margin: 0 auto 40px;
}

/* ================= ABOUT SECTION ================= */
.about-card {
    background: #ffffff;
    border-radius: var(--radius-md);
    padding: 24px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-color);
    transition: var(--transition);
    height: 100%;
}
.about-card:hover {
    border-color: var(--accent-blue);
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}
.about-card-icon {
    width: 44px;
    height: 44px;
    border-radius: var(--radius-sm);
    background: var(--accent-sky);
    color: var(--primary-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 15px;
}
.about-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 8px;
}

/* ================= PROGRAM CARDS ================= */
.program-card {
    background: #ffffff;
    border-radius: var(--radius-md);
    padding: 22px 18px;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.program-card:hover {
    border-color: var(--accent-blue);
    box-shadow: var(--shadow-md);
    transform: translateY(-6px);
}
.program-icon-box {
    width: 58px;
    height: 58px;
    border-radius: 12px;
    background: var(--accent-sky);
    color: var(--primary-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin: 0 auto 15px;
    transition: var(--transition);
}
.program-card:hover .program-icon-box {
    background: var(--primary-blue);
    color: #ffffff;
    transform: scale(1.05);
}
.program-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 8px;
}
.program-desc {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.55;
    margin-bottom: 15px;
    flex-grow: 1;
}
.btn-program-more {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--primary-blue);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: var(--transition);
}
.btn-program-more:hover {
    color: var(--accent-blue);
    gap: 8px;
}

/* Feature Quote Card in Key Areas */
.quote-highlight-card {
    background: linear-gradient(135deg, #0a3871, #061d3d);
    color: #ffffff;
    border-radius: var(--radius-md);
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 5px solid var(--accent-gold);
    box-shadow: var(--shadow-md);
}
.quote-highlight-card h4 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #ffd700;
    margin-bottom: 12px;
}
.quote-highlight-card p {
    font-size: 0.95rem;
    color: #e2e8f0;
    margin-bottom: 20px;
}

/* ================= IMPACT COUNTER BAR ================= */
.impact-counter-section {
    background: linear-gradient(135deg, #061d3d 0%, #0a3871 100%);
    color: #ffffff;
    padding: 50px 0;
    position: relative;
}
.impact-stat-item {
    text-align: center;
    padding: 10px;
}
.impact-stat-icon {
    font-size: 2rem;
    color: var(--accent-gold);
    margin-bottom: 8px;
}
.impact-stat-number {
    font-size: 2.4rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -1px;
    margin-bottom: 2px;
}
.impact-stat-label {
    font-size: 0.88rem;
    font-weight: 600;
    color: #cbd5e1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ================= ACTIVITIES & NEWS ================= */
.activity-card {
    background: #ffffff;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-color);
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.activity-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: var(--accent-blue);
}
.activity-img-wrapper {
    height: 190px;
    overflow: hidden;
    position: relative;
    background: #0a3871;
}
.activity-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}
.activity-card:hover .activity-img {
    transform: scale(1.05);
}
.activity-category-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--primary-blue);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 4px;
    text-transform: uppercase;
}
.activity-body {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.activity-date {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: 6px;
}
.activity-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 10px;
    line-height: 1.35;
}
.activity-summary {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 15px;
    flex-grow: 1;
}

/* ================= TESTIMONIALS ================= */
.testimonial-card {
    background: #ffffff;
    border-radius: var(--radius-md);
    padding: 25px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-color);
    position: relative;
    height: 100%;
}
.testimonial-quote-icon {
    font-size: 2rem;
    color: var(--accent-sky);
    margin-bottom: 10px;
}
.testimonial-text {
    font-style: italic;
    font-size: 0.95rem;
    color: var(--text-dark);
    line-height: 1.6;
    margin-bottom: 20px;
}
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}
.testimonial-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--accent-gold);
}
.testimonial-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 2px;
}
.testimonial-role {
    font-size: 0.78rem;
    color: var(--text-muted);
}

/* ================= CTA BANNER ================= */
.cta-banner-section {
    background: linear-gradient(135deg, #061d3d 0%, #0a3871 100%);
    color: #ffffff;
    padding: 60px 0;
    text-align: center;
    position: relative;
}
.cta-banner-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
}
.cta-banner-subtitle {
    font-size: 1.05rem;
    color: #cbd5e1;
    margin-bottom: 30px;
}

/* ================= FOOTER ================= */
.main-footer {
    background: #041226;
    color: #94a3b8;
    padding: 60px 0 20px;
    font-size: 0.9rem;
    border-top: 3px solid var(--accent-gold);
}
.footer-title {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
}
.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 2px;
    background: var(--accent-gold);
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 10px;
}
.footer-links a {
    color: #94a3b8;
    text-decoration: none;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.footer-links a:hover {
    color: var(--accent-gold);
    padding-left: 5px;
}
.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}
.footer-contact-icon {
    color: var(--accent-gold);
    font-size: 1.1rem;
    margin-top: 3px;
    flex-shrink: 0;
}
.footer-bottom-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 20px;
    margin-top: 40px;
    font-size: 0.82rem;
    color: #64748b;
}

/* ================= CROWDFUNDING, EVENTS & BLOG STYLES ================= */
.page-header-banner {
    background: linear-gradient(135deg, #061d3d 0%, #0a3871 50%, #061d3d 100%) !important;
    position: relative;
    padding: 60px 0 50px;
    color: #ffffff !important;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(6, 29, 61, 0.3);
}

.page-header-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 15% 30%, rgba(21, 91, 181, 0.5) 0%, transparent 60%),
                radial-gradient(circle at 85% 70%, rgba(212, 175, 55, 0.18) 0%, transparent 50%);
    pointer-events: none;
}

.page-header-banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #d4af37, #0084ff, #d4af37);
}

.page-header-banner .container {
    position: relative;
    z-index: 2;
}

.page-header-banner h1, 
.page-header-banner .display-5,
.page-header-banner .display-6 {
    color: #ffffff !important;
    font-weight: 800;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    letter-spacing: -0.5px;
}

.page-header-banner p.lead,
.page-header-banner p {
    color: #e2e8f0 !important;
    font-size: 1.15rem;
    line-height: 1.6;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.page-header-banner .badge {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.mt-n4 { margin-top: -1.5rem !important; }
.max-w-700 { max-width: 700px; }
.max-w-900 { max-width: 900px; }


.hover-elevate {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.hover-elevate:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 35px rgba(6, 29, 61, 0.12) !important;
}

.hover-primary {
    transition: color 0.2s ease;
}
.hover-primary:hover {
    color: var(--primary-blue) !important;
}

.cause-card {
    border: 1px solid rgba(10, 56, 113, 0.08) !important;
}
.cause-img-wrap, .blog-img-wrap {
    overflow: hidden;
}
.cause-img, .blog-img {
    transition: transform 0.5s ease;
}
.cause-card:hover .cause-img, .blog-post-card:hover .blog-img {
    transform: scale(1.05);
}

.cause-title {
    font-size: 1.12rem;
    line-height: 1.4;
}

@keyframes pulseEffect {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.06); opacity: 0.85; }
    100% { transform: scale(1); opacity: 1; }
}
.animate-pulse {
    animation: pulseEffect 2s infinite ease-in-out;
}

/* ================= RESPONSIVE ADJUSTMENTS ================= */
@media (max-width: 991px) {
    .header-quote-box {
        text-align: left;
        border-left: none;
        padding-left: 0;
        margin-top: 10px;
    }
    .hero-title {
        font-size: 2.2rem;
    }
    .hero-section {
        padding: 40px 0 60px;
        text-align: center;
    }
    .hero-description {
        margin: 0 auto 25px;
    }
    .quick-action-bar {
        margin-top: 20px;
    }
}
@media (max-width: 576px) {
    .brand-title {
        font-size: 1.35rem;
    }
    .hero-title {
        font-size: 1.8rem;
    }
    .section-title {
        font-size: 1.6rem;
    }
    .impact-stat-number {
        font-size: 1.8rem;
    }
}
