﻿/* =========================================================
   VOLUNTEER PAGE
========================================================= */

/* =========================================================
   HERO
========================================================= */

.ik-volunteer-hero {
    position: relative;
    overflow: hidden;
    padding: 40px 0 45px;
    background: radial-gradient(circle at 82% 25%, rgba(22,180,216,.20), transparent 30%), radial-gradient(circle at 15% 90%, rgba(245,130,32,.10), transparent 28%), #001a2c;
    color: #fff;
}

    .ik-volunteer-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        opacity: .10;
        background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
        background-size: 42px 42px;
    }

.ik-volunteer-hero-content {
    position: relative;
    z-index: 2;
    max-width: 780px;
}

.ik-volunteer-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #16b4d8;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

    .ik-volunteer-kicker::before {
        content: "";
        width: 30px;
        height: 2px;
        border-radius: 10px;
        background: #f58220;
    }

.ik-volunteer-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 5vw, 70px);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -2.5px;
}

    .ik-volunteer-hero h1 span {
        color: #16b4d8;
    }

.ik-volunteer-hero p {
    max-width: 680px;
    margin: 24px 0 0;
    color: rgba(255,255,255,.76);
    font-size: 17px;
    line-height: 1.8;
}

.ik-volunteer-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    font-size: 14px;
}

    .ik-volunteer-breadcrumb a {
        color: rgba(255,255,255,.70);
        text-decoration: none;
    }

        .ik-volunteer-breadcrumb a:hover {
            color: #16b4d8;
        }

    .ik-volunteer-breadcrumb span {
        color: rgba(255,255,255,.38);
    }

    .ik-volunteer-breadcrumb strong {
        color: #fff;
        font-weight: 600;
    }


/* =========================================================
   MAIN VOLUNTEER SECTION
========================================================= */

