/* ================================================================
   BINAYAK FOUNDATION — Dashboard Bundle v3.0
   Single consolidated stylesheet for the public dashboard.
   Cultural Heritage · Community Impact · Modern Design
   ================================================================ */

:root {
    --bf-primary:        #4f46e5;   /* Indigo — trust & depth */
    --bf-primary-dark:   #3730a3;
    --bf-primary-light:  #eef2ff;
    --bf-gold:           #f59e0b;   /* Saffron — Nepalese heritage */
    --bf-gold-dark:      #d97706;
    --bf-success:        #10b981;
    --bf-danger:         #ef4444;
    --bf-warm:           #dc2626;   /* Vermilion — urgency/donate */
    --bf-dark:           #0f172a;
    --bf-gray-900:       #1e293b;
    --bf-gray-700:       #334155;
    --bf-gray-500:       #64748b;
    --bf-gray-300:       #cbd5e1;
    --bf-gray-100:       #f1f5f9;
    --bf-gray-50:        #f8fafc;
    --bf-bg:             #fafbff;
    --bf-surface:        #ffffff;
    --bf-grad-primary:   linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --bf-grad-gold:      linear-gradient(135deg, #f59e0b 0%, #dc2626 100%);
    --bf-grad-hero:      linear-gradient(135deg, #f0f4ff 0%, #faf5ff 40%, #f0f9ff 100%);
    --bf-grad-dark:      linear-gradient(135deg, #0f172a 0%, #1a2744 100%);
    --bf-grad-card:      linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,1) 100%);
    --bf-shadow-xs:      0 1px 3px rgba(0,0,0,0.04);
    --bf-shadow-sm:      0 4px 12px rgba(0,0,0,0.06);
    --bf-shadow:         0 8px 24px rgba(79, 70, 229, 0.10);
    --bf-shadow-lg:      0 20px 60px rgba(0,0,0,0.12);
    --bf-shadow-glow:    0 8px 32px rgba(79, 70, 229, 0.28);
    --bf-shadow-gold:    0 8px 24px rgba(245, 158, 11, 0.25);
    --bf-radius-sm:   0.5rem;
    --bf-radius:      1rem;
    --bf-radius-lg:   1.5rem;
    --bf-radius-xl:   2rem;
    --bf-radius-2xl:  3rem;
    --bf-ease:    cubic-bezier(0.4, 0, 0.2, 1);
    --bf-spring:  cubic-bezier(0.175, 0.885, 0.32, 1.275);
    --ab-navy: #1e3a5f;
    --ab-navy-mid: #2d5282;
    --ab-navy-lt: #ebf4ff;
    --ab-gold: #c49a3c;
    --ab-green: #1a7a4a;
    --ab-green-lt: #e6f4ed;
    --ab-text: #1a202c;
    --ab-muted: #64748b;
    --ab-border: #e2e8f0;
    --ab-white: #ffffff;
    --ev-navy: #1e3a5f;
    --ev-navy-mid: #2d5282;
    --ev-navy-lt: #ebf4ff;
    --ev-gold: #c49a3c;
    --ev-gold-lt: #fdf6e3;
    --ev-green: #1a7a4a;
    --ev-green-lt: #e6f4ed;
    --ev-text: #1a202c;
    --ev-muted: #64748b;
    --ev-border: #e2e8f0;
    --ev-bg: #f8fafc;
    --ev-white: #ffffff;
    --gl-navy: #1e3a5f;
    --gl-navy-mid: #2d5282;
    --gl-navy-lt: #ebf4ff;
    --gl-gold: #c49a3c;
    --gl-gold-lt: #fdf6e3;
    --gl-text: #1a202c;
    --gl-muted: #64748b;
    --gl-border: #e2e8f0;
    --gl-bg: #f8fafc;
    --gl-white: #ffffff;
    --dn-indigo: #1e3a5f;
    --dn-indigo-mid: #2d5282;
    --dn-indigo-lt: #ebf4ff;
    --dn-gold: #c49a3c;
    --dn-gold-lt: #fdf6e3;
    --dn-green: #1a7a4a;
    --dn-green-lt: #e6f4ed;
    --dn-text: #1a202c;
    --dn-muted: #64748b;
    --dn-border: #e2e8f0;
    --dn-bg: #f8fafc;
    --dn-white: #ffffff;
    --dn-radius: 24px;
    --dn-shadow: 0 24px 56px -8px rgba(30,58,95,0.14), 0 4px 16px -4px rgba(30,58,95,0.08);
    --ct-navy: #1e3a5f;
    --ct-navy-mid: #2d5282;
    --ct-navy-lt: #ebf4ff;
    --ct-gold: #c49a3c;
    --ct-gold-lt: #fdf6e3;
    --ct-text: #1a202c;
    --ct-muted: #64748b;
    --ct-border: #e2e8f0;
    --ct-bg: #f8fafc;
    --ct-white: #ffffff;
    --ct-radius: 24px;
    --ct-shadow: 0 24px 56px -8px rgba(30,58,95,0.14), 0 4px 16px -4px rgba(30,58,95,0.08);
    --jn-navy: #1e3a5f;
    --jn-navy-mid: #2d5282;
    --jn-navy-lt: #ebf4ff;
    --jn-gold: #c49a3c;
    --jn-gold-lt: #fdf6e3;
    --jn-text: #1a202c;
    --jn-muted: #64748b;
    --jn-border: #e2e8f0;
    --jn-bg: #f8fafc;
    --jn-white: #ffffff;
    --jn-radius: 24px;
    --jn-shadow: 0 24px 56px -8px rgba(30,58,95,0.14), 0 4px 16px -4px rgba(30,58,95,0.08);
}

/* ================================================================
   BINAYAK FOUNDATION — PREMIUM NGO DASHBOARD v2.0
   Cultural Heritage · Community Impact · Modern Design
   ================================================================ */



/* ================================================================
   RESET & BASE
   ================================================================ */

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

body {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: var(--bf-bg);
    color: var(--bf-dark);
    overflow-x: hidden;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

/* ================================================================
   ANNOUNCEMENT BANNER
   ================================================================ */

.announce-banner {
    background: var(--bf-grad-primary);
    color: white;
    padding: 0.55rem 0;
    text-align: center;
    font-size: 0.83rem;
    font-weight: 600;
    position: relative;
    z-index: 1200;
    letter-spacing: 0.01em;
}

.announce-banner a {
    color: #fde68a;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.announce-banner a:hover {
    color: white;
}

.announce-pulse {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #fbbf24;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.3);
    animation: pulse 2s infinite;
    flex-shrink: 0;
}

/* ================================================================
   NAVIGATION
   ================================================================ */

.navbar {
    background: rgba(255, 255, 255, 0.93) !important;
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    padding: 1rem 0;
    border-bottom: 1px solid rgba(79, 70, 229, 0.07);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.35s var(--bf-ease);
    z-index: 1100;
}

.navbar.scrolled {
    padding: 0.65rem 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.navbar-brand {
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    background: var(--bf-grad-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: transform 0.2s var(--bf-ease);
}

.navbar-brand i {
    -webkit-text-fill-color: initial;
    color: var(--bf-primary);
    font-size: 1.75rem;
}

.navbar-brand:hover {
    transform: scale(1.03);
}

.nav-link {
    color: var(--bf-gray-700) !important;
    font-weight: 600;
    font-size: 0.88rem;
    padding: 0.5rem 0.875rem !important;
    border-radius: var(--bf-radius-sm);
    transition: all 0.2s var(--bf-ease);
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 60%;
    height: 2px;
    background: var(--bf-grad-primary);
    border-radius: 2px;
    transition: transform 0.3s var(--bf-ease);
}

.nav-link:hover {
    color: var(--bf-primary) !important;
    background: var(--bf-primary-light);
}

.nav-link:hover::after,
.nav-link.active::after {
    transform: translateX(-50%) scaleX(1);
}

/* ── Join Us Button in Nav ── */
.btn-nav-join {
    background: transparent;
    border: 2px solid var(--bf-primary);
    color: var(--bf-primary);
    padding: 0.45rem 1.25rem;
    font-weight: 700;
    font-size: 0.85rem;
    position: relative;
    overflow: hidden;
    transition: all 0.35s var(--bf-ease);
    animation: joinPulse 2.5s ease-in-out infinite;
}

.btn-nav-join::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--bf-grad-primary);
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 0;
}

.btn-nav-join:hover::before {
    opacity: 1;
}

.btn-nav-join:hover {
    color: #fff;
    border-color: transparent;
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 20px rgba(79, 70, 229, 0.35);
}

.btn-nav-join i,
.btn-nav-join span {
    position: relative;
    z-index: 1;
}

@keyframes joinPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(79, 70, 229, 0.25); }
    50%      { box-shadow: 0 0 0 8px rgba(79, 70, 229, 0); }
}

/* ── Donate Button in Nav ── */
.btn-nav-donate {
    background: var(--bf-grad-gold);
    border: none;
    color: #fff;
    padding: 0.5rem 1.4rem;
    font-weight: 700;
    font-size: 0.85rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35);
    transition: all 0.35s var(--bf-ease);
    animation: donatePulse 2s ease-in-out infinite;
}

.btn-nav-donate::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -75%;
    width: 50%;
    height: 200%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transform: skewX(-25deg);
    animation: donateShimmer 3s ease-in-out infinite;
}

.btn-nav-donate:hover {
    transform: translateY(-2px) scale(1.08);
    box-shadow: 0 8px 28px rgba(245, 158, 11, 0.5);
    color: #fff;
}

@keyframes donatePulse {
    0%, 100% { box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35); }
    50%      { box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35), 0 0 0 6px rgba(245, 158, 11, 0.15); }
}

@keyframes donateShimmer {
    0%       { left: -75%; }
    100%     { left: 125%; }
}

@media (max-width: 991px) {
    .navbar-collapse {
        background: white;
        padding: 1.5rem;
        border-radius: var(--bf-radius-lg);
        margin-top: 0.75rem;
        box-shadow: var(--bf-shadow-lg);
        border: 1px solid rgba(0,0,0,0.04);
    }

    .nav-link::after { display: none; }

    .nav-link:hover {
        transform: translateX(4px);
    }
}

/* ================================================================
   HERO SECTION
   ================================================================ */

.header-hero {
    background: var(--bf-grad-hero);
    padding: 0;          /* hero-content-zone + #about manage their own padding */
    position: relative;
    overflow: hidden;
}

/* Animated blob #1 – indigo */
.header-hero::before {
    content: '';
    position: absolute;
    top: -15%;
    right: -8%;
    width: 640px;
    height: 640px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.14) 0%, transparent 65%);
    border-radius: 50%;
    filter: blur(70px);
    animation: floatBlob 9s ease-in-out infinite alternate;
    pointer-events: none;
}

/* Animated blob #2 – gold */
.header-hero::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -8%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.11) 0%, transparent 65%);
    border-radius: 50%;
    filter: blur(80px);
    animation: floatBlob 11s ease-in-out infinite alternate-reverse;
    pointer-events: none;
}

/* Blob #3 – green (injected via HTML) */
.hero-blob-3 {
    position: absolute;
    top: 40%;
    left: 35%;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.07) 0%, transparent 65%);
    border-radius: 50%;
    filter: blur(60px);
    animation: floatBlob 13s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes floatBlob {
    0%   { transform: translate(0,  0) scale(1); }
    100% { transform: translate(25px, 18px) scale(1.08); }
}

.hero-display {
    font-weight: 900;
    font-size: clamp(2.4rem, 5.5vw, 4rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: var(--bf-dark);
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

.hero-display .text-primary {
    background: var(--bf-grad-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-lead {
    font-size: 1.1rem;
    color: var(--bf-gray-500);
    max-width: 520px;
    line-height: 1.8;
    position: relative;
    z-index: 1;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: white;
    padding: 0.5rem 1.25rem;
    border-radius: 100px;
    font-size: 0.71rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--bf-primary);
    margin-bottom: 2rem;
    box-shadow: var(--bf-shadow-sm), 0 0 0 1px rgba(79,70,229,0.07);
    animation: slideDownFade 0.7s var(--bf-spring) both;
    position: relative;
    z-index: 1;
}

.status-pill span {
    width: 8px;
    height: 8px;
    background: var(--bf-primary);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.18);
    animation: pulse 2s infinite;
}

/* Hero Buttons */
.btn-primary.btn-lg {
    background: var(--bf-grad-primary);
    border: none;
    padding: 0.875rem 2.5rem;
    font-weight: 700;
    font-size: 1rem;
    box-shadow: 0 8px 24px rgba(79, 70, 229, 0.35);
    transition: all 0.3s var(--bf-ease);
    border-radius: 100px;
    position: relative;
    z-index: 1;
}

.btn-primary.btn-lg:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(79, 70, 229, 0.48);
}

.btn-outline-dark.btn-lg {
    border: 2px solid var(--bf-gray-300);
    color: var(--bf-dark);
    padding: 0.875rem 2.5rem;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s var(--bf-ease);
    border-radius: 100px;
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(8px);
    position: relative;
    z-index: 1;
}

.btn-outline-dark.btn-lg:hover {
    background: var(--bf-dark);
    color: white;
    border-color: var(--bf-dark);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* Hero Trust Chips */
.hero-trust-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 2rem;
    position: relative;
    z-index: 1;
}

.trust-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: white;
    border: 1px solid var(--bf-gray-100);
    padding: 0.35rem 0.9rem;
    border-radius: 100px;
    font-size: 0.74rem;
    font-weight: 600;
    color: var(--bf-gray-700);
    box-shadow: var(--bf-shadow-xs);
    transition: all 0.2s var(--bf-ease);
}

.trust-chip i {
    color: var(--bf-primary);
    font-size: 0.85rem;
}

.trust-chip:hover {
    border-color: rgba(79, 70, 229, 0.25);
    box-shadow: var(--bf-shadow-sm);
}

