    

    .engagement-process {
        max-width: 90%;
        margin: auto;
        padding: 0px 20px;
        text-align: center;
    }
    .timeline {
        position: relative;
        padding: 20px 0;
    }
    .timeline::before {
        content: '';
        position: absolute;
        width: 4px;
        background-color: #dc2626;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .timeline-box {
        position: relative;
        background: white;
        border: 2px solid #dc2626;
        padding: 15px;
/*        width: 40%;*/
        margin-top: -10px;
        border-radius: 8px;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    }
    .left {
        text-align: left;
        margin-right: 53%;
    }
    .right {
        text-align: left;
        margin-left: 53%;
    }
    .timeline-entry {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 60px;
    }
    .circle {
        position: absolute;
        width: 36px;
        height: 36px;
        background-color: #fff;
        border-radius: 50%;
        color: #dc2626; border: 4px solid #dc2626; font-size: 20px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 50%; top: -25px;
        transform: translateX(-50%);
        z-index: 2;
    }
    @media (max-width: 768px) {
        .timeline-box {
            width: 80%;
            text-align: center;
            margin: 20px auto;
        }
        .left, .right {
            margin: auto;
        }
        .timeline-entry {
            flex-direction: column;
            align-items: center;
        }
        .circle {
            position: relative;
            top: 0;
            left: auto;
            transform: none;
            margin-bottom: 10px;
        }
    }

.thick-line {
            width: 100%;
            height: 12px; 
            background-color: #e9fbff; 
            border: none;
            margin: 0;
        }

    
    * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .mouseover {
            display: flex;
/*            gap: 30px;*/
            align-items: flex-start;
            justify-content: center;
            flex-wrap: wrap; 
            padding: 20px;
        }

        .step {
            text-align: center;
            position: relative;
            width: 350px; 
            flex: 1 1 280px; 
        }

        .icon {
            background-color: #a00;
            color: white;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin: 10px auto;
            font-size: 20px;
        }

        .box {
            background: white;
            padding: 25px 10px;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            width: 100%;
            cursor: pointer;
            position: relative;
            text-align: center;
            min-height: 80px;
            transition: all 0.3s ease-in-out;
        }

        .hover-content {
            position: absolute;
            bottom: 50px; 
            left: 0; text-align: left;
            width: 100%;
            background: white;
            border-radius: 0 0 10px 10px;
            padding: 12px 20px;
            opacity: 0;
            margin-bottom: -135px;
            visibility: hidden;
            transition: opacity 0.3s ease, bottom 0.3s ease;
        }

        .box:hover .hover-content {
            opacity: 1;
            visibility: visible;
            bottom: 0;
        }

        
        @media (max-width: 768px) {
            .mouseover {
                gap: 20px;
                padding: 10px;
            }

            .step {
                width: 100%;
                max-width: 500px; 
            }
        }

        @media (max-width: 480px) {
            .icon {
                width: 35px;
                height: 35px;
                font-size: 18px;
            }

            .box {
                padding: 12px;
            }

            .step {
                margin: 10px 0;
            }
        }



.vot_services_wrapper {
    padding: 69px 0 50px;
    background: var(--main-gray-bg);
}
.vot_services_sectionBg {
    content: "";
    background-color: var(--main-charrey-color);
    background-position: center;
    background-size: 40%;
    background-repeat: no-repeat;
}
.vot_services_sectionBg.service1 {
    background-image: url(../images/index4/service1.svg);
}
.vot_services_sectionBg.service2 {
    background-image: url(../images/index4/service2.svg);
}
.vot_services_sectionBg.service3 {
    background-image: url(../images/index4/service3.svg);
}
.vot_services_sectionBg.service4 {
    background-image: url(../images/index4/service4.svg);
}
.vot_services_sectionBg.service5 {
    background-image: url(../images/index4/service5.svg);
}
.vot_services_sectionBg.service6 {
    background-image: url(../images/index4/service6.svg);
}
.vot_services_sectionBg a {
    color: var(--main-vot-text-color);
}
.vot_services_section {
    background-color: var(--main-bg-color);
    padding: 30px 30px 21px;
    margin-bottom: 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    position: relative;
}
.vot_services_sectionBg:hover .vot_services_section {
    background-color: transparent;
    color: var(--main-bg-color);
}
.vot_icon_bg {
    height: 65px;
    width: 65px;
    line-height: 65px;
    display: inline-block;
    background: #f04444;
    border: none;
    border-radius: 50%;
    text-align: center;
    margin-right: 20px;
}
.vots_icon_bg {
    height: 45px;
    width: 45px;
    line-height: 45px;
    display: inline-block;
    background: #f04444;
    border: none;
    border-radius: 15%;
    text-align: center;
    margin-right: 20px;
}

