.event-2-banner {
    height: 669px;
    background: url(../images/event-2-banner.png) no-repeat center / cover;
    position: relative;

    .banner-content-div {
        min-height: 425px;
    }

    .upcoming-event-countdown-wrapper {
        position: absolute;
        bottom: -80px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        width: 100%;
        max-width: 996px;

        h4 {
            font-weight: 700;
            font-size: 23.47px;
            color: #fff;
            margin-bottom: 10px;

        }
    }

    .upcoming-event-countdown-container {
        background: url(../images/counter-bg-1.png) no-repeat left / cover;
        border-radius: 8px;
        padding: 28px 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 56px;
        margin-inline: 15px;

        .btn-group {
            .sub-btn {
                width: 164px;
                height: 43px;
                border: 1.36px solid #fff;
                background: none;
                border-radius: 8px;
                color: #fff;
                font-weight: 700;
                font-size: 19.85px;


            }
        }
    }
}

.event-detail-student-banner {
    height: 669px;
    background: url(../images/event-detail-student-banner.png) no-repeat center / cover;
    position: relative;

    .banner-content-div {
        min-height: 425px;
    }

    .upcoming-event-countdown-wrapper {
        position: absolute;
        bottom: -80px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        width: 100%;
        max-width: 996px;

        h4 {
            font-weight: 700;
            font-size: 23.47px;
            color: #fff;
            margin-bottom: 10px;

        }
    }

    .upcoming-event-countdown-container {
        background: url(../images/counter-bg-2.png) no-repeat left / cover;
        border-radius: 8px;
        padding: 28px 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 56px;
        margin-inline: 15px;

        .btn-group {
            .sub-btn {
                width: 164px;
                height: 43px;
                border: 1.36px solid #fff;
                background: none;
                border-radius: 8px;
                color: #fff;
                font-weight: 700;
                font-size: 19.85px;


            }
        }
    }
}

.event-detail-fundraising-banner {
    height: 669px;
    background: url(../images/event-detail-fundraising-banner.png) no-repeat center / cover;
    position: relative;

    .banner-content-div {
        min-height: 425px;
    }

    .upcoming-event-countdown-wrapper {
        position: absolute;
        bottom: -80px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        width: 100%;
        max-width: 996px;

        h4 {
            font-weight: 700;
            font-size: 23.47px;
            color: #fff;
            margin-bottom: 10px;

        }
    }

    .upcoming-event-countdown-container {
        background: url(../images/counter-bg-2.png) no-repeat left / cover;
        border-radius: 8px;
        padding: 28px 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 56px;
        margin-inline: 15px;

        .btn-group {
            .sub-btn {
                width: 164px;
                height: 43px;
                border: 1.36px solid #fff;
                background: none;
                border-radius: 8px;
                color: #fff;
                font-weight: 700;
                font-size: 19.85px;


            }
        }
    }
}

.event-detail-32-banner {
    height: 669px;
    background: url(../images/event-detail-32-banner.png) no-repeat center / cover;
    position: relative;

    .banner-content-div {
        min-height: 425px;
    }

    .upcoming-event-countdown-wrapper {
        position: absolute;
        bottom: -80px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        width: 100%;
        max-width: 996px;

        h4 {
            font-weight: 700;
            font-size: 23.47px;
            color: #fff;
            margin-bottom: 10px;

        }
    }

    .upcoming-event-countdown-container {
        background: url(../images/counter-bg-2.png) no-repeat left / cover;
        border-radius: 8px;
        padding: 28px 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 56px;
        margin-inline: 15px;

        .btn-group {
            .sub-btn {
                width: 164px;
                height: 43px;
                border: 1.36px solid #fff;
                background: none;
                border-radius: 8px;
                color: #fff;
                font-weight: 700;
                font-size: 19.85px;


            }
        }
    }
}

/* countDown start here */
.countdown-box {
    max-width: 510px;
    width: 100%;
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 10%;
    margin-block: 10px;
}

.countdown div {

    border-radius: 15% 15% 0 0;

    text-align: center;

    min-width: 67px;
}

