/* Style active thumbnail overlay */
.heroSection-banner .hero-carousel-wrapper .thumbs-swiper-hero .swiper-slide-thumb-active img:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    pointer-events: none;
}

/* Custom navigation buttons */
.heroSection-banner .hero-carousel-wrapper .swiper-button-prev,
.heroSection-banner .hero-carousel-wrapper .swiper-button-next {
    width: 50px;
    height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.heroSection-banner .hero-carousel-wrapper .swiper-button-prev {
    background-image: url('/wp-content/uploads/2025/08/left.png');
}
.heroSection-banner .hero-carousel-wrapper .swiper-button-next {
    background-image: url('/wp-content/uploads/2025/08/right.png');
}
/* Remove Swiper default arrow icons */
.heroSection-banner .hero-carousel-wrapper .swiper-button-prev::after,
.heroSection-banner .hero-carousel-wrapper .swiper-button-next::after {
    display: none;
}

/* Thumbs style */
.heroSection-banner .thumbs-swiper-hero {
    margin-top: 20px;
    text-align: center;
}

.heroSection-banner .thumbs-swiper-hero .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.heroSection-banner .thumbs-swiper-hero .swiper-slide img {
    width: 220px !important;
    height: 140px !important;
    border-radius: 20px;
    object-fit: cover;
}
.heroSection-banner .swiper-thumbs{
    margin-top: -75px;
    max-width: 510px;
}
.heroSection-banner .swiper-slide.swiper-slide-active img {
    border-radius: 20px;
}
.heroSection-banner .swiper-thumbs .swiper-slide-active.swiper-slide-thumb-active img{
    filter: brightness(0.5);
}
.heroSection-banner .swiper-thumbs .swiper-wrapper{
    margin-left: -128px;
}
.heroSection-banner .swiper-button-prev, .heroSection-banner .swiper-rtl .swiper-button-next {
    left: 0px;
    right: auto;
    top: 50px;
    margin: 0px !important;
}
.heroSection-banner .swiper-button-next, .heroSection-banner .swiper-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
    top: 50px;
    margin: 0px !important;
}
.heroSection-banner .swiper-slide.swiper-slide-active img {
    border-radius: 20px;
    width: 100%;
}

.hero-carousel-wrapper .main-swiper-hero {
    height: 400px;
}

.heroSection-banner .swiper-slide.swiper-slide-active img {
    height: 400px;
    object-fit: cover;
}
.heroSection-banner .thumbs-swiper-hero .swiper-slide {
    height: 150px;
}

@media(max-width: 991px) and (min-width: 768px){
    .heroSection-banner .thumbs-swiper-d65bee9 .swiper-slide img {
        width: 190px !important;
        height: 120px !important;
    }
    .heroSection-banner .swiper-thumbs {
       margin-top: 20px !important;
}
    
}
@media(max-width: 767px) and (min-width: 576px){
    .heroSection-banner .thumbs-swiper-d65bee9 .swiper-slide img {
    width: 140px !important;
    height: 90px !important;
}
.heroSection-banner .swiper-button-prev, .heroSection-banner .swiper-rtl .swiper-button-next {
    top: 50px;
}
.heroSection-banner .swiper-button-next, .heroSection-banner .swiper-rtl .swiper-button-prev {
    top: 50px;
}
.heroSection-banner .swiper-thumbs{
    margin-top: unset;
}
}
@media(max-width: 575px){
    .heroSection-banner .swiper-thumbs {
    margin-top: 10px;
    max-width: 510px;
}
}
@media(max-width: 400px){
.heroSection-banner .thumbs-swiper-hero .swiper-slide img {
    width: 150px !important;
    height: 100px !important;
}
.heroSection-banner .hero-carousel-wrapper .swiper-button-prev, .heroSection-banner .hero-carousel-wrapper .swiper-button-next {
    width: 35px;
    height: 35px;
    top: 30px;
}
.heroSection-banner .thumbs-swiper-hero .swiper-slide {
    height: 100px;
}
.heroSection-banner .thumbs-swiper-hero .swiper-slide img {
    width: 140px !important;
    height: 100px !important;
}
}