.ois-swiper {
    width: 100%;
    height: auto;
    position: relative;
}
.ois-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}
/* Reduce navigation arrow size */
.swiper-button-next,
.swiper-button-prev {
    width: 8px !important;  /* less than 10px */
    height: 8px !important;
    background-size: contain !important; /* keeps icon proportion */
}

/* Adjust the arrow icon size */
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 8px !important; /* smaller icon */
}

/* Move dots inside slider */
.swiper-pagination {
    bottom: 10px !important; /* adjust how far inside */
}

/* Optional: make dots smaller */
.swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
}
