/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 07 2026 | 10:25:40 */
.home-reviews {
    height: 500px;
    background-size: cover;
     position: relative; 
}


.carousel.kk-reviews-carousel {
    height: 60vh;
}

.home-reviews #reviewsCarousel {
    position: relative;
}

/* Center arrows EXACTLY */
.home-reviews .carousel-control-prev,
.home-reviews .carousel-control-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    bottom: auto !important;
    width: auto;
    height: auto;
}



@media (max-width: 480px) {
    .carousel.kk-reviews-carousel {
        height: 60vh;
    }
}

/* Large phones */
@media (min-width: 481px) and (max-width: 767px) {
    .carousel.kk-reviews-carousel {
        height: 60vh;
    }
}


@media (min-width: 481px) and (max-width: 767px) {
.home-reviews .carousel-inner {
    width: 10%; 
  margin: 0 auto; 
}
}