@media (min-width: 992px) {
    #header .header-body,
    #header .header-nav-main nav > ul > li > a {
        transition: background-color 300ms ease, color 300ms ease;
    }

    html:not(.sticky-header-active)
    #header.header-transparent:has(.header-nav-main nav > ul > li:hover)
    .header-body {
        background-color: var(--quaternary) !important;
    }

    
}

.section-title-line {
    position: relative;
    display: inline-block;
    padding-bottom: 16px;
}

    .section-title-line::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 72px;
        height: 4px;
        background: var(--primary);
        border-radius: 50px;
    }


/*OurMissionGroupWidget*/

.custom-icon-style-1 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 95px;
}
    .custom-icon-style-1:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 2px solid var(--grey-500);
        border-radius: 7px;
        transform: rotate(45deg);
        z-index: 0;
        transition: ease background 300ms;
    }

.custom-icon-box-style-1 h3 {
    transition: ease color 300ms;
}
.custom-icon-style-1:before {
    border-color: var(--primary);
}

.custom-icon-box-style-1:hover .custom-icon-style-1:before {
    background: var(--primary);
}
.custom-icon-style-1 i {
    position: relative;
    z-index: 1;
    color: var(--primary);
    transition: ease color 300ms;
}
.custom-icon-box-style-1:hover .custom-icon-style-1 i {
    color: var(--primary-inverse) !important;
}
.custom-icon-box-style-1:hover .custom-icon-style-1 svg path {
    fill: var(--primary-inverse) !important;
}

.custom-icon-box-style-1:hover h3 {
    color: var(--primary) !important;
}

.custom-card-title {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-card-desc {
    min-height: 48px;
}

@media (max-width: 767px) {
    .custom-card-title,
    .custom-card-desc {
        min-height: auto;
    }
}
/*OurMissionGroupWidget END*/

/*TimelineWidget*/
section.timeline.timeline-widget {
    float: none !important;
    clear: both !important;
    display: block !important;
    width: 100% !important;
    margin: 50px 0 0;
    position: relative;
    padding-bottom: 120px;
}

    section.timeline.timeline-widget::after {
        content: "";
        display: block;
        clear: both;
    }

    section.timeline.timeline-widget + * {
        clear: both;
    }
/*TimelineWidgetEND*/


/*DonateUsWidget*/
@media (max-width: 575px) {
    .custom-btn-1.custom-mobile-btn {
        width: 95px !important;
        height: 95px !important;
        min-width: 95px !important;
        min-height: 95px !important;
    }
}
/*DonateUsWidgetEND*/

/*FaqFullWidget*/
#faq-full-widget .faq-toggle-icon::before {
    content: "+";
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}

#faq-full-widget .accordion-toggle:not(.collapsed) .faq-toggle-icon::before {
    content: "-";
}
/*FaqFullWidgetEND*/
/*BankTransferInfoWidget*/
.bank-card {
    background: #fff;
    transition: all .25s ease;
}

    .bank-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    }
.bank-card-sm {
    max-width: 520px;
}

    .bank-card-sm h4 {
        font-size: 18px;
    }

    .bank-card-sm img {
        max-height: 42px !important;
    }

    .bank-card-sm .bank-info-list {
        gap: 8px;
    }

    .bank-card-sm .bank-info-item {
        padding-bottom: 8px;
    }

        .bank-card-sm .bank-info-item span {
            font-size: 12px;
        }

        .bank-card-sm .bank-info-item strong {
            font-size: 13px;
        }

        .bank-card-sm .bank-info-item.iban strong {
            font-size: 15px;
        }
.bank-info-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bank-info-item {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

    .bank-info-item span {
        color: #777;
        font-size: 13px;
        font-weight: 600;
    }

    .bank-info-item strong {
        color: #222;
        text-align: right;
        font-weight: 700;
    }

    .bank-info-item.iban {
        align-items: flex-start;
    }

        .bank-info-item.iban strong {
            font-size: 17px;
            color: var(--primary);
        }

/*BankTransferInfoWidgetEND*/


/*
* Thumb Info
*/
.custom-thumb-info-style-1 .thumb-info-wrapper {
    border-radius: 25px !important;
    border: 5px solid transparent !important;
    transition: ease border 300ms;
}

.custom-thumb-info-style-1 h3 {
    transition: ease color 300ms;
}

.custom-img-thumbnail-style-1.img-thumbnail.img-thumbnail-hover-icon:before {
    border-radius: 0 !important;
}

/*
    * Thumb Info
*/
.custom-thumb-info-style-1:hover .thumb-info-wrapper {
    border-color: var(--primary) !important;
}

.custom-thumb-info-style-1:hover h3 {
    color: var(--primary) !important;
}

.event-card-img {
    height: 220px;
}

.event-card-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.event-card {
    transition: all .25s ease;
}

    .event-card:hover {
        transform: translateY(-4px);
    }

.event-card-image {
    aspect-ratio: 3 / 2;
    overflow: hidden;
}

    .event-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .35s ease;
        display: block;
    }

