/*=========================================================
    VOLUNTEER PAGE
=========================================================*/


/*=========================================================
    HERO
=========================================================*/

.volunteer-hero {

    position: relative;

    min-height: 470px;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #082342 0%,
            #0b4da1 55%,
            #2f6df6 100%
        );

}


.volunteer-hero-overlay {

    position: absolute;

    inset: 0;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(47, 109, 246, .25),
            transparent 35%
        ),
        radial-gradient(
            circle at 85% 80%,
            rgba(255, 193, 7, .12),
            transparent 35%
        );

}


.volunteer-hero > .container {

    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 1200px;

    margin: auto;

    padding: 0 20px;

}


.volunteer-hero-content {

    max-width: 850px;

    margin: auto;

    padding: 110px 20px 60px;

    text-align: center;

    color: #fff;

}


.volunteer-tag,
.volunteer-section-tag {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 9px 20px;

    border-radius: 50px;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 1px;

}


.volunteer-tag {

    background: rgba(255, 255, 255, .14);

    color: #ffc107;

}


.volunteer-section-tag {

    background: #eef4ff;

    color: #2f6df6;

}


.volunteer-hero h1 {

    margin: 25px auto 20px;

    color: #fff;

    font-size: 56px;

    line-height: 1.2;

    font-weight: 800;

}


.volunteer-hero p {

    max-width: 760px;

    margin: 0 auto;

    color: rgba(255, 255, 255, .9);

    font-size: 18px;

    line-height: 1.9;

}


.volunteer-breadcrumb {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 12px;

    margin-top: 30px;

    font-size: 14px;

    font-weight: 600;

}


.volunteer-breadcrumb a {

    color: #ffc107;

    text-decoration: none;

    transition: .3s ease;

}


.volunteer-breadcrumb a:hover {

    color: #fff;

}


.volunteer-breadcrumb span {

    color: #fff;

}


/*=========================================================
    INTRO
=========================================================*/

.volunteer-intro {

    padding: 100px 0;

    background: #fff;

}


.volunteer-intro .container {

    width: 100%;

    max-width: 1200px;

    margin: auto;

    padding: 0 20px;

}


.volunteer-intro-grid {

    display: grid;

    grid-template-columns: 1.2fr .8fr;

    gap: 60px;

    align-items: center;

}


.volunteer-intro-content h2 {

    margin: 20px 0;

    color: #12355b;

    font-size: 44px;

    line-height: 1.25;

    font-weight: 800;

}


.volunteer-intro-content p {

    margin: 0 0 18px;

    color: #68768b;

    font-size: 17px;

    line-height: 1.9;

}


.volunteer-impact-card {

    padding: 50px 40px;

    border-radius: 30px;

    background: #f7faff;

    border: 1px solid #e6edf6;

    box-shadow: 0 20px 50px rgba(17, 62, 120, .07);

}


.volunteer-impact-icon {

    width: 80px;

    height: 80px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 25px;

    border-radius: 50%;

    background: linear-gradient(
        135deg,
        #0b4da1,
        #2f6df6
    );

    color: #ffc107;

    font-size: 30px;

}


.volunteer-impact-card h3 {

    margin: 0 0 15px;

    color: #12355b;

    font-size: 26px;

    font-weight: 800;

}


.volunteer-impact-card p {

    margin: 0;

    color: #68768b;

    font-size: 16px;

    line-height: 1.8;

}


/*=========================================================
    BENEFITS
=========================================================*/

.volunteer-benefits {

    padding: 100px 0;

    background: #f7faff;

}


.volunteer-benefits .container,
.volunteer-help .container,
.volunteer-application .container,
.volunteer-cta .container {

    width: 100%;

    max-width: 1250px;

    margin: auto;

    padding: 0 20px;

}


.section-heading {

    max-width: 760px;

    margin: 0 auto 55px;

    text-align: center;

}


.section-heading h2 {

    margin: 18px 0;

    color: #12355b;

    font-size: 42px;

    line-height: 1.25;

    font-weight: 800;

}


.section-heading p {

    margin: 0;

    color: #68768b;

    font-size: 17px;

    line-height: 1.8;

}


