
/*Carousel*/

.service-header-container {
    position: relative;
}
.service-header-carousel {
    margin-top: 14px;
}
.carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}


.carousel-container {
    width: 100%;
    overflow: hidden;
}
.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    border-radius: 15px;
    flex: 1;
    transform: translateX(0); /* Set initial position to show the first slide */
}
.slide {
    flex: 0 0 100%;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
}


.next-slide {
    margin-left: 19px;
}

.main-page-carousel-img, .wp-video-shortcode{
    height: 585px !important;
}
.wp-video {
    width: 100% !important;
}
.slide img{
    border-radius: 15px;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.numeric-indicators {
    position: absolute;
    top: 114px;
    left: 53px;
    color: white;
}

.numeric-indicators span{
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 125% */
    text-shadow: #000000 1px 0 10px;
}


.carousel-btn {
    position: absolute;
    top: 43px;
    left: 40px;
}

.carousel-btn button{
    background: none;
    border: none;
}




.indicators {
    display: none;
    justify-content: center;
    margin-top: 17px;
}

.indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    background: rgba(217, 217, 217, 1);
    cursor: pointer;
}

.indicator.active {
    background: rgba(211, 40, 12, 0.85) !important;
}





@media (max-width: 991px) {
    .main-page-carousel-img, .wp-video-shortcode {
        height: 400px !important;
    }

}






/*Projects Slider*/
.projects-slider {
    margin-top: 90px;
    margin-bottom: 117px;

}

.projects-slider-sub-title {
    color: rgba(211, 40, 12, 0.85);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

.projects-section-title {
    color: rgba(69, 69, 69, 0.70);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; /* 200% */
}







@media (max-width: 769px) {
    .carousel-section {
        margin-bottom: 0;
    }
    .indicators {
        display: flex;
    }
    .numeric-indicators, .carousel-btn {
        display: none;
    }

    .main-page-carousel-img, .wp-video-shortcode {
        height: 300px !important;
    }
}

.wp-video-shortcode::-webkit-media-controls {
    display: none !important;
}

.wp-video-shortcode::-webkit-media-controls-play-button {
    display: none !important;
}


.wp-video-shortcode::-webkit-media-controls-enclosure {
    display: none !important;
}

.mejs-overlay-button {
    position: absolute;
    right: 39px;
    top: 40px;
    opacity: 0.3;
    background-size: cover !important;
    background-position: 0 -26px !important;
    width: 53px !important;
}
