.t888-partner-slider-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
.t888-partner-slider-wrap .swiper-wrapper{
    align-items: center;
}
.t888-partner-slider {
    width: calc(100% - 100px);
    /* Leave room for arrows */
    overflow: hidden;
    position: static;
}

.t888-partner-item {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 120px; */
    /* Base height for logos */
    /* padding: 10px; */
}

.t888-partner-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.t888-partner-prev,
.t888-partner-next {
    width: 40px;
    height: 40px;
    background-color: #666;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    transition: background-color 0.3s;
}

.t888-partner-prev:hover,
.t888-partner-next:hover {
    background-color: #333;
}

.t888-partner-prev {
    left: 0;
}

.t888-partner-next {
    right: 0;
}

.t888-partner-slider-wrap.style2 .t888-partner-slider {
    position: relative;
}

.t888-partner-slider-wrap.style2 .t888-partner-pagination {
    bottom: 20px !important;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    z-index: 5;
}

.t888-partner-slider-wrap.style2 .t888-partner-pagination .swiper-pagination-bullet {
    width: 52px;
    height: 5px;
    border-radius: 0;
    margin: 0;
    background: #ffffff;
    opacity: 1;
}

.t888-partner-slider-wrap.style2 .t888-partner-pagination .swiper-pagination-bullet-active {
    background: #00377B;
}
.t888-partner-slider-wrap.style2 .t888-partner-slider {
    width: 100%;
}
.t888-partner-slider-wrap.style2 .t888-partner-item{
    height: 100%;
}
.t888-partner-slider-wrap.style2 .t888-partner-item img{
    aspect-ratio: 530/316;
    height: 100%;
    border-radius: 23px;
}

.campus-slider .t888-partner-slider-wrap.style2 .t888-partner-item img{
    aspect-ratio: 570/635;
    border-radius: 20px;
}
.t888-partner-slider-wrap.style2 .t888-partner-prev{
    left: 20px;
    background-color: #1E1E1E80;
}
.t888-partner-slider-wrap.style2 .t888-partner-next{
    right: 20px;
    background-color: #1E1E1E80;
}
.t888-partner-slider-wrap.style2 .swiper-slide {
    height: 316px;
}
.campus-slider .t888-partner-slider-wrap.style2 .swiper-slide {
    height: 635px;
}
.t888-partner-slider-wrap.style1{
        height: 120px;
    }
@media (max-width: 575px) {
    .t888-partner-slider-wrap.style1 .t888-partner-prev, .t888-partner-slider-wrap.style1 .t888-partner-next {
        width: 23px;
        height: 23px;
    }
    .t888-partner-slider-wrap.style2 .t888-partner-prev,
    .t888-partner-slider-wrap.style2 .t888-partner-next {
        width: 32px;
        height: 32px;
    }
    .t888-partner-slider-wrap.style1 .t888-partner-slider{
        width: calc(100% - 60px);
        height: 100%;
    }
    .t888-partner-slider-wrap.style1{
        height: 60px;
    }
    .t888-partner-slider-wrap.style1 .t888-partner-item{
        height: 100%;
    }
    .t888-partner-slider-wrap.style2 .swiper-slide{
        height: 248px;
    }
}