/* Hero wave clip */
.hero-wave-bottom {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    line-height: 0;
    z-index: 2;
}

.hero-wave-bottom svg {
    display: block;
    width: 100%;
}

@media (max-width: 768px) {
    .header-hero {
        padding: 0;
    }

    .hero-display {
        font-size: 2.2rem;
    }

    .hero-lead {
        font-size: 1rem;
    }

    .hero-trust-chips {
        gap: 0.35rem;
    }
}

/* ================================================================
   IMPACT STATS SECTION
   ================================================================ */

.impact-stats-section {
    background: var(--bf-grad-dark);
    padding: 5rem 0 4rem;
    position: relative;
    overflow: hidden;
}

/* Subtle dot grid overlay */
.impact-stats-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}

.impact-orb-1 {
    position: absolute;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(79, 70, 229, 0.28) 0%, transparent 70%);
    border-radius: 50%;
    top: -25%;
    right: 8%;
    filter: blur(70px);
    pointer-events: none;
    animation: floatBlob 10s ease-in-out infinite alternate;
}

.impact-orb-2 {
    position: absolute;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    bottom: -15%;
    left: 5%;
    filter: blur(60px);
    pointer-events: none;
    animation: floatBlob 14s ease-in-out infinite alternate-reverse;
}

.impact-stat-item {
    text-align: center;
    padding: 2.5rem 1rem;
    position: relative;
    z-index: 1;
    transition: transform 0.3s var(--bf-ease);
}

.impact-stat-item:hover {
    transform: translateY(-4px);
}

.impact-stat-item + .impact-stat-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 25%;
    height: 50%;
    width: 1px;
    background: rgba(255,255,255,0.08);
}

.impact-icon {
    width: 68px;
    height: 68px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.85rem;
    margin: 0 auto 1.25rem;
    color: white;
    transition: all 0.3s var(--bf-ease);
}

.impact-stat-item:hover .impact-icon {
    background: rgba(79, 70, 229, 0.35);
    border-color: rgba(79, 70, 229, 0.4);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(79, 70, 229, 0.3);
}

.impact-number {
    display: block;
    font-size: clamp(2.5rem, 4vw, 3.75rem);
    font-weight: 900;
    letter-spacing: -0.05em;
    color: white;
    line-height: 1;
    margin-bottom: 0.4rem;
    font-variant-numeric: tabular-nums;
}

.impact-number-gold {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.impact-number-green {
    background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.impact-number-purple {
    background: linear-gradient(135deg, #a78bfa 0%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.impact-label {
    font-size: 0.88rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.impact-sub {
    font-size: 0.73rem;
    color: rgba(255, 255, 255, 0.38);
    margin-top: 0.2rem;
}

/* Impact wave bottom */
.impact-wave-bottom {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    line-height: 0;
    z-index: 2;
}

.impact-wave-bottom svg {
    display: block;
    width: 100%;
}

@media (max-width: 576px) {
    .impact-stat-item + .impact-stat-item::before {
        display: none;
    }

    .impact-stats-section {
        padding: 3rem 0 2.5rem;
    }
}

/* ================================================================
   TRUST BAR
   ================================================================ */

.trust-bar {
    background: white;
    padding: 1.1rem 0;
    border-bottom: 1px solid var(--bf-gray-100);
    border-top: 1px solid var(--bf-gray-100);
}

.trust-bar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--bf-gray-600);
    padding: 0.4rem 2rem;
    border-right: 1px solid var(--bf-gray-100);
    white-space: nowrap;
}

.trust-item:last-child {
    border-right: none;
}

.trust-item i {
    color: var(--bf-primary);
    font-size: 1.1rem;
}

.trust-item .text-success {
    color: var(--bf-success) !important;
}

/* ================================================================
   SECTION HEADINGS — SHARED
   ================================================================ */

.section-heading {
    text-align: center;
    margin-bottom: 3.5rem;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: var(--bf-primary-light);
    border: 1px solid rgba(79, 70, 229, 0.15);
    color: var(--bf-primary);
    padding: 0.38rem 1.1rem;
    border-radius: 100px;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 0.85rem;
}

.section-title {
    font-size: clamp(1.9rem, 4vw, 2.65rem);
    font-weight: 900;
    color: var(--bf-dark);
    margin-bottom: 0.85rem;
    letter-spacing: -0.03em;
}

.section-subtitle {
    color: var(--bf-gray-500);
    max-width: 560px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.75;
}

/* Shared fancy-badge (used in partials) */
.fancy-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: var(--bf-primary-light);
    border: 1px solid rgba(79, 70, 229, 0.15);
    color: var(--bf-primary);
    padding: 0.35rem 1rem;
    border-radius: 100px;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

/* Shared display-heading */
.display-heading {
    font-weight: 900;
    letter-spacing: -0.03em;
    color: var(--bf-dark);
}

/* ================================================================
   ABOUT SECTION
   ================================================================ */

#about {
    background: var(--bf-surface);
    padding: 2rem 0;
    position: relative;
    overflow: hidden;
}

/* ================================================================
   PROJECTS SECTION
   ================================================================ */

#projects {
    background: var(--bf-gray-50);
    padding: 5rem 0;
}

/* ================================================================
   EVENTS SECTION
   ================================================================ */

#events {
    background: var(--bf-surface);
    padding: 5rem 0;
    position: relative;
}

/* ================================================================
   GALLERY SECTION
   ================================================================ */

#gallery {
    background: linear-gradient(135deg, #faf5ff 0%, #f0f4ff 100%);
    padding: 5rem 0;
    position: relative;
}

.gallery-card-fancy {
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.4s var(--bf-ease);
    background: white;
    box-shadow: var(--bf-shadow-sm);
}

.gallery-card-fancy:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 24px 48px rgba(79, 70, 229, 0.15);
}

.gallery-main-wrapper-fancy {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.gallery-img-zoom {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s var(--bf-ease);
}

.gallery-card-fancy:hover .gallery-img-zoom {
    transform: scale(1.08);
}

.gallery-glass-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.75rem 1rem;
    background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, transparent 100%);
    color: white;
}

.thumb-strip {
    background: var(--bf-gray-50);
}

.thumb-item-fancy {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.3s var(--bf-ease);
}

.thumb-item-fancy:hover {
    opacity: 0.8;
    transform: scale(0.96);
}

/* ================================================================
   DONATION SECTION
   ================================================================ */

#donate {
    background: white;
    padding: 5rem 0;
}

/* ================================================================
   CONTACT SECTION
   ================================================================ */

#contactUs {
    background: var(--bf-gray-50);
    padding: 5rem 0;
}

/* ================================================================
   CARDS (GENERIC OVERRIDE)
   ================================================================ */

.card {
    border-radius: var(--bf-radius-xl);
    box-shadow: var(--bf-shadow-sm);
    border: 1px solid rgba(0,0,0,0.04);
    background: var(--bf-surface);
    overflow: hidden;
    transition: all 0.35s var(--bf-ease);
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: var(--bf-shadow-lg);
}

.card-body {
    padding: 1.75rem;
}

/* ================================================================
   FLOATING ELEMENTS
   ================================================================ */

.floating-actions {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.875rem;
}

.floating-contact {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.contact-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.4rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
    text-decoration: none;
    transition: all 0.3s var(--bf-spring);
    position: relative;
}

.contact-btn:hover {
    transform: scale(1.12) translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
    color: white;
}

.contact-btn.whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}

.contact-btn.facebook {
    background: linear-gradient(135deg, #1877F2 0%, #0D5DBF 100%);
}

/* Donate Float Bar */
.donate-float-bar {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    padding: 0.875rem 1.25rem;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(255,255,255,0.8);
    animation: slideUpFade 0.8s var(--bf-spring) 1.2s both;
    max-width: 380px;
}

@keyframes slideUpFade {
    from { transform: translateY(80px); opacity: 0; }
    to   { transform: translateY(0);    opacity: 1; }
}

.btn-donate-glow {
    background: var(--bf-grad-primary);
    color: white;
    border: none;
    padding: 0.625rem 1.25rem;
    border-radius: 100px;
    font-weight: 700;
    font-size: 0.82rem;
    box-shadow: 0 4px 14px rgba(79, 70, 229, 0.38);
    transition: all 0.3s var(--bf-ease);
    white-space: nowrap;
}

.btn-donate-glow:hover {
    transform: scale(1.05);
    color: white;
    box-shadow: 0 8px 24px rgba(79, 70, 229, 0.52);
}

@media (max-width: 768px) {
    .floating-actions {
        right: 0;
        bottom: 0;
        left: 0;
        align-items: stretch;
        gap: 0;
    }

    /* Move contact buttons above the bar */
    .floating-contact {
        position: fixed;
        right: 12px;
        bottom: 70px;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        z-index: 10000;
    }

    .contact-btn {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }

    /* Full-width donate bar pinned to bottom */
    .donate-float-bar {
        max-width: 100%;
        width: 100%;
        border-radius: 0;
        padding: 0.6rem 1rem;
        gap: 0.75rem;
        box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.12);
        justify-content: space-between;
    }

    .donate-float-bar .d-flex.align-items-center.gap-3 {
        gap: 0.5rem !important;
    }

    /* Slightly smaller icon */
    .donate-float-bar .rounded-circle {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px;
    }

    .donate-float-bar .rounded-circle i {
        font-size: 1rem !important;
    }

    .donate-float-bar h6 {
        font-size: 12px !important;
    }

    .donate-float-bar small {
        font-size: 9px !important;
    }

    .btn-donate-glow {
        padding: 0.5rem 1rem;
        font-size: 0.78rem;
    }
}

/* ================================================================
   BACK TO TOP BUTTON
   ================================================================ */

.back-to-top {
    position: fixed;
    bottom: 24px;
    left: 24px;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: var(--bf-gray-900);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    text-decoration: none;
    z-index: 9997;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s var(--bf-ease);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    pointer-events: none;
}

.back-to-top.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.back-to-top:hover {
    background: var(--bf-primary);
    color: white;
    transform: translateY(-3px);
    box-shadow: var(--bf-shadow-glow);
}

/* ================================================================
   FOOTER
   ================================================================ */

footer {
    background: var(--bf-grad-dark);
    color: #94a3b8;
    padding: 5rem 0 2rem;
    position: relative;
    overflow: hidden;
}

/* Gradient top border */
footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(79, 70, 229, 0.5) 30%, rgba(245, 158, 11, 0.4) 70%, transparent 100%);
}

/* Decorative orb */
footer::after {
    content: '';
    position: absolute;
    bottom: -15%;
    right: -5%;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(79, 70, 229, 0.12) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}

.footer-brand-name {
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    background: var(--bf-grad-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    margin-bottom: 0.85rem;
}

.footer-desc {
    font-size: 0.875rem;
    line-height: 1.8;
    color: #475569;
    max-width: 290px;
}

.footer-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(79, 70, 229, 0.12);
    border: 1px solid rgba(79, 70, 229, 0.22);
    color: #a5b4fc;
    padding: 0.28rem 0.85rem;
    border-radius: 100px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: 1rem;
}

footer h6 {
    color: #e2e8f0;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.footer-link {
    display: block;
    color: #475569;
    text-decoration: none;
    font-size: 0.875rem;
    padding: 0.3rem 0 0.3rem 0.6rem;
    margin-left: -0.6rem;
    border-left: 2px solid transparent;
    transition: all 0.2s var(--bf-ease);
    margin-bottom: 0.15rem;
}

.footer-link:hover {
    color: #e2e8f0;
    border-left-color: var(--bf-primary);
    padding-left: 1rem;
    margin-left: -1rem;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
    font-size: 0.875rem;
    color: #475569;
}

.footer-contact-item i {
    color: var(--bf-primary);
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.footer-social-row {
    display: flex;
    gap: 0.55rem;
    margin-top: 1.25rem;
}

.footer-social-btn {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    text-decoration: none;
    font-size: 1.05rem;
    transition: all 0.3s var(--bf-ease);
}

.footer-social-btn:hover {
    background: var(--bf-primary);
    border-color: var(--bf-primary);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(79, 70, 229, 0.35);
}

.footer-bottom-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 3.5rem;
    padding-top: 1.75rem;
    font-size: 0.8rem;
    color: #334155;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.footer-bottom-bar a {
    color: #475569;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-bottom-bar a:hover {
    color: #e2e8f0;
}

/* ================================================================
   SCROLL REVEAL ANIMATIONS
   ================================================================ */

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s var(--bf-ease), transform 0.65s var(--bf-ease);
}

.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

.reveal-left {
    opacity: 0;
    transform: translateX(-28px);
    transition: opacity 0.65s var(--bf-ease), transform 0.65s var(--bf-ease);
}

.reveal-left.revealed {
    opacity: 1;
    transform: translateX(0);
}

.reveal-right {
    opacity: 0;
    transform: translateX(28px);
    transition: opacity 0.65s var(--bf-ease), transform 0.65s var(--bf-ease);
}

.reveal-right.revealed {
    opacity: 1;
    transform: translateX(0);
}

.reveal-scale {
    opacity: 0;
    transform: scale(0.92);
    transition: opacity 0.65s var(--bf-ease), transform 0.65s var(--bf-ease);
}

.reveal-scale.revealed {
    opacity: 1;
    transform: scale(1);
}

.reveal-delay-1 { transition-delay: 0.08s; }
.reveal-delay-2 { transition-delay: 0.16s; }
.reveal-delay-3 { transition-delay: 0.24s; }
.reveal-delay-4 { transition-delay: 0.32s; }
.reveal-delay-5 { transition-delay: 0.40s; }

/* ================================================================
   KEYFRAMES
   ================================================================ */

@keyframes pulse {
    0%, 100% { opacity: 1;  transform: scale(1);   }
    50%       { opacity: 0.6; transform: scale(1.3); }
}

@keyframes slideDownFade {
    from { transform: translateY(-20px); opacity: 0; }
    to   { transform: translateY(0);     opacity: 1; }
}

