/* =========================================
   ETYON SUPPORT SECTION
========================================= */

.etyon-support-section {
    width: 100%;
    overflow: hidden;
}

.etyon-support-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 340px;
}

/* COMMON BOX */

.etyon-support-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 3%;
    overflow: hidden;
    color: #fff;
}

.etyon-support-content {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 700px;
}

.etyon-support-subtitle {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #f58220;
}

.etyon-support-box h2 {
    margin: 0 0 14px;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 700;
    color: #fff;
}

.etyon-support-box p {
    max-width: 650px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92);
}


/* =========================================
   VOLUNTEER BOX
========================================= */

.etyon-volunteer-box {
    background:
        linear-gradient(135deg,
            rgba(8, 75, 117, 0.96),
            rgba(9, 91, 140, 0.93)),
        url("../img/volunteer-bg.jpg") center/cover no-repeat;
}

.etyon-volunteer-box::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    right: -100px;
    bottom: -120px;
    border-radius: 50%;
    background: rgba(245, 130, 32, 0.20);
}


/* =========================================
   DONATION BOX
========================================= */

.etyon-donation-box {
    background:
        linear-gradient(135deg,
            rgba(245, 130, 32, 0.94),
            rgba(213, 104, 10, 0.94)),
        url("../img/donation-bg.jpg") center/cover no-repeat;
}

.etyon-donation-box::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -130px;
    bottom: -150px;
    border-radius: 50%;
    background: rgba(8, 75, 117, 0.20);
}


/* =========================================
   VOLUNTEER LIST
========================================= */

.etyon-support-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px 23px;
    margin: 16px 0 19px;
}

.etyon-support-list span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
}

.etyon-support-list i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #f58220;
    color: #fff;
    font-size: 11px;
}


/* =========================================
   BUTTONS
========================================= */

.etyon-support-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.etyon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 40px;
    padding: 0 23px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.etyon-btn-orange {
    background: #f58220;
    color: #fff;
    border: 2px solid #f58220;
}

.etyon-btn-orange:hover {
    background: #fff;
    color: #084b75;
    border-color: #fff;
    transform: translateY(-3px);
}

.etyon-btn-white {
    background: #fff;
    color: #084b75;
    border: 2px solid #fff;
}

.etyon-btn-white:hover {
    background: transparent;
    color: #fff;
    transform: translateY(-3px);
}


/* =========================================
   DONATION AMOUNTS
========================================= */

.etyon-donation-amounts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 25px 0 30px;
}

.etyon-donation-amounts button {
    padding: 11px 20px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.etyon-donation-amounts button:hover,
.etyon-donation-amounts button.active {
    background: #084b75;
    border-color: #084b75;
    color: #fff;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .etyon-support-wrapper {
        grid-template-columns: 1fr;
    }

    .etyon-support-box {
        min-height: 480px;
        padding: 60px 7%;
    }

    .etyon-support-box h2 {
        font-size: 36px;
    }
}


@media (max-width: 575px) {

    .etyon-support-box {
        min-height: auto;
        padding: 50px 25px;
    }

    .etyon-support-box h2 {
        font-size: 30px;
    }

    .etyon-support-box p {
        font-size: 15px;
    }

    .etyon-support-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .etyon-support-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .etyon-btn {
        width: 100%;
    }

    .etyon-donation-amounts {
        gap: 8px;
    }
}

.ef-cta-banner {
    background: #113142;
    padding: 60px 20px;
    margin: 0 0 -1px;
    position: relative;
    overflow: hidden;
}

.ef-cta-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.ef-cta-inner span {
    color: #ffb066;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.ef-cta-inner h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin: 10px 0 14px;
    line-height: 1.35;
}

.ef-cta-inner p {
    color: #cfd7ce;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

.ef-cta-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.ef-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all .2s ease;
}

.ef-cta-btn.primary {
    background: #ff7a1a;
    color: #fff;
}

.ef-cta-btn.primary:hover {
    background: #e56a10;
    color: #fff;
}

.ef-cta-btn.outline {
    border: 2px solid #ffffff55;
    color: #fff;
}

.ef-cta-btn.outline:hover {
    background: #ffffff15;
    color: #fff;
}

.etyon-contact-page {
    padding: 40px 0;
    background: #f8f8f6;
}

.etyon-contact-wrapper {
    display: grid;
    grid-template-columns: 45% 55%;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}

/* LEFT SIDE */

.etyon-contact-details {
    position: relative;
    padding: 19px 20px;
    background: #1c2633;
    color: #fff;
    overflow: hidden;
}

.etyon-contact-details::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(245, 127, 23, 0.12);
    right: -120px;
    top: -100px;
}

.etyon-contact-details::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(245, 127, 23, 0.08);
    left: -120px;
    bottom: -100px;
}

.etyon-contact-details>* {
    position: relative;
    z-index: 2;
}

.etyon-contact-small-title {
    display: inline-block;
    color: #ff851b;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.etyon-contact-details h2 {
    color: #fff;
    font-size: 32px;
    line-height: 1.15;
    margin: 0 0 6px;
}

