/* Fix for Swiper container overflow issue */
.swiper-container {
    width: 100%;
    overflow: hidden;
}
