@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    overflow-x: hidden;

}

html {
    scroll-behavior: smooth;
}


* {
    box-sizing: border-box;
}

/********** Global Styles **********/
:root {
    --primary-green: #266F4D;
    --secondary-yellow: #F57F17;
    --black-color: #000000;
    --white-color: #ffffff;
}




.btn-green {
    background-color: var(--black-color);
    padding: 10px 20px;
    color: var(--white-color);
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
    font-size: 16px;
    font-weight: 500;
    border: none;

}

.btn-green:hover {
    background-color: var(--primary-burgundy);
    color: var(--white-color);
    transform: scale(1.1);
}

.btn-transparent {
    background-color: transparent;
    color: var(--black-color);
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
    font-size: 16px;
    border: 1px solid var(--primary-pink);
    font-weight: 600;


}


.btn-transparent:hover {
    background-color: var(--black-color);
    color: var(--white-color);
    transform: scale(1.1);
}






/* ==========================================
   1. NAVBAR STYLES
   ========================================== */
.site-header {
    background-color: #276c4e;
}

.brand-logo-img {
    max-height: 70px;
    width: auto;
}

.small-nav .nav-link {
    color: #ffffff;
    font-size: 0.9rem;
    padding-left: 10px !important;
    padding-right: 10px !important;
    transition: color 0.2s ease-in-out;
}

.small-nav .nav-link:hover,
.small-nav .nav-link.active {
    color: #72db57 !important;
}

.cart-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
}

.cart-badge {
    position: absolute;
    top: -6px;
    left: 12px;
    background-color: #e54d42;
    color: white;
    font-size: 0.65rem;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-support {
    background-color: #F2BA37;
    color: #1c1c1c;
    font-weight: 700;
    font-size: 0.9rem;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    transition: background-color 0.2s ease-in-out;
}

.btn-support:hover {
    background-color: #F57F17;
    color: #000000;
}

.navbar-toggler-icon {
    filter: invert(1);
}


/* Hero Section */

.hero-section {
    position: relative;
    min-height: 85vh;
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/hero-bg.png') no-repeat center center/cover;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section .badge-urgent {
    background-color: #fff3cd;
    color: #d97706;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 6px 14px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: "Inter", sans-serif;
}

.hero-section .hero-title {
    font-size: 3.25rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    font-family: "Roboto", sans-serif;
}

.hero-section .hero-text {
    font-size: 1rem;
    color: #d1d5db;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.6;
    font-family: "Open Sans", sans-serif;
}

.hero-section .btn-donate {
    background-color: #f97316;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    font-family: "Inter", sans-serif;
}

.hero-section .btn-donate:hover {
    background-color: #ea580c;
    color: #ffffff;
}

.hero-section .btn-mission {
    background-color: #ffffff;
    color: #276c4e;
    font-weight: 600;
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    transition: background-color 0.2s ease, color 0.2s ease;
    font-family: "Inter", sans-serif;
}

.hero-section .btn-mission:hover {
    background-color: #f3f4f6;
    color: #1e523b;
}

.hero-section .hero-features {
    font-size: 0.875rem;
    color: #e5e7eb;
    font-weight: 500;
}

.hero-section .hero-features i {
    color: #ffffff;
}

/* Responsive Media Query */
@media (max-width: 768px) {
    .hero-section .hero-title {
        font-size: 2.25rem;
    }

    .hero-section .hero-text {
        font-size: 0.95rem;
    }
}



/* impact-section */

.impact-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.impact-section .impact-img {
    width: 100%;
    height: 100%;
    max-height: 520px;
    object-fit: cover;
    border-radius: 12px;
}

.impact-section .subtitle {
    color: #333333;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 8px;
    font-family: "Inter", sans-serif;
}

.impact-section .title {
    color: #276c4e;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
    font-family: "Roboto", sans-serif;
}

.impact-section .description {
    color: #6b7280;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    font-family: "Open Sans", sans-serif;
}

.impact-section .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}

.impact-section .icon-box {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background-color: #f3f7f4;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #276c4e;
    font-size: 1.2rem;
}