@keyframes shimmer {
    0%   { background-position: -1000px 0; }
    100% { background-position:  1000px 0; }
}

/* ================================================================
   UTILITIES
   ================================================================ */

.bg-light  { background-color: var(--bf-gray-50) !important; }
.bg-white  { background-color: var(--bf-surface) !important; }
.text-primary { color: var(--bf-primary) !important; }
.text-muted   { color: var(--bf-gray-500) !important; }

/* Section separator dividers */
.wave-divider {
    line-height: 0;
    overflow: hidden;
    position: relative;
}

.wave-divider svg {
    display: block;
    width: 100%;
}

/* ================================================================
   FOOTER — EXTENDED COMPONENTS
   ================================================================ */

/* Second decorative orb – gold, left side */
.footer-orb-left {
    position: absolute;
    top: -8%;
    left: -6%;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(196, 154, 60, 0.10) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}

/* Logo icon in brand column */
.footer-logo-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #b8860b 0%, #d4aa4a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
    box-shadow: 0 6px 20px rgba(196, 154, 60, 0.32);
}

/* Commitment trust cards */
.footer-trust-items {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-trust-card {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    transition: all 0.25s ease;
}

.footer-trust-card:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(79, 70, 229, 0.22);
    transform: translateX(4px);
}

.footer-trust-card > i {
    color: var(--bf-gold);
    font-size: 1.15rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.footer-trust-card strong {
    display: block;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 2px;
}

.footer-trust-card span {
    font-size: 0.71rem;
    color: rgba(255, 255, 255, 0.32);
    line-height: 1.4;
}

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

@media (max-width: 768px) {
    .trust-item {
        border-right: none;
        padding: 0.3rem 1rem;
    }

    .footer-bottom-bar {
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .section-title     { font-size: 1.8rem; }
    .card-body         { padding: 1.25rem; }
    .impact-number     { font-size: 2.5rem; }
}


/* ================================================================
   HERO HEADER — Swiper + Landing
   ================================================================ */
/* ================================================================
   HERO HEADER — Premium Swiper + Landing Section
   ================================================================ */

/* ── Entrance Animations ── */
@keyframes heroFadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}

.hero-anim-1 { animation: heroFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) both; }
.hero-anim-2 { animation: heroFadeUp 0.7s 0.10s cubic-bezier(0.16, 1, 0.3, 1) both; }
.hero-anim-3 { animation: heroFadeUp 0.7s 0.20s cubic-bezier(0.16, 1, 0.3, 1) both; }
.hero-anim-4 { animation: heroFadeUp 0.7s 0.30s cubic-bezier(0.16, 1, 0.3, 1) both; }
.hero-anim-5 { animation: heroFadeUp 0.7s 0.42s cubic-bezier(0.16, 1, 0.3, 1) both; }
.hero-anim-6 { animation: heroFadeUp 0.7s 0.55s cubic-bezier(0.16, 1, 0.3, 1) both; }

/* ── Gold Badge Pill ── */
.hero-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    background: rgba(196, 154, 60, 0.08);
    border: 1px solid rgba(196, 154, 60, 0.28);
    color: #a07828;
    padding: 0.5rem 1.25rem;
    border-radius: 100px;
    font-size: 0.67rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    margin-bottom: 1.5rem;
}

.hero-badge-dot {
    width: 8px;
    height: 8px;
    background: #c49a3c;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 0 0 3px rgba(196, 154, 60, 0.22);
    animation: heroBadgePulse 2.2s ease-in-out infinite;
}

@keyframes heroBadgePulse {
    0%, 100% { box-shadow: 0 0 0 3px rgba(196, 154, 60, 0.22); }
    50%       { box-shadow: 0 0 0 7px rgba(196, 154, 60, 0.06); }
}

/* ── Heading with decorative left accent ── */
.hero-display-wrap {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 1.5rem;
}

.hero-display-wrap .hero-display {
    margin-bottom: 0;
}

.hero-display-accent {
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 4px;
    border-radius: 4px;
    background: linear-gradient(180deg, #c49a3c 0%, rgba(196, 154, 60, 0.12) 100%);
}

.hero-display-sub {
    display: block;
    font-weight: 400;
    font-size: 0.65em;
    color: #334155;
    letter-spacing: -0.01em;
    margin-top: 0.3rem;
    opacity: 0.75;
}

/* ── Inline stat strip ── */
.hero-stat-row {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 14px;
    padding: 0.75rem 1.25rem;
    box-shadow: 0 2px 14px rgba(30, 58, 95, 0.07);
    margin-bottom: 1.5rem;
    gap: 0;
}

.hero-stat-mini {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.25rem;
}

.hero-stat-mini strong {
    font-size: 1.45rem;
    font-weight: 900;
    color: #1e3a5f;
    letter-spacing: -0.04em;
    line-height: 1;
}

.hero-stat-mini strong sup {
    font-size: 0.68rem;
    color: #c49a3c;
    vertical-align: super;
    font-weight: 800;
}

.hero-stat-mini > span {
    font-size: 0.62rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-top: 3px;
    white-space: nowrap;
}

.hero-stat-vsep {
    width: 1px;
    height: 34px;
    background: rgba(30, 58, 95, 0.10);
    flex-shrink: 0;
}

/* ── Custom Primary CTA Button ── */
.hero-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0;
    background: linear-gradient(135deg, #1e3a5f 0%, #4f46e5 100%);
    color: white;
    text-decoration: none;
    border-radius: 100px;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.875rem 0.875rem 0.875rem 2rem;
    box-shadow: 0 8px 28px rgba(30, 58, 95, 0.28);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hero-btn-primary > span {
    position: relative;
    z-index: 1;
}

.hero-btn-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
    font-size: 1.1rem;
}

.hero-btn-primary:hover {
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(30, 58, 95, 0.38);
}

.hero-btn-primary:hover .hero-btn-icon {
    transform: translateX(3px);
}

/* Shimmer sweep on hover */
.hero-btn-primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 80%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
    transition: left 0.55s ease;
}

.hero-btn-primary:hover::after {
    left: 140%;
}

/* ── Swiper Container ── */
.heroSwiper {
    border-radius: 28px;
    overflow: hidden;
    box-shadow:
        0 40px 80px -20px rgba(15, 23, 42, 0.32),
        0 0 0 1px rgba(255, 255, 255, 0.45);
    aspect-ratio: 16 / 10;
    max-height: 500px;
    position: relative;
    z-index: 1;
}

/* ── Slide Image Wrapper ── */
.slider-image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #0f172a;
    position: relative;
}

/* ── Image — Ken Burns ── */
.slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    transition: transform 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scale(1.02);
}

.swiper-slide-active .slider-image {
    transform: scale(1.07);
}

/* ── Gradient Overlay ── */
.slider-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(15, 23, 42, 0.04) 0%,
        rgba(15, 23, 42, 0.18) 50%,
        rgba(15, 23, 42, 0.90) 100%
    );
}

/* ── Slide Caption ── */
.slider-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    color: white;
    z-index: 5;
}

.slider-caption h3 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.35rem;
    letter-spacing: -0.025em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
    line-height: 1.25;
}

/* Custom project tag badge in caption */
.slider-project-tag {
    display: inline-block;
    background: rgba(79, 70, 229, 0.85);
    backdrop-filter: blur(8px);
    color: white;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 0.3rem 0.85rem;
    border-radius: 100px;
    margin-bottom: 0.65rem;
}

/* ── Pagination Bullets ── */
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 6px;
    background: white;
    opacity: 1;
}

/* ── Custom Swiper Nav Buttons ── */
.hero-nav-btn {
    width: 38px !important;
    height: 38px !important;
    background: rgba(255, 255, 255, 0.88) !important;
    backdrop-filter: blur(8px) !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14) !important;
    color: #1e3a5f !important;
    transition: all 0.25s ease !important;
    top: 50% !important;
    margin-top: -19px !important;
}

.hero-nav-btn::after {
    font-size: 0.78rem !important;
    font-weight: 900 !important;
    color: #1e3a5f !important;
}

.hero-nav-btn:hover {
    background: white !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18) !important;
    transform: scale(1.1) !important;
}

.hero-nav-btn.swiper-button-prev { left: 12px !important; }
.hero-nav-btn.swiper-button-next { right: 12px !important; }

/* ── Slider Wrap & Live Badge ── */
.hero-slider-wrap {
    position: relative;
    padding-top: 20px;
}

/* Gradient glow frame behind slider */
.hero-slider-wrap::before {
    content: '';
    position: absolute;
    inset: 10px -12px -20px -12px;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.10) 0%, rgba(196, 154, 60, 0.08) 100%);
    border-radius: 38px;
    filter: blur(28px);
    z-index: 0;
    pointer-events: none;
}

.hero-live-badge {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 10;
    background: white;
    border-radius: 100px;
    padding: 0.45rem 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.68rem;
    font-weight: 800;
    color: #1a202c;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10), 0 2px 6px rgba(0, 0, 0, 0.06);
    animation: heroFadeUp 0.7s 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
    white-space: nowrap;
    text-transform: uppercase;
}

.hero-live-dot {
    width: 8px;
    height: 8px;
    background: #ef4444;
    border-radius: 50%;
    flex-shrink: 0;
    animation: heroPulseDot 1.8s ease-in-out infinite;
}

@keyframes heroPulseDot {
    0%, 100% { box-shadow: 0 0 0 0   rgba(239, 68, 68, 0.5); }
    50%       { box-shadow: 0 0 0 6px rgba(239, 68, 68, 0); }
}

/* Decorative glow under slider */
.hero-slider-glow {
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 56px;
    background: radial-gradient(ellipse at center, rgba(79, 70, 229, 0.20) 0%, transparent 70%);
    filter: blur(18px);
    pointer-events: none;
    z-index: 0;
}

/* ── Slide Counter Strip ── */
.hero-slide-counter {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.875rem;
    padding: 0 0.25rem;
    position: relative;
    z-index: 2;
    animation: heroFadeUp 0.7s 0.65s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-slide-num {
    font-size: 0.75rem;
    font-weight: 900;
    color: #1e3a5f;
    letter-spacing: 0.05em;
    min-width: 20px;
}

.hero-slide-total {
    font-size: 0.75rem;
    font-weight: 600;
    color: #94a3b8;
    min-width: 20px;
}

.hero-slide-track {
    flex: 1;
    height: 3px;
    background: rgba(30, 58, 95, 0.10);
    border-radius: 3px;
    overflow: hidden;
}

.hero-slide-fill {
    height: 100%;
    background: linear-gradient(90deg, #c49a3c 0%, #4f46e5 100%);
    border-radius: 3px;
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    width: 25%;
}

/* ── Trust Chips — Hero variant ── */
.hero-trust-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 2rem;
    position: relative;
    z-index: 1;
}

.hero-trust-chips .trust-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.92);
    padding: 0.38rem 0.95rem;
    border-radius: 100px;
    font-size: 0.74rem;
    font-weight: 700;
    color: #334155;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.2s ease;
}

.hero-trust-chips .trust-chip i {
    color: #4f46e5;
    font-size: 0.88rem;
}

.hero-trust-chips .trust-chip:hover {
    background: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.10);
}

/* ── Responsive ── */
@media (max-width: 992px) {
    .heroSwiper {
        border-radius: 20px;
        max-height: 380px;
    }

    .slider-caption h3 { font-size: 1.25rem; }
    .hero-live-badge   { right: 8px; font-size: 0.63rem; }
    .hero-nav-btn      { display: none !important; }
}

@media (max-width: 768px) {
    .hero-display-wrap { padding-left: 1rem; }

    .hero-stat-row     { padding: 0.65rem 1rem; }
    .hero-stat-mini    { padding: 0 0.875rem; }
    .hero-stat-mini strong { font-size: 1.2rem; }

    .hero-trust-chips  { gap: 0.35rem; }
    .hero-trust-chips .trust-chip { font-size: 0.7rem; padding: 0.32rem 0.8rem; }
}


/* ================================================================
   ABOUT SECTION — Visual Card
   ================================================================ */
#about {
	padding: 80px 0 64px;
	background: #f9fbfe;
	position: relative;
	overflow: hidden;
}

	#about::before {
		content: '';
		position: absolute;
		inset: 0;
		background-image: linear-gradient(rgba(30,58,95,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(30,58,95,0.025) 1px, transparent 1px);
		background-size: 48px 48px;
		pointer-events: none;
	}

/* Orbs */
.ab-orb {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	filter: blur(90px);
}

.ab-orb-1 {
	width: 560px;
	height: 560px;
	top: -15%;
	left: -8%;
	background: radial-gradient(circle, rgba(79,70,229,0.055) 0%, transparent 65%);
}

.ab-orb-2 {
	width: 420px;
	height: 420px;
	bottom: -10%;
	right: -5%;
	background: radial-gradient(circle, rgba(196,154,60,0.065) 0%, transparent 65%);
}

.ab-orb-3 {
	width: 280px;
	height: 280px;
	top: 45%;
	left: 42%;
	background: radial-gradient(circle, rgba(26,122,74,0.045) 0%, transparent 65%);
}

/* ── Badge ── */
.ab-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	background: rgba(196,154,60,0.10);
	border: 1px solid rgba(196,154,60,0.28);
	color: #a07828;
	padding: 0.35rem 1rem;
	border-radius: 100px;
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

