/* Gallery Carousel Styles */
#gallery-carousel.swiper {
    overflow: hidden;
    padding-bottom: 50px; /* Space for pagination */
    position: relative;
}

#gallery-carousel .swiper-wrapper {
    display: flex;
    box-sizing: content-box;
}

#gallery-carousel .swiper-slide {
    width: auto;
    height: auto;
    margin-bottom: 0 !important; /* Override Divi grid margin */
    margin-right: 0 !important; /* Let Swiper handle gap */
    clear: none !important; /* Override Divi clear */
    float: none !important; /* Override Divi floats */
}

#gallery-carousel .swiper-pagination {
    bottom: 10px;
}

#gallery-carousel .swiper-button-next,
#gallery-carousel .swiper-button-prev {
    color: #000; /* Adjust color as needed */
}

/* Ensure images fill the slide */
#gallery-carousel .et_pb_gallery_image {
    margin-bottom: 0;
}