.volunteer-benefits-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 25px;

}


.volunteer-benefit-card {

    padding: 38px 25px;

    text-align: center;

    background: #fff;

    border: 1px solid #e6edf6;

    border-radius: 25px;

    box-shadow: 0 14px 40px rgba(17, 62, 120, .06);

    transition: .35s ease;

}


.volunteer-benefit-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 25px 55px rgba(17, 62, 120, .12);

}


.volunteer-benefit-icon {

    width: 72px;

    height: 72px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto 20px;

    border-radius: 50%;

    background: #eef4ff;

    color: #2f6df6;

    font-size: 25px;

}


.volunteer-benefit-card h3 {

    margin: 0 0 12px;

    color: #12355b;

    font-size: 20px;

    font-weight: 800;

}


.volunteer-benefit-card p {

    margin: 0;

    color: #68768b;

    font-size: 14px;

    line-height: 1.8;

}


/*=========================================================
    HOW YOU CAN HELP
=========================================================*/

.volunteer-help {

    padding: 100px 0;

    background: #fff;

}


.volunteer-help-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 25px;

}


.volunteer-help-item {

    display: flex;

    align-items: flex-start;

    gap: 25px;

    padding: 30px;

    border: 1px solid #e6edf6;

    border-radius: 20px;

    background: #fff;

    transition: .3s ease;

}


.volunteer-help-item:hover {

    transform: translateY(-5px);

    box-shadow: 0 15px 40px rgba(17, 62, 120, .08);

}


.volunteer-help-item > span {

    width: 48px;

    height: 48px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #eef4ff;

    color: #2f6df6;

    font-size: 18px;

}


.volunteer-help-item h3 {

    margin: 0 0 8px;

    color: #12355b;

    font-size: 20px;

    font-weight: 800;

}


.volunteer-help-item p {

    margin: 0;

    color: #68768b;

    font-size: 14px;

    line-height: 1.8;

}


/*=========================================================
    APPLICATION
=========================================================*/

.volunteer-application {

    padding: 100px 0;

    background: #f7faff;

}


.volunteer-application-wrapper {

    max-width: 1000px;

    margin: auto;

    padding: 60px;

    background: #fff;

    border: 1px solid #e5ebf3;

    border-radius: 30px;

    box-shadow: 0 20px 60px rgba(17, 62, 120, .08);

}


.volunteer-application-intro {

    max-width: 700px;

    margin: 0 auto 45px;

    text-align: center;

}


.volunteer-application-intro h2 {

    margin: 18px 0;

    color: #12355b;

    font-size: 42px;

    font-weight: 800;

}


.volunteer-application-intro p {

    margin: 0;

    color: #68768b;

    font-size: 16px;

    line-height: 1.8;

}


.volunteer-form-row {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 20px;

}


.volunteer-form-group {

    display: flex;

    flex-direction: column;

    margin-bottom: 20px;

}


.volunteer-form-group label {

    margin-bottom: 9px;

    color: #12355b;

    font-size: 14px;

    font-weight: 700;

}


.volunteer-form-group input,
.volunteer-form-group select,
.volunteer-form-group textarea {

    width: 100%;

    padding: 15px 17px;

    box-sizing: border-box;

    border: 1px solid #d8e1ed;

    border-radius: 12px;

    background: #fff;

    color: #12355b;

    font-size: 15px;

    font-family: inherit;

    outline: none;

    transition: .3s ease;

}


.volunteer-form-group select {

    min-height: 52px;

    cursor: pointer;

}


.volunteer-form-group textarea {

    resize: vertical;

}


.volunteer-form-group input:focus,
.volunteer-form-group select:focus,
.volunteer-form-group textarea:focus {

    border-color: #2f6df6;

    box-shadow: 0 0 0 4px rgba(47, 109, 246, .08);

}


.volunteer-submit-btn {

    width: 100%;

    min-height: 58px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    border: 0;

    border-radius: 50px;

    background: linear-gradient(
        135deg,
        #0b4da1,
        #2f6df6
    );

    color: #fff;

    font-size: 16px;

    font-weight: 700;

    cursor: pointer;

    transition: .35s ease;

}