.countdown span {
    font-size: clamp(3.125rem, 2.9432rem + 0.9091vw, 3.625rem);
    font-weight: 400;
    line-height: 1;
    color: #fff;
    display: block;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.countdown small {

    line-height: 1;
    color: #fff;
    display: block;
    padding-block: 5px;

}


@media (max-width: 768px) {
    .countdown-box {
        max-width: 100%;

        .countdown {

            gap: 10px;

        }
    }
}


.event-slider-wrapper {
    text-align: center;
    padding-top: 120px; /* Add padding to prevent overlap with countdown box */

    p {
        text-wrap: balance;
    }

    .common-tab {
        justify-content: center;
    }

    .common-tab .nav-item {
        width: fit-content;
    }

    .common-tab .nav-item .nav-link {
        width: fit-content;
    }

    .swiper-slide {
        padding: 0;
        border: none;
        box-shadow: none;
        border-radius: 0;
    }

    .slider-banner {
        border-radius: 8px 8px 0 0;
        overflow: hidden;
        aspect-ratio: 16/5;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }
    }


}

/* Fix for event-common2-swiper to show View More button */
.event-common2-swiper {
    position: relative !important;
    padding-bottom: 60px;
    
    .swiper-btn-wrapper {
        position: relative !important;
        width: 100% !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
        text-align: center !important;
        z-index: 999 !important;
        margin-top: 20px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 15px !important;
        height: auto !important;
    }
    
    .view-more-btn {
        font-weight: 400;
        font-size: 15.61px;
        color: #393939cc;
        text-decoration: none;
        line-height: 19.51px;
        letter-spacing: 0%;
        margin-right: 0;
        
        &:hover {
            color: inherit;
            text-decoration: none;
        }
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        position: relative !important;
        width: 32px !important;
        height: 32px !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        background: #fff !important;
        border: 0.98px solid #3939391a !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer;
        
        &::after {
            font-size: 16px !important;
            color: #393939 !important;
            font-weight: 600;
        }
        
        &:hover {
            background: #f5f5f5 !important;
            color: #393939 !important;
        }
    }
}

/* Specific fix for disbursement and scholarship swipers */
.disbursement-swiper,
.scholarship-swiper {
    position: relative !important;
    padding-bottom: 60px;
    
    .swiper-btn-wrapper {
        position: relative !important;
        width: 100% !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
        text-align: center !important;
        z-index: 999 !important;
        margin-top: 20px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 15px !important;
        height: auto !important;
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        position: relative !important;
        width: 32px !important;
        height: 32px !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        background: #fff !important;
        border: 0.98px solid #3939391a !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer;
        
        &::after {
            font-size: 16px !important;
            color: #393939 !important;
            font-weight: 600;
        }
        
        &:hover {
            background: #f5f5f5 !important;
            color: #393939 !important;
        }
    }
}

.upcoming-event-countdown-container {
    .btn-group {
        gap: 0;
        flex-direction: row !important;
        min-width: 300px;


        .accept-btn {
            background: #50b371;
            font-weight: 400;
            font-size: 19.85px;
            text-align: center;
            color: #fff;
            width: 100%;

        }

        .reject-btn {
            background: #bd5b5b;
            font-weight: 400;
            font-size: 19.85px;
            text-align: center;
            color: #fff;
            width: 100%;


        }
    }
}

.event-detail-blue-box {
    background: url(../images/event-detail-blue-box-bg.png) no-repeat bottom center / cover;
    border-radius: 0 0 8px 8px;
    padding: 50px 20px;

    ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;

        li {
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            text-align: left;
            gap: clamp(0.5rem, 0.2273rem + 1.3636vw, 1.25rem);
            padding: 2% 3%;
            border-right: 1px solid #fff;

            &:last-of-type {
                border-right: none;
            }

            h6 {
                font-weight: 400;
                font-size: clamp(1.375rem, 0.9659rem + 2.0455vw, 2.5rem);


            }

            p {
                font-size: clamp(0.5625rem, 0.4716rem + 0.4545vw, 0.8125rem);
            }
        }
    }

    .event-date {
        color: #fff;
        font-weight: 400;
        font-size: 15.33px;

    }

    h2 {
        font-family: Outfit;
        font-weight: 700;
        font-style: Bold;
        font-size: 27.88px;
        color: #fff;
        margin-block: 5px 15px;

    }

    p {
        font-weight: 400;
        font-size: 19.52px;
        text-align: left !important;
        color: #fff;

    }
}

