.logo-carousel-wrapper-780f4d79 {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

.logo-item-780f4d79 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.logo-link-780f4d79 {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-container-780f4d79 {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    transition: transform 0.3s ease;
}

.logo-container-780f4d79 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.logo-title-780f4d79 {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
}

.logo-container-780f4d79:hover {
    transform: scale(1.05);
}

/* Ensure the smooth linear marquee scrolling speed is constant */
.logo-carousel-wrapper-780f4d79 .swiper-wrapper {
    transition-timing-function: linear !important;
}
