.sponsor-section {
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}

.sponsor-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.sponsor-left,
.sponsor-right {
    flex: 1;
}

.sponsor-left img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 24px;
}

.sponsor-left {
    display: flex;
    justify-content: center;
    padding-top: 25px;
}

.sponsor-line1 {
    /* font-family: 'UVN Ben Xuan'; */
    font-size: 30px;
    color: #0D4E91;
    /* font-weight: 600; */
}

.sponsor-line2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0D4E91;
    font-family: 'SVN-GilroyBold';
    line-height: 1.3;
}

.sponsor-line3 {
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
}

/* Slider wrapper */
.sponsor-slider-wrapper {
    position: relative;
    margin-top: 40px;
}

/* Swiper slide */
.sponsor-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 105px;
    /* Chiều cao cố định của box */
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    padding: 10px;
}


/* Ảnh bên trong box */
.sponsor-slider .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 10px;
    /* Bo nhẹ ảnh bên trong */
}

/* Nút Prev/Next */
.sponsor-prev, .sponsor-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* background: #0d4e91; */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s;
    font-size: 25px;
    line-height: 1;
    border: 2px solid #fff;
    color: #fff;
    padding-bottom: 5px;
}


.sponsor-prev {
    left: -70px;
}

.sponsor-next {
    right: -70px;
}

/* Xử lý mobile */
@media (max-width: 768px) {
    .sponsor-wrapper {
        flex-direction: column;
        gap: 5px;
        text-align: justify;
    }

    .sponsor-section .sponsor-wrapper {
        gap : 20px !important
    }

    .sponsor-left img {
        border-radius: 8px;
    }

    .sponsor-line1 , .sponsor-line2 {
        text-align : left;
    }

    .sponsor-line3 p {
        text-align : justify ;
    }

    .sponsor-slider .swiper-slide {
        height: 80px;
    }

    .sponsor-slider-wrapper {
        margin-top: 20px;
    }

    .sponsor-left {
        padding-top: 0;
    }

    .sponsor-line1 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .sponsor-line2 {
        font-size: 28px;
    }

    .sponsor-line3 {
        font-size: 14px;
    }

    .sponsor-section {
        padding: 30px 0;
    }
}