.event-detail-black-box {
    background: black no-repeat bottom center / cover;
    border-radius: 0 0 8px 8px;
    padding: 50px 20px 30px;

    ul {
        display: flex;
        justify-content: space-evenly;
        align-items: start;
        flex-wrap: wrap;
        gap: 32px;

        li {

            color: #fff;
            text-align: left;
            gap: clamp(0.5rem, 0.2273rem + 1.3636vw, 1.25rem);


            h6 {
                font-family: Outfit;
                font-weight: 400;
                font-style: Bold;
                font-size: 18px;
                color: #fff;
                margin-bottom: 9px;

            }

            p {
                font-weight: 400;
                font-size: 18px;
                text-align: left !important;
                color: #fff;

                a {
                    text-decoration: none;
                    color: #fff;
                }

            }

        }
    }

}

.Our-events-donation-wrapper {
    background: url(../images/event-donation-box-bg.png) no-repeat bottom center / cover;
    border-radius: 0 0 8px 8px;
    padding: 50px 20px;
    text-align: center;
    color: #fff;

    h3 {
        font-weight: 400;
        font-size: 32.65px;


    }

    ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;

        li {

            color: #fff;
            text-align: center;
            gap: clamp(0.5rem, 0.2273rem + 1.3636vw, 1.25rem);
            padding: 2% 4%;


            h6 {
                font-weight: 700;
                font-size: clamp(1.375rem, 0.9659rem + 2.0455vw, 2.5rem);


            }

            p {
                font-size: clamp(0.5625rem, 0.4716rem + 0.4545vw, 0.8125rem);
            }
        }
    }
}

.slider-footer-images-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 10px 20px;
    min-width: 925px;

    .slider-footer-images-box {
        aspect-ratio: 3/2.5;
        border-radius: 8px;
        overflow: hidden;
        min-width: 220px;
        position: relative;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;

        }

        a {
            text-decoration: none;
            color: #fff;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #3B8740;
            position: absolute;
            inset: 0;
            font-weight: 400;
            font-size: 22.51px;
            text-align: center;

        }
    }
}

.Fundraising-events {
    background: #ECF4F1;

    h5 {
        font-weight: 700;
        font-size: 23px;
        text-align: center;

    }

    p {
        font-weight: 400;
        font-size: 15.33px;
        text-align: center;

    }

    .mySwiper {
        margin-top: 50px;
    }

    .swiper-slide {
        padding: 0;
        border: none;
        box-shadow: none;
        border-radius: 0;
        background: transparent;
    }

    .slider-banner {
        border-radius: 8px 8px 0 0;
        overflow: hidden;
        aspect-ratio: 16/5;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }
    }
}

.Training-session {
    .common-tab {
        justify-content: center;
    }

    .common-tab .nav-item {
        width: fit-content;
    }

    .common-tab .nav-item .nav-link {
        width: fit-content;
    }

    h5 {
        font-weight: 700;
        font-size: 23px;
        text-align: center;

    }

    p {
        font-weight: 400;
        font-size: 15.33px;
        text-align: center;

    }

    .mySwiper {
        margin-top: 50px;
    }

    .swiper-slide {
        padding: 0;
        border: none;
        box-shadow: none;
        border-radius: 0;
        background: transparent;
    }

    .slider-banner {
        border-radius: 8px 8px 0 0;
        overflow: hidden;
        aspect-ratio: 16/5;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }
    }
}

