body {
    /* background: #222; */
    margin: 0;
    padding: 0;
}

/* .hero-bg {
    background: #222;
    color: #fff;
    min-height: 90vh;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    background-image: url('Assets/img/Hero Section.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-end-end-radius: 100px;
    border-end-start-radius: 100px;
}

.navbar {
    background: transparent;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: 'Poppins', sans-serif;
}

.navbar-brand .logo {
    height: 66px;         
    width: auto;
    max-width: 170px;     
    object-fit: cover;
}

.navbar-nav .nav-link {
    color: #fff !important;
    margin-right: 18px;
    font-size: 1.07rem;
    letter-spacing: 0.4px;
    font-weight: 400;
    transition: color 0.14s;
    font-family: 'Poppins', sans-serif;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #DA1F24 !important;
}

@media (max-width: 991px) {
    .hero-bg {
        background-image: url('Assets/img/HerotabSection.png');
    }
}

@media (max-width: 575px) {
    .hero-bg {
        background-image: url('Assets/img/HeroresosiveSection.png');
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-link {
        margin-right: 0;
        padding: 0.6em 1em;
    }
    .hero-bg {
        border-end-end-radius: 40px;
        border-end-start-radius: 40px;
    }
    .navbar-brand .logo {
        height: 42px;
        max-width: 120px;
    }
} */

.hero-carousel {
    position: relative;
    min-height: 85vh;
    border-end-end-radius: 70px;
    border-end-start-radius: 70px;
    overflow: hidden;
}

/* Overlay navbar styling */
.navbar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: transparent;
    /* semi-transparent */
    backdrop-filter: blur(2px);
    /* modern effect */
}

.navbar .nav-link {
    color: #fff !important;
    font-weight: 300;
    font-size: 1.08rem;
    letter-spacing: 0.3px;
    font-family: 'Poppins', sans-serif;
    margin-right: 40px;
    padding-top: 10px;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
    color: #ff4667 !important;
}

.navbar-brand .logo {
    /* height: 80px; width: auto;
    max-width: 170px;
    object-fit: cover;
    padding-left: 20px; */
    height: 80px;
    width: auto;
    max-width: 170px;
    object-fit: cover;
    margin-left: 30px;
}

/* Carousel images cover full slide */
.carousel-item img {
    width: 100vw;
    min-height: 85vh;
    object-fit: cover;
    object-position: center;
    /* border-end-end-radius: 70px;
    border-end-start-radius: 70px; */
}

/* Carousel text overlay (optional) */
.carousel-caption {
    background: rgba(0, 0, 0, 0.38);
    border-radius: 1.2em;
    padding: 1.4em 2.1em;
    color: #fff;
    left: 8%;
    right: 8%;
}

/* @media (max-width:991px) {
    .hero-carousel {
        border-end-end-radius: 36px;
        border-end-start-radius: 36px;
    }

    .carousel-item img {
        min-height: 48vh;
        border-end-end-radius: 36px;
        border-end-start-radius: 36px;
    }

    .navbar-brand .logo {
        height: 34px;
        max-width: 100px;
    }
} */

@media (max-width: 991.98px) {
    .navbar-collapse {
        background: rgba(34, 34, 34, 0.75);
        backdrop-filter: blur(6px);
        padding: 1rem 1.5rem;
        border-radius: 0 0 12px 12px;
    }

    .navbar-nav .nav-link {
        margin-right: 0;
        padding: 0.5rem 0;
        color: #fff !important;
        font-weight: 400;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
        color: #ff4667 !important;
    }
}


.hero-section {
    /* background: #f3f3f3; */
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    position: relative;
}

.hero-section h1 {
    font-size: 3rem;
    font-weight: 700;
    margin: 20px 0 0 0;
    /* color: #232323; */
    line-height: 1.1;
}

.hero-img {
    max-width: 280px;
    margin: 0 auto 20px auto;
    display: block;
}

.info-cards .card {
    border: none;
    background: none;
    text-align: center;
    box-shadow: none;
}

