.swiper-container {
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
    background: #f0f0f0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.swiper-backface-hidden .swiper-slide{
    max-width: 190px !important;
    border-radius: 5px;
}

/* Sayfa numarası */
.swiper-pagination {
    bottom: 10px;
}
.swiper-wrapper{
    justify-content: center;
}

@media only screen and (max-width: 600px) {
    .swiper-backface-hidden .swiper-slide{
        width: 140px !important;
    }
    .swiper-wrapper {
        justify-content: flex-start;
    }
    .timeSelector {
         padding: 0;
    }

}
