.swiper-bd90e1e8 {
    width: 100%;
    padding-bottom: 40px; /* Space for pagination */
}

.logo-grid-slide {
    display: grid;
    gap: 20px;
    align-items: center;
    justify-items: center;
    /* Grid columns are dynamically set by Elementor CSS */
    grid-template-columns: repeat(4, 1fr); /* Default fallback */
}

/* Fallback responsive grid if Elementor CSS fails to load */
@media (max-width: 1024px) {
    .logo-grid-slide { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 767px) {
    .logo-grid-slide { grid-template-columns: repeat(2, 1fr); }
}

.logo-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-item img {
    max-width: 100%;
    height: auto;
    max-height: 120px; /* Prevent huge logos */
    display: block;
    object-fit: contain;
}

.swiper-pagination {
    bottom: 0 !important;
}