/* ── Headline ── */
.ab-headline {
	font-size: clamp(2rem, 3.8vw, 2.9rem);
	font-weight: 900;
	color: var(--ab-text);
	letter-spacing: -0.04em;
	line-height: 1.12;
	margin-bottom: 1.5rem;
}

	.ab-headline em {
		font-style: normal;
		background: linear-gradient(135deg, var(--ab-navy) 0%, #4f46e5 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
	}

/* ── Body text ── */
.ab-body {
	font-size: 0.975rem;
	color: var(--ab-muted);
	line-height: 1.85;
	margin-bottom: 2rem;
	max-width: 480px;
}

/* ── Values list ── */
.ab-values-list {
	list-style: none;
	padding: 0;
	margin: 0 0 2.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

	.ab-values-list li {
		display: flex;
		align-items: flex-start;
		gap: 0.75rem;
		font-size: 0.875rem;
		font-weight: 600;
		color: var(--ab-text);
		line-height: 1.5;
	}

.ab-check {
	width: 22px;
	height: 22px;
	border-radius: 7px;
	background: var(--ab-green-lt);
	color: var(--ab-green);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 0.72rem;
	margin-top: 1px;
}

/* ── CTA Row ── */
.ab-cta-row {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	flex-wrap: wrap;
}

.ab-btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: var(--ab-navy);
	color: white;
	padding: 0.75rem 1.75rem;
	border-radius: 100px;
	font-size: 0.875rem;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 6px 20px rgba(30,58,95,0.25);
}

	.ab-btn-primary:hover {
		color: white;
		transform: translateY(-2px);
		box-shadow: 0 14px 36px rgba(30,58,95,0.32);
		background: var(--ab-navy-mid);
	}

.ab-btn-ghost {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: var(--ab-navy);
	font-size: 0.875rem;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 2px solid rgba(30,58,95,0.18);
	padding-bottom: 2px;
	transition: all 0.2s ease;
}

	.ab-btn-ghost:hover {
		color: var(--ab-gold);
		border-color: var(--ab-gold);
	}

/* ── Visual card ── */
.ab-visual {
	position: relative;
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ab-visual-card {
	position: relative;
	width: 100%;
	max-width: 460px;
	border-radius: 28px;
	overflow: hidden;
	background: linear-gradient(150deg, #0d1f3c 0%, #162a4f 40%, #0d1f3c 100%);
	padding: 2.75rem 2.25rem;
	box-shadow: 0 40px 90px rgba(13,31,60,0.40), 0 8px 24px rgba(13,31,60,0.22);
	z-index: 1;
}

	.ab-visual-card::before {
		content: '';
		position: absolute;
		inset: 0;
		background-image: radial-gradient(circle at 85% 15%, rgba(196,154,60,0.16) 0%, transparent 50%), radial-gradient(circle at 15% 85%, rgba(79,70,229,0.14) 0%, transparent 50%);
		pointer-events: none;
	}

	.ab-visual-card::after {
		content: '';
		position: absolute;
		top: -70px;
		right: -70px;
		width: 260px;
		height: 260px;
		border: 1.5px solid rgba(196,154,60,0.10);
		border-radius: 50%;
		pointer-events: none;
	}

.ab-visual-ring-inner {
	position: absolute;
	top: -40px;
	right: -40px;
	width: 160px;
	height: 160px;
	border: 1px solid rgba(196,154,60,0.08);
	border-radius: 50%;
	pointer-events: none;
}

/* Card logo row */
.ab-vc-logo {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 0.875rem;
	margin-bottom: 2rem;
	padding-bottom: 1.75rem;
	border-bottom: 1px solid rgba(255,255,255,0.07);
}

.ab-vc-logo-icon {
	width: 56px;
	height: 56px;
	border-radius: 18px;
	background: linear-gradient(135deg, #b8860b 0%, #d4aa4a 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	box-shadow: 0 8px 24px rgba(196,154,60,0.38), 0 2px 8px rgba(0,0,0,0.3);
	flex-shrink: 0;
}

.ab-vc-logo-name {
	color: rgba(255,255,255,0.95);
	font-size: 1.05rem;
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.ab-vc-logo-sub {
	display: block;
	font-size: 0.63rem;
	font-weight: 600;
	color: rgba(255,255,255,0.38);
	letter-spacing: 1.6px;
	text-transform: uppercase;
	margin-top: 2px;
}

/* Quote */
.ab-vc-quote {
	position: relative;
	z-index: 1;
	font-size: 1.05rem;
	font-weight: 700;
	color: rgba(255,255,255,0.88);
	line-height: 1.68;
	margin-bottom: 2rem;
	padding-left: 1.25rem;
	border-left: 3px solid var(--ab-gold);
	font-style: italic;
}

/* Points */
.ab-vc-points {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
	margin-bottom: 2.25rem;
}

.ab-vc-point {
	display: flex;
	align-items: center;
	gap: 0.875rem;
	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.07);
	border-radius: 14px;
	padding: 0.9rem 1.1rem;
	transition: all 0.3s ease;
}

	.ab-vc-point:hover {
		background: rgba(255,255,255,0.09);
		border-color: rgba(196,154,60,0.22);
		transform: translateX(4px);
	}

.ab-vc-point-icon {
	width: 40px;
	height: 40px;
	border-radius: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.15rem;
	flex-shrink: 0;
}

.ab-vpi-gold {
	background: rgba(196,154,60,0.18);
	color: #e8b84b;
}

.ab-vpi-green {
	background: rgba(26,122,74,0.22);
	color: #34d399;
}

.ab-vpi-blue {
	background: rgba(79,70,229,0.22);
	color: #a5b4fc;
}

.ab-vc-point-label {
	color: rgba(255,255,255,0.85);
	font-size: 0.83rem;
	font-weight: 700;
	line-height: 1.4;
}

.ab-vc-point-sub {
	display: block;
	color: rgba(255,255,255,0.35);
	font-weight: 500;
	font-size: 0.72rem;
	margin-top: 1px;
}

/* Card footer */
.ab-vc-footer {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(255,255,255,0.06);
	padding-top: 1.5rem;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.ab-vc-metric {
	font-size: 0.65rem;
	font-weight: 700;
	color: rgba(255,255,255,0.35);
	text-transform: uppercase;
	letter-spacing: 0.8px;
}

	.ab-vc-metric strong {
		display: block;
		font-size: 1.4rem;
		font-weight: 900;
		color: white;
		letter-spacing: -0.03em;
		line-height: 1;
		margin-bottom: 3px;
	}

.ab-vc-verified {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	background: rgba(196,154,60,0.14);
	border: 1px solid rgba(196,154,60,0.25);
	color: #e8b84b;
	padding: 0.38rem 1rem;
	border-radius: 100px;
	font-size: 0.66rem;
	font-weight: 700;
}

/* Floating chips */
.ab-float-chip,
.ab-float-chip-2 {
	position: absolute;
	background: white;
	box-shadow: 0 8px 28px rgba(30,58,95,0.13);
	border: 1px solid rgba(30,58,95,0.06);
	display: flex;
	align-items: center;
	gap: 0.65rem;
	font-size: 0.72rem;
	font-weight: 700;
	color: var(--ab-text);
	z-index: 3;
	white-space: nowrap;
	animation: abFloatY 4s ease-in-out infinite;
}

.ab-float-chip {
	top: 24px;
	right: -12px;
	border-radius: 16px;
	padding: 0.7rem 1rem;
}

	.ab-float-chip i {
		color: var(--ab-green);
		font-size: 1.1rem;
	}

	.ab-float-chip span,
	.ab-float-chip-2 span {
		display: block;
		color: var(--ab-muted);
		font-size: 0.64rem;
		font-weight: 500;
		margin-top: 1px;
	}

.ab-float-chip-2 {
	bottom: 40px;
	left: -16px;
	border-radius: 14px;
	padding: 0.65rem 0.9rem;
	animation-duration: 5s;
	animation-delay: 1s;
}

.ab-chip-icon {
	width: 32px;
	height: 32px;
	border-radius: 9px;
	background: linear-gradient(135deg, #4f46e5, #764ba2);
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 0.9rem;
	flex-shrink: 0;
}

@keyframes abFloatY {
	0%, 100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-8px);
	}
}

/* ── Responsive ── */
@media (max-width: 991px) {
	.ab-visual {
		min-height: auto;
		margin-top: 3rem;
	}

	.ab-float-chip {
		right: 8px;
	}

	.ab-float-chip-2 {
		left: 0;
	}
}

@media (max-width: 767px) {
	#about {
		padding: 56px 0 48px;
	}

	.ab-float-chip,
	.ab-float-chip-2 {
		display: none;
	}
}


/* ================================================================
   PROJECTS — Cards & Listing
   ================================================================ */
/* ================================================================
   BINAYAK FOUNDATION — PROJECT LIST
   Professional NGO Project Listing Design
   ================================================================ */

/* ── Section Shell ─────────────────────────────────────────── */

.pjt-section-intro {
    margin-bottom: 3rem;
}

.pjt-section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: rgba(79, 70, 229, 0.08);
    border: 1px solid rgba(79, 70, 229, 0.14);
    color: #4f46e5;
    padding: 0.35rem 1rem;
    border-radius: 100px;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 0.85rem;
}

.pjt-section-title {
    font-size: clamp(1.85rem, 3.5vw, 2.5rem);
    font-weight: 900;
    color: #0f172a;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin-bottom: 0.65rem;
}

.pjt-section-title span {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pjt-section-sub {
    font-size: 1rem;
    color: #64748b;
    max-width: 540px;
    line-height: 1.75;
}

/* ── Tab Navigation ─────────────────────────────────────────── */

.pjt-tab-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.pjt-tabs {
    display: inline-flex;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 5px;
    gap: 3px;
}

.pjt-tab {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1.25rem;
    border-radius: 13px;
    font-size: 0.845rem;
    font-weight: 700;
    cursor: pointer;
    border: none;
    background: transparent;
    color: #64748b;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    position: relative;
}

.pjt-tab:hover {
    color: #1e293b;
    background: rgba(255,255,255,0.6);
}

.pjt-tab.pjt-tab--active {
    background: #ffffff;
    color: #4f46e5;
    box-shadow: 0 2px 10px rgba(0,0,0,0.09), 0 1px 3px rgba(0,0,0,0.04);
}

.pjt-tab-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 5px;
    border-radius: 8px;
    background: rgba(79, 70, 229, 0.1);
    color: #4f46e5;
    font-size: 0.7rem;
    font-weight: 800;
    transition: all 0.25s ease;
}

.pjt-tab.pjt-tab--active .pjt-tab-count {
    background: #4f46e5;
    color: white;
}

/* ── Panes ──────────────────────────────────────────────────── */

.pjt-pane {
    display: none;
    animation: pjtFadeIn 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.pjt-pane.pjt-pane--active {
    display: block;
}

@keyframes pjtFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Project Card ────────────────────────────────────────────── */

.pjt-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(0,0,0,0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.38s cubic-bezier(0.165, 0.84, 0.44, 1),
                box-shadow 0.38s cubic-bezier(0.165, 0.84, 0.44, 1),
                border-color 0.38s ease;
    position: relative;
}

.pjt-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 56px -12px rgba(0,0,0,0.14),
                0 10px 20px -8px rgba(79,70,229,0.08);
    border-color: rgba(79, 70, 229, 0.12);
}

/* ── Image Zone ─────────────────────────────────────────────── */

.pjt-image-zone {
    position: relative;
    height: 230px;
    overflow: hidden;
    flex-shrink: 0;
}

.pjt-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pjt-card:hover .pjt-image {
    transform: scale(1.08);
}

/* Gradient overlay on image */
.pjt-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(15,23,42,0.08) 0%,
        rgba(15,23,42,0.15) 55%,
        rgba(15,23,42,0.72) 100%
    );
    pointer-events: none;
}

/* Status badge – top-left */
.pjt-status-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
}

.pjt-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    padding: 0.3rem 0.85rem;
    border-radius: 100px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.3);
}

/* Status variants */
.pjt-status-pill--completed {
    background: rgba(5, 150, 105, 0.88);
    color: white;
}

.pjt-status-pill--active {
    background: rgba(217, 119, 6, 0.88);
    color: white;
}

.pjt-status-pill--planned {
    background: rgba(79, 70, 229, 0.88);
    color: white;
}

/* Pulsing dot for active */
.pjt-status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    animation: pjtPulse 1.8s infinite;
    flex-shrink: 0;
}

@keyframes pjtPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.55; transform: scale(1.3); }
}

/* Project number – top-right */
.pjt-number-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.3);
    color: rgba(255,255,255,0.9);
    border-radius: 10px;
    padding: 0.2rem 0.55rem;
    font-size: 0.68rem;
    font-weight: 700;
}

/* Location tag – bottom of image */
.pjt-image-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.65rem 1rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pjt-location {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: rgba(255,255,255,0.88);
    font-size: 0.75rem;
    font-weight: 600;
}

.pjt-location i {
    font-size: 0.85rem;
}

.pjt-image-year {
    font-size: 0.72rem;
    font-weight: 700;
    color: rgba(255,255,255,0.7);
}

/* ── Card Body ──────────────────────────────────────────────── */

.pjt-body {
    padding: 1.5rem 1.65rem 1.65rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Category + Budget row */
.pjt-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.85rem;
    gap: 0.5rem;
}

.pjt-category-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    background: rgba(79, 70, 229, 0.08);
    color: #4f46e5;
    border: 1px solid rgba(79, 70, 229, 0.12);
    border-radius: 8px;
    padding: 0.25rem 0.7rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.pjt-category-badge i {
    font-size: 0.85rem;
}

.pjt-budget-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: #f8fafc;
    color: #475569;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.25rem 0.7rem;
    font-size: 0.72rem;
    font-weight: 700;
    white-space: nowrap;
}

/* Title */
.pjt-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.025em;
    line-height: 1.35;
    margin-bottom: 0.6rem;
}

.pjt-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.pjt-title a:hover {
    color: #4f46e5;
}

