/*
Theme Name: rooteam Child
Template: rooteam
*/
@import url("../rooteam/style.css");


/* .sticky-wrapper{
    height: 100vh;
    position: relative;
}
.sticky-block.sticky_class{
    position: sticky;
    top: 130px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 50px;
} */
.vc_row.wpb_row.vc_row-fluid.home-services.home-service-slider.sticky_full_width {
    height:100vh;
    padding-top: 50px;
}
.home-services.deep-data .services-slider .slide-content-wrapper .slide-content h4,
.vc_row.wpb_row.vc_row-fluid.home-services.home-service-slider.deep-data .slide-content {
    color: #fff;
}
.home-services.deep-data .service-slider-nav:after {
    background: #fff;
    z-index: 99999;
}
.home-services.deep-data .service-slider-nav span, .home-services.deep-data .service-slider-nav a {
    position: relative;
    z-index: 9999;
}
/* Fullpage Services Sections */
.main_service_container {
    margin: 0 auto;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 !important;
    height: 55vh; /* Reduced from 100vh to reduce whitespace */
}
.service-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center; /* Changed from flex-start to center for better vertical alignment */
    justify-content: center;
    opacity: 0;
    transform: translateY(0);
    transition: opacity 0.6s ease-in-out;
    z-index: 1;
    padding-top: 0;
}

.service-section.active {
    opacity: 1;
    z-index: 2;
}

.section-counter {
    position: fixed;
    left: 30px;
    top: 30px;
    color: #333;
    font-size: 1.2rem;
    font-weight: bold;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 20px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .slide-content-wrapper {
        flex-direction: column;
        padding: 1rem;
    }

    .slide-content, .slide-image {
        flex: none;
        padding: 1rem;
    }

    .slide-content h4 {
        font-size: 2rem;
    }

    .slide-image img {
        max-height: 250px;
    }

    .scroll-indicator {
        right: 15px;
    }

    .section-counter {
        left: 15px;
        top: 15px;
        font-size: 1rem;
    }
}