.event-card:hover .event-card-image img {
    transform: scale(1.05);
}

.event-card p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event-card-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.event-card-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.event-card .p-4 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .event-card .p-4 > a:last-child {
        margin-top: auto;
    }

.event-slider-card {
    min-height: 100%;
    transition: transform .2s ease, box-shadow .2s ease;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, .06);
}

    .event-slider-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 40px rgba(0,0,0,.10);
    }

.event-slider-carousel .owl-stage {
    display: flex;
}

.event-slider-wrapper .owl-item,
.event-slider-carousel .owl-item {
    display: flex;
    height: auto;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.event-slider-carousel .owl-item > * {
    width: 100%;
}

.event-slider-img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center;
    display: block;
}

.event-slider-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 63px;
}

.event-slider-wrapper {
    position: relative;
}

.event-slider-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: 100%;
    padding: 14px !important;
}

.event-slider-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.event-slider-badge {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    padding: 4px 9px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.25;
    white-space: normal;
    text-align: left;
    letter-spacing: .3px;
    border-radius: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}

.event-slider-badge.badge-dark {
    background: var(--quaternary) !important;
    color: #fff;
}

.event-slider-badge.badge-primary {
    background: var(--primary) !important;
    border: 1px solid var(--primary-rgba-20);
    color: var(--quaternary);
}

.event-slider-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
    font-size: 1rem;
}

.event-slider-created {
    min-height: 20px;
    padding-top: 8px;
    border-top: 1px solid rgba(0,0,0,.08);
    font-size: 11px;
}

.event-slider-footer a {
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 11px;
}

.event-slider-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 38px;
    line-height: 1.45;
    font-size: 12px;
}

.event-detail-gallery-main-link {
    aspect-ratio: 3 / 2;
    background-color: #f8f9fa;
    overflow: hidden;
}

    .event-detail-gallery-main-link .zoom {
        z-index: 2;
    }

.event-detail-gallery-main-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    background-color: #f8f9fa;
}

.event-detail-gallery-video-frame {
    display: block;
}

.event-detail-gallery-video-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    background-color: #000;
}

.event-detail-gallery-thumb-frame {
    aspect-ratio: 3 / 2;
    overflow: hidden;
}

.event-detail-gallery-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    display: block;
}

.event-detail-gallery-video-thumb {
    position: relative;
    background-color: #111;
    cursor: pointer;
}

.event-detail-gallery-video-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .18);
}

.event-detail-gallery-video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, .72);
    transform: translate(-50%, -50%);
}

.thumb-gallery-wrapper .owl-nav button.owl-prev span,
.thumb-gallery-wrapper .owl-nav button.owl-next span {
    display: none;
}

    .event-slider-wrapper .owl-nav button.owl-prev {
        position: absolute;
        left: -45px;
        top: 50%;
        transform: translateY(-50%);
    }

    .event-slider-wrapper .owl-nav button.owl-next {
        position: absolute;
        right: -45px;
        top: 50%;
        transform: translateY(-50%);
    }

@media (max-width: 767px) {
    .event-slider-wrapper .owl-nav button.owl-prev {
        left: 5px;
    }

    .event-slider-wrapper .owl-nav button.owl-next {
        right: 5px;
    }

    .event-slider-desc {
        min-height: auto;
    }
}

.event-category-block {
    position: relative;
}

    .event-category-block.bg-light {
        background: #f8f9fa !important;
    }

    .event-category-block .container {
        max-width: 1200px;
    }

.event-category-block {
    padding: 20px 0;
}

    .event-category-block:nth-child(even) {
        background: #f8f9fa;
    }