/* Stretched link overlay for full card click */
.pjt-card .pjt-title a::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* Description */
.pjt-desc {
    font-size: 0.855rem;
    color: #64748b;
    line-height: 1.65;
    margin-bottom: 1.15rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ── Progress Section ───────────────────────────────────────── */

.pjt-progress-wrap {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
}

.pjt-progress-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.pjt-progress-label {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #94a3b8;
}

.pjt-progress-pct {
    font-size: 0.78rem;
    font-weight: 800;
    color: #1e293b;
}

/* Progress bar track */
.pjt-progress-track {
    height: 6px;
    background: #f1f5f9;
    border-radius: 100px;
    overflow: hidden;
    margin-bottom: 0.6rem;
}

/* Progress bar fill */
.pjt-progress-fill {
    height: 100%;
    border-radius: 100px;
    transition: width 1.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

/* Completed – green gradient */
.pjt-progress-fill--completed {
    background: linear-gradient(90deg, #059669 0%, #34d399 100%);
}

/* Active – amber/orange gradient with shimmer */
.pjt-progress-fill--active {
    background: linear-gradient(90deg, #d97706 0%, #fbbf24 100%);
    overflow: hidden;
}

.pjt-progress-fill--active::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    animation: pjtShimmer 2s ease-in-out infinite;
}

@keyframes pjtShimmer {
    0%   { left: -60%; }
    100% { left: 160%; }
}

/* Planned – indigo gradient */
.pjt-progress-fill--planned {
    background: linear-gradient(90deg, #4f46e5 0%, #818cf8 100%);
}

/* Progress amounts row */
.pjt-progress-amounts {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pjt-amount-raised {
    font-size: 0.78rem;
    font-weight: 700;
    color: #1e293b;
}

.pjt-amount-goal {
    font-size: 0.72rem;
    font-weight: 600;
    color: #94a3b8;
}

/* ── Action Buttons ─────────────────────────────────────────── */

.pjt-actions {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding-top: 1rem;
    position: relative;
    z-index: 2;
}

.pjt-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.815rem;
    font-weight: 700;
    padding: 0.55rem 1.1rem;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    cursor: pointer;
    border: none;
    position: relative;
    z-index: 2;
}

/* Primary – gradient fill */
.pjt-btn--primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.28);
    flex: 1;
    justify-content: center;
}

.pjt-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.42);
    color: white;
}

/* Secondary – outline */
.pjt-btn--secondary {
    background: white;
    color: #475569;
    border: 1.5px solid #e2e8f0;
    padding: 0.525rem 0.9rem;
}

.pjt-btn--secondary:hover {
    border-color: #4f46e5;
    color: #4f46e5;
    background: rgba(79, 70, 229, 0.04);
}

/* Donate – warm gradient */
.pjt-btn--donate {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.28);
    flex: 1;
    justify-content: center;
}

.pjt-btn--donate:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(245, 158, 11, 0.42);
    color: white;
}

/* ── Empty State ────────────────────────────────────────────── */

.pjt-empty {
    text-align: center;
    padding: 4rem 2rem;
    background: #f8fafc;
    border-radius: 24px;
    border: 2px dashed #e2e8f0;
}

.pjt-empty-icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    background: white;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 1.25rem;
    color: #94a3b8;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.pjt-empty h5 {
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.pjt-empty p {
    color: #64748b;
    font-size: 0.9rem;
}

/* ── CTA / View-All Block ───────────────────────────────────── */

.pjt-cta-block {
    margin-top: 3.5rem;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 28px;
    padding: 3rem 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

/* Decorative orb inside CTA */
.pjt-cta-block::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -10%;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(79, 70, 229, 0.3) 0%, transparent 65%);
    border-radius: 50%;
    filter: blur(50px);
    pointer-events: none;
}

.pjt-cta-block::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: 5%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.2) 0%, transparent 65%);
    border-radius: 50%;
    filter: blur(40px);
    pointer-events: none;
}

.pjt-cta-text {
    position: relative;
    z-index: 1;
}

.pjt-cta-text h3 {
    font-size: 1.5rem;
    font-weight: 900;
    color: white;
    letter-spacing: -0.03em;
    margin-bottom: 0.4rem;
}

.pjt-cta-text p {
    font-size: 0.9rem;
    color: #64748b;
    margin: 0;
}

.pjt-cta-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.pjt-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.8rem 1.75rem;
    border-radius: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
    border: none;
    white-space: nowrap;
}

.pjt-cta-btn--primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 4px 14px rgba(79, 70, 229, 0.35);
}

.pjt-cta-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(79, 70, 229, 0.48);
    color: white;
}

.pjt-cta-btn--outline {
    background: transparent;
    color: rgba(255,255,255,0.75);
    border: 1.5px solid rgba(255,255,255,0.15);
}

.pjt-cta-btn--outline:hover {
    background: rgba(255,255,255,0.07);
    border-color: rgba(255,255,255,0.3);
    color: white;
}

/* ── Sub-section divider label ──────────────────────────────── */

.pjt-subsection-label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
}

.pjt-subsection-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #f1f5f9;
}

.pjt-subsection-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 1rem;
    border-radius: 100px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    white-space: nowrap;
    flex-shrink: 0;
}

.pjt-subsection-pill--completed {
    background: rgba(5, 150, 105, 0.1);
    color: #059669;
    border: 1px solid rgba(5, 150, 105, 0.2);
}

.pjt-subsection-pill--active {
    background: rgba(217, 119, 6, 0.1);
    color: #d97706;
    border: 1px solid rgba(217, 119, 6, 0.2);
}

/* ── Responsive ─────────────────────────────────────────────── */

@media (max-width: 768px) {
    .pjt-tab-nav-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .pjt-cta-block {
        padding: 2rem 1.5rem;
        flex-direction: column;
        text-align: center;
    }

    .pjt-cta-actions {
        justify-content: center;
        width: 100%;
    }

    .pjt-image-zone {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .pjt-body {
        padding: 1.25rem 1.35rem 1.35rem;
    }

    .pjt-cta-btn {
        width: 100%;
        justify-content: center;
    }

    .pjt-tabs {
        flex-wrap: wrap;
    }
}


/* ================================================================
   PROJECTS — Ongoing Tabs, Panes & CTA
   ================================================================ */
/* ── Pane ── */
.pjt-pane {
	display: none;
}

.pjt-pane--active {
	display: block;
	animation: pjtFade 0.28s ease;
}

@keyframes pjtFade {
	from {
		opacity: 0;
		transform: translateY(8px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ── Empty State ── */
.pjt-empty {
	text-align: center;
	padding: 64px 24px;
	background: var(--ab-white, #fff);
	border: 1px dashed #cbd5e1;
	border-radius: 20px;
}

.pjt-empty-icon {
	width: 64px;
	height: 64px;
	border-radius: 18px;
	background: #ebf4ff;
	color: #1e3a5f;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.75rem;
	margin: 0 auto 1.25rem;
}

.pjt-empty h5 {
	font-size: 1.05rem;
	font-weight: 800;
	color: #1a202c;
	letter-spacing: -0.02em;
	margin-bottom: 0.5rem;
}

.pjt-empty p {
	font-size: 0.84rem;
	color: #64748b;
	margin-bottom: 0;
}

/* ── Donate Button ── */
.pjt-btn--donate {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.7rem 1.4rem;
	background: #1e3a5f;
	color: #fff;
	border-radius: 10px;
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.22s ease;
	box-shadow: 0 6px 16px rgba(30,58,95,0.18);
}

	.pjt-btn--donate:hover {
		background: #2d5282;
		color: #fff;
		transform: translateY(-1px);
		box-shadow: 0 10px 24px rgba(30,58,95,0.26);
	}

/* ── CTA Block ── */
.pjt-cta-block {
	margin-top: 56px;
	background: linear-gradient(155deg, #0f2942 0%, #1e3a5f 55%, #1a4a7a 100%);
	border-radius: 24px;
	padding: 2.75rem 3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	position: relative;
	overflow: hidden;
	flex-wrap: wrap;
}

	/* Grid texture */
	.pjt-cta-block::before {
		content: '';
		position: absolute;
		inset: 0;
		background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
		background-size: 32px 32px;
		pointer-events: none;
	}

	/* Gold glow */
	.pjt-cta-block::after {
		content: '';
		position: absolute;
		bottom: -20%;
		right: -5%;
		width: 260px;
		height: 260px;
		background: radial-gradient(circle, rgba(196,154,60,0.16) 0%, transparent 65%);
		border-radius: 50%;
		filter: blur(48px);
		pointer-events: none;
	}

.pjt-cta-text {
	position: relative;
	z-index: 1;
	flex: 1;
	min-width: 0;
}

	.pjt-cta-text h3 {
		font-size: clamp(1.15rem, 2vw, 1.5rem);
		font-weight: 800;
		color: #fff;
		letter-spacing: -0.03em;
		line-height: 1.22;
		margin-bottom: 0.55rem;
	}

		.pjt-cta-text h3 span {
			color: #e4bb6a;
		}

	.pjt-cta-text p {
		font-size: 0.845rem;
		color: rgba(255,255,255,0.52);
		line-height: 1.72;
		margin: 0;
		max-width: 480px;
	}

.pjt-cta-actions {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 0.65rem;
	flex-shrink: 0;
	flex-wrap: wrap;
}

.pjt-cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.78rem 1.4rem;
	border-radius: 11px;
	font-size: 0.84rem;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.25s ease;
	white-space: nowrap;
	letter-spacing: 0.1px;
}

.pjt-cta-btn--primary {
	background: #c49a3c;
	color: #fff;
	box-shadow: 0 6px 18px rgba(196,154,60,0.28);
	border: 1.5px solid transparent;
}

	.pjt-cta-btn--primary:hover {
		background: #a07828;
		color: #fff;
		transform: translateY(-2px);
		box-shadow: 0 12px 28px rgba(196,154,60,0.38);
	}

.pjt-cta-btn--outline {
	background: rgba(255,255,255,0.07);
	color: rgba(255,255,255,0.85);
	border: 1.5px solid rgba(255,255,255,0.15);
}

	.pjt-cta-btn--outline:hover {
		background: rgba(255,255,255,0.13);
		color: #fff;
		border-color: rgba(255,255,255,0.28);
		transform: translateY(-2px);
	}

/* ── Tabs ── */
.pjt-tabs {
	display: flex;
	background: #f1f5f9;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	padding: 4px;
	gap: 3px;
	margin-bottom: 2rem;
	width: fit-content;
}

.pjt-tab {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.58rem 1.1rem;
	border-radius: 10px;
	font-size: 0.8rem;
	font-weight: 700;
	border: none;
	background: transparent;
	color: #64748b;
	cursor: pointer;
	transition: all 0.2s ease;
	white-space: nowrap;
}

	.pjt-tab:hover {
		color: #1a202c;
		background: rgba(255,255,255,0.6);
	}

.pjt-tab--active {
	background: #fff;
	color: #1e3a5f;
	box-shadow: 0 2px 8px rgba(30,58,95,0.10);
}

.pjt-tab-count {
	font-size: 0.65rem;
	font-weight: 800;
	background: #ebf4ff;
	color: #1e3a5f;
	padding: 1px 6px;
	border-radius: 20px;
}

.pjt-tab--active .pjt-tab-count {
	background: #1e3a5f;
	color: #fff;
}

/* Reveal animation */
.reveal {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}

	.reveal.visible {
		opacity: 1;
		transform: translateY(0);
	}

@media (max-width: 767px) {
	.pjt-cta-block {
		padding: 2rem 1.5rem;
		flex-direction: column;
		align-items: flex-start;
	}

	.pjt-cta-actions {
		width: 100%;
	}

	.pjt-cta-btn {
		flex: 1;
		justify-content: center;
	}
}


/* ================================================================
   EVENTS SECTION
   ================================================================ */
/* ================================================================
   BINAYAK FOUNDATION — EVENTS SECTION
   ================================================================ */



/* ── Section Header ── */
.ev-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(196,154,60,0.10);
    border: 1px solid rgba(196,154,60,0.28);
    color: #a07828;
    padding: 0.3rem 0.95rem;
    border-radius: 100px;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    display: inline-flex;
}

.ev-section-title {
    font-size: clamp(1.7rem, 3vw, 2.2rem);
    font-weight: 900;
    color: var(--ev-text);
    letter-spacing: -0.04em;
    line-height: 1.16;
    margin-bottom: 0.5rem;
}

    .ev-section-title em {
        font-style: normal;
        color: var(--ev-navy);
        position: relative;
    }

        .ev-section-title em::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -3px;
            width: 100%;
            height: 3px;
            background: linear-gradient(90deg, var(--ev-gold), transparent);
            border-radius: 2px;
        }

.ev-section-sub {
    font-size: 0.88rem;
    color: var(--ev-muted);
    line-height: 1.7;
    margin: 0;
}

/* ── Empty State ── */
.ev-empty {
    text-align: center;
    padding: 64px 24px;
    background: var(--ev-white);
    border: 1px dashed #cbd5e1;
    border-radius: 20px;
}

.ev-empty-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: var(--ev-navy-lt);
    color: var(--ev-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin: 0 auto 1.25rem;
}

.ev-empty h5 {
    font-size: 1rem;
    font-weight: 800;
    color: var(--ev-text);
    letter-spacing: -0.02em;
    margin-bottom: 0.4rem;
}

.ev-empty p {
    font-size: 0.82rem;
    color: var(--ev-muted);
    margin: 0;
}

/* ── Event Card ── */
.ev-card {
    background: var(--ev-white);
    border: 1px solid var(--ev-border);
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 20px rgba(30,58,95,0.05);
    position: relative;
}

    /* Top accent line */
    .ev-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: var(--ev-navy);
        border-radius: 20px 20px 0 0;
        opacity: 0;
        transition: opacity 0.28s;
        z-index: 2;
    }

    .ev-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 48px rgba(30,58,95,0.11);
        border-color: transparent;
    }

        .ev-card:hover::before {
            opacity: 1;
        }

/* ── Image Area ── */
.ev-img-wrap {
    position: relative;
    height: 185px;
    overflow: hidden;
    flex-shrink: 0;
}

    .ev-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.7s ease;
        display: block;
    }

.ev-card:hover .ev-img-wrap img {
    transform: scale(1.06);
}

/* Gradient overlay */
.ev-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(15,41,66,0.55) 100%);
    pointer-events: none;
}