.volunteer-submit-btn:hover {

    transform: translateY(-3px);

    box-shadow: 0 12px 30px rgba(47, 109, 246, .22);

}


/*=========================================================
    FORM ALERTS
=========================================================*/

.volunteer-form-alert {

    display: flex;

    align-items: flex-start;

    gap: 12px;

    margin: 0 0 25px;

    padding: 16px 18px;

    border-radius: 12px;

    font-size: 14px;

    line-height: 1.6;

}


.volunteer-form-alert i {

    margin-top: 3px;

    flex-shrink: 0;

}


.volunteer-form-alert-error {

    background: #fff1f2;

    color: #b42318;

    border: 1px solid #fecdca;

}


.volunteer-form-alert-success {

    background: #ecfdf3;

    color: #027a48;

    border: 1px solid #abefc6;

}


/*=========================================================
    CTA
=========================================================*/

.volunteer-cta {

    padding: 90px 0 100px;

    background: #fff;

}


.volunteer-cta-wrapper {

    padding: 80px 50px;

    border-radius: 35px;

    text-align: center;

    background: linear-gradient(
        135deg,
        #0b4da1,
        #2f6df6
    );

    box-shadow: 0 25px 65px rgba(17, 62, 120, .15);

}


.volunteer-cta-wrapper h2 {

    margin: 22px auto 18px;

    color: #fff;

    font-size: 46px;

    line-height: 1.25;

    font-weight: 800;

}


.volunteer-cta-wrapper p {

    max-width: 700px;

    margin: 0 auto 35px;

    color: rgba(255, 255, 255, .9);

    font-size: 17px;

    line-height: 1.9;

}


.volunteer-cta-buttons {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 18px;

    flex-wrap: wrap;

}


.volunteer-primary-btn,
.volunteer-outline-btn {

    min-width: 190px;

    min-height: 56px;

    padding: 0 30px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    border-radius: 50px;

    font-size: 15px;

    font-weight: 700;

    text-decoration: none;

    transition: .35s ease;

    box-sizing: border-box;

}


.volunteer-primary-btn {

    background: #ffc107;

    color: #12355b;

}


.volunteer-primary-btn:hover {

    transform: translateY(-4px);

}


.volunteer-outline-btn {

    background: transparent;

    color: #fff;

    border: 2px solid rgba(255, 255, 255, .5);

}


.volunteer-outline-btn:hover {

    background: #fff;

    color: #12355b;

}


/*=========================================================
    TABLET
=========================================================*/

@media (max-width: 991px) {

    .volunteer-hero h1 {

        font-size: 46px;

    }


    .volunteer-intro-grid {

        grid-template-columns: 1fr;

        gap: 40px;

    }


    .volunteer-benefits-grid {

        grid-template-columns: repeat(2, 1fr);

    }

}


/*=========================================================
    MOBILE
=========================================================*/

@media (max-width: 768px) {

    .volunteer-hero {

        min-height: 420px;

    }


    .volunteer-hero-content {

        padding: 75px 15px 45px;

    }


    .volunteer-hero h1 {

        font-size: 34px;

    }


    .volunteer-hero p {

        font-size: 16px;

    }


    .volunteer-intro,
    .volunteer-benefits,
    .volunteer-help,
    .volunteer-application {

        padding: 70px 0;

    }


    .volunteer-intro .container,
    .volunteer-help .container,
    .volunteer-application .container,
    .volunteer-cta .container {

        padding: 0 15px;

    }


    .volunteer-intro-content h2,
    .section-heading h2,
    .volunteer-application-intro h2 {

        font-size: 32px;

    }


    .volunteer-benefits-grid {

        grid-template-columns: 1fr;

    }


    .volunteer-help-grid {

        grid-template-columns: 1fr;

    }


    .volunteer-application-wrapper {

        padding: 35px 20px;

        border-radius: 22px;

    }


    .volunteer-form-row {

        grid-template-columns: 1fr;

        gap: 0;

    }


    .volunteer-cta {

        padding: 60px 0 70px;

    }


    .volunteer-cta-wrapper {

        padding: 60px 25px;

        border-radius: 25px;

    }


    .volunteer-cta-wrapper h2 {

        font-size: 32px;

    }


    .volunteer-cta-buttons {

        flex-direction: column;

    }


    .volunteer-primary-btn,
    .volunteer-outline-btn {

        width: 100%;

    }

}
/* =========================================================
   VOLUNTEER SUCCESS PAGE
========================================================= */