.info-cards i {
    font-size: 2rem;
    color: #DA1F24;
    margin-bottom: 10px;
    background-color: rgba(252, 172, 174, 0.2);
    border-radius: 50%;
    align-self: center;
    padding: 5px 15px 5px 15px;
}

.info-cards h5 {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 10px 0 7px 0;
    letter-spacing: 0.5px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.about-section {
    background: #fff;
    padding: 70px 0;
}

.about-title h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 60%;
}

.about-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 29px;
    text-align: center;

}

.about-desc {
    color: #333;
    font-size: 1.1rem;
    line-height: 1.85;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 35px auto;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.stats-box {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.stats-item {
    background: #fff;
    border-radius: 16px;
    padding: 5px 30px;
    font-size: 1.60rem;
    box-shadow: 0 2px 16px rgb(56 56 56 / 28%);
    /* min-width: 170px; */
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.stats-item.red {
    background: #DA1F24;
    color: #fff;
    font-weight: 700;
    font-size: 1.60rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.stats-item .small {
    /* margin-top: 8px; */
    font-size: 0.80rem;
    /* opacity: 0.88; */
    display: block;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: start;
}

.stats-item {
    display: flex;
    align-items: center;
    gap: 15px;
    /* space between icon and text */
    justify-content: center;
}

.stats-item .icon {
    font-size: 23px;
    color: #ffffff;
    margin-right: 15px;

}

.stats-item .dark-icon {
    color: #3b3b3b;
    font-size: 23px;
    margin-right: 15px;
}

.about-photos img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.donation-callout {
    background: rgba(252, 172, 174, 0.2);
    border-radius: 1.25rem;
    box-shadow: 0 2px 16px rgba(56, 56, 56, 0.02);
    min-height: 122px;
    gap: 2rem;
}

.donation-label {
    color: #0F172A;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    font-family: 'Poppins', sans-serif;
}

.donation-title {
    color: #1b1b2d;
    font-size: 2rem;
    line-height: 1.14;
    font-weight: 400;
    margin-top: 0.35em;
    margin-bottom: 0.2em;
    font-family: 'Poppins', sans-serif;
}

.btn-donate {
    background-color: #DA1F24;
    color: #fff;
    border-radius: 0.9rem;
    font-size: 1.15rem;
    /* transition: background 0.18s; */
    border: none;
    box-shadow: 0 1px 7px 0 rgba(200, 30, 30, 0.08);
}

.btn-donate:hover,
.btn-donate:focus {
    background-color: #c91925;
    color: #fff;
}

.section-title {
    font-size: 2.3rem;
    font-weight: 700;
    text-align: center;
    margin-top: 2.3rem;
    margin-bottom: 1.2rem;
    letter-spacing: 1.5px;
}

.section-title span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    margin-top: -4px;
    letter-spacing: initial;
}

.activity-heading {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 1.4rem 0 1.2rem 0;
    text-align: left;
}

.activity-block {
    min-height: 320px;
}

.grid-img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 7px;
}

.section-title {
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    margin-top: 2.3rem;
    margin-bottom: 2.2rem;
    letter-spacing: 1.2px;
}

.activity-label {
    font-size: 1.55rem;
    font-weight: 600;
    text-align: center;
    margin-top: 1.2rem;
    font-family: 'Poppins', sans-serif;

}

.activity-img {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    display: block;
    margin: 0 auto 0.7rem auto;
}

.row-section {
    margin-bottom: 3rem;
}

.prog-title {
    color: #DA1F24;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    letter-spacing: 0.7px;
    font-family: 'Poppins', sans-serif;

}

.prog-list {
    font-size: 1rem;
    color: #222;
    margin-bottom: 0;
    padding-left: 1.15em;
    font-family: 'Poppins', sans-serif;

}

.prog-list li {
    margin-bottom: 0.25em;
    line-height: 1.94;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;

}

.prog-box {
    margin-bottom: 2.3rem;
    min-height: 170px;
}

.testimonial-title {
    text-align: center;
    font-size: 2.3rem;
    font-weight: bold;
    letter-spacing: 1.3px;
    margin-top: 2.7rem;
    margin-bottom: 2.7rem;
}

.testi-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 18px rgba(32, 49, 85, 0.1);
    padding: 2rem 1.7rem 1.2rem 1.7rem;
    /* margin-bottom: 2rem; */
    min-height: 100px;
    font-size: 1.06rem;
    line-height: 1.6;
    color: #21242b;
    transition: box-shadow 0.15s;
    border: none;
}

.testi-card:hover {
    box-shadow: 0 4px 24px rgba(32, 49, 85, 0.13);
}

.testi-author {
    font-weight: 600;
    font-size: 1.08rem;
    margin-top: 1.25rem;
    color: #14141a;
    letter-spacing: 0.2px;
}

.contact-section {
    max-width: 700px;
    margin: 48px auto;
    padding: 30px 18px 10px 18px;
}

.contact-title {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 2.5rem;
    color: #232323;
    font-family: 'Poppins', sans-serif;

}

.contact-title strong {
    font-weight: 700;
    color: #232323;
}

.contact-form label {
    font-size: 0.97rem;
    font-weight: 400;
    color: #7a7a7a;
    margin-bottom: 2px;
    font-family: 'Poppins', sans-serif;
}

.contact-form input,
.contact-form textarea {
    border: none;
    border-bottom: 1px solid #d6d6d6;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    font-size: 1.05rem;
    background: #fff;
    margin-bottom: 10px;
    padding-left: 0;
    font-family: 'Poppins', sans-serif;
}

.contact-form textarea {
    min-height: 56px;
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-bottom: 2px solid #DA1F24;
    background: #fff;
    box-shadow: none;
}

.btn-send {
    background: #DA1F24;
    color: #fff;
    border-radius: 2em;
    font-size: 1.13rem;
    padding: 0.7em 2.3em;
    font-weight: 500;
    border: none;
    transition: background 0.15s;
    margin-top: 16px;
    box-shadow: 0 2px 12px rgba(220, 40, 60, 0.08);
    font-family: 'Poppins', sans-serif;
}

.btn-send:hover,
.btn-send:focus {
    background: #c41d22;
    color: #fff;
}

.nf-footer {
    background: #fff;
    border-top: 1px solid #e6e6e6;
    font-size: 1rem;
    color: #232323;
    padding: 2.5rem 0 1.2rem 0;
    margin-top: 2.5rem;
    font-family: 'Poppins', sans-serif;

}

.footer-title {
    font-size: 1.20rem;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    font-family: 'Poppins', sans-serif;

}

.footer-title span {
    font-weight: 600;
    font-size: 1.3rem;
    display: inline-block;
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif;
}

.footer-about {
    font-size: 0.98rem;
    color: #353535;
    margin-bottom: 1.4rem;
    font-family: 'Poppins', sans-serif;

}

.footer-menu,
.footer-quick {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer-menu li,
.footer-quick li {
    margin-bottom: 0.48rem;
}

.footer-menu a,
.footer-quick a {
    color: #242424;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.16s;
}

.footer-menu a:hover,
.footer-quick a:hover {
    color: #c41d22;
}

.footer-actions .btn {
    font-size: 1rem;
    border-radius: 1.5em;
    margin-right: 0.54rem;
    margin-bottom: 0.35rem;
    font-weight: 500;
}

.footer-actions .btn-black {
    background: #232323;
    color: #fff;
    border: none;
    padding: 0.6em 1.7em;
    transition: background 0.16s;
}

.footer-actions .btn-black:hover {
    background: #DA1F24;
}

.footer-actions .btn-outline-secondary {
    border: 1.2px solid #c2c0c0;
    color: #232323;
    background: #fff;
    padding: 0.6em 1.59em;
}

.footer-actions .btn-outline-secondary:hover {
    background: #f4f4f4;
    color: #DA1F24;
}

.footer-social a {
    display: inline-block;
    margin-right: 10px;
    font-size: 1.25rem;
    color: #232323;
    transition: color 0.18s;
    vertical-align: middle;
}

.footer-social a:hover {
    color: #e44860;
}

.footer-copyright {
    text-align: left;
    font-size: 0.97rem;
    color: #303030;
    margin-top: 1.5rem;
}

.footer-links a {
    color: #353535;
    margin-left: 1.4rem;
    text-decoration: underline;
    font-size: 0.98rem;
}

.footer-links a:hover {
    color: #e44860;
}

@media (max-width: 991px) {
    .nf-footer {
        font-size: 0.97rem;
        padding: 1.2rem 0 0.7rem 0;
    }

    .footer-title {
        font-size: 1.03rem;
    }
}

@media (max-width: 575.98px) {
    .footer-actions .btn {
        font-size: 0.94rem;
        margin-bottom: 0.4rem;
        width: 100%;
        margin-right: 0;
    }

    .footer-links {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
    }
}

/* Vertical brand text, right side */
.footer-brand-vertical {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: #bbb;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 2.2px;
    position: absolute;
    right: 0;
    top: 8%;
    height: 200px;
    display: none;
    font-family: 'Poppins', sans-serif;
}

@media (min-width:1100px) {
    .footer-brand-vertical {
        display: block;
    }
}

@media (max-width: 576px) {
    .contact-section {
        padding: 16px 4px 10px 4px;
    }

    .contact-title {
        font-size: 1.4rem;
        margin-bottom: 1.3rem;
    }

    .btn-send {
        width: 100%;
    }
}


@media (max-width: 991.98px) {
    .testimonial-title {
        font-size: 1.45rem;
        margin-top: 1.7rem;
        margin-bottom: 1.6rem;
    }

    .testi-card {
        font-size: 1rem;
        padding: 1.3rem 1rem 1rem 1rem;
    }

    .testi-author {
        font-size: 1rem;
    }
}

@media (max-width: 575px) {
    .testi-card {
        padding: 1.2rem 0.7rem 0.9rem 0.7rem;
    }
}

@media (max-width: 991.98px) {
    .prog-box {
        min-height: 0;
    }

    .section-title {
        font-size: 1.35rem;
    }
}

@media (max-width: 767.98px) {
    .section-title {
        font-size: 1.05rem;
    }

    .prog-title {
        font-size: 1rem;
    }

    .prog-box {
        margin-bottom: 1.4rem;
    }

    .prog-list {
        font-size: 0.96rem;
    }
}

@media (max-width: 991px) {
    .activity-img {
        max-width: 100%;
        aspect-ratio: 16/9;
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 1.25rem;
        margin-top: 1.2rem;
    }

    .activity-label {
        font-size: 1rem;
    }
}

@media (max-width: 991px) {
    .activity-block {
        flex-direction: column;
        gap: 2.5rem !important;
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 1.41rem;
        margin-top: 1.1rem;
    }

    .activity-heading {
        font-size: 1.07rem;
    }

    .activity-block {
        gap: 1.45rem !important;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .donation-title {
        font-size: 1.3rem;
    }

    .donation-callout {
        flex-direction: column !important;
        text-align: left;
        gap: 1rem;
    }

    .btn-donate {
        width: 100%;
        font-size: 1.03rem;
    }
}

@media (max-width: 767px) {
    .hero-section h1 {
        font-size: 2.1rem;
    }

    .about-title {
        font-size: 1.45rem;
    }

    .about-section,
    .hero-section {
        padding: 22px 0;
    }

    .stats-item {
        padding: 12px 12px;
        min-width: 120px;
        font-size: 1rem;
    }

    .about-imgs {
        gap: 0.4rem;
    }
}

@media (max-width: 768px) {
    .hero-img {
        width: 90vw;
        margin-top: 36px;
        margin-bottom: 14px;
    }

    .hero-title {
        font-size: 2.1rem;
    }

    .navbar {
        padding-top: 6px;
        padding-bottom: 6px;
    }
}