.vot_icon_bg svg {
    height: 34px;
    fill: var(--main-charrey-color);
}
.vot_services_inner {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.vot_services_inner .vot_title:before, .vot_services_inner .vot_title:after {
    background: var(--main-gray-version);
}
.vot_services_sectionBg:hover .vot_services_inner .vot_title:before, .vot_services_sectionBg:hover .vot_services_inner .vot_title:after{
    background-color: var(--main-bg-color);
}
.vot_services_sectionBg:hover .vot_title {
    color: var(--main-bg-color)
}
.vot_services_sectionBg, .vot_services_sectionBg:hover, .vot_services_sectionBg .vot_services_section, .vot_services_sectionBg:hover .vot_services_section, .vot_services_inner .vot_title:before, .vot_services_inner .vot_title:after, .vot_services_sectionBg:hover .vot_services_inner .vot_title:before, .vot_services_sectionBg:hover .vot_services_inner .vot_title:after  {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.slidz_section {
    background: rgba(59,130,246,.5);
    padding: 80px 0 103px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.slidz_section:before {
    content: "";
    background: rgba(237, 240, 245, 0.96);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.slidze_slider {
    background: var(--main-bg-color);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.26);
    padding: 21px 40px 0 40px;
    position: relative;
    margin-top: 50px;
    border-radius: 15px;
}
img.slidze_icon {
    position: absolute;
    top: 50%;
    left: 30%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gym_client_quote {
    padding-bottom: 40px;
}
.gym_client_quote h4 {
    color: var(--main-link-color);
    font-size: 24px;
    margin-top: 6px;
}
.slidze_section {
    position: relative;
    top: 24px;
}
.slidze_button {
    position: absolute;
    z-index: 1;
    bottom: -23px;
    display: flex;
    justify-content: space-between;
    min-width: 115px;
    left: 0;
}
.swiperButtonPrev_icon {
    width: 50px;
    height: 50px;
    background: #dc2626;
    border: none;
    border-radius: 30px;
    color: var(--main-bg-color);
    cursor: pointer;
    padding: 0 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.slidze_slider .swiper-container.s1 {
    padding: 0 0 27px;
}
.gym_client_img {
    position: relative;
    bottom: -4px;
}
.swiperButtonPrev_icon:hover {
    width: 95px;
}
.swiperButtonNext, .swiperButtonPrev, .swiperButtonNext:hover, .swiperButtonPrev:hover, .swiperButtonPrev_icon:hover, .swiperButtonPrev_icon {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.slidze_button > div svg {
    fill: var(--main-bg-color);
    height: 15px;
    width: 8px;
}
.long_arrow {
    display: none;
}
.slidze_button > div > div:hover .long_arrow {
    display: block;
}
.slidze_button > div > div:hover .small_arrow {
    display: none;
}
.slidze_button > div > div .long_arrow svg {
    width: 28px;
    height: 15px;
}
.swiperButtonNext, .swiperButtonPrev {
    width: 95px;
}
.swiperButtonPrev {
    display: flex;
    justify-content: flex-end;
    margin-right: 15px;
}

@media (max-width: 767.98px) {
    .gym_testimonial_slider {
        margin-top: 30px;
    }