.etyon-contact-details>p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 10px;
}

/* CONTACT ITEMS */

.etyon-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 22px;
}

.etyon-contact-item .icon {
    width: 45px;
    height: 45px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ff851b;
    color: #fff;
    font-size: 17px;
}

.etyon-contact-item .content .title {
    display: block;
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: .8px;
}

.etyon-contact-item .content a,
.etyon-contact-item .content span {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.etyon-contact-item .content a {
    text-decoration: none;
    transition: .3s;
}

.etyon-contact-item .content a:hover {
    color: #ff851b;
}


/* RIGHT SIDE FORM */

.etyon-contact-form-area {
    padding: 15px 22px;
    background: #fff;
}

.etyon-form-heading {
    margin-bottom: 10px;
}

.etyon-form-heading .small-title {
    color: #ff851b;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 2px;
    display: block;
}

.etyon-form-heading h2 {
    color: #1c2633;
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
}

.etyon-contact-form .form-group {
    margin-bottom: 6px;
}

.etyon-contact-form input, .etyon-contact-form textarea {
    width: 100%;
    border: 1px solid #e4e4e4;
    background: #fafafa;
    border-radius: 10px;
    padding: 5px 18px;
    font-size: 15px;
    color: #1c2633;
    outline: none;
    transition: .3s;
}

.etyon-contact-form input {
    height: 38px;
}

.etyon-contact-form textarea {
    min-height: 120px;
    resize: vertical;
}

.etyon-contact-form input:focus,
.etyon-contact-form textarea:focus {
    border-color: #ff851b;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255, 133, 27, .08);
}

.etyon-contact-form button {
    border: 0;
    cursor: pointer;
}


/* MAP */

.etyon-map-section {
    margin-top: 60px;
}

.etyon-map-heading {
    text-align: center;
    margin-bottom: 25px;
}

.etyon-map-heading span {
    color: #ff851b;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.etyon-map-heading h2 {
    color: #1c2633;
    font-size: 38px;
    margin: 8px 0 0;
}

.etyon-map-wrapper {
    width: 100%;
    height: 430px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
}

.etyon-map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}


/* RESPONSIVE */

@media (max-width: 991px) {

    .etyon-contact-wrapper {
        grid-template-columns: 1fr;
    }

    .etyon-contact-details {
        padding: 45px 35px;
    }

    .etyon-contact-form-area {
        padding: 45px 35px;
    }

}

@media (max-width: 575px) {

    .etyon-contact-page {
        padding: 55px 0;
    }

    .etyon-contact-details,
    .etyon-contact-form-area {
        padding: 35px 22px;
    }

    .etyon-contact-details h2 {
        font-size: 32px;
    }

    .etyon-form-heading h2 {
        font-size: 30px;
    }

    .etyon-map-heading h2 {
        font-size: 30px;
    }

    .etyon-map-wrapper {
        height: 320px;
        border-radius: 12px;
    }

}
 /* ===== CAREER PAGE (scoped styles) ===== */
    .etyon-career-intro {
        max-width: 700px;
        margin: 0 auto 40px;
        text-align: center;
    }

    .etyon-career-intro p {
        color: #666;
        margin-top: 12px;
        line-height: 1.7;
    }

    .etyon-career-card {
        height: 100%;
        background: #fff;
        border: 1px solid #eee2d8;
        border-radius: 16px;
        padding: 30px;
        display: flex;
        flex-direction: column;
        gap: 14px;
        box-shadow: 0 6px 22px rgba(22, 36, 26, 0.05);
        transition: box-shadow .2s ease, transform .2s ease;
    }

    .etyon-career-card:hover {
        box-shadow: 0 10px 30px rgba(22, 36, 26, 0.10);
        transform: translateY(-3px);
    }

    .etyon-career-card-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: wrap;
    }

    .etyon-career-card-top h3 {
        font-size: 20px;
        font-weight: 700;
        color: #16241a;
        margin: 0;
    }

    .etyon-career-tag {
        display: inline-block;
        font-size: 12px;
        font-weight: 600;
        color: #ff7a1a;
        background: #fff1e6;
        padding: 5px 12px;
        border-radius: 30px;
        white-space: nowrap;
    }

    .etyon-career-meta {
        display: flex;
        gap: 18px;
        flex-wrap: wrap;
        font-size: 13.5px;
        color: #777;
    }

    .etyon-career-meta span {
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .etyon-career-card p.desc {
        color: #666;
        font-size: 14.5px;
        line-height: 1.65;
        margin: 0;
        flex-grow: 1;
    }

    .etyon-career-card .ul-btn {
        align-self: flex-start;
        margin-top: 6px;
    }

    .etyon-career-apply {
        padding-top: 10px;
    }

    .etyon-career-apply-img {
        border-radius: 20px;
        overflow: hidden;
        height: 100%;
        height: 370px;
    }

    .etyon-career-apply-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }