/*
 * Home code goes here.
 * 
 */


/*BANNER HERO HOME*/
.banner-hero-home .elementor-iqit-banner-content {
    max-width: 785px;
}
.text-hero-home-mobile .elementor-widget-container {
    max-width: 250px;
}

/*SLIDER BANNERS SECTION HOME*/
.slider-banners-section .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active):not(.swiper-slide-next) {
    visibility: hidden;
}
.slider-banners-section .slider-banners-home .elementor-iqit-banner-img img {
    border-radius: var(--bs-border-radius-xxl) !important;
}
.slider-banners-section .slider-banners-home .elementor-iqit-banner-content {
    max-width: 950px;
}

@media screen and (min-width: 991.98px) {

    .slider-banners-section .swiper-slide {
        width: 86% !important;
    }
    .slider-banners-section .swiper-pagination {
        display: none;
    }
}

@media screen and (max-width: 991px) {

    .slider-banners-section .swiper-section-button {
        visibility:  hidden !important;
    }
    .slider-banners-section .slider-banners-home .elementor-iqit-banner-content {
        .elementor-iqit-banner-subtitle,
        .elementor-iqit-banner-title,
        .elementor-iqit-banner-description .hide-on-mobile{
            visibility:  hidden !important;
        }
    }

}

/*HOME CAROUSEL*/
@media screen and (min-width: 991.98px) {

    .home-carousel .swiper-pagination {
        display: none;
    }

}

@media screen and (max-width: 991px) {

    .home-carousel .swiper-button {
        display: none;
    }
    .home-carousel .swiper-dots-inside {
        bottom: 2rem !important;
    }

}


/*ELEMENTOR*/
.img-100 img {
    width: 100%;
}

/*CATEGORY LINKS*/
.home-category-links .elementor-widget-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}