/* Status badge */
.ev-status-pill {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 100px;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(255,255,255,0.5);
    color: var(--ev-text);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.ev-status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
}

.ev-status-dot--live {
    background: #22c55e;
    box-shadow: 0 0 0 2px rgba(34,197,94,0.25);
}

.ev-status-dot--past {
    background: #94a3b8;
}

.ev-status-dot--default {
    background: var(--ev-gold);
}

/* Time chip — bottom of image */
.ev-time-chip {
    position: absolute;
    bottom: 12px;
    left: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.72rem;
    font-weight: 700;
    color: rgba(255,255,255,0.92);
}

    .ev-time-chip i {
        font-size: 0.85rem;
        opacity: 0.8;
    }

/* ── Card Body ── */
.ev-card-body {
    padding: 1.25rem 1.4rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Date + Title row */
.ev-meta-row {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
    margin-bottom: 0.875rem;
}

/* Date box */
.ev-date-box {
    flex-shrink: 0;
    text-align: center;
    background: var(--ev-navy-lt);
    border: 1px solid rgba(30,58,95,0.12);
    border-radius: 12px;
    padding: 6px 10px;
    min-width: 52px;
}

    .ev-date-box .ev-date-mon {
        display: block;
        font-size: 0.6rem;
        font-weight: 800;
        color: var(--ev-navy-mid);
        text-transform: uppercase;
        letter-spacing: 0.8px;
        line-height: 1.3;
    }

    .ev-date-box .ev-date-day {
        display: block;
        font-size: 1.4rem;
        font-weight: 900;
        color: var(--ev-navy);
        letter-spacing: -0.04em;
        line-height: 1.1;
    }

/* Title area */
.ev-title-wrap {
    flex: 1;
    min-width: 0;
}

.ev-title {
    font-size: 0.92rem;
    font-weight: 800;
    color: var(--ev-text);
    letter-spacing: -0.02em;
    line-height: 1.3;
    margin-bottom: 0.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ev-project-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--ev-navy-mid);
    background: var(--ev-navy-lt);
    padding: 2px 7px;
    border-radius: 20px;
}

/* Description */
.ev-desc {
    font-size: 0.78rem;
    color: var(--ev-muted);
    line-height: 1.68;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

/* ── Card Footer ── */
.ev-card-footer {
    border-top: 1px solid var(--ev-border);
    padding-top: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: auto;
}

.ev-days-label {
    font-size: 0.72rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
}

.ev-days-label--live {
    color: var(--ev-green);
}

.ev-days-label--past {
    color: var(--ev-muted);
}

.ev-days-label--soon {
    color: var(--ev-navy);
}

.ev-days-label--today {
    color: var(--ev-gold);
}

.ev-footer-actions {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.ev-map-btn {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: var(--ev-navy-lt);
    border: none;
    color: var(--ev-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.18s;
    flex-shrink: 0;
}

    .ev-map-btn:hover {
        background: #d0e7ff;
        color: var(--ev-navy-mid);
    }

.ev-detail-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.38rem 0.9rem;
    background: var(--ev-navy);
    color: var(--ev-white);
    border-radius: 8px;
    font-size: 0.74rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
    letter-spacing: 0.1px;
}

    .ev-detail-btn:hover {
        background: var(--ev-navy-mid);
        color: var(--ev-white);
        transform: translateY(-1px);
        box-shadow: 0 6px 14px rgba(30,58,95,0.2);
    }

/* ── Responsive ── */
@media (max-width: 575px) {
    .ev-img-wrap {
        height: 160px;
    }
}


/* ================================================================
   GALLERY SECTION
   ================================================================ */
/* ================================================================
   BINAYAK FOUNDATION — GALLERY SECTION
   ================================================================ */



/* ── Section Header ── */
.gl-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(196,154,60,0.10);
    border: 1px solid rgba(196,154,60,0.28);
    color: #a07828;
    padding: 0.3rem 0.95rem;
    border-radius: 100px;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.gl-section-title {
    font-size: clamp(1.7rem, 3vw, 2.2rem);
    font-weight: 900;
    color: var(--gl-text);
    letter-spacing: -0.04em;
    line-height: 1.16;
    margin-bottom: 0.5rem;
}

    .gl-section-title em {
        font-style: normal;
        color: var(--gl-navy);
        position: relative;
    }

        .gl-section-title em::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -3px;
            width: 100%;
            height: 3px;
            background: linear-gradient(90deg, var(--gl-gold), transparent);
            border-radius: 2px;
        }

.gl-section-sub {
    font-size: 0.88rem;
    color: var(--gl-muted);
    line-height: 1.7;
    margin: 0;
}

/* ── Gallery Card ── */
.gl-card {
    background: var(--gl-white);
    border: 1px solid var(--gl-border);
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 20px rgba(30,58,95,0.05);
    position: relative;
}

    /* Top accent line on hover */
    .gl-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: var(--gl-navy);
        border-radius: 20px 20px 0 0;
        opacity: 0;
        transition: opacity 0.28s;
        z-index: 2;
    }

    .gl-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 48px rgba(30,58,95,0.11);
        border-color: transparent;
    }

        .gl-card:hover::before {
            opacity: 1;
        }

/* ── Main Image Area ── */
.gl-main-wrap {
    position: relative;
    height: 240px;
    overflow: hidden;
    cursor: zoom-in;
    flex-shrink: 0;
}

    .gl-main-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.7s ease;
        display: block;
    }

.gl-card:hover .gl-main-wrap img {
    transform: scale(1.06);
}

/* Gradient overlay */
.gl-main-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 35%, rgba(15,41,66,0.65) 100%);
    pointer-events: none;
}

/* Caption */
.gl-caption {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 10px 14px;
    background: rgba(15,41,66,0.72);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 12px;
    transition: transform 0.25s ease;
}

.gl-card:hover .gl-caption {
    transform: translateY(-2px);
}

.gl-caption-title {
    font-size: 0.8rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.gl-photo-count {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.62rem;
    font-weight: 800;
    background: var(--gl-gold);
    color: #fff;
    padding: 3px 8px;
    border-radius: 20px;
    white-space: nowrap;
    flex-shrink: 0;
    letter-spacing: 0.3px;
}

    .gl-photo-count i {
        font-size: 0.7rem;
    }

/* Zoom icon on hover */
.gl-zoom-hint {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.85);
    font-size: 0.9rem;
    opacity: 0;
    transform: scale(0.85);
    transition: all 0.22s ease;
}

.gl-card:hover .gl-zoom-hint {
    opacity: 1;
    transform: scale(1);
}

.gl-card {
    min-height: 320px;
}

.gl-main-wrap {
    height: 240px !important;
    min-height: 240px;
}

    .gl-main-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        position: absolute;
        inset: 0;
    }

.gl-caption {
    position: absolute;
    z-index: 2;
    bottom: 12px;
    left: 12px;
    right: 12px;
}

.gl-main-wrap {
    position: relative;
}

/* ── Thumbnail Strip ── */
.gl-thumb-strip {
    padding: 10px 12px;
    background: var(--gl-bg);
    border-top: 1px solid var(--gl-border);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.gl-thumb {
    flex: 1;
    height: 62px;
    border-radius: 10px;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.22s ease;
    border: 2px solid transparent;
    display: block;
}

    .gl-thumb:hover {
        transform: scale(1.04);
        border-color: var(--gl-navy);
        box-shadow: 0 4px 10px rgba(30,58,95,0.15);
    }

/* ── Lightbox Modal ── */
#projectGalleryModal .modal-content {
    border-radius: 24px;
    background: #080f1a;
    border: 1px solid rgba(255,255,255,0.07);
    overflow: hidden;
}

#projectGalleryModal .modal-header {
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: 1rem 1.5rem;
}

#projectGalleryModal .modal-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: rgba(255,255,255,0.85);
    letter-spacing: 0.1px;
}

#projectGalleryModal .btn-close {
    filter: invert(1) opacity(0.5);
}

    #projectGalleryModal .btn-close:hover {
        filter: invert(1) opacity(1);
    }

.gl-modal-body {
    padding: 1.25rem 1.5rem 1.5rem;
}

.gallery-main-img {
    width: 100%;
    max-height: 68vh;
    object-fit: contain;
    border-radius: 14px;
    display: block;
}

/* Nav buttons */
.gl-modal-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1rem;
}

.gallery-nav-btn {
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

    .gallery-nav-btn:hover {
        background: var(--gl-navy);
        border-color: var(--gl-navy);
        color: #fff;
        transform: scale(1.08);
    }

.gl-modal-counter {
    font-size: 0.72rem;
    font-weight: 700;
    color: rgba(255,255,255,0.35);
    min-width: 48px;
    text-align: center;
}

/* ── Empty State ── */
.gl-empty {
    text-align: center;
    padding: 64px 24px;
    background: var(--gl-white);
    border: 1px dashed #cbd5e1;
    border-radius: 20px;
}

.gl-empty-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: var(--gl-navy-lt);
    color: var(--gl-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin: 0 auto 1.25rem;
}

.gl-empty h5 {
    font-size: 1rem;
    font-weight: 800;
    color: var(--gl-text);
    letter-spacing: -0.02em;
    margin-bottom: 0.4rem;
}

.gl-empty p {
    font-size: 0.82rem;
    color: var(--gl-muted);
    margin: 0;
}

/* ── Responsive ── */
@media (max-width: 575px) {
    .gl-main-wrap {
        height: 200px;
    }

    .gl-thumb {
        height: 50px;
    }
}


/* ================================================================
   DONATION SECTION
   ================================================================ */
/* ================================================================
   BINAYAK FOUNDATION — DONATION SECTION
   Refined NGO Payment Interface
   ================================================================ */



/* ── Outer Card ── */
.dn-card {
    border-radius: var(--dn-radius);
    overflow: hidden;
    box-shadow: var(--dn-shadow);
    background: var(--dn-white);
    border: 1px solid rgba(30,58,95,0.06);
}

/* ══════════════════════════════════════════
   LEFT PANEL
══════════════════════════════════════════ */

.dn-panel-left {
    background: linear-gradient(155deg, #0f2942 0%, #1e3a5f 50%, #1a4a7a 100%);
    padding: 3rem 2.5rem;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    min-height: 100%;
}

    /* Fine grid pattern */
    .dn-panel-left::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
        background-size: 32px 32px;
        pointer-events: none;
    }

    /* Gold glow — bottom */
    .dn-panel-left::after {
        content: '';
        position: absolute;
        bottom: -10%;
        right: -10%;
        width: 280px;
        height: 280px;
        background: radial-gradient(circle, rgba(196,154,60,0.18) 0%, transparent 65%);
        border-radius: 50%;
        filter: blur(50px);
        pointer-events: none;
    }

.dn-left-orb {
    position: absolute;
    top: -8%;
    left: -14%;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(45,82,130,0.5) 0%, transparent 65%);
    border-radius: 50%;
    filter: blur(44px);
    pointer-events: none;
}

.dn-left-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Badge */
.dn-left-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(196,154,60,0.12);
    border: 1px solid rgba(196,154,60,0.3);
    color: #e4bb6a;
    padding: 0.32rem 0.95rem;
    border-radius: 100px;
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 1.6rem;
    width: fit-content;
}

/* Headline */
.dn-left-headline {
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1.2;
    margin-bottom: 1rem;
}

    .dn-left-headline em {
        font-style: normal;
        color: #e4bb6a;
    }

.dn-left-sub {
    font-size: 0.855rem;
    color: rgba(255,255,255,0.52);
    line-height: 1.8;
    margin-bottom: 2rem;
}

/* Trust grid */
.dn-trust-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2.25rem;
}

.dn-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
}

.dn-trust-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #e4bb6a;
    flex-shrink: 0;
    transition: background 0.2s;
}

.dn-trust-item:hover .dn-trust-icon {
    background: rgba(255,255,255,0.11);
}

.dn-trust-text h6 {
    color: rgba(255,255,255,0.9);
    font-size: 0.83rem;
    font-weight: 700;
    margin-bottom: 0.1rem;
}

.dn-trust-text p {
    color: rgba(255,255,255,0.44);
    font-size: 0.735rem;
    margin: 0;
    line-height: 1.5;
}

/* Social proof */
.dn-social-proof {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    margin-top: auto;
    margin-bottom: 1.25rem;
}

.dn-proof-avatars {
    display: flex;
}