.volunteer-success {
    position: relative;
    min-height: calc(100vh - 140px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 20px;
    background:
        linear-gradient(
            135deg,
            #063b82 0%,
            #0755a6 55%,
            #0a67c7 100%
        );
    overflow: hidden;
}

.volunteer-success::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    top: -260px;
    right: -160px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
}

.volunteer-success::after {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    bottom: -260px;
    left: -180px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.08);
}

.volunteer-success-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.18),
            rgba(0, 0, 0, 0.04)
        );
    pointer-events: none;
}

.volunteer-success .container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.volunteer-success-content {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}

/* Success Icon */

.volunteer-success-icon {
    width: 92px;
    height: 92px;
    margin: 0 auto 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    color: #1769e0;
    font-size: 38px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
}

.volunteer-success-icon i {
    font-size: 36px;
}

/* Label */

.volunteer-success-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    margin-bottom: 22px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #f5b400;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    line-height: 1;
}

/* Heading */

.volunteer-success-content h1 {
    margin: 0 0 22px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: clamp(40px, 5vw, 62px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -1px;
}

/* Main Message */

.volunteer-success-message {
    max-width: 680px;
    margin: 0 auto 18px;
    color: rgba(255, 255, 255, 0.96);
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
}

/* Supporting Message */

.volunteer-success-description {
    max-width: 650px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.78);
    font-family: "Inter", sans-serif;
    font-size: 15px;
    line-height: 1.8;
}

/* Buttons */

.volunteer-success-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.volunteer-success-primary,
.volunteer-success-secondary {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 24px;
    border-radius: 7px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.volunteer-success-primary {
    background: #f5b400;
    color: #062b5c;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.volunteer-success-primary:hover {
    background: #ffc21a;
    color: #062b5c;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.20);
}

.volunteer-success-secondary {
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #ffffff;
}

.volunteer-success-secondary:hover {
    background: #ffffff;
    color: #0755a6;
    transform: translateY(-2px);
}

/* =========================================================
   SUCCESS PAGE — TABLET
========================================================= */

@media (max-width: 991px) {

    .volunteer-success {
        min-height: calc(100vh - 120px);
        padding: 75px 20px;
    }

    .volunteer-success-content h1 {
        font-size: 50px;
    }

}

/* =========================================================
   SUCCESS PAGE — MOBILE
========================================================= */

@media (max-width: 767px) {

    .volunteer-success {
        min-height: calc(100vh - 100px);
        padding: 60px 18px;
    }

    .volunteer-success-icon {
        width: 78px;
        height: 78px;
        margin-bottom: 22px;
    }

    .volunteer-success-icon i {
        font-size: 30px;
    }

    .volunteer-success-tag {
        padding: 9px 17px;
        margin-bottom: 18px;
        font-size: 10px;
        letter-spacing: 2px;
    }

    .volunteer-success-content h1 {
        margin-bottom: 18px;
        font-size: 39px;
        letter-spacing: -0.6px;
    }

    .volunteer-success-message {
        font-size: 15px;
        line-height: 1.7;
    }

    .volunteer-success-description {
        font-size: 14px;
        line-height: 1.75;
    }

    .volunteer-success-actions {
        flex-direction: column;
        width: 100%;
        margin-top: 28px;
    }

    .volunteer-success-primary,
    .volunteer-success-secondary {
        width: 100%;
        max-width: 300px;
    }

}

/* =========================================================
   SUCCESS PAGE — SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .volunteer-success {
        padding: 50px 16px;
    }

    .volunteer-success-content h1 {
        font-size: 34px;
    }

    .volunteer-success-message {
        font-size: 14px;
    }

}