.impact-section .feature-title {
    color: #276c4e;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 4px;
    font-family: "Inter", sans-serif;
}

.impact-section .feature-text {
    color: #6b7280;
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1.5;
    font-family: "Open Sans", sans-serif;
}

@media (max-width: 991px) {
    .impact-section {
        padding: 40px 0;
    }

    .impact-section .title {
        font-size: 1.75rem;
    }
}

/* Where Your Money Goes */

.money-goes {
    background-color: #F5F5F5;
    padding: 80px 0;
}

.money-goes .subtitle {
    color: #333333;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 8px;
    font-family: "Inter", sans-serif;
}

.money-goes .title {
    color: #276c4e;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 12px;
    font-family: "Roboto", sans-serif;
}

.money-goes .description {
    color: #6b7280;
    font-size: 1rem;
    max-width: 680px;
    margin: 0 auto 50px auto;
    line-height: 1.6;
    font-family: "Open Sans", sans-serif;
}

.money-goes .impact-card {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.money-goes .impact-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.money-goes .icon-box {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background-color: #f3f7f4;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #276c4e;
    font-size: 1rem;
}

.money-goes .amount {
    color: #276c4e;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1;
    font-family: "Inter", sans-serif;
}

.money-goes .card-title {
    color: #1f2937;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 6px;
    font-family: "Roboto", sans-serif;
}

.money-goes .card-text {
    color: #6b7280;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
}

.money-goes .card-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .money-goes {
        padding: 50px 0;
    }

    .money-goes .title {
        font-size: 1.75rem;
    }

    .money-goes .card-img {
        height: 200px;
    }
}

/* Accountability */

.Accountability {
    background-color: #276c4e;
    color: #ffffff;
    padding: 80px 0;
}

.Accountability .subtitle {
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 8px;
    opacity: 0.9;
    font-family: "Inter", sans-serif;
}

.Accountability .title {
    color: #ffffff;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 12px;
    font-family: "Roboto", sans-serif;
}

.Accountability .description {
    color: #e2e8f0;
    font-size: 1rem;
    max-width: 680px;
    margin: 0 auto 60px auto;
    line-height: 1.6;
    font-family: "Open Sans", sans-serif;
}

.Accountability .step-number-container {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.Accountability .step-number {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    color: #ffffff;
}

.Accountability .step-line {
    height: 2px;
    background-color: rgba(255, 255, 255, 0.4);
    flex-grow: 1;
}

.Accountability .step-title {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
    font-family: "Inter", sans-serif;
}

.Accountability .step-text {
    font-size: 1rem;
    color: #d1d5db;
    line-height: 1.5;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
}

.Accountability .step-arrow {
    color: #ffffff;
    font-size: 1rem;
    opacity: 0.8;
}

@media (max-width: 991px) {
    .Accountability .step-arrow {
        display: none;
    }

    .Accountability .step-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .Accountability {
        padding: 50px 0;
    }

    .Accountability .title {
        font-size: 1.75rem;
    }
}

/* Impact Today Section */

.impact-today {
    background-color: #ffffff;
    padding: 80px 0;
}

.impact-today .card-wrapper {
    background-color: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e7eb;
}

.impact-today .volunteer-img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.impact-today .form-container {
    padding: 40px;
}

.impact-today .title {
    color: #276c4e;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 8px;
    font-family: "Roboto", sans-serif;
}

.impact-today .subtitle {
    color: #6b7280;
    font-size: 1rem;
    margin-bottom: 24px;
    font-family: "Open Sans", sans-serif;
}

.impact-today .form-label {
    font-size: 1rem;
    font-weight: 700;
    color: #374151;
    margin-bottom: 8px;
}

.impact-today .btn-amount-group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 16px;
}

.impact-today .btn-amount {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    color: #1f2937;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 10px 0;
    border-radius: 6px;
    transition: all 0.2s ease;
    width: 100%;
}

.impact-today .btn-amount:hover {
    border-color: #276c4e;
    color: #276c4e;
}

.impact-today .btn-amount.active {
    background-color: #276c4e;
    border-color: #276c4e;
    color: #ffffff;
}

