/* ==========================================================================
   DPNA - Modern NGO Frontpage Stylesheet
   Designed for Impact, Emotion, Credibility & Action
   Strictly Zero Inline Styles
   ========================================================================== */

:root {
    --ngo-primary: #bf2f37;
    --ngo-primary-dark: #9e1f26;
    --ngo-primary-light: #e63946;
    --ngo-accent-green: #2d6a4f;
    --ngo-accent-emerald: #40916c;
    --ngo-accent-amber: #e76f51;
    --ngo-accent-gold: #f4a261;
    --ngo-accent-blue: #1d3557;
    --ngo-accent-cyan: #2a9d8f;
    --ngo-dark: #121820;
    --ngo-dark-surface: #1e2630;
    --ngo-text-dark: #1f2937;
    --ngo-text-muted: #64748b;
    --ngo-bg-soft: #f8fafc;
    --ngo-bg-alt: #f1f5f9;
    --ngo-border: #e2e8f0;
    --ngo-radius-sm: 8px;
    --ngo-radius-md: 14px;
    --ngo-radius-lg: 20px;
    --ngo-radius-full: 9999px;
    --ngo-shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    --ngo-shadow-md: 0 12px 24px -4px rgba(18, 24, 32, 0.08), 0 4px 8px -2px rgba(18, 24, 32, 0.04);
    --ngo-shadow-lg: 0 20px 35px -8px rgba(18, 24, 32, 0.12), 0 8px 16px -4px rgba(18, 24, 32, 0.06);
    --ngo-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --------------------------------------------------------------------------
   1. Urgent Humanitarian Appeal Ribbon
   -------------------------------------------------------------------------- */
.ngo-alert-ribbon {
    background: linear-gradient(135deg, #a81c24 0%, #bf2f37 60%, #9e1f26 100%);
    color: #ffffff;
    padding: 10px 0;
    font-size: 14px;
    box-shadow: 0 3px 10px rgba(168, 28, 36, 0.25);
    position: relative;
    z-index: 100;
}

.ngo-alert-ribbon__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.ngo-alert-ribbon__content {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.ngo-pulse-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 3px 12px;
    border-radius: var(--ngo-radius-full);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #ffffff;
}

.ngo-pulse-dot {
    width: 8px;
    height: 8px;
    background-color: #4ade80;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(74, 222, 128, 0.6);
    animation: ngoPulse 1.8s infinite;
}

@keyframes ngoPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.8);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(74, 222, 128, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(74, 222, 128, 0);
    }
}

.ngo-alert-ribbon__text {
    margin: 0;
    font-weight: 500;
    color: #ffffff;
}

.ngo-alert-ribbon__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ngo-ribbon-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #ffffff;
    color: var(--ngo-primary) !important;
    font-weight: 700;
    font-size: 13px;
    padding: 5px 16px;
    border-radius: var(--ngo-radius-full);
    transition: var(--ngo-transition);
    text-decoration: none !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.ngo-ribbon-btn:hover {
    background-color: #f8fafc;
    color: var(--ngo-primary-dark) !important;
    transform: translateY(-2px);
}

.ngo-ribbon-link {
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline !important;
    transition: var(--ngo-transition);
}

.ngo-ribbon-link:hover {
    color: #ffd7d9 !important;
}

/* --------------------------------------------------------------------------
   2. Enhanced Hero / Promo Section
   -------------------------------------------------------------------------- */
.promo {
    position: relative;
    overflow: hidden;
}

.ngo-hero-slide {
    position: relative;
    min-height: 88vh;
    display: flex;
    align-items: center;
}

.ngo-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        110deg,
        rgba(15, 23, 42, 0.94) 0%,
        rgba(27, 38, 54, 0.85) 45%,
        rgba(15, 23, 42, 0.45) 100%
    );
    z-index: 1;
}

.ngo-hero-content {
    position: relative;
    z-index: 2;
    padding: 100px 0 120px 0;
    color: #ffffff;
}

.ngo-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 6px 16px;
    border-radius: var(--ngo-radius-full);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 22px;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.ngo-hero-pill__icon {
    color: #4ade80;
}

.ngo-hero-title {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
    color: #ffffff;
    letter-spacing: -0.5px;
}

.ngo-hero-title--accent {
    color: #f87171;
    position: relative;
    display: inline-block;
}

.ngo-hero-description {
    font-size: 19px;
    line-height: 1.6;
    color: #e2e8f0;
    max-width: 680px;
    margin-bottom: 34px;
    font-weight: 400;
}

.ngo-hero-description p {
    color: #e2e8f0;
    margin-bottom: 0;
}

.ngo-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 30px;
}

/* Modern NGO Buttons */
.ngo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: var(--ngo-radius-full);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-decoration: none !important;
    transition: var(--ngo-transition);
    cursor: pointer;
    border: none;
}

