/* Banner Slider CSS */
.moonulel_banner_slider-background-slider {
    position: relative;
    overflow: hidden;
}
.moonulel_banner_slider-background-slider .moonulel_banner_slider-slide-content-template, .moonulel_banner_slider-background-slider .moonulel_banner_slider-slide-content-template>div,.moonulel_banner_slider-background-slider .moonulel_banner_slider-slide-content-template>div>div {
    height: 100%;
}

.moonulel_banner_slider-background-slider .moonulel_banner_slider-slide {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.moonulel_banner_slider-background-slider .moonulel_banner_slider-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.moonulel_banner_slider-background-slider .moonulel_banner_slider-slide-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.moonulel_banner_slider-background-slider .moonulel_banner_slider-slide-content-inner {
    margin: auto;
}

.moonulel_banner_slider-background-slider .moonulel_banner_slider-slide-title,
.moonulel_banner_slider-background-slider .moonulel_banner_slider-slide-description {
    margin: 0 0 15px;
}

.moonulel_banner_slider-background-slider .moonulel_banner_slider-slide-buttons {
    /* display: flex; */
    /* flex-wrap: wrap;
    gap: 15px; */
}

.moonulel_banner_slider-background-slider .moonulel_banner_slider-slide-btn {
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.moonulel_banner_slider-background-slider .moonulel_banner_slider-slide-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}


.moonulel_banner_slider-background-slider .slick-arrow{
    z-index: 9;
}



.moonulel_banner_slider-background-slider .moonulel_banner_slider-prev svg,
.moonulel_banner_slider-background-slider .moonulel_banner_slider-next svg {
    display: block;
}

/* Arrows outside */
.moonulel_banner_slider-background-slider.arrows-outside .slick-prev {
    left: -50px;
    
}

.moonulel_banner_slider-background-slider.arrows-outside .slick-next {
    right: -50px;
}

/* Dots */
.moonulel_banner_slider-background-slider .slick-dots {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 10;
}

.moonulel_banner_slider-background-slider .slick-dots li {
    display: inline-block;
}

.moonulel_banner_slider-background-slider .slick-dots li button {
    border: none;
    border-radius: 50%;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.moonulel_banner_slider-background-slider .slick-dots li.slick-active button {
    transform: scale(1.2);
}

/* Dots positioning */
.moonulel_banner_slider-background-slider .slick-dots.dots-top-center {
    top: 10px;
    text-align: center;
}

.moonulel_banner_slider-background-slider .slick-dots.dots-top-left {
    top: 10px;
    text-align: left;
}

.moonulel_banner_slider-background-slider .slick-dots.dots-top-right {
    top: 10px;
    text-align: right;
}

.moonulel_banner_slider-background-slider .slick-dots.dots-bottom-center {
    bottom: 10px;
    text-align: center;
}

.moonulel_banner_slider-background-slider .slick-dots.dots-bottom-left {
    bottom: 10px;
    text-align: left;
}

.moonulel_banner_slider-background-slider .slick-dots.dots-bottom-right {
    bottom: 10px;
    text-align: right;
}

/* Responsive */
@media (max-width: 767px) {
    .moonulel_banner_slider-background-slider.arrows-outside .moonulel_banner_slider-prev {
        left: 10px;
    }
    .moonulel_banner_slider-background-slider.arrows-outside .moonulel_banner_slider-next {
        right: 10px;
    }
}