.impact-today .form-control {
    font-size: 0.875rem;
    padding: 10px 14px;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    color: #374151;
}

.impact-today .form-control::placeholder {
    color: #9ca3af;
}

.impact-today .form-control:focus {
    border-color: #276c4e;
    box-shadow: 0 0 0 0.25rem rgba(39, 108, 78, 0.15);
}

.impact-today .form-check-input {
    border-color: #276c4e;
}

.impact-today .form-check-input:checked {
    background-color: #276c4e;
    border-color: #276c4e;
}

.impact-today .form-check-label {
    font-size: 0.8rem;
    color: #4b5563;
    font-weight: 500;
}

.impact-today .btn-submit {
    background-color: #f97316;
    border: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    padding: 12px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.impact-today .btn-submit:hover {
    background-color: #ea580c;
    color: #ffffff;
}

/* SSL Footer Note */
.impact-today .security-note {
    font-size: 0.725rem;
    color: #6b7280;
}

@media (max-width: 991px) {
    .impact-today .volunteer-img {
        min-height: 300px;
        max-height: 400px;
    }

    .impact-today .form-container {
        padding: 24px;
    }
}

@media (max-width: 576px) {
    .impact-today .btn-amount-group {
        grid-template-columns: repeat(2, 1fr);
    }
}

/*  Together We Can End Poverty*/

.cta-poverty-banner {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/bg-poverty-banner.png') no-repeat center center / cover;
    color: #ffffff;
}

.cta-poverty-banner .banner-title {
    font-size: 2.75rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif;
}

.cta-poverty-banner .banner-text {
    font-size: 1rem;
    color: #e5e7eb;
    max-width: 680px;
    margin: 0 auto 32px auto;
    line-height: 1.6;
    font-family: "Open Sans", sans-serif;
}

.cta-poverty-banner .btn-donate-secure {
    background-color: #f97316;
    border: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    padding: 12px 28px;
    border-radius: 6px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.cta-poverty-banner .btn-donate-secure:hover {
    background-color: #ea580c;
    color: #ffffff;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .cta-poverty-banner {
        padding: 60px 0;
    }

    .cta-poverty-banner .banner-title {
        font-size: 2rem;
    }

    .cta-poverty-banner .banner-text {
        font-size: 0.95rem;
    }
}

/* Footer */



.site-footer {
    position: relative;
    background-color: #f2f2f2;
    color: #333333;
    padding-top: 100px;
    font-size: 0.875rem;
    z-index: 1;
}

.site-footer .footer-divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 2;
    transform: translateY(0%);
}

.site-footer .footer-divider img {
    width: 100%;
    height: auto;
    display: block;
}

.site-footer .container {
    position: relative;
    z-index: 3;
}



.site-footer .footer-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111111;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
}