.ngo-btn--donate {
    width: fit-content;
    background: linear-gradient(135deg, #bf2f37 0%, #dc2626 100%);
    color: #ffffff !important;
    box-shadow: 0 8px 20px rgba(191, 47, 55, 0.4);
}

.ngo-btn--donate:hover {
    width: fit-content;
    background: linear-gradient(135deg, #a81c24 0%, #b91c1c 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(191, 47, 55, 0.5);
    color: #ffffff !important;
}

.ngo-btn--donate .fa-heart {
    animation: heartBeat 1.8s ease-in-out infinite;
}

@keyframes heartBeat {
    0%, 100% { transform: scale(1); }
    14% { transform: scale(1.25); }
    28% { transform: scale(1); }
    42% { transform: scale(1.25); }
    70% { transform: scale(1); }
}

.ngo-btn--outline {
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid rgb(215 40 41);
    backdrop-filter: blur(8px);
}

.ngo-btn--outline:hover {
    background: #d92828;
    color: #ffffff !important;
}

.ngo-btn--glass {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.ngo-btn--glass:hover {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff !important;
    transform: translateY(-2px);
}

.ngo-hero-quick-trust {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.ngo-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #cbd5e1;
    font-weight: 500;
}

.ngo-trust-item i {
    color: #4ade80;
}

/* Floating Socials in Hero */
.promo-socials {
    z-index: 10;
}

.promo-socials__link {
    color: #ffffff !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: var(--ngo-transition);
}

.promo-socials__link:hover {
    background: var(--ngo-primary);
    color: #ffffff !important;
    transform: scale(1.1);
}

/* --------------------------------------------------------------------------
   3. Key Impact Highlights Strip
   -------------------------------------------------------------------------- */
.ngo-stats-strip {
    position: relative;
    z-index: 15;
    margin-top: -55px;
    padding-bottom: 40px;
}

.ngo-stats-strip__card {
    background: #ffffff;
    border-radius: var(--ngo-radius-lg);
    box-shadow: 0 16px 40px -10px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(226, 232, 240, 0.9);
    padding: 30px 24px;
}

.ngo-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.ngo-stat-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 12px;
    border-right: 1px solid var(--ngo-border);
    transition: var(--ngo-transition);
}

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

.ngo-stat-item:hover {
    transform: translateY(-2px);
}

.ngo-stat-icon {
    width: 58px;
    height: 58px;
    border-radius: var(--ngo-radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.ngo-stat-icon--red {
    background: rgba(191, 47, 55, 0.1);
    color: var(--ngo-primary);
}

.ngo-stat-icon--green {
    background: rgba(45, 106, 79, 0.1);
    color: var(--ngo-accent-green);
}

.ngo-stat-icon--blue {
    background: rgba(29, 53, 87, 0.1);
    color: #2563eb;
}

.ngo-stat-icon--amber {
    background: rgba(244, 162, 97, 0.14);
    color: #d97706;
}

.ngo-stat-data {
    display: flex;
    flex-direction: column;
}

.ngo-stat-number-wrap {
    display: flex;
    align-items: baseline;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--ngo-dark);
}

.ngo-stat-number {
    font-variant-numeric: tabular-nums;
}

.ngo-stat-suffix {
    color: var(--ngo-primary);
    font-weight: 800;
    margin-left: 2px;
}

.ngo-stat-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--ngo-text-muted);
    margin: 4px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* --------------------------------------------------------------------------
   4. Frontline Emergency Response Live Relief Section
   -------------------------------------------------------------------------- */
.ngo-crisis-section {
    padding: 2rem 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
    border-bottom: 1px solid var(--ngo-border);
}

.ngo-crisis-header {
    max-width: 800px;
    margin: 0 auto 50px auto;
    text-align: center;
}

.ngo-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(191, 47, 55, 0.08);
    color: var(--ngo-primary);
    border: 1px solid rgba(191, 47, 55, 0.2);
    padding: 6px 18px;
    border-radius: var(--ngo-radius-full);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.ngo-section-title {
    font-size: 38px;
    font-weight: 800;
    color: var(--ngo-dark);
    line-height: 1.2;
    margin-bottom: 16px;
}

.ngo-section-subtitle {
    font-size: 17px;
    line-height: 1.65;
    color: var(--ngo-text-muted);
    margin: 0;
}

.ngo-crisis-shelter-box {
    background: #ffffff;
    border-radius: var(--ngo-radius-md);
    border: 1px solid var(--ngo-border);
    box-shadow: var(--ngo-shadow-sm);
    padding: 20px 24px;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.ngo-crisis-shelter-box__icon {
    width: 48px;
    height: 48px;
    background: rgba(191, 47, 55, 0.1);
    color: var(--ngo-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.ngo-crisis-shelter-box__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: var(--ngo-text-dark);
}

/* Relief Cards Grid */
.ngo-crisis-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.ngo-crisis-card {
    background: #ffffff;
    border-radius: var(--ngo-radius-lg);
    padding: 30px 20px 24px 20px;
    text-align: center;
    box-shadow: var(--ngo-shadow-md);
    border: 1px solid var(--ngo-border);
    position: relative;
    transition: var(--ngo-transition);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.ngo-crisis-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
}

.ngo-crisis-card--blue::before { background: #3b82f6; }
.ngo-crisis-card--orange::before { background: #f97316; }
.ngo-crisis-card--red::before { background: #ef4444; }
.ngo-crisis-card--green::before { background: #10b981; }
.ngo-crisis-card--yellow::before { background: #eab308; }

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

.ngo-crisis-card__icon-holder {
    width: 72px;
    height: 72px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ngo-crisis-card__icon {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.ngo-crisis-card:hover .ngo-crisis-card__icon {
    transform: scale(1.1);
}

.ngo-crisis-card__count {
    font-size: 34px;
    font-weight: 800;
    color: var(--ngo-dark);
    line-height: 1.1;
    margin-bottom: 8px;
    font-variant-numeric: tabular-nums;
}

.ngo-crisis-card__label {
    font-size: 14px;
    font-weight: 700;
    color: var(--ngo-text-dark);
    margin: 0;
    line-height: 1.3;
}

.ngo-crisis-cta-holder {
    text-align: center;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    gap: 14px;
}

/* --------------------------------------------------------------------------
   5. Strategic Pillars of Impact (Focus Areas)
   -------------------------------------------------------------------------- */
.ngo-pillars-section {
    padding: 2rem 0;
    background: #ffffff;
}

.ngo-pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.ngo-pillar-card {
    background: #ffffff;
    border: 1px solid var(--ngo-border);
    border-radius: var(--ngo-radius-lg);
    padding: 32px 24px;
    box-shadow: var(--ngo-shadow-sm);
    transition: var(--ngo-transition);
    display: flex;
    flex-direction: column;
    position: relative;
}

.ngo-pillar-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--ngo-shadow-md);
    border-color: rgba(191, 47, 55, 0.3);
}

.ngo-pillar-card__icon {
    width: 60px;
    height: 60px;
    border-radius: var(--ngo-radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 22px;
}

.ngo-pillar-card--nature .ngo-pillar-card__icon {
    background: rgba(45, 106, 79, 0.1);
    color: var(--ngo-accent-green);
}

.ngo-pillar-card--youth .ngo-pillar-card__icon {
    background: rgba(231, 111, 81, 0.1);
    color: var(--ngo-accent-amber);
}

.ngo-pillar-card--relief .ngo-pillar-card__icon {
    background: rgba(191, 47, 55, 0.1);
    color: var(--ngo-primary);
}

.ngo-pillar-card--civic .ngo-pillar-card__icon {
    background: rgba(42, 157, 143, 0.1);
    color: var(--ngo-accent-cyan);
}

.ngo-pillar-card--training .ngo-pillar-card__icon {
    background: rgba(37, 99, 235, 0.1);
    color: #2563eb;
}

.ngo-pillar-card--livelihood .ngo-pillar-card__icon {
    background: rgba(217, 119, 6, 0.12);
    color: #d97706;
}

.ngo-pillar-card__title {
    font-size: 20px;
    font-weight: 700;
    color: var(--ngo-dark);
    margin-bottom: 12px;
    line-height: 1.3;
}

.ngo-pillar-card__desc {
    font-size: 14px;
    line-height: 1.6;
    color: var(--ngo-text-muted);
    margin-bottom: 22px;
    flex-grow: 1;
}

.ngo-pillar-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: var(--ngo-primary) !important;
    text-decoration: none !important;
    transition: var(--ngo-transition);
}

.ngo-pillar-card__link:hover {
    color: var(--ngo-primary-dark) !important;
    gap: 12px;
}

/* --------------------------------------------------------------------------
   6. Our Story / Heritage Section
   -------------------------------------------------------------------------- */
.ngo-story-section {
    padding: 85px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border-top: 1px solid var(--ngo-border);
    border-bottom: 1px solid var(--ngo-border);
}

.ngo-story-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 24px 0 32px 0;
}

.ngo-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ffffff;
    border: 1px solid var(--ngo-border);
    color: var(--ngo-text-dark);
    padding: 8px 16px;
    border-radius: var(--ngo-radius-full);
    font-size: 13px;
    font-weight: 600;
    box-shadow: var(--ngo-shadow-sm);
}

.ngo-badge-pill i {
    color: var(--ngo-primary);
}

.ngo-story-text {
    font-size: 16px;
    line-height: 1.75;
    color: var(--ngo-text-dark);
    margin-bottom: 20px;
}

.ngo-story-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.ngo-visual-card {
    position: relative;
    border-radius: var(--ngo-radius-lg);
    overflow: hidden;
    box-shadow: var(--ngo-shadow-lg);
    border: 4px solid #ffffff;
}

.ngo-visual-card__img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.ngo-visual-card:hover .ngo-visual-card__img {
    transform: scale(1.03);
}

.ngo-visual-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: rgba(18, 24, 32, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #ffffff;
    padding: 16px 22px;
    border-radius: var(--ngo-radius-md);
    border-left: 4px solid var(--ngo-primary);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.ngo-visual-badge__year {
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
    color: #ffffff;
}

.ngo-visual-badge__text {
    font-size: 13px;
    font-weight: 600;
    color: #cbd5e1;
    margin: 4px 0 0 0;
}

/* --------------------------------------------------------------------------
   7. Flagship Projects Showcase ("WOW" High-Impact Design)
   -------------------------------------------------------------------------- */
.ngo-projects-section {
    padding: 2rem 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
    border-top: 1px solid var(--ngo-border);
    border-bottom: 1px solid var(--ngo-border);
}

.ngo-projects-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 45px;
    flex-wrap: wrap;
    gap: 20px;
}

.ngo-projects-header-left {
    max-width: 720px;
}

.ngo-projects-count-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(16, 185, 129, 0.1);
    color: #059669;
    border: 1px solid rgba(16, 185, 129, 0.25);
    padding: 4px 12px;
    border-radius: var(--ngo-radius-full);
    font-size: 12px;
    font-weight: 700;
    margin-left: 10px;
    vertical-align: middle;
}

.projects-slider__nav {
    display: flex;
    align-items: center;
}

.projects-slider__nav .slider__arrows {
    display: flex;
    align-items: center;
    gap: 12px;
}

.projects-slider__nav .slider__prev,
.projects-slider__nav .slider__next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #bf2f37;
    border: 1px solid var(--ngo-border);
    color: var(--ngo-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.25s ease;
}

.projects-slider__nav .slider__prev:hover,
.projects-slider__nav .slider__next:hover {
    background: var(--ngo-primary);
    color: #ffffff;
    border-color: var(--ngo-primary);
    transform: scale(1.06);
    box-shadow: 0 6px 16px rgba(191, 47, 55, 0.25);
}

.projects-slider {
    margin: 0 -12px;
}

.projects-slider .slick-list {
    padding: 12px 0 25px 0;
    overflow: hidden;
}

.projects-slider__item {
    padding: 0 12px;
    outline: none;
    height: auto;
}

/* The WOW Project Card */
.ngo-project-card {
    background: #ffffff;
    border-radius: var(--ngo-radius-lg);
    border: 1px solid var(--ngo-border);
    box-shadow: 0 10px 25px -5px rgba(18, 24, 32, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 520px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.ngo-project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 45px -8px rgba(18, 24, 32, 0.16);
    border-color: rgba(191, 47, 55, 0.35);
}

/* Card Media Header */
.ngo-project-card__media {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: #1e293b;
    flex-shrink: 0;
}

.ngo-project-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.ngo-project-card:hover .ngo-project-card__img {
    transform: scale(1.08);
}

.ngo-project-card__media-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.55) 100%);
    pointer-events: none;
}

.ngo-project-card__status-pill {
    position: absolute;
    top: 14px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(18, 24, 32, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 5px 12px;
    border-radius: var(--ngo-radius-full);
    z-index: 2;
}

.ngo-project-card__status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #10b981;
    display: inline-block;
    animation: ngoGreenPulse 1.8s infinite;
}

@keyframes ngoGreenPulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    }
    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

.ngo-project-card__year-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: var(--ngo-dark);
    font-size: 11px;
    font-weight: 750;
    padding: 4px 10px;
    border-radius: var(--ngo-radius-full);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

/* Card Body */
.ngo-project-card__body {
    padding: 20px 22px 14px 22px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background: #ffffff;
}

.ngo-project-card__partner-row {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--ngo-text-muted);
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ngo-project-card__partner-row i {
    color: var(--ngo-primary);
}

.ngo-project-card__partner-name {
    color: var(--ngo-dark);
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 220px;
}

.ngo-project-card__title {
    font-size: 18px;
    font-weight: 750;
    line-height: 1.35;
    color: var(--ngo-dark);
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
    text-decoration: none;
}

.ngo-project-card__title a {
    color: var(--ngo-dark);
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.ngo-project-card:hover .ngo-project-card__title a {
    color: var(--ngo-primary);
}

.ngo-project-card__objective {
    font-size: 13.5px;
    line-height: 1.55;
    color: var(--ngo-text-muted);
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
}

/* SDGs in Card */
.ngo-project-card__sdgs {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px dashed #e2e8f0;
}

.ngo-project-card__sdg-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #94a3b8;
    margin-right: 4px;
}

.ngo-project-card__sdg-icon {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    object-fit: cover;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.ngo-project-card__sdg-icon:hover {
    transform: scale(1.18);
    z-index: 3;
}

/* Card Footer */
.ngo-project-card__footer {
    padding: 14px 22px;
    background: #f8fafc;
    border-top: 1px solid var(--ngo-border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.2s ease;
}

.ngo-project-card:hover .ngo-project-card__footer {
    background: #f1f5f9;
}

.ngo-project-card__footer-link {
    font-size: 13.5px;
    font-weight: 750;
    color: var(--ngo-primary) !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.2s ease;
}

.ngo-project-card:hover .ngo-project-card__footer-link {
    gap: 12px;
}

.ngo-project-card__arrow-btn {
    width: 34px;
    height: 34px;
    text-decoration: none !important;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid var(--ngo-border);
    color: var(--ngo-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
}

.ngo-project-card:hover .ngo-project-card__arrow-btn {
    background: var(--ngo-primary);
    color: #ffffff;
    border-color: var(--ngo-primary);
    transform: translateX(3px);
}

.ngo-projects-bottom-cta {
    margin-top: 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column;
}

.ngo-project-archive-link {
    font-size: 14px;
    font-weight: 700;
    color: var(--ngo-text-muted) !important;
    text-decoration: underline !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease;
}

.ngo-project-archive-link:hover {
    color: var(--ngo-primary) !important;
}

/* --------------------------------------------------------------------------
   8. News & Field Dispatches
   -------------------------------------------------------------------------- */
.ngo-news-section {
    padding: 85px 0;
    background: var(--ngo-bg-soft);
    position: relative;
}

.ngo-news-card {
    background: #ffffff;
    border-radius: var(--ngo-radius-lg);
    overflow: hidden;
    box-shadow: var(--ngo-shadow-sm);
    border: 1px solid var(--ngo-border);
    transition: var(--ngo-transition);
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 30px;
}

.ngo-news-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--ngo-shadow-md);
}

.ngo-news-thumb {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.ngo-news-thumb__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ngo-news-card:hover .ngo-news-thumb__img {
    transform: scale(1.06);
}

.ngo-news-date {
    position: absolute;
    bottom: 14px;
    left: 14px;
    background: rgba(18, 24, 32, 0.85);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: var(--ngo-radius-full);
}

.ngo-news-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ngo-news-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
    color: var(--ngo-dark);
}

.ngo-news-title a {
    color: var(--ngo-dark);
    text-decoration: none;
    transition: color 0.2s ease;
}

.ngo-news-title a:hover {
    color: var(--ngo-primary);
}

.ngo-news-snippet {
    font-size: 14px;
    line-height: 1.6;
    color: var(--ngo-text-muted);
    margin-bottom: 20px;
    flex-grow: 1;
}

.ngo-news-footer {
    border-top: 1px solid var(--ngo-border);
    padding-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ngo-news-readmore {
    font-size: 14px;
    font-weight: 700;
    color: var(--ngo-primary) !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: var(--ngo-transition);
}

.ngo-news-readmore:hover {
    gap: 10px;
    color: var(--ngo-primary-dark) !important;
}

/* --------------------------------------------------------------------------
   9. Dual "Get Involved" (Volunteer & Partner)
   -------------------------------------------------------------------------- */
.ngo-involvement-section {
    padding: 85px 0;
    background: #ffffff;
}

.ngo-involvement-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.ngo-involvement-card {
    border-radius: var(--ngo-radius-lg);
    padding: 44px 38px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 340px;
    box-shadow: var(--ngo-shadow-lg);
}

.ngo-involvement-card--volunteer {
    background: linear-gradient(135deg, #1b2838 0%, #1e3a5f 100%);
    border-left: 6px solid #4ade80;
}

.ngo-involvement-card--partner {
    background: linear-gradient(135deg, #2b1b1c 0%, #7f1d1d 100%);
    border-left: 6px solid #f87171;
}

.ngo-involvement-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 6px 16px;
    border-radius: var(--ngo-radius-full);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    width: fit-content;
}

.ngo-involvement-card__title {
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 14px;
}

.ngo-involvement-card__text {
    font-size: 16px;
    line-height: 1.6;
    color: #e2e8f0;
    margin-bottom: 30px;
    max-width: 480px;
}

/* --------------------------------------------------------------------------
   10. Partners & Donors Strip
   -------------------------------------------------------------------------- */
.donors-slider__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: var(--ngo-radius-md);
    transition: var(--ngo-transition);
    height: 111px;
    margin: 0;
}

.donors-slider__item a:hover {
    transform: translateY(-4px);
    border-color: var(--ngo-primary);
}

.donors-slider__img img {
    max-height: 95px;
    max-width: 120px;
    object-fit: contain;
    opacity: 1;
    transition: var(--ngo-transition);
}

.donors-slider__item a:hover .donors-slider__img img {
    /*filter: grayscale(0%);*/
    opacity: 1;
}

/* --------------------------------------------------------------------------
   11. Calendar & Events Frame
   -------------------------------------------------------------------------- */
.ngo-calendar-card {
    background: #ffffff;
    border-radius: var(--ngo-radius-lg);
    box-shadow: var(--ngo-shadow-md);
    border: 1px solid var(--ngo-border);
    padding: 30px;
}

/* --------------------------------------------------------------------------
   12. Utility / Helper classes (replacing inline styles)
   -------------------------------------------------------------------------- */
.whatsapp-widget-hidden {
    display: none;
}

.whatsapp-widget-holder {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.whatsapp-widget-icon {
    width: 75px;
    transition: transform 0.2s ease;
}

.whatsapp-widget-icon:hover {
    transform: scale(1.08);
}

.whatsapp-widget-text {
    margin: 0;
    color: #c1333d;
    padding: 0 10px;
    font-weight: 700;
    text-align: center;
}

.svg-symbols-hidden {
    display: none;
}

.gtm-iframe-hidden {
    display: none;
    visibility: hidden;
}

/* --------------------------------------------------------------------------
   13. Responsive Media Queries
   -------------------------------------------------------------------------- */
@media (max-width: 1199px) {
    .ngo-hero-title {
        font-size: 42px;
    }
    .ngo-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ngo-stat-item:nth-child(2) {
        border-right: none;
    }
    .ngo-crisis-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .ngo-pillars-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .ngo-hero-slide {
        min-height: 75vh;
    }
    .ngo-hero-content {
        padding: 60px 0 80px 0;
    }
    .ngo-hero-title {
        font-size: 34px;
    }
    .ngo-hero-description {
        font-size: 16px;
    }
    .ngo-involvement-grid {
        grid-template-columns: 1fr;
    }
    .ngo-visual-card {
        margin-top: 40px;
    }
    .ngo-visual-card__img {
        height: 360px;
    }
}

@media (max-width: 767px) {
    .ngo-alert-ribbon__inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .ngo-hero-title {
        font-size: 28px;
    }
    .ngo-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .ngo-btn {
        width: 100%;
    }
    .ngo-stats-grid {
        grid-template-columns: 1fr;
    }
    .ngo-stat-item {
        border-right: none;
        border-bottom: 1px solid var(--ngo-border);
        padding-bottom: 16px;
    }
    .ngo-stat-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    .ngo-crisis-grid {
        grid-template-columns: 1fr 1fr;
    }
    .ngo-crisis-card {
        padding: 20px 14px;
    }
    .ngo-crisis-card__icon-holder {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }
    .ngo-crisis-card__count {
        font-size: 26px;
    }
    .ngo-pillars-grid {
        grid-template-columns: 1fr;
    }
    .ngo-section-title {
        font-size: 28px;
    }
    .ngo-involvement-card {
        padding: 30px 20px;
    }
    .ngo-involvement-card__title {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .ngo-crisis-grid {
        grid-template-columns: 1fr;
    }
}

.ngo-text-primary {
    color: var(--ngo-primary) !important;
}

/* --------------------------------------------------------------------------
   Projects Grid Page Styles
   -------------------------------------------------------------------------- */
.ngo-projects-page-section {
    padding: 70px 0 90px 0;
    background: #f8fafc;
}

.ngo-projects-page-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 24px;
}

.ngo-projects-page-title-group {
    max-width: 650px;
}

.ngo-projects-tabs-bar {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--ngo-border);
    padding: 6px;
    border-radius: var(--ngo-radius-full);
    box-shadow: var(--ngo-shadow-sm);
    gap: 6px;
}

.ngo-projects-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: var(--ngo-radius-full);
    font-size: 13.5px;
    font-weight: 700;
    color: var(--ngo-text-muted) !important;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.ngo-projects-tab:hover {
    color: var(--ngo-primary) !important;
    background: rgba(191, 47, 55, 0.05);
}

.ngo-projects-tab--active {
    background: var(--ngo-primary) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(191, 47, 55, 0.3);
}

.ngo-projects-tab--active:hover {
    color: #ffffff !important;
    background: var(--ngo-primary-dark) !important;
}

.ngo-projects-tab__count {
    background: rgba(255, 255, 255, 0.25);
    color: inherit;
    font-size: 11px;
    font-weight: 800;
    padding: 2px 7px;
    border-radius: var(--ngo-radius-full);
}

.ngo-projects-tab:not(.ngo-projects-tab--active) .ngo-projects-tab__count {
    background: #e2e8f0;
    color: var(--ngo-text-dark);
}

.ngo-projects-grid {
    margin-left: -12px;
    margin-right: -12px;
}

.ngo-projects-grid__col {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 30px;
    display: flex;
}

.ngo-projects-grid__col .ngo-project-card {
    width: 100%;
    height: 520px;
}

.ngo-project-card__status-pill--completed {
    background: rgba(15, 23, 42, 0.85);
    border-color: rgba(255, 255, 255, 0.2);
    color: #cbd5e1;
}

.ngo-project-card__status-pill--completed i {
    color: #94a3b8;
    font-size: 11px;
}

.ngo-empty-state {
    text-align: center;
    background: #ffffff;
    border: 1px dashed var(--ngo-border);
    border-radius: var(--ngo-radius-lg);
    padding: 60px 24px;
    margin: 30px 0;
}

.ngo-empty-state__icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: rgba(191, 47, 55, 0.08);
    color: var(--ngo-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.ngo-empty-state__title {
    font-size: 22px;
    font-weight: 750;
    color: var(--ngo-dark);
    margin-bottom: 10px;
}

.ngo-empty-state__desc {
    font-size: 15px;
    color: var(--ngo-text-muted);
    max-width: 500px;
    margin: 0 auto 24px;
}

.ngo-projects-archive-banner {
    background: #ffffff;
    border: 1px solid var(--ngo-border);
    border-radius: var(--ngo-radius-lg);
    padding: 32px 36px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    box-shadow: var(--ngo-shadow-sm);
}

.ngo-projects-archive-banner__content {
    max-width: 720px;
}

.ngo-projects-archive-banner__title {
    font-size: 19px;
    font-weight: 750;
    color: var(--ngo-dark);
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ngo-projects-archive-banner__title i {
    color: var(--ngo-primary);
}

.ngo-projects-archive-banner__desc {
    font-size: 14px;
    color: var(--ngo-text-muted);
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .ngo-project-card {
        height: auto;
        min-height: 480px;
    }
    .ngo-projects-tabs-bar {
        width: 100%;
        flex-direction: column;
        border-radius: var(--ngo-radius-md);
    }
    .ngo-projects-tab {
        width: 100%;
        justify-content: center;
        border-radius: var(--ngo-radius-sm);
    }
    .ngo-projects-archive-banner {
        padding: 24px 20px;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 500px) {
    .ngo-projects-tabs-bar {
        width: 100%;
        flex-direction: row;
        border-radius: var(--ngo-radius-md);
    }
}

/* --------------------------------------------------------------------------
   Dedicated News Page Styles
   -------------------------------------------------------------------------- */
.ngo-news-page-section {
    padding: 70px 0 90px 0;
    background: #f8fafc;
}

.ngo-news-page-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 45px;
    flex-wrap: wrap;
    gap: 20px;
}

.ngo-news-page-header__left {
    max-width: 700px;
}

.ngo-news-count-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid var(--ngo-border);
    padding: 8px 18px;
    border-radius: var(--ngo-radius-full);
    font-size: 13px;
    font-weight: 700;
    color: var(--ngo-text-muted);
    box-shadow: var(--ngo-shadow-sm);
}

.ngo-news-count-badge i {
    color: var(--ngo-primary);
}

/* Featured Lead Story */
.ngo-news-featured {
    background: #ffffff;
    border: 1px solid var(--ngo-border);
    border-radius: var(--ngo-radius-lg);
    overflow: hidden;
    box-shadow: 0 10px 30px -5px rgba(18, 24, 32, 0.08);
    margin-bottom: 45px;
    transition: var(--ngo-transition);
    display: flex;
}

.ngo-news-featured:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -8px rgba(18, 24, 32, 0.14);
    border-color: rgba(191, 47, 55, 0.35);
}

.ngo-news-featured__media {
    position: relative;
    width: 50%;
    min-height: 380px;
    overflow: hidden;
    background: #1e293b;
    flex-shrink: 0;
}

.ngo-news-featured__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.ngo-news-featured:hover .ngo-news-featured__img {
    transform: scale(1.06);
}

.ngo-news-featured__media-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
    pointer-events: none;
}

.ngo-news-featured__badge {
    position: absolute;
    top: 20px;
    left: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(191, 47, 55, 0.92);
    color: #ffffff;
    padding: 6px 14px;
    border-radius: var(--ngo-radius-full);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(191, 47, 55, 0.35);
    z-index: 2;
}

.ngo-news-featured__date {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(18, 24, 32, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff;
    padding: 6px 14px;
    border-radius: var(--ngo-radius-full);
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
}

.ngo-news-featured__body {
    width: 50%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ngo-news-category-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: var(--ngo-primary);
    margin-bottom: 14px;
}

.ngo-news-featured__title {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.35;
    color: var(--ngo-dark);
    margin-bottom: 16px;
}

.ngo-news-featured__title a {
    color: var(--ngo-dark);
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.ngo-news-featured__title a:hover {
    color: var(--ngo-primary);
}

.ngo-news-featured__excerpt {
    font-size: 15px;
    line-height: 1.7;
    color: var(--ngo-text-muted);
    margin-bottom: 28px;
}

.ngo-news-featured__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* News Grid Columns & Cards */
.ngo-news-grid {
    margin-left: -12px;
    margin-right: -12px;
}

.ngo-news-grid__col {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 30px;
    display: flex;
}

.ngo-news-grid__col .ngo-news-card {
    width: 100%;
    margin-bottom: 0;
    height: 100%;
}

.ngo-news-thumb__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.45) 100%);
    pointer-events: none;
}

.ngo-news-category-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(18, 24, 32, 0.85);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #ffffff;
    font-size: 10.5px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius: var(--ngo-radius-full);
    z-index: 2;
}

.ngo-news-card .ngo-news-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
}

.ngo-news-card .ngo-news-snippet {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 66px;
    margin-bottom: 16px;
}

.ngo-news-circle-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid var(--ngo-border);
    color: var(--ngo-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
    text-decoration: none !important;
}

.ngo-news-card:hover .ngo-news-circle-btn {
    background: var(--ngo-primary);
    color: #ffffff;
    border-color: var(--ngo-primary);
    transform: translateX(3px);
}

/* Pagination */
.ngo-pagination-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

.ngo-pagination-wrapper .pagination {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ffffff;
    padding: 8px 12px;
    border-radius: var(--ngo-radius-full);
    border: 1px solid var(--ngo-border);
    box-shadow: var(--ngo-shadow-sm);
    margin: 0;
    list-style: none;
}

.ngo-pagination-wrapper .page-item .page-link {
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    border-radius: var(--ngo-radius-full) !important;
    border: 1px solid transparent;
    background: transparent;
    color: var(--ngo-text-dark);
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    text-decoration: none;
}

.ngo-pagination-wrapper .page-item.active .page-link {
    background: var(--ngo-primary) !important;
    color: #ffffff !important;
    border-color: var(--ngo-primary) !important;
    box-shadow: 0 4px 10px rgba(191, 47, 55, 0.3);
}

.ngo-pagination-wrapper .page-item:not(.active):not(.disabled) .page-link:hover {
    background: rgba(191, 47, 55, 0.08);
    color: var(--ngo-primary);
}

.ngo-pagination-wrapper .page-item.disabled .page-link {
    color: #94a3b8;
    opacity: 0.6;
    cursor: not-allowed;
}

/* Media & Press Inquiries Banner */
.ngo-media-contact-banner {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-radius: var(--ngo-radius-lg);
    padding: 40px 48px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
    box-shadow: var(--ngo-shadow-lg);
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.ngo-media-contact-banner::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(191, 47, 55, 0.15);
    pointer-events: none;
}

.ngo-media-contact-banner__content {
    max-width: 680px;
    position: relative;
    z-index: 1;
}

.ngo-media-contact-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    background: rgba(191, 47, 55, 0.25);
    color: #fca5a5;
    border: 1px solid rgba(191, 47, 55, 0.4);
    padding: 4px 12px;
    border-radius: var(--ngo-radius-full);
    margin-bottom: 12px;
}

