.logo-slider-wrapper-398a17b4 {
    position: relative;
    width: 100%;
}

.logo-slider-container-398a17b4 {
    overflow: hidden;
    position: relative;
    width: 100%;
}

/* Vertically middle align all slides inside the swiper wrapper */
.logo-slider-container-398a17b4 .swiper-wrapper {
    display: flex;
    align-items: center;
}

.logo-slider-item-398a17b4 {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: auto; /* Allow auto height calculation for correct centering */
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.logo-slider-item-398a17b4 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.logo-slider-item-398a17b4 img {
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
}

/* Pagination Dots Styling */
.swiper-pagination-398a17b4 {
    position: relative;
    margin-top: 20px;
    text-align: center;
}

.swiper-pagination-398a17b4 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 0.5;
    transition: opacity 0.3s ease, background-color 0.3s ease;
}

.swiper-pagination-398a17b4 .swiper-pagination-bullet-active {
    opacity: 1;
}

/* Arrows styling */
.swiper-button-next-398a17b4,
.swiper-button-prev-398a17b4 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: color 0.3s ease;
}

.swiper-button-prev-398a17b4 {
    left: -40px;
}

.swiper-button-next-398a17b4 {
    right: -40px;
}

/* Arrow default icons (fallback) */
.swiper-button-prev-398a17b4::after {
    content: '←';
    font-size: 24px;
    font-family: Arial, sans-serif;
}

.swiper-button-next-398a17b4::after {
    content: '→';
    font-size: 24px;
    font-family: Arial, sans-serif;
}

/* Adjust wrapper layout when arrows are placed outside slider container */
@media (max-width: 1024px) {
    .swiper-button-prev-398a17b4 {
        left: -10px;
    }
    .swiper-button-next-398a17b4 {
        right: -10px;
    }
}