.Urgent-Donation-Needed {
    h2 {
        font-weight: 700;
        font-style: Bold;
        font-size: clamp(1.875rem, 1.3523rem + 2.6136vw, 3.3125rem);
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .event-2-banner {
        .upcoming-event-countdown-container {
            flex-direction: column;

            .btn-group {
                width: 100%;

                .sub-btn {
                    height: 54px;
                    width: 100%;

                }
            }
        }
    }

    .upcoming-event-countdown-container {
        flex-direction: column;

        .btn-group {
            width: 100%;
        }
    }

    .event-slider-wrapper,
    .Fundraising-events {
        .slider-banner {
            aspect-ratio: 16/12;
        }
    }

    .event-detail-blue-box {
        padding: 30px 10px;

        ul {
            li {
                padding: 10px;
                border-right: none;
                width: 50%;

                img {
                    width: 20%;
                }
            }
        }
    }

    .Our-events-donation-wrapper {
        padding: 30px 10px;

        ul {
            li {
                padding: 10px;
                border-right: none;
                width: 50%;

                img {
                    width: 20%;
                }
            }
        }
    }

    .event-detail-black-box {


        ul {
            display: flex;
            flex-direction: column;
            justify-content: start;
            align-items: start;
            flex-wrap: wrap;
            gap: 32px;
        }
    }



}





.month-wrapper {

    border-left: 1.36px dashed #000000;
    margin-bottom: 100px;
}

.the-month {
    padding-left: 70px;
    position: relative;
    margin-top: 48px;
    padding-block: 30px;

    .the-month-name {
        position: absolute;
        top: 0;
        left: 0;
        transform: translateX(-50%);
        height: 60px;
        width: 60px;
        border-radius: 50%;
        background: #e7e7e7;
        text-transform: uppercase;
        font-family: Outfit;
        font-weight: 700;
        font-size: 15px;
        display: flex;
        place-content: center;
        align-items: center;
        z-index: 3;



    }



    .swiper {
        width: 100%;
        height: 100%;
        padding-bottom: 0;
    }

    .swiper-slide {
        border: none;
        background: none;
        box-shadow: none;
        padding: 0;

    }

    .slider-footer-images-wrapper {
        width: 90%;
        margin: 0 auto;
    }

    .swiper-btn-wrapper {
        position: absolute;
        width: 100%;
        bottom: 16%;
        left: 0;
        transform: translateX(0);
        text-align: left;
        z-index: 999;
    }

    .swiper-button-prev,
    .swiper-button-prev1 {
        left: 0;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after,
    .swiper-button-next1:after,
    .swiper-button-prev1:after {
        font-family: swiper-icons;
        font-size: 36px;
        font-weight: 600;
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1;
    }

    .swiper-button-next,
    .swiper-button-next1,
    .swiper-button-prev,
    .swiper-button-prev1 {
        border: none;
        background: transparent;

        &:hover {
            background: transparent;
            color: #000;
        }
    }
}



.event-year-swiper {
    margin-top: 150px;
    padding-bottom: 0;
    padding-inline: 50px;

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 0;
        left: auto;
    }

    .swiper-slide {
        background: none;
        box-shadow: none;
        padding: 0;
        height: 116px;
        border-radius: 8px;
        border: 0.68px solid #B7B7B7;

        a, button.year-link {
            font-weight: 700;
            font-size: 18px;
            color: #000;
            text-decoration: none;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            width: 100%;
            border: none;
            background: transparent;
            cursor: pointer;
            padding: 0;
        }

        a.active, button.year-link.active {
            background-color: #E7E7E7;
            border-radius: 8px;
        }

    }



    .swiper-btn-wrapper {
        position: absolute;
        width: 100%;
        top: 64%;
        left: 0;
        transform: translateY(-50%);
        text-align: left;
        z-index: 999;
        height: 0;
    }

    .swiper-button-prev,
    .swiper-button-prev1 {
        left: 0;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after,
    .swiper-button-next1:after,
    .swiper-button-prev1:after {
        font-family: swiper-icons;
        font-size: 36px;
        font-weight: 600;
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1;
    }

    .swiper-button-next,
    .swiper-button-next1,
    .swiper-button-prev,
    .swiper-button-prev1 {
        border: none;
        background: transparent;


        &:hover {
            background: transparent;
            color: #000;
        }
    }
}



@media only screen and (max-width: 768px) {
    .event-year-swiper {
        margin-top: 150px;
        padding-bottom: 0;
        padding-inline: 50px;



        .swiper-slide {
            background: none;
            box-shadow: none;
            padding: 0;
            height: 42px;
            border-radius: 8px;
            border: 0.68px solid #B7B7B7;



        }

        .swiper-btn-wrapper {
            display: none;
        }
    }

    .month-wrapper {
        border: none;
    }

    .the-month {
        padding-left: 0;
        margin-top: 0;

        .slider-banner {
            aspect-ratio: 16 / 12;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }

        .the-month-name {
            display: none;
        }

    }
}


.month-headings {
    margin-block: 40px;
    text-align: left;

    h5 {
        font-weight: 700;
        font-style: Bold;
        font-size: 30.16px;
        line-height: 1.3;
        text-align: left;
        margin-bottom: 15px;
    }

    p {
        font-weight: 400;
        font-size: 19.6px;
        line-height: 1.5;
        text-align: left;
        margin: 0;
    }
}

.event-fundraising-wrapper {
    margin-top: 100px;
}

/* event-detail-student page css End here */
.slider-banner {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    aspect-ratio: 16/5;
    position: relative;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .date-box {
        position: absolute;
        top: 0;
        left: 15px;
        background: #000;
        color: #fff;
        width: fit-content;
        text-align: center;
        padding: 15px 15px 10px;
        border-radius: 0 0 8px 8px;

        h4 {
            font-weight: 700;
            font-size: clamp(1.875rem, 1.4205rem + 2.2727vw, 3.125rem);
            color: #fff;

        }

        p {
            font-size: clamp(1.25rem, 1.0682rem + 0.9091vw, 1.75rem);
            line-height: 1;
        }
    }
}

.slider-banner.fundraising-banner {
    aspect-ratio: 16/7;
    border-radius: 8px;
}

.Event-pictures-gallery {
    text-align: center;

    h2 {
        font-weight: 700;
        font-size: 31.12px;
        margin-bottom: 10px;
    }

    .event-picture-box {
        height: clamp(14.8125rem, 10.4261rem + 21.9318vw, 26.875rem);
        width: 100%;
        overflow: hidden;
        border-radius: 8px;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            ;
        }
    }
}


/* Event detail 22 start here */
.slider-banner-with-white-box-wrapper {
    display: flex;

    .slider-banner {
        width: 60%;
        border-radius: 8px 0 0 8px;
        overflow: hidden;
        aspect-ratio: 16/10;
        
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }
    }

    .event-detail-White-box {
        width: 40%;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 0 8px 8px 0;

        .countdown-box {
            border-top: 1.36px solid #00000023;

            .countdown {
                gap: 10px;

                small {
                    color: #000;
                }

                span {
                    font-size: clamp(1.25rem, 0.9773rem + 1.3636vw, 2rem);
                    color: #000;
                    text-shadow: none;
                    font-weight: 700;
                }
            }
        }

        .header {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            padding-inline: 15px;
            margin-bottom: 20px;
            gap: 20px;

            .heading {
                flex: 1;
                
                h2 {
                    font-weight: 700;
                    font-size: 27.44px;
                    line-height: 1.3;
                    text-align: left;
                }

                p {
                    font-weight: 400;
                    font-size: 21.1px;
                    line-height: 1.4;
                    text-align: left;
                    margin: 0;
                }
            }

            .date-box {
                background: #c2c4c2;
                padding: 12px;
                border-radius: 8px;

                h4 {
                    font-weight: 700;
                    font-size: clamp(1.875rem, 1.4205rem + 2.2727vw, 3.125rem);

                }

                p {
                    font-size: clamp(1.25rem, 1.0682rem + 0.9091vw, 1.75rem);
                    line-height: 1;
                }
            }
        }

        ul {
            padding: 15px;

            li {
                display: flex;
                align-items: flex-start;
                margin-bottom: 10px;

                p {
                    width: 120px;
                    flex-shrink: 0;
                    text-align: left;
                    margin: 0;
                    font-size: 14px;
                }

                h6 {
                    font-weight: 700;
                    flex: 1;
                    text-align: left;
                    margin: 0;
                    font-size: 14px;

                    a {
                        text-decoration: none;
                        color: #000;
                    }
                }
            }
        }
    }
}