.ngo-media-contact-banner__title {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 8px;
}

.ngo-media-contact-banner__desc {
    font-size: 14.5px;
    color: #cbd5e1;
    margin: 0;
    line-height: 1.6;
}

.ngo-media-contact-banner__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.ngo-media-contact-banner .ngo-btn--outline {
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.ngo-media-contact-banner .ngo-btn--outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    color: #ffffff;
}

@media (max-width: 991px) {
    .ngo-news-featured {
        flex-direction: column;
    }
    .ngo-news-featured__media {
        width: 100%;
        height: 280px;
        min-height: auto;
    }
    .ngo-news-featured__body {
        width: 100%;
        padding: 28px 24px;
    }
    .ngo-news-featured__title {
        font-size: 22px;
    }
    .ngo-media-contact-banner {
        padding: 30px 24px;
        flex-direction: column;
        align-items: flex-start;
    }
}

/* --------------------------------------------------------------------------
   About Us Page Styles ("Soooo Amazing" NGO Design)
   -------------------------------------------------------------------------- */
.ngo-about-hero {
    position: relative;
    padding: 100px 0 90px 0;
    min-height: 480px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #ffffff;
}

.ngo-about-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.ngo-about-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ngo-about-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.92) 0%, rgba(191, 47, 55, 0.82) 100%);
}

