.ngo-footer-9b5957d6 {
    --shadow-color: rgba(230, 57, 70, 0.5);
    background-color: #060913;
    color: #edf2f7;
    padding: 30px 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    border-radius: 14px;
    box-shadow: 0 0 18px 2px var(--shadow-color);
    position: relative;
    border: 1px solid rgba(230, 57, 70, 0.15);
    animation: pulseGlow_9b5957d6 4s infinite alternate ease-in-out;
}

.ngo-footer-9b5957d6 .ngo-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

/* Left Brand Pillar column */
.ngo-footer-9b5957d6 .ngo-brand-col {
    flex: 1 1 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    text-align: center;
}

.ngo-footer-9b5957d6 .logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ngo-footer-9b5957d6 .ngo-footer-logo {
    max-height: 80px;
    width: auto;
}

.ngo-footer-9b5957d6 .ngo-placeholder-logo {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 1px;
    background: linear-gradient(135deg, #fff, #99aab5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ngo-footer-9b5957d6 .ngo-pillars {
    font-family: Georgia, serif;
    font-size: 1.15rem;
    font-style: italic;
    color: #fff;
    opacity: 0.95;
    letter-spacing: 0.5px;
}

/* General Columns */
.ngo-footer-9b5957d6 .ngo-info-col {
    flex: 1 1 200px;
}

.ngo-footer-9b5957d6 .ngo-col-title {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

/* Connect with Us */
.ngo-footer-9b5957d6 .ngo-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.ngo-footer-9b5957d6 .ngo-icon {
    display: inline-flex;
    margin-top: 2px;
    flex-shrink: 0;
}

.ngo-footer-9b5957d6 .red-icon {
    color: #e63946;
}

.ngo-footer-9b5957d6 .contact-details {
    font-size: 0.92rem;
    color: #cbd5e1;
    line-height: 1.5;
}

.ngo-footer-9b5957d6 .contact-details .label {
    color: #cbd5e1;
    opacity: 0.85;
}

.ngo-footer-9b5957d6 .ngo-email-link {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.2s ease;
}

.ngo-footer-9b5957d6 .ngo-email-link:hover {
    color: #e63946;
}

/* Location and status text styles */
.ngo-footer-9b5957d6 .ngo-address-block,
.ngo-footer-9b5957d6 .ngo-reg-text {
    font-size: 0.92rem;
    color: #cbd5e1;
    line-height: 1.6;
}

/* Red Pulsing Shadow Glow Animation */
@keyframes pulseGlow_9b5957d6 {
    0% {
        box-shadow: 0 0 14px 2px var(--shadow-color);
        border-color: rgba(230, 57, 70, 0.15);
    }
    100% {
        box-shadow: 0 0 25px 5px var(--shadow-color);
        border-color: rgba(230, 57, 70, 0.35);
    }
}

/* Responsive adjustment */
@media (max-width: 768px) {
    .ngo-footer-9b5957d6 {
        padding: 40px 20px;
    }
}