.Raised-entrepreneurs-wrapper {
    background: #ECF4F1;
    
    .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .primary-heading {
        text-align: center;
        margin-bottom: 30px;
    }
}

.raised-entrepreneurs-grid-swiper {
    padding-bottom: 60px;
    width: 100%;
    
    .swiper-wrapper {
        display: flex;
        align-items: stretch;
        justify-content: center;
    }
    
    .swiper-slide {
        border: none;
        background: none;
        box-shadow: none;
        padding: 0 10px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        height: auto;
        min-height: 250px;
        width: 100%;

        img {
            width: 220px !important;
            height: 220px !important;
            min-width: 220px;
            max-width: 220px;
            border-radius: 8px;
            margin-bottom: 10px;
            object-fit: cover;
            object-position: center top;
            display: block;
            margin-left: auto;
            margin-right: auto;
            flex-shrink: 0;
            background: #f5f5f5;
        }
        
        p {
            font-size: 14px;
            color: #000;
            font-weight: 400;
            margin: 0;
            text-align: center;
            word-wrap: break-word;
            line-height: 1.4;
            max-width: 220px;
            width: 100%;
        }
    }
    
    /* When only 1 item, make it larger and centered */
    &.single-item .swiper-slide {
        img {
            max-width: 250px;
            height: 250px;
        }
    }
    
    .swiper-btn-wrapper {
        position: relative !important;
        width: 100% !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
        text-align: center !important;
        z-index: 999 !important;
        margin-top: 30px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 15px !important;
        height: auto !important;
    }
    
    .view-more-btn {
        font-weight: 400;
        font-size: 15.61px;
        color: #393939cc;
        text-decoration: none;
        line-height: 19.51px;
        letter-spacing: 0%;
        margin: 0 !important;
        order: 2;
        
        &:hover {
            color: inherit;
            text-decoration: none;
        }
    }
    
    .swiper-button-prev {
        order: 1;
        position: relative !important;
        width: 40px !important;
        height: 40px !important;
        margin: 0 !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        background: #fff !important;
        border: 0.98px solid #3939391a !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer;
        
        &::after {
            font-size: 18px !important;
            color: #4A90E2 !important;
            font-weight: 600;
        }
        
        &:hover {
            background: #f5f5f5 !important;
            border-color: #4A90E2 !important;
        }
    }
    
    .swiper-button-next {
        order: 3;
        position: relative !important;
        width: 40px !important;
        height: 40px !important;
        margin: 0 !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        background: #fff !important;
        border: 0.98px solid #3939391a !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer;
        
        &::after {
            font-size: 18px !important;
            color: #4A90E2 !important;
            font-weight: 600;
        }
        
        &:hover {
            background: #f5f5f5 !important;
            border-color: #4A90E2 !important;
        }
    }
}