.ngo-about-hero__content {
    position: relative;
    z-index: 2;
    max-width: 820px;
}

.ngo-about-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 6px 16px;
    border-radius: var(--ngo-radius-full);
    font-size: 12.5px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.ngo-about-hero__title {
    font-size: 46px;
    font-weight: 850;
    line-height: 1.15;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.ngo-about-hero__subtitle {
    font-size: 18px;
    line-height: 1.65;
    color: #f1f5f9;
    margin-bottom: 28px;
    max-width: 740px;
}

.ngo-about-hero__pills {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.ngo-about-hero__pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(18, 24, 32, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #e2e8f0;
    padding: 6px 14px;
    border-radius: var(--ngo-radius-full);
    font-size: 12.5px;
    font-weight: 600;
}

.ngo-about-hero__pill i {
    color: #f87171;
}

/* 2. Foundational Story Section */
.ngo-about-story-section {
    padding: 2rem 0;
    background: #ffffff;
}

.ngo-about-lead-text {
    font-size: 17px;
    line-height: 1.8;
    color: var(--ngo-dark);
    margin-bottom: 30px;
    font-weight: 500;
}

.ngo-about-highlights {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ngo-about-highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 20px;
    background: #f8fafc;
    border: 1px solid var(--ngo-border);
    border-radius: var(--ngo-radius-md);
    transition: var(--ngo-transition);
}

.ngo-about-highlight-item:hover {
    background: #ffffff;
    border-color: rgba(191, 47, 55, 0.3);
    box-shadow: var(--ngo-shadow-sm);
    transform: translateX(4px);
}

.ngo-about-highlight-item__icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(191, 47, 55, 0.1);
    color: var(--ngo-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.ngo-about-highlight-item__text h4 {
    font-size: 16px;
    font-weight: 750;
    color: var(--ngo-dark);
    margin-bottom: 4px;
}

.ngo-about-highlight-item__text p {
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--ngo-text-muted);
    margin: 0;
}

.ngo-about-visual-wrap {
    position: relative;
    padding: 20px;
}

.ngo-about-visual-main {
    position: relative;
    border-radius: var(--ngo-radius-lg);
    overflow: hidden;
    box-shadow: 0 20px 45px -10px rgba(18, 24, 32, 0.2);
    border: 6px solid #ffffff;
}

.ngo-about-visual-main__img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
}

.ngo-about-floating-card {
    position: absolute;
    bottom: 24px;
    right: 24px;
    background: rgba(18, 24, 32, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 4px solid var(--ngo-primary);
    padding: 18px 24px;
    border-radius: var(--ngo-radius-md);
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    gap: 16px;
}

.ngo-about-floating-card__number {
    font-size: 38px;
    font-weight: 850;
    color: #ffffff;
    line-height: 1;
}

.ngo-about-floating-card__label {
    display: flex;
    flex-direction: column;
}

.ngo-about-floating-card__label strong {
    font-size: 14px;
    font-weight: 750;
    color: #ffffff;
}

.ngo-about-floating-card__label span {
    font-size: 12px;
    color: #94a3b8;
}

/* 3. Vision & Mission Dual Cards */
.ngo-about-vision-mission-section {
    padding: 2rem 0;
    background: #f8fafc;
    border-top: 1px solid var(--ngo-border);
    border-bottom: 1px solid var(--ngo-border);
}

.ngo-vm-card {
    background: #ffffff;
    border: 1px solid var(--ngo-border);
    border-radius: var(--ngo-radius-lg);
    padding: 40px 36px;
    box-shadow: var(--ngo-shadow-sm);
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: var(--ngo-transition);
    display: flex;
    flex-direction: column;
}

.ngo-vm-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--ngo-shadow-md);
}