.ik-volunteer-section {
    position: relative;
    padding: 50px 0 50px;
    background: linear-gradient(rgba(8,124,196,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(8,124,196,.025) 1px, transparent 1px), #f8fcfe;
    background-size: 38px 38px;
}

.ik-volunteer-grid {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(600px, 1.18fr);
    gap: 70px;
    align-items: start;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.ik-volunteer-info {
    padding-top: 20px;
}

    .ik-volunteer-info h2 {
        max-width: 510px;
        margin: 12px 0 20px;
        color: #032b43;
        font-size: clamp(36px, 4vw, 52px);
        line-height: 1.08;
        font-weight: 800;
        letter-spacing: -1.8px;
    }

        .ik-volunteer-info h2 span {
            color: #087cc4;
        }

.ik-volunteer-lead {
    max-width: 560px;
    margin: 0;
    color: #60727b;
    font-size: 16px;
    line-height: 1.8;
}


/* BENEFITS */

.ik-volunteer-benefits {
    display: grid;
    gap: 25px;
    margin-top: 42px;
}

.ik-volunteer-benefit {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    align-items: start;
}

.ik-volunteer-benefit-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: #087cc4;
    background: #eef8ff;
    border: 1px solid rgba(8,124,196,.13);
}

    .ik-volunteer-benefit-icon svg {
        width: 25px;
        height: 25px;
    }

.ik-volunteer-benefit h3 {
    margin: 1px 0 6px;
    color: #032b43;
    font-size: 17px;
    font-weight: 750;
}

.ik-volunteer-benefit p {
    margin: 0;
    color: #6b7c84;
    font-size: 14px;
    line-height: 1.65;
}


/* FLEXIBLE VOLUNTEERING NOTE */

.ik-volunteer-note {
    display: flex;
    gap: 15px;
    margin-top: 42px;
    padding: 20px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #dcebf0;
    box-shadow: 0 14px 35px rgba(3,64,87,.06);
}

.ik-volunteer-note-icon {
    flex: 0 0 auto;
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #f58220;
    background: #fff2e7;
}

    .ik-volunteer-note-icon svg {
        width: 21px;
        height: 21px;
    }

.ik-volunteer-note strong,
.ik-volunteer-note span {
    display: block;
}

.ik-volunteer-note strong {
    margin-bottom: 3px;
    color: #032b43;
    font-size: 14px;
}

.ik-volunteer-note span {
    color: #6a7c84;
    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   FORM CARD
========================================================= */

.ik-volunteer-form-card {
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #dcebf0;
    box-shadow: 0 22px 60px rgba(3,64,87,.10);
}

.ik-volunteer-form-head {
    padding: 32px 36px 27px;
    border-bottom: 1px solid #e4eef2;
    background: radial-gradient(circle at 100% 0, rgba(22,180,216,.10), transparent 35%), #fff;
}

    .ik-volunteer-form-head > span {
        display: block;
        margin-bottom: 8px;
        color: #f58220;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }

    .ik-volunteer-form-head h2 {
        margin: 0 0 8px;
        color: #032b43;
        font-size: 29px;
        line-height: 1.2;
        font-weight: 800;
    }

    .ik-volunteer-form-head p {
        margin: 0;
        color: #71818a;
        font-size: 14px;
        line-height: 1.6;
    }

.ik-volunteer-form {
    padding: 32px 36px 35px;
}

.ik-volunteer-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 21px;
}

.ik-volunteer-field {
    min-width: 0;
}

.ik-volunteer-full {
    grid-column: 1 / -1;
}


/* LABELS */

.ik-volunteer-field label {
    display: block;
    margin-bottom: 8px;
    color: #203b49;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
}

    .ik-volunteer-field label em {
        margin-left: 2px;
        color: #f58220;
        font-style: normal;
    }


/* INPUTS */

.ik-volunteer-field input,
.ik-volunteer-field select,
.ik-volunteer-field textarea {
    width: 100%;
    margin: 0;
    padding: 0 15px;
    border: 1px solid #d7e5ea;
    border-radius: 10px;
    outline: none;
    background: #fbfdfe;
    color: #142b35;
    font-family: inherit;
    font-size: 14px;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.ik-volunteer-field input,
.ik-volunteer-field select {
    height: 49px;
}

.ik-volunteer-field textarea {
    min-height: 125px;
    padding-top: 13px;
    padding-bottom: 13px;
    resize: vertical;
}

    .ik-volunteer-field input::placeholder,
    .ik-volunteer-field textarea::placeholder {
        color: #9aabb3;
    }

    .ik-volunteer-field input:focus,
    .ik-volunteer-field select:focus,
    .ik-volunteer-field textarea:focus {
        border-color: #16b4d8;
        background: #fff;
        box-shadow: 0 0 0 4px rgba(22,180,216,.10);
    }


/* HOURS */

.ik-volunteer-input-suffix {
    position: relative;
}

    .ik-volunteer-input-suffix input {
        padding-right: 52px;
    }

    .ik-volunteer-input-suffix > span {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        color: #84959d;
        font-size: 12px;
        font-weight: 700;
    }


/* =========================================================
   CHOICES MULTI SELECT
========================================================= */

.ik-volunteer-field .choices {
    margin: 0;
}

.ik-volunteer-field .choices__inner {
    min-height: 49px;
    padding: 7px 38px 6px 10px;
    border: 1px solid #d7e5ea;
    border-radius: 10px;
    background: #fbfdfe;
    font-size: 13px;
}

.ik-volunteer-field .is-focused .choices__inner,
.ik-volunteer-field .is-open .choices__inner {
    border-color: #16b4d8;
    box-shadow: 0 0 0 4px rgba(22,180,216,.10);
}

.ik-volunteer-field .choices__list--multiple .choices__item {
    margin: 3px 4px 3px 0;
    padding: 5px 8px;
    border: 0;
    border-radius: 6px;
    background: #087cc4;
    font-size: 11px;
    font-weight: 700;
}

.ik-volunteer-field .choices__list--dropdown {
    border-color: #d7e5ea;
    border-radius: 10px;
}


/* =========================================================
   SUBMIT AREA
========================================================= */

.ik-volunteer-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-top: 28px;
    padding-top: 25px;
    border-top: 1px solid #e5eef2;
}

.ik-volunteer-submit-note {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 310px;
    color: #788991;
    font-size: 11px;
    line-height: 1.5;
}

    .ik-volunteer-submit-note svg {
        flex: 0 0 auto;
        width: 23px;
        height: 23px;
        color: #087cc4;
    }

.ik-volunteer-submit .btn {
    flex: 0 0 auto;
    min-width: 190px;
    border: 0;
    cursor: pointer;
}

    .ik-volunteer-submit .btn:disabled {
        opacity: .65;
        cursor: not-allowed;
    }


/* =========================================================
   ALERT
========================================================= */

/* =========================================================
   VOLUNTEER ALERT
========================================================= */

.ik-volunteer-alert {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 720px;
    margin: 0 auto 30px;
    padding: 14px 48px 14px 16px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(3, 43, 67, .08);
}

    .ik-volunteer-alert[hidden] {
        display: none !important;
    }


/* ICON */

.ik-volunteer-alert-icon {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 9px;
}

    .ik-volunteer-alert-icon svg {
        width: 19px;
        height: 19px;
    }


/* MESSAGE */

.ik-volunteer-alert #msgText {
    flex: 1;
}


/* CLOSE */

.ik-volunteer-alert-close {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: currentColor;
    font-family: Arial, sans-serif;
    font-size: 21px;
    line-height: 1;
    opacity: .55;
    cursor: pointer;
    transform: translateY(-50%);
    transition: opacity .2s ease, background .2s ease;
}

    .ik-volunteer-alert-close:hover {
        opacity: 1;
        background: rgba(0, 0, 0, .06);
    }


/* WARNING */

.ik-volunteer-alert.alert-warning {
    color: #8a4a08;
    background: #fff8ee;
    border-color: #f5d8b5;
}

    .ik-volunteer-alert.alert-warning .ik-volunteer-alert-icon {
        color: #f58220;
        background: #ffead5;
    }


/* SUCCESS */

.ik-volunteer-alert.alert-success {
    color: #17663d;
    background: #effaf4;
    border-color: #c8ead7;
}

    .ik-volunteer-alert.alert-success .ik-volunteer-alert-icon {
        color: #178b52;
        background: #d9f3e5;
    }


/* ERROR */

.ik-volunteer-alert.alert-danger {
    color: #9b3030;
    background: #fff2f2;
    border-color: #f1cccc;
}

    .ik-volunteer-alert.alert-danger .ik-volunteer-alert-icon {
        color: #d94b4b;
        background: #ffe0e0;
    }


/* INFO */

.ik-volunteer-alert.alert-info {
    color: #075f8c;
    background: #eef8ff;
    border-color: #cbe7f7;
}

    .ik-volunteer-alert.alert-info .ik-volunteer-alert-icon {
        color: #087cc4;
        background: #dceffd;
    }


/* MOBILE */

@media (max-width: 768px) {

    .ik-volunteer-alert {
        width: 100%;
        margin-bottom: 22px;
        padding: 13px 44px 13px 13px;
        font-size: 13px;
    }

    .ik-volunteer-alert-icon {
        width: 32px;
        height: 32px;
    }
}


/* =========================================================
   MORE WAYS TO HELP
========================================================= */

.ik-volunteer-help {
    position: relative;
    overflow: hidden;
    padding: 90px 0 100px;
    background: radial-gradient(circle at 8% 20%, rgba(22,180,216,.10), transparent 24%), radial-gradient(circle at 92% 85%, rgba(245,130,32,.07), transparent 25%), #eef8ff;
}

    .ik-volunteer-help::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        opacity: .35;
        background-image: linear-gradient(rgba(8,124,196,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(8,124,196,.045) 1px, transparent 1px);
        background-size: 40px 40px;
    }

    .ik-volunteer-help .container {
        position: relative;
        z-index: 2;
    }

    .ik-volunteer-help .section-head {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
    }


/* HELP GRID */

.ik-volunteer-help-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
}