.donor-swiper-wrapper {
    background: #E8E8E8;
    
    .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.donor-swiper {
    padding: 20px 0 60px;
    position: relative;
    
    .swiper-slide {
        border: none;
        background: linear-gradient(to top, rgba(245, 245, 245, 0) 15%, white 10%);
        box-shadow: none;
        padding: 15px 10px;
        text-align: center;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        min-height: 180px;

        .donor-image-wrapper {
            width: 120px;
            height: 120px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        img,
        .donor-profile-img {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid #fff;
            background: #fff;
            margin: 0 auto;
            display: block;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        p {
            margin-top: 15px;
            font-size: 14px;
            color: #000;
            font-weight: 400;
            margin-bottom: 0;
            line-height: 1.4;
            word-wrap: break-word;
        }
    }
    
    .swiper-btn-wrapper {
        position: relative !important;
        width: 100% !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
        text-align: center !important;
        z-index: 999 !important;
        margin-top: 30px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 15px !important;
        height: auto !important;
    }
    
    .view-more-btn {
        font-weight: 400;
        font-size: 15.61px;
        color: #393939cc;
        text-decoration: none;
        line-height: 19.51px;
        letter-spacing: 0%;
        margin: 0 !important;
        order: 2;
        
        &:hover {
            color: inherit;
            text-decoration: none;
        }
    }
    
    .swiper-button-prev {
        order: 1;
        position: relative !important;
        width: 40px !important;
        height: 40px !important;
        margin: 0 !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        background: #fff !important;
        border: 0.98px solid #3939391a !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer;
        
        &::after {
            font-size: 18px !important;
            color: #4A90E2 !important;
            font-weight: 600;
        }
        
        &:hover {
            background: #f5f5f5 !important;
            border-color: #4A90E2 !important;
        }
    }
    
    .swiper-button-next {
        order: 3;
        position: relative !important;
        width: 40px !important;
        height: 40px !important;
        margin: 0 !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        background: #fff !important;
        border: 0.98px solid #3939391a !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer;
        
        &::after {
            font-size: 18px !important;
            color: #4A90E2 !important;
            font-weight: 600;
        }
        
        &:hover {
            background: #f5f5f5 !important;
            border-color: #4A90E2 !important;
        }
    }
}

.sponsors-swiper {
    .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        min-height: 98px;
    }
}

@media (max-width: 991px) {


    .slider-banner-with-white-box-wrapper {
        flex-direction: column;

        .slider-banner {
            width: 100%;
            border-radius: 8px 8px 0 0;
            aspect-ratio: 16/10;
        }

        .event-detail-White-box {
            border-radius: 0 0 8px 8px;
            width: 100%;
            padding-top: 15px;

            .countdown-box {
                width: 100%;
                max-width: 100%;
            }
        }
    }
}

/* Event detail 22 End here */
@media (max-width: 767px) {
    .slider-banner.fundraising-banner {
        aspect-ratio: 16/16;
        border-radius: 8px;
    }

    .Training-session {
        .slider-banner {
            border-radius: 8px 8px 0 0;
            overflow: hidden;
            aspect-ratio: 16 / 10;
        }
    }
}