.elementor-2064 .elementor-element.elementor-element-30aae29{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--overlay-opacity:0.5;--padding-top:150px;--padding-bottom:150px;--padding-left:0px;--padding-right:0px;}.elementor-2064 .elementor-element.elementor-element-30aae29:not(.elementor-motion-effects-element-type-background), .elementor-2064 .elementor-element.elementor-element-30aae29 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://hexissupport.com/wp-content/uploads/2025/05/Labour-Supply-Services-banner-1.jpg");background-position:center center;background-size:cover;}.elementor-2064 .elementor-element.elementor-element-30aae29::before, .elementor-2064 .elementor-element.elementor-element-30aae29 > .elementor-background-video-container::before, .elementor-2064 .elementor-element.elementor-element-30aae29 > .e-con-inner > .elementor-background-video-container::before, .elementor-2064 .elementor-element.elementor-element-30aae29 > .elementor-background-slideshow::before, .elementor-2064 .elementor-element.elementor-element-30aae29 > .e-con-inner > .elementor-background-slideshow::before, .elementor-2064 .elementor-element.elementor-element-30aae29 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-2064 .elementor-element.elementor-element-a65d43e .wpr-post-breadcrumbs{text-align:center;justify-content:center !important;color:#FFFFFF;font-size:18px;}.elementor-2064 .elementor-element.elementor-element-a65d43e .wpr-breadcrumbs{text-align:center;justify-content:center !important;}.elementor-2064 .elementor-element.elementor-element-a65d43e .wpr-post-breadcrumbs a{color:#FFFFFF;}.elementor-2064 .elementor-element.elementor-element-a65d43e .wpr-post-breadcrumbs a:hover{color:#FFB838;}.elementor-2064 .elementor-element.elementor-element-290a916{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-2064 .elementor-element.elementor-element-30aae29{--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-c2559a9 *//* Mobile-specific slider styles */
    @media (min-width: 769px) {
        .ys-services-slider-mobile {
            display: block;
        }
        .ys-services-slider-mobile .ys-slider-container {
            overflow: visible;
        }
        .ys-services-slider-mobile .ys-services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            transform: none !important;
        }
        .ys-services-slider-mobile .ys-slider-nav {
            display: none;
        }
    }
    
    @media (max-width: 768px) {
        .ys-services-slider-mobile {
            position: relative;
            overflow: hidden;
            padding: 0 50px;
        }
        .ys-services-slider-mobile .ys-slider-container {
            overflow: hidden;
            margin: 0 -15px;
        }
        .ys-services-slider-mobile .ys-services-grid {
            display: flex;
            transition: transform 0.5s ease;
            gap: 30px;
            padding: 10px 15px 30px;
        }
        .ys-services-slider-mobile .ys-service-card {
            min-width: calc(100% - 10px);
            flex: 0 0 calc(100% - 10px);
        }
        .ys-services-slider-mobile .ys-slider-nav {
            display: flex;
        }
    }

 .ys-services-container {
        max-width: 1200px;
        margin: 50px auto;
        padding: 0 20px;
        background: transparent;
    }

    .ys-services-heading {
        color: #3f6088;
        font-size: 36px;
        text-align: center;
        margin-bottom: 20px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        position: relative;
        padding-bottom: 15px;
    }

    .ys-services-heading:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 3px;
        background: #fcca2a;
    }

    .ys-services-intro {
        color: #666;
        text-align: center;
        padding-bottom: 40px;
        font-size: 18px;
        line-height: 1.6;
        max-width: 800px;
        margin: 0 auto;
    }

    .ys-service-section {
        margin-bottom: 60px;
    }

    .ys-services-subheading {
        color: #3f6088;
        font-size: 28px;
        margin-bottom: 30px;
        padding-bottom: 10px;
        border-bottom: 2px solid rgba(63, 96, 136, 0.2);
        position: relative;
    }

    .ys-services-subheading:after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100px;
        height: 2px;
        background: #fcca2a;
    }

    .ys-services-slider {
        position: relative;
        overflow: hidden;
        padding: 0 50px;
    }

    .ys-slider-container {
        overflow: hidden;
        margin: 0 -15px;
    }

    .ys-services-grid {
        display: flex;
        transition: transform 0.5s ease;
        gap: 30px;
        padding: 10px 15px 30px;
    }

    .ys-service-card {
        background: white;
        border-radius: 12px;
        padding: 25px;
        transition: all 0.3s ease;
        text-align: center;
        min-width: calc(33.333% - 20px);
        flex: 0 0 calc(33.333% - 20px);
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
        border: none;
        position: relative;
        overflow: hidden;
        margin: 0;
    }

    .ys-service-card:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, #3f6088, #fcca2a);
    }

    .ys-service-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    }

    .ys-service-icon {
        width: 100%;
        height: 200px;
        overflow: hidden;
        border-radius: 8px;
        margin-bottom: 20px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        position: relative;
    }

    .ys-service-icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
        display: block;
        transition: transform 0.5s ease;
    }

    .ys-service-card:hover .ys-service-icon img {
        transform: scale(1.05);
    }

    .ys-service-title {
        color: #3f6088;
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 15px;
        font-weight: 600;
        text-align: left;
    }

    .ys-service-content {
        text-align: left;
    }

    .ys-service-preview {
        color: #666;
        font-size: 15px;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .ys-read-more {
        background: linear-gradient(90deg, #3f6088, #5a7ca8);
        color: white;
        border: none;
        padding: 12px 20px;
        border-radius: 6px;
        cursor: pointer;
        font-size: 14px;
        transition: all 0.3s ease;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        width: 100%;
        box-shadow: 0 4px 15px rgba(63, 96, 136, 0.2);
    }

    .ys-read-more:hover {
        background: linear-gradient(90deg, #fcca2a, #fcd65e);
        color: #3f6088;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(252, 202, 42, 0.3);
    }

    .ys-slider-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        background: white;
        border: none;
        border-radius: 50%;
        color: #3f6088;
        font-size: 22px;
        cursor: pointer;
        z-index: 10;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .ys-slider-nav:hover {
        background: #fcca2a;
        color: white;
        transform: translateY(-50%) scale(1.1);
    }

    .ys-slider-prev {
        left: 0;
    }

    .ys-slider-next {
        right: 0;
    }

    /* Hide slider navigation when not needed */
    .ys-services-grid:not(.slidable) ~ .ys-slider-nav {
        display: none;
    }

    /* Slider indicators */
    .ys-slider-indicators {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        gap: 8px;
    }

    .ys-slider-indicator {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: rgba(63, 96, 136, 0.2);
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .ys-slider-indicator.active {
        background: #3f6088;
        transform: scale(1.2);
    }

    @media (max-width: 1024px) {
        .ys-service-card {
            min-width: calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
        }
    }

    @media (max-width: 768px) {
        .ys-services-heading {
            font-size: 28px;
        }
        
        .ys-services-intro {
            font-size: 16px;
            padding-bottom: 30px;
        }
        
        .ys-services-subheading {
            font-size: 24px;
        }
        
        .ys-service-card {
            min-width: calc(100% - 10px);
            flex: 0 0 calc(100% - 10px);
        }
        
        .ys-services-slider {
            padding: 0 30px;
        }
        
        .ys-slider-nav {
            width: 40px;
            height: 40px;
            font-size: 18px;
        }
    }

    @media (max-width: 480px) {
        .ys-services-heading {
            font-size: 24px;
        }
        
        .ys-services-subheading {
            font-size: 20px;
        }
        
        .ys-service-title {
            font-size: 20px;
        }
        
        .ys-service-preview {
            font-size: 14px;
        }
        
        .ys-read-more {
            padding: 10px 15px;
            font-size: 13px;
        }
    }/* End custom CSS */