/* HELP CARD */

.ik-volunteer-help-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 330px;
    padding: 31px;
    overflow: hidden;
    border: 1px solid rgba(8,124,196,.13);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 15px 38px rgba(3,64,87,.07);
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

    .ik-volunteer-help-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient( 90deg, #087cc4, #16b4d8, #f58220 );
    }

    .ik-volunteer-help-card::after {
        content: "";
        position: absolute;
        right: -65px;
        bottom: -70px;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background: rgba(8,124,196,.045);
        transition: transform .3s ease;
    }

    .ik-volunteer-help-card:hover {
        transform: translateY(-7px);
        border-color: rgba(8,124,196,.25);
        box-shadow: 0 25px 55px rgba(3,64,87,.13);
    }

        .ik-volunteer-help-card:hover::after {
            transform: scale(1.25);
        }


/* HELP ICON */

.ik-volunteer-help-icon {
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    margin-bottom: 25px;
    border-radius: 17px;
}

    .ik-volunteer-help-icon svg {
        width: 30px;
        height: 30px;
    }

    .ik-volunteer-help-icon.orange {
        color: #f58220;
        background: #fff2e7;
    }

    .ik-volunteer-help-icon.blue {
        color: #087cc4;
        background: #eaf6fd;
    }

    .ik-volunteer-help-icon.cyan {
        color: #079fbe;
        background: #e7fafd;
    }