.dn-proof-avatar {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.58rem;
    font-weight: 800;
    color: white;
    flex-shrink: 0;
    margin-left: -6px;
}

    .dn-proof-avatar:first-child {
        margin-left: 0;
        background: linear-gradient(135deg,#1a7a4a,#0f5133);
    }

    .dn-proof-avatar:nth-child(2) {
        background: linear-gradient(135deg,#c49a3c,#9a7820);
    }

    .dn-proof-avatar:nth-child(3) {
        background: linear-gradient(135deg,#c0392b,#922b21);
    }

    .dn-proof-avatar:nth-child(4) {
        background: linear-gradient(135deg,#1e3a5f,#0f2942);
    }

.dn-proof-text {
    font-size: 0.775rem;
    font-weight: 600;
    color: rgba(255,255,255,0.65);
    line-height: 1.4;
}

    .dn-proof-text strong {
        color: #e4bb6a;
        font-weight: 800;
    }

/* NGO footer badge */
.dn-ngo-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255,255,255,0.07);
    font-size: 0.68rem;
    color: rgba(255,255,255,0.3);
    font-weight: 600;
    line-height: 1.5;
}

    .dn-ngo-badge i {
        color: #4ade80;
        font-size: 0.9rem;
        flex-shrink: 0;
    }

/* ══════════════════════════════════════════
   RIGHT PANEL
══════════════════════════════════════════ */

.dn-panel-right {
    padding: 2.75rem 2.5rem;
    background: var(--dn-white);
}

/* ── Tabs ── */
.dn-tabs {
    display: flex;
    background: var(--dn-bg);
    border: 1px solid var(--dn-border);
    border-radius: 14px;
    padding: 4px;
    gap: 3px;
    margin-bottom: 2rem;
}

.dn-tab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.62rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.82rem;
    cursor: pointer;
    border: none;
    background: transparent;
    color: var(--dn-muted);
    transition: all 0.22s ease;
}

    .dn-tab:hover {
        color: var(--dn-text);
        background: rgba(255,255,255,0.6);
    }

    .dn-tab.dn-tab--active {
        background: var(--dn-white);
        color: var(--dn-indigo);
        box-shadow: 0 2px 8px rgba(30,58,95,0.10);
    }

/* ── Pane System ── */
.dn-pane {
    display: none;
}

    .dn-pane.dn-pane--active {
        display: block;
        animation: dnFade 0.28s ease;
    }

@keyframes dnFade {
    from {
        opacity: 0;
        transform: translateY(7px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Payment Methods Row ── */
.dn-methods {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.dn-methods-label {
    font-size: 0.66rem;
    font-weight: 800;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    white-space: nowrap;
}

.dn-method-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.26rem 0.7rem;
    background: var(--dn-bg);
    border: 1px solid var(--dn-border);
    border-radius: 7px;
    font-size: 0.7rem;
    font-weight: 700;
    color: #475569;
    white-space: nowrap;
}

    .dn-method-chip.esewa {
        color: #35AF0A;
        border-color: rgba(53,175,10,0.22);
        background: rgba(53,175,10,0.05);
    }

    .dn-method-chip.khalti {
        color: #5C2D91;
        border-color: rgba(92,45,145,0.22);
        background: rgba(92,45,145,0.05);
    }

    .dn-method-chip.connect {
        color: #C0392B;
        border-color: rgba(192,57,43,0.22);
        background: rgba(192,57,43,0.05);
    }

/* ── QR Frame ── */
.dn-qr-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.dn-qr-frame {
    position: relative;
    background: var(--dn-white);
    border-radius: 20px;
    padding: 1.25rem;
    box-shadow: 0 6px 28px rgba(30,58,95,0.10), 0 0 0 1px rgba(30,58,95,0.05);
    display: inline-block;
}

    .dn-qr-frame::before,
    .dn-qr-frame::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        border-style: solid;
        border-color: var(--dn-indigo);
    }

    .dn-qr-frame::before {
        top: 7px;
        left: 7px;
        border-width: 2.5px 0 0 2.5px;
        border-radius: 5px 0 0 0;
    }

    .dn-qr-frame::after {
        bottom: 7px;
        right: 7px;
        border-width: 0 2.5px 2.5px 0;
        border-radius: 0 0 5px 0;
    }

.dn-qr-inner {
    position: relative;
}

    .dn-qr-inner::before,
    .dn-qr-inner::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        border-style: solid;
        border-color: var(--dn-indigo);
    }

    .dn-qr-inner::before {
        top: -14px;
        right: -14px;
        border-width: 2.5px 2.5px 0 0;
        border-radius: 0 5px 0 0;
    }

    .dn-qr-inner::after {
        bottom: -14px;
        left: -14px;
        border-width: 0 0 2.5px 2.5px;
        border-radius: 0 0 0 5px;
    }

.dn-qr-img {
    width: 185px;
    height: 185px;
    border-radius: 10px;
    display: block;
    object-fit: contain;
}

/* ── Quick Amount Grid ── */
.dn-amounts-section {
    margin-bottom: 1.25rem;
}

.dn-amounts-label {
    font-size: 0.66rem;
    font-weight: 800;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    margin-bottom: 0.6rem;
}

.dn-amounts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.45rem;
}

.dn-amount-btn {
    padding: 0.52rem 0.4rem;
    border-radius: 10px;
    font-size: 0.78rem;
    font-weight: 700;
    border: 1.5px solid var(--dn-border);
    background: var(--dn-white);
    color: #475569;
    cursor: pointer;
    transition: all 0.18s ease;
    text-align: center;
}

    .dn-amount-btn:hover {
        border-color: var(--dn-indigo-mid);
        color: var(--dn-indigo);
        background: var(--dn-indigo-lt);
    }

    .dn-amount-btn.dn-amount-btn--active {
        background: var(--dn-indigo);
        color: white;
        border-color: transparent;
        box-shadow: 0 4px 14px rgba(30,58,95,0.22);
    }

/* ── Copy Row ── */
.dn-copy-row {
    display: flex;
    align-items: stretch;
    background: var(--dn-bg);
    border: 1.5px solid var(--dn-border);
    border-radius: 13px;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
}

    .dn-copy-row:hover {
        border-color: #93c5fd;
        box-shadow: 0 0 0 3px rgba(30,58,95,0.05);
    }

.dn-copy-info {
    flex: 1;
    padding: 0.7rem 1rem;
    min-width: 0;
}

.dn-copy-label {
    display: block;
    font-size: 0.63rem;
    font-weight: 800;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    margin-bottom: 0.16rem;
}

.dn-copy-value {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--dn-text);
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.dn-copy-btn {
    padding: 0 1.1rem;
    border: none;
    border-left: 1.5px solid var(--dn-border);
    background: var(--dn-white);
    color: var(--dn-indigo);
    font-size: 1.05rem;
    cursor: pointer;
    transition: all 0.18s;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    flex-shrink: 0;
}

    .dn-copy-btn:hover {
        background: var(--dn-indigo-lt);
    }

    .dn-copy-btn.dn-copy-btn--ok {
        color: var(--dn-green);
    }

/* ── Bank Detail Card ── */
.dn-bank-card {
    background: var(--dn-bg);
    border: 1px solid var(--dn-border);
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.dn-bank-header {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.95rem 1.2rem;
    background: var(--dn-white);
    border-bottom: 1px solid #f1f5f9;
}

.dn-bank-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: var(--dn-indigo-lt);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dn-indigo);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.dn-bank-header-text h6 {
    font-weight: 800;
    font-size: 0.855rem;
    color: var(--dn-text);
    margin: 0 0 0.08rem;
}

.dn-bank-header-text small {
    font-size: 0.68rem;
    color: #94a3b8;
    font-weight: 600;
}

.dn-bank-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.72rem 1.2rem;
    border-bottom: 1px solid #f1f5f9;
    transition: background 0.13s;
    gap: 0.5rem;
}

    .dn-bank-row:last-child {
        border-bottom: none;
    }

    .dn-bank-row:hover {
        background: var(--dn-white);
    }

.dn-bank-row-label {
    font-size: 0.63rem;
    font-weight: 800;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 0.18rem;
}

.dn-bank-row-value {
    font-size: 0.855rem;
    font-weight: 700;
    color: var(--dn-text);
}

    .dn-bank-row-value.is-account {
        font-variant-numeric: tabular-nums;
        letter-spacing: 0.5px;
        font-size: 0.8rem;
    }

.dn-bank-mini-copy {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: var(--dn-indigo-lt);
    border: none;
    color: var(--dn-indigo);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.85rem;
    transition: all 0.18s;
    flex-shrink: 0;
}

    .dn-bank-mini-copy:hover {
        background: #d0e7ff;
    }

/* ── Divider ── */
.dn-divider {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 1.5rem 0 1.25rem;
}

    .dn-divider::before,
    .dn-divider::after {
        content: '';
        flex: 1;
        height: 1px;
        background: #f1f5f9;
    }

    .dn-divider span {
        font-size: 0.66rem;
        font-weight: 800;
        color: #cbd5e1;
        text-transform: uppercase;
        letter-spacing: 1.1px;
        white-space: nowrap;
    }

/* ── After-Payment Steps ── */
.dn-steps-heading {
    font-size: 0.7rem;
    font-weight: 800;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    margin-bottom: 1rem;
}

.dn-steps {
    position: relative;
    padding-left: 0;
}

    .dn-steps::before {
        content: '';
        position: absolute;
        left: 15px;
        top: 30px;
        bottom: 30px;
        width: 1.5px;
        background: linear-gradient(to bottom, var(--dn-indigo) 0%, var(--dn-gold) 50%, var(--dn-green) 100%);
        border-radius: 2px;
        opacity: 0.3;
    }

.dn-step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

    .dn-step:last-child {
        margin-bottom: 0;
    }

.dn-step-num {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 2px solid var(--dn-white);
}

.dn-step:nth-child(1) .dn-step-num {
    background: var(--dn-indigo);
    color: white;
    box-shadow: 0 0 0 3px rgba(30,58,95,0.12);
}

.dn-step:nth-child(2) .dn-step-num {
    background: var(--dn-gold);
    color: white;
    box-shadow: 0 0 0 3px rgba(196,154,60,0.12);
}

.dn-step:nth-child(3) .dn-step-num {
    background: var(--dn-green);
    color: white;
    box-shadow: 0 0 0 3px rgba(26,122,74,0.12);
}

.dn-step-body {
    padding-top: 0.28rem;
}

.dn-step-title {
    font-size: 0.83rem;
    font-weight: 700;
    color: var(--dn-text);
    margin-bottom: 0.1rem;
}

.dn-step-desc {
    font-size: 0.74rem;
    color: var(--dn-muted);
    line-height: 1.5;
}

/* ── WhatsApp CTA ── */
.dn-wa-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    padding: 0.9rem 1.5rem;
    border-radius: 14px;
    background: linear-gradient(135deg, #1a7a4a 0%, #0f5133 100%);
    color: white;
    font-weight: 800;
    font-size: 0.92rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.28s ease;
    box-shadow: 0 8px 22px rgba(26,122,74,0.25);
    margin-top: 1.25rem;
    letter-spacing: 0.1px;
}

    .dn-wa-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 32px rgba(26,122,74,0.35);
        color: white;
    }

    .dn-wa-btn i {
        font-size: 1.25rem;
    }

/* ── Security Note ── */
.dn-security {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    font-size: 0.7rem;
    color: #94a3b8;
    font-weight: 600;
    margin-top: 0.85rem;
}

    .dn-security i {
        color: #4ade80;
        font-size: 0.82rem;
    }

/* ── Toast ── */
.dn-toast {
    position: fixed;
    bottom: 110px;
    left: 50%;
    transform: translateX(-50%) translateY(14px);
    background: var(--dn-text);
    color: white;
    padding: 0.58rem 1.4rem;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 700;
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.26s ease, transform 0.26s ease;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    white-space: nowrap;
}

    .dn-toast i {
        color: #4ade80;
        font-size: 0.95rem;
    }

    .dn-toast.dn-toast--visible {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

/* ── Responsive ── */
@media (max-width: 991px) {
    .dn-panel-left {
        padding: 2.5rem 2rem;
    }

    .dn-panel-right {
        padding: 2rem 1.75rem;
    }
}

@media (max-width: 767px) {
    .dn-card {
        border-radius: 18px;
    }
}

@media (max-width: 575px) {
    .dn-panel-right {
        padding: 1.5rem;
    }

    .dn-qr-img {
        width: 162px;
        height: 162px;
    }

    .dn-amounts-grid {
        gap: 0.35rem;
    }

    .dn-amount-btn {
        font-size: 0.73rem;
        padding: 0.48rem 0.3rem;
    }
}


/* ================================================================
   CONTACT SECTION
   ================================================================ */
/* ── Variables ── */


/* ── Card ── */
.ct-card {
	border-radius: var(--ct-radius);
	overflow: hidden;
	box-shadow: var(--ct-shadow);
	background: var(--ct-white);
	border: 1px solid rgba(30,58,95,0.06);
	margin: 2rem auto;
	text-align: left;
}

/* ══ LEFT PANEL ══ */
.ct-panel-left {
	background: linear-gradient(155deg, #0f2942 0%, #1e3a5f 55%, #1a4a7a 100%);
	padding: 3rem 2.5rem;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	min-height: 100%;
}

	.ct-panel-left::before {
		content: '';
		position: absolute;
		inset: 0;
		background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
		background-size: 32px 32px;
		pointer-events: none;
	}

	.ct-panel-left::after {
		content: '';
		position: absolute;
		bottom: -10%;
		right: -10%;
		width: 260px;
		height: 260px;
		background: radial-gradient(circle, rgba(196,154,60,0.16) 0%, transparent 65%);
		border-radius: 50%;
		filter: blur(50px);
		pointer-events: none;
	}

.ct-left-orb {
	position: absolute;
	top: -10%;
	left: -14%;
	width: 220px;
	height: 220px;
	background: radial-gradient(circle, rgba(45,82,130,0.5) 0%, transparent 65%);
	border-radius: 50%;
	filter: blur(44px);
	pointer-events: none;
}

.ct-left-content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.ct-left-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	background: rgba(196,154,60,0.12);
	border: 1px solid rgba(196,154,60,0.28);
	color: #e4bb6a;
	padding: 0.3rem 0.9rem;
	border-radius: 100px;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
	width: fit-content;
}

.ct-left-headline {
	font-size: clamp(1.3rem, 2vw, 1.75rem);
	font-weight: 800;
	color: #fff;
	letter-spacing: -0.03em;
	line-height: 1.22;
	margin-bottom: 0.85rem;
}

	.ct-left-headline em {
		font-style: normal;
		color: #e4bb6a;
	}

.ct-left-sub {
	font-size: 0.845rem;
	color: rgba(255,255,255,0.50);
	line-height: 1.78;
	margin-bottom: 2.25rem;
}

/* Contact info items */
.ct-info-list {
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
	margin-bottom: 2.25rem;
}

.ct-info-item {
	display: flex;
	align-items: flex-start;
	gap: 0.875rem;
}

.ct-info-icon {
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.10);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	color: #e4bb6a;
	flex-shrink: 0;
	transition: background 0.2s;
}

.ct-info-item:hover .ct-info-icon {
	background: rgba(255,255,255,0.11);
}

.ct-info-text h6 {
	color: rgba(255,255,255,0.88);
	font-size: 0.78rem;
	font-weight: 700;
	margin-bottom: 0.12rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.ct-info-text p {
	color: rgba(255,255,255,0.50);
	font-size: 0.8rem;
	margin: 0;
	line-height: 1.55;
}

/* Social links */
.ct-socials {
	display: flex;
	gap: 0.6rem;
	margin-top: auto;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255,255,255,0.07);
}

