/* Container du slider - largeur pour 4 slides de 270px + 3 gaps de 15px */
.vc-hf-slider-services {
    max-width: 1125px; /* (270px × 4) + (15px × 3) = 1125px */
    margin: 0 auto;
    overflow: hidden;
}

.vc-hf-slider-services img{
    border-radius: 26px;
}

@media(max-width:1400px){
    .vc-hf-slider-services {
        max-width: 850px;
        min-width: 850px;
    }
}
@media(max-width:1100px){
    .vc-hf-slider-services {
        max-width: 590px;
        min-width: 590px;
    }
    .vc-hf-slider-services {
        padding: 0 15px;
    }

}
@media(max-width:800px){
    .vc-hf-slider-services {
        max-width: 300px;
        min-width: 300px;
    }
}

@media(max-width:500px){
    .vc-hf-slider-services {
        scale:0.7;
    }
    
}

.vc-hf-slider-services__wrapper {
    display: flex;
    align-items: center;
}

/* Chaque slide - largeur fixe de 270px */
@media(min-width:326px){
    .vc-hf-slider-services__slide {
        width: 270px !important;
    }
}
@media(max-width:325px){
    .vc-hf-slider-services__slide {
        width: 255px !important;
        padding-right: 33px !important;
    }
}
.vc-hf-slider-services__slide {
    padding: 0;
    box-sizing: border-box;
    background: transparent;
}

/* Image du membre */
@media(min-width:326px){
    .vc-hf-slider-services__image {
        width: 270px !important;
        height: 252px !important;
    }
}

.vc-hf-slider-services__image {
    object-fit: cover;
    display: block;
    margin-bottom: 1rem;
}

/* Textes */
.vc-hf-slider-services__texts {
    width: 100%;
    text-align: center;
}

.slider-service-image-container{
    position: relative;
}
.slider-service-image-container::after{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content:"";
    background: rgba(0, 0, 0, 0.40);
    border-radius: 26px;
    position: absolute;
}

.vc-hf-slider-services__title {
    color: #fff !important;
    text-align: center ;
    font-size: 26px ;
    font-style: normal;
    font-weight: 600 ;
    line-height: 30px ;
    margin: 0.5rem 0 0.2rem ;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-18px);
}

.vc-hf-slider-services__subtitle {
    color: #000 !important;
    text-align: center !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 24px !important;
    margin: 0 !important;
}

/* Navigation dots */
.vc-hf-slider-services .owl-dots {
    text-align: center;
    margin-top: 1.5rem;
}

.vc-hf-slider-services .owl-dot {
    width: 12px;
    height: 12px;
    border: 2px solid #DFB065 !important;
    background: #fff !important;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.vc-hf-slider-services .owl-dot.active {
    background: #DFB065 !important;
    border-color: #DFB065 !important;
}

.vc-hf-slider-services .owl-dot:hover {
    background: #DFB065 !important;
    opacity: 0.7;
}








/*nav*/

.vc-hf-slider-services__nav {
    display: flex;
    justify-content: space-between;
    margin-top: -160px;
    position: absolute;
    left: 0;
    width: 100%;
}
.vc-hf-slider-services{
    overflow: visible !important;

}

.vc-hf-slider-services__nav button {
    background: transparent;
    color: #fff;
    border: none;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 18px;
    
}
.vc-hf-slider-services__prev{
    position: absolute;
    left: -45px;
}
.vc-hf-slider-services__next{
    position: absolute;
    right: -45px;

}
