
/*Carousel*/

.service-header-carousel {
    margin-top: 32px;
    margin-bottom: 47px;
}
.carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}
.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    border-radius: 15px;
    flex: 1;
}
.slide {
    flex: 0 0 100%;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 60vh;
}




.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;
}

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



.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;
}


/*Header*/
.service-header {
    margin-bottom: 97px;
}

.service-header-description-title {
    color: #454545;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px; /* 217.391% */
}
.service-header-description-paragraph {
    margin-top: 14px;
    margin-bottom: 61px;
}
.description-paragraph{
    color: rgba(0, 0, 0, 0.70);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
}

.description-paragraph.one , .description-paragraph.two , .description-paragraph.three {
    margin-bottom: 20px;
}



.service-header-buttons {
    display: flex;
}

.service-header-button.first, .service-header-button.second{
    padding: 15px 0px;
    text-align: center;
}
.service-header-button.first {
    border-radius: 100px;
    background: rgba(211, 40, 12, 0.85);
    border: 1px solid rgba(211, 40, 12, 0.85);
    width: 198px;
    color: #fff;
    transition: 0.3s ease-in-out;
}



.service-header-button.first:hover {
    border: 1px solid #D6452D;
    background: rgba(211, 40, 12, 0.00);
    color: #D6452D !important;}

.service-header-button.second {
    border-radius: 100px;
    background-color: #fff;
    border: 1px solid rgba(211, 40, 12, 0.85);
    margin-left: 14px;
    width: 355px;
    color: #D6452D;
}
.service-header-button.second:hover {
    color: #D6452D;
}
.service-header-button.second a, .service-header-button.first a{
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 138.889% */
}

.service-header-button.second a{
    color: #D6452D;
}





/*Offers*/
.service-offers {
    margin-bottom: 0px !important;
    color: rgba(69, 69, 69, 0.70);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
}
.cards-carousel-btn-container {
    display: flex;
    justify-content: end;
    margin-top: 0;
}
.item {
    width: 631px !important;
}

/* Remove margin-right from the last item */
.slider-items .item:last-child {
    margin-right: 0;
}

.offers-card {
    width: 100%;
}




/*.cards-carousel-btn-right {*/
/*    margin-left: 30px !important;*/
/*}*/


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

}

.services-slider-title-container {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 38px;
}
.projects-slider-title-container {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 38px;
}

.projects-slider-btn-left {
    margin-right: 30px;
}


.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% */
}






.projects-slider-container {
    position: relative;
    overflow: hidden;
    width: 100%; /* Adjust this width according to your design */
    scroll-snap-type: x mandatory;


}

.projects-slider-inner {
    display: flex;
    transition: transform 0.3s ease-in-out;
    scroll-snap-type: x mandatory;

}

.projects-slider-items {
    display: flex;
    width: 100%;
}


.projects-slider-items .projects-item:last-child {
    margin-right: 0;
}

.projects-item {
    height: 190px;
    flex-shrink: 0;
    background: #F4F4F4;
    margin-right: 33px;
    margin-top: 33px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 292px !important;
    border-radius: 15px;

}



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


@media (max-width: 575px) {
    .service-header-buttons {
        flex-direction: column;
    }

    .service-header-button.first {
        margin-bottom: 20px;
    }
    .service-header-button.second {
        margin-left: 0;
    }
}