.site-footer .footer-links {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.site-footer .footer-links li {
    margin-bottom: 8px;
    color: #555555;
}

.site-footer .footer-links a {
    color: #555555;
    text-decoration: none;
    transition: color 0.2s ease;
    font-family: "Open Sans", sans-serif;
}

.site-footer .footer-links a:hover {
    color: #276c4e;
}

.site-footer .subscribe-box {
    display: flex;
    max-width: 320px;
    margin-bottom: 20px;
}

.site-footer .subscribe-input {
    border: 1px solid #cccccc;
    border-right: none;
    border-radius: 4px 0 0 4px;
    padding: 6px 12px;
    font-size: 0.8rem;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

.site-footer .subscribe-btn {
    background-color: #276c4e;
    color: #ffffff;
    border: none;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 0 4px 4px 0;
    text-transform: uppercase;
    transition: background-color 0.2s ease;
}

.site-footer .subscribe-btn:hover {
    background-color: #1e523b;
}

.site-footer .contact-list {
    list-style: none;
    padding-left: 0;
    color: #555555;
    font-size: 0.85rem;
}

.site-footer .contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 8px;
}

.site-footer .contact-list i {
    margin-top: 3px;
    color: #333333;
}

.site-footer .social-icons {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

.site-footer .social-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.site-footer .social-icon:hover {
    opacity: 0.85;
    color: #ffffff;
}

.site-footer .bg-facebook {
    background-color: #3b5998;
}

.site-footer .bg-youtube {
    background-color: #ff0000;
}

.site-footer .bg-linkedin {
    background-color: #0077b5;
}

.site-footer .bg-yelp {
    background-color: #af0606;
}

.site-footer .bg-black {
    background-color: #000000;
}

.site-footer .bg-pinterest {
    background-color: #bd081c;
}

.site-footer .bg-tiktok {
    background-color: #000000;
}

.site-footer .bg-email {
    background-color: #ea4335;
}

.site-footer .paypal-logo {
    height: 32px;
    width: auto;
}

.site-footer .btn-donate-paypal {
    background-color: #f7be2e;
    color: #1c1c1c;
    font-weight: 700;
    font-size: 1rem;
    border: none;
    padding: 10px 48px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.2s ease;
}

.site-footer .btn-donate-paypal:hover {
    background-color: #e0ab26;
    color: #000000;
}

.site-footer .copyright-bar {
    background-color: #276c4e;
    color: #ffffff;
    font-size: 0.75rem;
    padding: 12px 0;
    margin-top: 40px;
}

/****** VOLUNTEER PAGE STYLES *******/

/* Make a Meaningful Difference */

.meaningful-difference {
    background-color: #ffffff;
    padding: 80px 0;
}

.meaningful-difference .meaningful-img {
    width: 100%;
    height: 100%;
    max-height: 520px;
    object-fit: cover;
    border-radius: 12px;
}

.meaningful-difference .subtitle {
    color: #2e7d32;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    font-family: "Inter", sans-serif;
}

.meaningful-difference .title {
    color: #222222;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
    font-family: "Roboto", sans-serif;
}

.meaningful-difference .description {
    color: #717171;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 32px;
    font-family: "Open Sans", sans-serif;
}

.meaningful-difference .feature-item {
    margin-bottom: 0;
}

.meaningful-difference .icon-box {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background-color: #f2f7f4;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2e7d32;
    font-size: 1.1rem;
}

.meaningful-difference .feature-title {
    color: #222222;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 4px;
    font-family: "Inter", sans-serif;
}

.meaningful-difference .feature-text {
    color: #717171;
    font-size: 0.85rem;
    margin-bottom: 0;
    line-height: 1.45;
    font-family: "Inter", sans-serif;
}

@media (max-width: 991px) {
    .meaningful-difference {
        padding: 40px 0;
    }

    .meaningful-difference .title {
        font-size: 1.85rem;
    }
}

/* Benefits */

.benefits {
    background-color: #F5F5F5;
    font-family: 'Inter', sans-serif;
}

.benefits .subtitle {
    color: #2e7d32;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.benefits .title {
    color: #222222;
    font-size: 2.25rem;
}

.benefits .description {
    color: #6c757d;
    font-size: 0.95rem;
    max-width: 620px;
    line-height: 1.5;
}

.benefits .benefit-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.benefits .benefit-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08) !important;
}

.benefits .icon-box {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background-color: #f2f7f4;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2e7d32;
    font-size: 1rem;
}

.benefits .card-title {
    color: #222222;
    font-size: 1.05rem;
}

.benefits .card-text {
    font-size: 0.875rem;
    line-height: 1.5;
}

/* Your Volunteer Journey */
.volunteer-journey {
    background-color: #276c4e;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    overflow: hidden;
    /* Prevents horizontal scrollbar due to negative margin */
}

.volunteer-journey .subtitle {
    color: #e2f1e8;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.volunteer-journey .title {
    font-size: 2.25rem;
    line-height: 1.2;
}

.volunteer-journey .description {
    color: #d1e7dd;
    font-size: 0.95rem;
    max-width: 650px;
    line-height: 1.5;
}

.volunteer-journey .step-card {
    border-radius: 24px;
    display: flex;
    flex-direction: column;
}

.volunteer-journey .step-number {
    color: #555555;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 12px;
}