.ngo-vm-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
}

.ngo-vm-card--vision::before {
    background: linear-gradient(90deg, #0d9488, #14b8a6);
}

.ngo-vm-card--mission::before {
    background: linear-gradient(90deg, var(--ngo-primary), #e11d48);
}

.ngo-vm-card__icon-badge {
    width: 60px;
    height: 60px;
    border-radius: var(--ngo-radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 22px;
}

.ngo-vm-card--vision .ngo-vm-card__icon-badge {
    background: rgba(13, 148, 136, 0.1);
    color: #0d9488;
}

.ngo-vm-card--mission .ngo-vm-card__icon-badge {
    background: rgba(191, 47, 55, 0.1);
    color: var(--ngo-primary);
}

.ngo-vm-card__pretitle {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.ngo-vm-card--vision .ngo-vm-card__pretitle {
    color: #0d9488;
}

.ngo-vm-card--mission .ngo-vm-card__pretitle {
    color: var(--ngo-primary);
}

.ngo-vm-card__title {
    font-size: 22px;
    font-weight: 800;
    color: var(--ngo-dark);
    line-height: 1.35;
    margin-bottom: 16px;
}

.ngo-vm-card__content {
    font-size: 15px;
    line-height: 1.75;
    color: var(--ngo-text-muted);
    flex-grow: 1;
}

/* Values Card */
.ngo-about-values-card {
    background: #ffffff;
    border: 1px solid var(--ngo-border);
    border-radius: var(--ngo-radius-lg);
    padding: 44px;
    box-shadow: var(--ngo-shadow-sm);
    margin-top: 30px;
}

.ngo-about-values-title {
    font-size: 24px;
    font-weight: 800;
    color: var(--ngo-dark);
    margin-bottom: 12px;
    line-height: 1.3;
}

.ngo-about-values-desc {
    font-size: 14.5px;
    line-height: 1.65;
    color: var(--ngo-text-muted);
}

.ngo-about-values-body {
    font-size: 15px;
    line-height: 1.8;
    color: var(--ngo-dark);
}

.ngo-about-values-body ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.ngo-about-values-body li {
    background: #f8fafc;
    border: 1px solid var(--ngo-border);
    border-radius: var(--ngo-radius-sm);
    padding: 14px 18px;
    font-size: 14px;
    font-weight: 600;
    color: var(--ngo-dark);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: var(--ngo-transition);
}

.ngo-about-values-body li:hover {
    border-color: rgba(191, 47, 55, 0.3);
    background: #ffffff;
    box-shadow: var(--ngo-shadow-sm);
}

.ngo-about-values-body li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: var(--ngo-primary);
    font-size: 13px;
}

/* Strategic Pillars & Scope of Work (Clean & Modern) */
.ngo-about-pillars-section {
    margin-top: 60px;
}

.ngo-pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

@media (max-width: 1199px) {
    .ngo-pillars-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .ngo-pillars-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* Individual Clean Pillar Card */
.ngo-pillar-card {
    background: #ffffff;
    border: 1px solid var(--ngo-border);
    border-radius: var(--ngo-radius-lg);
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: var(--ngo-transition);
    box-shadow: var(--ngo-shadow-sm);
}

.ngo-pillar-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--ngo-shadow-md);
}

/* Top Accent Bar */
.ngo-pillar-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
}

/* Header: Badge & Icon */
.ngo-pillar-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ngo-pillar-card__badge {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 6px;
}

.ngo-pillar-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: transform 0.25s ease;
}