/* HELP NUMBER */

.ik-volunteer-help-number {
    position: absolute;
    z-index: 2;
    top: 35px;
    right: 30px;
    margin: 0;
    color: #d9e8ee;
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
}


/* HELP CONTENT */

.ik-volunteer-help-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 12px;
    color: #032b43;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 800;
}

.ik-volunteer-help-card p {
    position: relative;
    z-index: 2;
    margin: 0 0 27px;
    color: #697b84;
    font-size: 14px;
    line-height: 1.75;
}


/* HELP LINK */

.ik-volunteer-help-link {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: #087cc4;
    font-size: 13px;
    font-weight: 800;
}

    .ik-volunteer-help-link b {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 27px;
        height: 27px;
        border-radius: 50%;
        background: #eef8ff;
        font-size: 15px;
        transition: transform .2s ease, background .2s ease, color .2s ease;
    }

.ik-volunteer-help-card:hover .ik-volunteer-help-link b {
    transform: translateX(4px);
    background: #087cc4;
    color: #fff;
}


/* =========================================================
   RESPONSIVE - TABLET
========================================================= */

@media (max-width: 1100px) {

    .ik-volunteer-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .ik-volunteer-info {
        max-width: 720px;
    }

    .ik-volunteer-benefits {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ik-volunteer-benefit {
        grid-template-columns: 1fr;
    }

    .ik-volunteer-note {
        max-width: 600px;
    }

    .ik-volunteer-help-grid {
        grid-template-columns: 1fr;
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
    }

    .ik-volunteer-help-card {
        min-height: 280px;
    }
}


/* =========================================================
   RESPONSIVE - MOBILE
========================================================= */

@media (max-width: 768px) {

    .ik-volunteer-hero {
        padding: 65px 0 70px;
    }

        .ik-volunteer-hero h1 {
            font-size: 43px;
            letter-spacing: -1.5px;
        }

        .ik-volunteer-hero p {
            font-size: 15px;
        }

    .ik-volunteer-section,
    .ik-volunteer-help {
        padding: 65px 0 70px;
    }

    .ik-volunteer-grid {
        gap: 42px;
    }

    .ik-volunteer-info {
        padding-top: 0;
    }

        .ik-volunteer-info h2 {
            font-size: 38px;
        }

    .ik-volunteer-benefits {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .ik-volunteer-benefit {
        grid-template-columns: 50px 1fr;
    }

    .ik-volunteer-form-head {
        padding: 27px 24px 23px;
    }

    .ik-volunteer-form {
        padding: 25px 24px 28px;
    }

    .ik-volunteer-form-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ik-volunteer-full {
        grid-column: auto;
    }

    .ik-volunteer-submit {
        align-items: stretch;
        flex-direction: column;
    }

    .ik-volunteer-submit-note {
        max-width: none;
    }

    .ik-volunteer-submit .btn {
        width: 100%;
    }

    .ik-volunteer-help-grid {
        grid-template-columns: 1fr;
    }

    .ik-volunteer-help-card {
        min-height: auto;
    }
}


/* =========================================================
   RESPONSIVE - SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .ik-volunteer-hero {
        padding: 55px 0 58px;
    }

        .ik-volunteer-hero h1 {
            font-size: 37px;
        }

        .ik-volunteer-hero p {
            margin-top: 18px;
        }

    .ik-volunteer-breadcrumb {
        margin-top: 24px;
    }

    .ik-volunteer-info h2 {
        font-size: 34px;
    }

    .ik-volunteer-form-card {
        border-radius: 18px;
    }

    .ik-volunteer-form-head {
        padding: 24px 20px 21px;
    }

        .ik-volunteer-form-head h2 {
            font-size: 25px;
        }

    .ik-volunteer-form {
        padding: 22px 20px 24px;
    }

    .ik-volunteer-note {
        padding: 17px;
    }

    .ik-volunteer-help-card {
        min-height: 0;
        padding: 27px 24px;
        border-radius: 18px;
    }

    .ik-volunteer-help-number {
        top: 31px;
        right: 24px;
        font-size: 26px;
    }

    .ik-volunteer-help-icon {
        width: 56px;
        height: 56px;
    }

        .ik-volunteer-help-icon svg {
            width: 27px;
            height: 27px;
        }
}