.volunteer-journey .step-title {
    color: #276c4e;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.volunteer-journey .step-text {
    color: #555555;
    font-size: 0.825rem;
    line-height: 1.45;
    margin-bottom: 0;
}

.volunteer-journey .journey-img {
    border-radius: 24px !important;
    max-height: 388px;
    margin-left: -150px;
    width: calc(100% + 250px) !important;
}

@media (max-width: 991px) {
    .volunteer-journey .title {
        font-size: 1.75rem;
    }

    .volunteer-journey .journey-img {
        margin-left: 0;
        width: 100% !important;
        max-height: none;
    }
}

/* Stories of Impact */

.stories-impact {
    background-color: #F5F5F5;
    font-family: 'Inter', sans-serif;
}

.stories-impact .subtitle {
    color: #276c4e;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.stories-impact .title {
    color: #222222;
    font-size: 2.25rem;
}

.stories-impact .description {
    color: #6c757d;
    font-size: 0.95rem;
    max-width: 650px;
    line-height: 1.5;
}

.stories-impact .testimonial-card {
    border-radius: 16px !important;
}

.stories-impact .quote-text {
    color: #555555;
    font-size: 0.925rem;
    line-height: 1.6;
}

.stories-impact .author-img {
    width: 48px;
    height: 48px;
    min-width: 48px;
}

.stories-impact .author-name {
    color: #222222;
    font-size: 1rem;
}

.stories-impact .author-role {
    color: #276c4e !important;
    font-size: 1rem;
}

@media (max-width: 991px) {
    .stories-impact .title {
        font-size: 1.75rem;
    }
}

/* Join Our Volunteer Network */
.volunteer-network {
    background-color: #f8f9fa;
    font-family: 'Inter', sans-serif;
}

.volunteer-network .title {
    color: #2e7d32 !important;
    font-size: 1.75rem;
}

.volunteer-network .subtitle {
    color: #717171 !important;
}

.volunteer-network .form-label {
    font-size: 0.825rem;
    color: #333333;
}

.volunteer-network .form-control,
.volunteer-network .form-select {
    border-color: #e0e0e0;
    font-size: 0.85rem;
    padding: 0.55rem 0.75rem;
    border-radius: 6px;
}

.volunteer-network .form-control::placeholder {
    color: #a0a0a0;
}

.volunteer-network .form-control:focus,
.volunteer-network .form-select:focus {
    border-color: #2e7d32;
    box-shadow: 0 0 0 0.25rem rgba(46, 125, 50, 0.15);
}

.volunteer-network .form-check-input:checked {
    background-color: #2e7d32;
    border-color: #2e7d32;
}

.volunteer-network .btn-warning {
    background-color: #f57c00 !important;
    border-color: #f57c00 !important;
    font-size: 0.9rem;
    letter-spacing: 0.3px;
    border-radius: 6px;
}

.volunteer-network .btn-warning:hover {
    background-color: #e65100 !important;
    border-color: #e65100 !important;
}

.volunteer-network .extra-small {
    font-size: 0.725rem;
    color: #757575;
}

/* Together We Can End Poverty */

.end-poverty-banner {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)),
        url('../images/bg-endpoverty-banner.png') no-repeat center center / cover;
    color: #ffffff;
    font-family: "Inter", sans-serif;
}

.end-poverty-banner .banner-title {
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: -0.3px;
    margin-bottom: 16px;
    color: #ffffff;
}

.end-poverty-banner .banner-text {
    font-size: 0.875rem;
    color: #d1d5db;
    max-width: 580px;
    margin: 0 auto 28px auto;
    line-height: 1.5;
    font-weight: 400;
}

.end-poverty-banner .btn-donate-secure {
    background-color: #f97316;
    border: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 10px 24px;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.end-poverty-banner .btn-donate-secure:hover {
    background-color: #ea580c;
    color: #ffffff;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .end-poverty-banner {
        padding: 70px 0;
    }

    .end-poverty-banner .banner-title {
        font-size: 1.75rem;
    }

    .end-poverty-banner .banner-text {
        font-size: 0.825rem;
    }
}