.ngo-pillar-card:hover .ngo-pillar-card__icon {
    transform: scale(1.08);
}

/* Title & Subtitle */
.ngo-pillar-card__title {
    font-size: 19px;
    font-weight: 800;
    color: var(--ngo-dark);
    line-height: 1.3;
    margin-bottom: 6px;
}

.ngo-pillar-card__subtitle {
    font-size: 12.5px;
    font-weight: 600;
    color: var(--ngo-text-muted);
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f1f5f9;
}

/* Scope List */
.ngo-pillar-card__list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    flex: 1;
}

.ngo-pillar-card__item {
    font-size: 13.5px;
    line-height: 1.55;
    color: #475569;
    margin-bottom: 11px;
    position: relative;
    padding-left: 20px;
}

.ngo-pillar-card__item:last-child {
    margin-bottom: 0;
}

.ngo-pillar-card__bullet {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 11px;
}

/* Footer Tag */
.ngo-pillar-card__footer {
    padding-top: 14px;
    border-top: 1px solid #f1f5f9;
    margin-top: auto;
}

.ngo-pillar-card__tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 700;
    color: var(--ngo-text-muted);
}

/* Color Themes */
/* Pillar 1 - Teal */
.ngo-pillar-card--teal::before { background: #0d9488; }
.ngo-pillar-card--teal .ngo-pillar-card__badge { background: #f0fdfa; color: #0d9488; }
.ngo-pillar-card--teal .ngo-pillar-card__icon { background: #f0fdfa; color: #0d9488; }
.ngo-pillar-card--teal .ngo-pillar-card__bullet { color: #0d9488; }
.ngo-pillar-card--teal:hover { border-color: #99f6e4; }

/* Pillar 2 - Blue */
.ngo-pillar-card--blue::before { background: #2563eb; }
.ngo-pillar-card--blue .ngo-pillar-card__badge { background: #eff6ff; color: #2563eb; }
.ngo-pillar-card--blue .ngo-pillar-card__icon { background: #eff6ff; color: #2563eb; }
.ngo-pillar-card--blue .ngo-pillar-card__bullet { color: #2563eb; }
.ngo-pillar-card--blue:hover { border-color: #bfdbfe; }

/* Pillar 3 - Green */
.ngo-pillar-card--green::before { background: #16a34a; }
.ngo-pillar-card--green .ngo-pillar-card__badge { background: #f0fdf4; color: #16a34a; }
.ngo-pillar-card--green .ngo-pillar-card__icon { background: #f0fdf4; color: #16a34a; }
.ngo-pillar-card--green .ngo-pillar-card__bullet { color: #16a34a; }
.ngo-pillar-card--green:hover { border-color: #bbf7d0; }

/* Pillar 4 - Red */
.ngo-pillar-card--red::before { background: #dc2626; }
.ngo-pillar-card--red .ngo-pillar-card__badge { background: #fef2f2; color: #dc2626; }
.ngo-pillar-card--red .ngo-pillar-card__icon { background: #fef2f2; color: #dc2626; }
.ngo-pillar-card--red .ngo-pillar-card__bullet { color: #dc2626; }
.ngo-pillar-card--red:hover { border-color: #fecaca; }

/* 4. Statistics in Numbers */
.ngo-about-stats-section {
    padding: 85px 0;
    background: #ffffff;
}

.ngo-about-stat-card {
    background: #f8fafc;
    border: 1px solid var(--ngo-border);
    border-radius: var(--ngo-radius-lg);
    padding: 36px 24px;
    text-align: center;
    transition: var(--ngo-transition);
    box-shadow: var(--ngo-shadow-sm);
    height: 100%;
}

.ngo-about-stat-card:hover {
    transform: translateY(-6px);
    border-color: rgba(191, 47, 55, 0.3);
    box-shadow: var(--ngo-shadow-md);
    background: #ffffff;
}

.ngo-about-stat-card__icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: rgba(191, 47, 55, 0.08);
    color: var(--ngo-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: transform 0.3s ease;
}

.ngo-about-stat-card:hover .ngo-about-stat-card__icon {
    transform: scale(1.1);
}

.ngo-about-stat-card__val {
    font-size: 40px;
    font-weight: 850;
    color: var(--ngo-dark);
    line-height: 1;
    margin-bottom: 8px;
    font-variant-numeric: tabular-nums;
}

.ngo-about-stat-card__val span {
    color: var(--ngo-primary);
}

.ngo-about-stat-card__lbl {
    font-size: 14px;
    font-weight: 700;
    color: var(--ngo-text-muted);
}

/* 5. Governance & Transparency */
.ngo-about-governance-section {
    padding: 80px 0;
    background: #f8fafc;
    border-top: 1px solid var(--ngo-border);
}

.ngo-governance-card {
    background: #ffffff;
    border: 1px solid var(--ngo-border);
    border-radius: var(--ngo-radius-lg);
    padding: 44px;
    box-shadow: var(--ngo-shadow-sm);
}

.ngo-governance-card__title {
    font-size: 24px;
    font-weight: 800;
    color: var(--ngo-dark);
    margin-bottom: 12px;
    line-height: 1.35;
}

.ngo-governance-card__desc {
    font-size: 15px;
    line-height: 1.7;
    color: var(--ngo-text-muted);
    margin: 0;
}

.ngo-governance-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ngo-gov-link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 20px;
    background: #f8fafc;
    border: 1px solid var(--ngo-border);
    border-radius: var(--ngo-radius-md);
    color: var(--ngo-dark) !important;
    text-decoration: none !important;
    font-size: 14.5px;
    font-weight: 700;
    transition: var(--ngo-transition);
}

.ngo-gov-link:hover {
    background: var(--ngo-primary);
    color: #ffffff !important;
    border-color: var(--ngo-primary);
    transform: translateX(4px);
}

.ngo-gov-link i:first-child {
    font-size: 18px;
    color: var(--ngo-primary);
    transition: color 0.2s ease;
}

.ngo-gov-link:hover i:first-child {
    color: #ffffff;
}

.ngo-gov-link i.ml-auto {
    font-size: 12px;
    opacity: 0.6;
}

/* 6. About Callout CTA */
.ngo-about-cta-section {
    padding: 85px 0;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.ngo-about-cta-section::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(191, 47, 55, 0.18);
    pointer-events: none;
}

.ngo-about-cta-content {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.ngo-about-cta-title {
    font-size: 34px;
    font-weight: 850;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.25;
}

.ngo-about-cta-subtitle {
    font-size: 16.5px;
    line-height: 1.65;
    color: #cbd5e1;
    margin-bottom: 32px;
}

.ngo-about-cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.ngo-about-cta-section .ngo-btn--outline {
    border-color: rgba(255, 255, 255, 0.35);
    color: #ffffff;
}

.ngo-about-cta-section .ngo-btn--outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    color: #ffffff;
}

@media (max-width: 991px) {
    .ngo-about-hero__title {
        font-size: 34px;
    }
    .ngo-about-visual-main__img {
        height: 360px;
    }
    .ngo-about-values-card {
        padding: 28px 20px;
    }
    .ngo-about-values-body ul {
        grid-template-columns: 1fr;
    }
    .ngo-governance-card {
        padding: 28px 20px;
    }
}

@media (max-width: 767px) {
    .ngo-about-hero {
        padding: 70px 0 60px 0;
    }
    .ngo-about-hero__title {
        font-size: 28px;
    }
    .ngo-about-floating-card {
        position: relative;
        bottom: auto;
        right: auto;
        margin: 16px;
    }
    .ngo-about-stat-card {
        padding: 24px 16px;
    }
    .ngo-about-stat-card__val {
        font-size: 30px;
    }
    .ngo-about-cta-title {
        font-size: 26px;
    }
}

/* ==========================================================================
   PARTNER WITH US PAGE (NEW APPEAL & MODERN NGO DESIGN)
   ========================================================================== */
.ngo-partner-hero {
    position: relative;
    padding: 110px 0 90px 0;
    color: #ffffff;
    background-color: var(--ngo-dark);
    overflow: hidden;
}

.ngo-partner-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.ngo-partner-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ngo-partner-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.94) 0%, rgba(15, 23, 42, 0.88) 55%, rgba(191, 47, 55, 0.82) 100%);
}

.ngo-partner-hero__content {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.ngo-partner-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    backdrop-filter: blur(8px);
}

.ngo-partner-hero__title {
    font-size: 44px;
    font-weight: 850;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.ngo-partner-hero__subtitle {
    font-size: 18px;
    line-height: 1.7;
    color: #cbd5e1;
    margin-bottom: 30px;
}

.ngo-partner-hero__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.ngo-partner-hero__pills {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.ngo-partner-hero__pill {
    font-size: 12.5px;
    font-weight: 700;
    color: #cbd5e1;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    padding: 6px 14px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ngo-partner-hero__pill i {
    color: var(--ngo-primary);
}

/* Why Partner Section */
.ngo-partner-why-section {
    padding: 85px 0;
    background: #ffffff;
}

.ngo-partner-lead-card {
    background: #f8fafc;
    border: 1px solid var(--ngo-border);
    border-radius: var(--ngo-radius-lg);
    padding: 36px 32px;
    margin-bottom: 48px;
    box-shadow: var(--ngo-shadow-sm);
}

.ngo-partner-lead-text {
    font-size: 17.5px;
    line-height: 1.75;
    color: var(--ngo-dark);
    margin: 0;
    font-weight: 500;
}

/* Value Proposition Cards Grid */
.ngo-partner-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

@media (max-width: 1199px) {
    .ngo-partner-values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .ngo-partner-values-grid {
        grid-template-columns: 1fr;
    }
}

.ngo-partner-value-card {
    background: #ffffff;
    border: 1px solid var(--ngo-border);
    border-radius: var(--ngo-radius-lg);
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    transition: var(--ngo-transition);
    box-shadow: var(--ngo-shadow-sm);
    height: 100%;
}

.ngo-partner-value-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--ngo-shadow-md);
    border-color: rgba(191, 47, 55, 0.3);
}

.ngo-partner-value-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(191, 47, 55, 0.08);
    color: var(--ngo-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 18px;
    transition: transform 0.25s ease;
}

.ngo-partner-value-card:hover .ngo-partner-value-card__icon {
    transform: scale(1.1);
    background: var(--ngo-primary);
    color: #ffffff;
}

.ngo-partner-value-card__title {
    font-size: 18px;
    font-weight: 800;
    color: var(--ngo-dark);
    margin-bottom: 10px;
    line-height: 1.35;
}

.ngo-partner-value-card__desc {
    font-size: 14px;
    line-height: 1.6;
    color: var(--ngo-text-muted);
    margin: 0;
}

/* Featured Philosophy Quote Card */
.ngo-partner-quote-section {
    padding: 20px 0 80px 0;
    background: #ffffff;
}

.ngo-partner-quote-card {
    position: relative;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 20px;
    padding: 50px 45px;
    color: #ffffff;
    overflow: hidden;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
    border-left: 6px solid var(--ngo-primary);
}

.ngo-partner-quote-card::before {
    content: '\f10d';
    font-family: FontAwesome;
    position: absolute;
    top: 20px;
    right: 35px;
    font-size: 110px;
    color: rgba(255, 255, 255, 0.04);
    line-height: 1;
    pointer-events: none;
}

.ngo-partner-quote-card__body {
    position: relative;
    z-index: 1;
    max-width: 860px;
}

.ngo-partner-quote-card__tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #f87171;
    margin-bottom: 16px;
}

.ngo-partner-quote-card__quote {
    font-size: 22px;
    line-height: 1.6;
    font-weight: 600;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 24px;
}

.ngo-partner-quote-card__author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ngo-partner-quote-card__author-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--ngo-primary);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 16px;
}

.ngo-partner-quote-card__author-info h5 {
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 2px 0;
}

.ngo-partner-quote-card__author-info span {
    font-size: 13px;
    color: #94a3b8;
}

/* Strategic Partnership Areas Grid */
.ngo-partner-areas-section {
    padding: 85px 0;
    background: #f8fafc;
    border-top: 1px solid var(--ngo-border);
    border-bottom: 1px solid var(--ngo-border);
}

.ngo-partner-areas-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 1199px) {
    .ngo-partner-areas-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .ngo-partner-areas-grid {
        grid-template-columns: 1fr;
    }
}

.ngo-partner-area-card {
    background: #ffffff;
    border: 1px solid var(--ngo-border);
    border-radius: var(--ngo-radius-md);
    padding: 24px 20px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: var(--ngo-transition);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.ngo-partner-area-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--ngo-shadow-sm);
    border-color: var(--ngo-primary);
}

.ngo-partner-area-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #f1f5f9;
    color: var(--ngo-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    transition: all 0.25s ease;
}

.ngo-partner-area-card:hover .ngo-partner-area-card__icon {
    background: var(--ngo-primary);
    color: #ffffff;
}

.ngo-partner-area-card__content h4 {
    font-size: 15.5px;
    font-weight: 800;
    color: var(--ngo-dark);
    margin: 0 0 5px 0;
    line-height: 1.35;
}

.ngo-partner-area-card__content p {
    font-size: 13px;
    line-height: 1.55;
    color: var(--ngo-text-muted);
    margin: 0;
}

/* Partnership Process (Roadmap) */
.ngo-partner-process-section {
    padding: 85px 0;
    background: #ffffff;
}

.ngo-partner-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    position: relative;
}

@media (max-width: 1199px) {
    .ngo-partner-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .ngo-partner-process-grid {
        grid-template-columns: 1fr;
    }
}

.ngo-partner-step-card {
    background: #f8fafc;
    border: 1px solid var(--ngo-border);
    border-radius: var(--ngo-radius-lg);
    padding: 30px 22px;
    position: relative;
    transition: var(--ngo-transition);
}

.ngo-partner-step-card:hover {
    background: #ffffff;
    border-color: rgba(191, 47, 55, 0.3);
    box-shadow: var(--ngo-shadow-sm);
}

.ngo-partner-step-card__num {
    font-size: 13px;
    font-weight: 900;
    color: var(--ngo-primary);
    background: rgba(191, 47, 55, 0.08);
    display: inline-block;
    padding: 3px 10px;
    border-radius: 6px;
    margin-bottom: 14px;
}

.ngo-partner-step-card__title {
    font-size: 17px;
    font-weight: 800;
    color: var(--ngo-dark);
    margin-bottom: 8px;
    line-height: 1.35;
}

.ngo-partner-step-card__desc {
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--ngo-text-muted);
    margin: 0;
}

/* Trusted Partners Showcase */
.ngo-partner-showcase-section {
    padding: 85px 0;
    background: #f8fafc;
    border-top: 1px solid var(--ngo-border);
}

.ngo-partner-logos-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
    margin-bottom: 36px;
}

@media (max-width: 1199px) {
    .ngo-partner-logos-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767px) {
    .ngo-partner-logos-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .ngo-partner-logos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.ngo-partner-logo-item {
    background: #ffffff;
    border: 1px solid var(--ngo-border);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 95px;
    transition: var(--ngo-transition);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
    text-decoration: none !important;
}

.ngo-partner-logo-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--ngo-shadow-sm);
    border-color: rgba(191, 47, 55, 0.3);
}

.ngo-partner-logo-item__img {
    max-width: 100%;
    max-height: 55px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.75;
    transition: filter 0.25s ease, opacity 0.25s ease;
}

.ngo-partner-logo-item:hover .ngo-partner-logo-item__img {
    filter: grayscale(0%);
    opacity: 1;
}

.ngo-partner-showcase-footer {
    text-align: center;
}

/* Inquiry & Direct Contact CTA */
.ngo-partner-cta-section {
    padding: 85px 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.ngo-partner-cta-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(191, 47, 55, 0.15);
    pointer-events: none;
}

.ngo-partner-cta-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 44px;
    backdrop-filter: blur(8px);
}

.ngo-partner-cta-title {
    font-size: 32px;
    font-weight: 850;
    color: #ffffff;
    margin-bottom: 14px;
    line-height: 1.3;
}

.ngo-partner-cta-subtitle {
    font-size: 16px;
    line-height: 1.65;
    color: #cbd5e1;
    margin-bottom: 28px;
}

.ngo-partner-contact-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

@media (max-width: 991px) {
    .ngo-partner-contact-cards {
        grid-template-columns: 1fr;
    }
}

.ngo-partner-contact-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    padding: 20px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: var(--ngo-transition);
}

.ngo-partner-contact-card:hover {
    background: rgba(191, 47, 55, 0.25);
    border-color: var(--ngo-primary);
    transform: translateY(-3px);
}

.ngo-partner-contact-card__icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: var(--ngo-primary);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.ngo-partner-contact-card__text {
    display: flex;
    flex-direction: column;
}

.ngo-partner-contact-card__text small {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #94a3b8;
    font-weight: 700;
}

.ngo-partner-contact-card__text strong {
    font-size: 14.5px;
    color: #ffffff;
}
