.custom-swiper-slider .swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.custom-swiper-slider .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;   /* adjust as per your reference image */
    height: 400px;  /* adjust as per your reference image */
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-swiper-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px; /* optional: matches screenshot style */
    box-shadow: 0 6px 20px rgba(0,0,0,0.15); /* soft shadow */
}