.ct-social-btn {
	width: 36px;
	height: 36px;
	border-radius: 9px;
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.10);
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255,255,255,0.55);
	font-size: 1rem;
	text-decoration: none;
	transition: all 0.2s;
}

	.ct-social-btn:hover {
		background: rgba(255,255,255,0.12);
		color: #e4bb6a;
	}

/* ══ RIGHT PANEL ══ */
.ct-panel-right {
	padding: 2.75rem 2.5rem;
	background: var(--ct-white);
}

.ct-form-header {
	margin-bottom: 1.75rem;
}

.ct-form-label-sm {
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: var(--ct-gold);
	display: block;
	margin-bottom: 0.35rem;
}

.ct-form-title {
	font-size: 1.35rem;
	font-weight: 800;
	color: var(--ct-text);
	letter-spacing: -0.025em;
	line-height: 1.2;
	margin: 0;
}

.ct-form-sub {
	font-size: 0.82rem;
	color: var(--ct-muted);
	margin-top: 0.4rem;
}

/* Floating label groups */
.ct-field {
	position: relative;
	margin-bottom: 1.2rem;
}

	.ct-field input,
	.ct-field textarea {
		width: 100%;
		padding: 1rem 1rem 0.55rem;
		border-radius: 10px;
		border: 1.5px solid var(--ct-border);
		background: var(--ct-bg);
		outline: none;
		font-size: 0.85rem;
		color: var(--ct-text);
		transition: border-color 0.18s, background 0.18s, box-shadow 0.18s;
		font-family: inherit;
	}

	.ct-field textarea {
		resize: vertical;
		min-height: 100px;
		line-height: 1.6;
	}

	.ct-field label {
		position: absolute;
		top: 50%;
		left: 1rem;
		transform: translateY(-50%);
		font-size: 0.82rem;
		color: #94a3b8;
		font-weight: 500;
		transition: all 0.18s ease;
		pointer-events: none;
		background: transparent;
	}

	.ct-field textarea ~ label {
		top: 1rem;
		transform: none;
	}

	.ct-field input:focus,
	.ct-field textarea:focus {
		border-color: var(--ct-navy);
		background: var(--ct-white);
		box-shadow: 0 0 0 3px rgba(30,58,95,0.07);
	}

		.ct-field input:focus + label,
		.ct-field input:not(:placeholder-shown) + label {
			top: 0.42rem;
			transform: none;
			font-size: 0.65rem;
			font-weight: 700;
			color: var(--ct-navy);
			letter-spacing: 0.3px;
		}

		.ct-field textarea:focus + label,
		.ct-field textarea:not(:placeholder-shown) + label {
			top: 0.38rem;
			font-size: 0.65rem;
			font-weight: 700;
			color: var(--ct-navy);
			letter-spacing: 0.3px;
		}

/* Submit button */
.ct-submit-btn {
	width: 100%;
	padding: 0.9rem 1.5rem;
	background: var(--ct-navy);
	color: var(--ct-white);
	border: none;
	border-radius: 12px;
	font-size: 0.88rem;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.25s ease;
	box-shadow: 0 6px 18px rgba(30,58,95,0.20);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	letter-spacing: 0.1px;
	margin-top: 0.5rem;
}

	.ct-submit-btn:hover {
		background: var(--ct-navy-mid);
		transform: translateY(-1px);
		box-shadow: 0 10px 26px rgba(30,58,95,0.28);
	}

	.ct-submit-btn:disabled {
		background: #94a3b8;
		transform: none;
		box-shadow: none;
		cursor: not-allowed;
	}

	.ct-submit-btn i {
		font-size: 1.1rem;
	}

/* Privacy note */
.ct-privacy {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	font-size: 0.7rem;
	color: #94a3b8;
	font-weight: 600;
	margin-top: 0.85rem;
}

	.ct-privacy i {
		color: #4ade80;
		font-size: 0.82rem;
	}

/* Toast */
.ct-toast {
	position: fixed;
	bottom: 110px;
	left: 50%;
	transform: translateX(-50%) translateY(14px);
	background: var(--ct-text);
	color: white;
	padding: 0.58rem 1.4rem;
	border-radius: 100px;
	font-size: 0.8rem;
	font-weight: 700;
	z-index: 99999;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.26s ease, transform 0.26s ease;
	display: flex;
	align-items: center;
	gap: 0.45rem;
	box-shadow: 0 8px 24px rgba(0,0,0,0.2);
	white-space: nowrap;
}

	.ct-toast i {
		font-size: 0.95rem;
	}

	.ct-toast.ct-toast--success i {
		color: #4ade80;
	}

	.ct-toast.ct-toast--error i {
		color: #f87171;
	}

	.ct-toast.ct-toast--visible {
		opacity: 1;
		transform: translateX(-50%) translateY(0);
	}

/* Responsive */
@media (max-width: 991px) {
	.ct-panel-left {
		padding: 2.5rem 2rem;
	}

	.ct-panel-right {
		padding: 2rem 1.75rem;
	}
}

@media (max-width: 767px) {
	.ct-card {
		border-radius: 18px;
	}
}

@media (max-width: 575px) {
	.ct-panel-right {
		padding: 1.5rem;
	}
}


/* ================================================================
   JOIN US SECTION
   ================================================================ */
/* ── Variables ── */


/* ── Card ── */
.jn-card {
	border-radius: var(--jn-radius);
	overflow: hidden;
	box-shadow: var(--jn-shadow);
	background: var(--jn-white);
	border: 1px solid rgba(30,58,95,0.06);
	margin: 2rem auto;
	text-align: left;
}

/* ══ LEFT PANEL ══ */
.jn-panel-left {
	background: linear-gradient(155deg, #0f2942 0%, #1e3a5f 55%, #1a4a7a 100%);
	padding: 3rem 2.5rem;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	min-height: 100%;
}

	.jn-panel-left::before {
		content: '';
		position: absolute;
		inset: 0;
		background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
		background-size: 32px 32px;
		pointer-events: none;
	}

	.jn-panel-left::after {
		content: '';
		position: absolute;
		bottom: -10%;
		right: -10%;
		width: 260px;
		height: 260px;
		background: radial-gradient(circle, rgba(196,154,60,0.16) 0%, transparent 65%);
		border-radius: 50%;
		filter: blur(50px);
		pointer-events: none;
	}

.jn-left-orb {
	position: absolute;
	top: -10%;
	left: -14%;
	width: 220px;
	height: 220px;
	background: radial-gradient(circle, rgba(45,82,130,0.5) 0%, transparent 65%);
	border-radius: 50%;
	filter: blur(44px);
	pointer-events: none;
}

.jn-left-content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.jn-left-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	background: rgba(196,154,60,0.12);
	border: 1px solid rgba(196,154,60,0.28);
	color: #e4bb6a;
	padding: 0.3rem 0.9rem;
	border-radius: 100px;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
	width: fit-content;
}

.jn-left-headline {
	font-size: clamp(1.3rem, 2vw, 1.75rem);
	font-weight: 800;
	color: #fff;
	letter-spacing: -0.03em;
	line-height: 1.22;
	margin-bottom: 0.85rem;
}

	.jn-left-headline em {
		font-style: normal;
		color: #e4bb6a;
	}

.jn-left-sub {
	font-size: 0.845rem;
	color: rgba(255,255,255,0.50);
	line-height: 1.78;
	margin-bottom: 2.25rem;
}

/* Benefits list */
.jn-benefits-list {
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
	margin-bottom: 2.25rem;
}

.jn-benefit-item {
	display: flex;
	align-items: flex-start;
	gap: 0.875rem;
}

.jn-benefit-icon {
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.10);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	color: #e4bb6a;
	flex-shrink: 0;
	transition: background 0.2s;
}

.jn-benefit-item:hover .jn-benefit-icon {
	background: rgba(255,255,255,0.11);
}

.jn-benefit-text h6 {
	color: rgba(255,255,255,0.88);
	font-size: 0.78rem;
	font-weight: 700;
	margin-bottom: 0.12rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.jn-benefit-text p {
	color: rgba(255,255,255,0.50);
	font-size: 0.8rem;
	margin: 0;
	line-height: 1.55;
}

/* Member count strip */
.jn-member-strip {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	margin-top: auto;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255,255,255,0.07);
	color: rgba(255,255,255,0.45);
	font-size: 0.75rem;
	font-weight: 600;
}

	.jn-member-strip i {
		color: #e4bb6a;
		font-size: 1rem;
	}

/* ══ RIGHT PANEL ══ */
.jn-panel-right {
	padding: 2.75rem 2.5rem;
	background: var(--jn-white);
}

.jn-form-header {
	margin-bottom: 1.75rem;
}

.jn-form-label-sm {
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: var(--jn-gold);
	display: block;
	margin-bottom: 0.35rem;
}

.jn-form-title {
	font-size: 1.35rem;
	font-weight: 800;
	color: var(--jn-text);
	letter-spacing: -0.025em;
	line-height: 1.2;
	margin: 0;
}

.jn-form-sub {
	font-size: 0.82rem;
	color: var(--jn-muted);
	margin-top: 0.4rem;
}

/* Floating label groups */
.jn-field {
	position: relative;
	margin-bottom: 1.2rem;
}

	.jn-field input,
	.jn-field textarea {
		width: 100%;
		padding: 1rem 1rem 0.55rem;
		border-radius: 10px;
		border: 1.5px solid var(--jn-border);
		background: var(--jn-bg);
		outline: none;
		font-size: 0.85rem;
		color: var(--jn-text);
		transition: border-color 0.18s, background 0.18s, box-shadow 0.18s;
		font-family: inherit;
	}

	.jn-field textarea {
		resize: vertical;
		min-height: 100px;
		line-height: 1.6;
	}

	.jn-field label {
		position: absolute;
		top: 50%;
		left: 1rem;
		transform: translateY(-50%);
		font-size: 0.82rem;
		color: #94a3b8;
		font-weight: 500;
		transition: all 0.18s ease;
		pointer-events: none;
		background: transparent;
	}

	.jn-field textarea ~ label {
		top: 1rem;
		transform: none;
	}

	.jn-field input:focus,
	.jn-field textarea:focus {
		border-color: var(--jn-navy);
		background: var(--jn-white);
		box-shadow: 0 0 0 3px rgba(30,58,95,0.07);
	}

		.jn-field input:focus + label,
		.jn-field input:not(:placeholder-shown) + label {
			top: 0.42rem;
			transform: none;
			font-size: 0.65rem;
			font-weight: 700;
			color: var(--jn-navy);
			letter-spacing: 0.3px;
		}

		.jn-field textarea:focus + label,
		.jn-field textarea:not(:placeholder-shown) + label {
			top: 0.38rem;
			font-size: 0.65rem;
			font-weight: 700;
			color: var(--jn-navy);
			letter-spacing: 0.3px;
		}

/* Submit button */
.jn-submit-btn {
	width: 100%;
	padding: 0.9rem 1.5rem;
	background: var(--jn-navy);
	color: var(--jn-white);
	border: none;
	border-radius: 12px;
	font-size: 0.88rem;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.25s ease;
	box-shadow: 0 6px 18px rgba(30,58,95,0.20);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	letter-spacing: 0.1px;
	margin-top: 0.5rem;
}

	.jn-submit-btn:hover {
		background: var(--jn-navy-mid);
		transform: translateY(-1px);
		box-shadow: 0 10px 26px rgba(30,58,95,0.28);
	}

	.jn-submit-btn:disabled {
		background: #94a3b8;
		transform: none;
		box-shadow: none;
		cursor: not-allowed;
	}

	.jn-submit-btn i {
		font-size: 1.1rem;
	}

/* Privacy note */
.jn-privacy {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	font-size: 0.7rem;
	color: #94a3b8;
	font-weight: 600;
	margin-top: 0.85rem;
}

	.jn-privacy i {
		color: #4ade80;
		font-size: 0.82rem;
	}

/* Toast */
.jn-toast {
	position: fixed;
	bottom: 110px;
	left: 50%;
	transform: translateX(-50%) translateY(14px);
	background: var(--jn-text);
	color: white;
	padding: 0.58rem 1.4rem;
	border-radius: 100px;
	font-size: 0.8rem;
	font-weight: 700;
	z-index: 99999;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.26s ease, transform 0.26s ease;
	display: flex;
	align-items: center;
	gap: 0.45rem;
	box-shadow: 0 8px 24px rgba(0,0,0,0.2);
	white-space: nowrap;
}

	.jn-toast i {
		font-size: 0.95rem;
	}

	.jn-toast.jn-toast--success i {
		color: #4ade80;
	}

	.jn-toast.jn-toast--error i {
		color: #f87171;
	}

	.jn-toast.jn-toast--visible {
		opacity: 1;
		transform: translateX(-50%) translateY(0);
	}

/* Responsive */
@media (max-width: 991px) {
	.jn-panel-left {
		padding: 2.5rem 2rem;
	}

	.jn-panel-right {
		padding: 2rem 1.75rem;
	}
}

@media (max-width: 767px) {
	.jn-card {
		border-radius: 18px;
	}
}

@media (max-width: 575px) {
	.jn-panel-right {
		padding: 1.5rem;
	}
}


/* ================================================================
   IMAGE VIEWER / LIGHTBOX
   ================================================================ */

.gallery-nav-btn {
    background: rgba(0,0,0,0.5);
    border: none;
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 22px;
}

.gallery-thumbnails {
    display: flex;
    gap: 8px;
    padding: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    background: rgba(0,0,0,0.85);
}

.gallery-thumbnails img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    cursor: pointer;
    opacity: .6;
    border-radius: 6px;
    border: 2px solid transparent;
    transition: .2s;
}

.gallery-thumbnails img.active {
    opacity: 1;
    border-color: white;
}
