
/* Swiper Customization */
.swiper {
    width: 100%;
    padding-bottom: 50px !important; /* Space for pagination */
    padding-left: 10px;
    padding-right: 10px;
}

.swiper-slide {
    height: auto; /* Allow equal height flexbox to work */
    display: flex;
    justify-content: center;
}

.swiper-slide .card {
    width: 100%;
}

.swiper-pagination-bullet-active {
    background-color: #5bc0de !important;
}

.swiper-button-next, .swiper-button-prev {
    color: #5bc0de !important;
    background-color: rgba(255, 255, 255, 0.8);
    width: 30px;
    height: 40px;
    border-radius: 50%;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px !important;
}
