/* Custom EQInt Styles */
.button-4.active,
.button-3.active,
.header-button,
.get-button.active,
.button-client,
.cost-section .button-3 {
    background: linear-gradient(-65deg, var(--eq-blue) 0%, var(--eq-green) 100%);
    border: none;
    color: var(--eq-white) !important;
}

.button-4.active:hover,
.button-3.active:hover,
.header-button:hover,
.get-button.active:hover,
.button-client:hover,
.cost-section .button-3:hover {
    background: var(--eq-blue);
    border-color: var(--eq-blue);
}

.slider-item span {
    color: var(--eq-blue);
}

/* Continuous Slider CSS */
.services-slider-section {
    padding: 0;
    background-color: #f8f9fa;
    background-image: radial-gradient(#e0e0e0 1px, transparent 1px);
    background-size: 30px 30px;
    overflow: hidden;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.services-slider-section::before,
.services-slider-section::after {
    content: "";
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.services-slider-section::before {
    left: 0;
    background: linear-gradient(to right, #f8f9fa, transparent);
}

.services-slider-section::after {
    right: 0;
    background: linear-gradient(to left, #f8f9fa, transparent);
}

.slider-wrapper {
    white-space: nowrap;
}

.slider-content {
    display: inline-block;
    animation: scroll-left 60s linear infinite;
}

.slider-item {
    display: inline-flex;
    align-items: center;
    padding: 0 60px;
    transition: transform 0.3s ease;
    cursor: default;
}

.slider-item:hover {
    transform: scale(1.1);
}

.slider-item img {
    height: 120px;
    margin-right: 40px;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}

.slider-item span {
    font-size: 35px;
    font-weight: 800;
    color: #333;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: -1px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05);
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    96.5% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.service-item {
    background: var(--eq-white);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    display: block;
    color: #666;
}

.service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0, 80, 158, 0.1);
    color: #666;
}

.service-item .service-thumb {
    margin-bottom: 20px;
}

.service-item .service-thumb img {
    height: 60px;
}

.service-item .service-content .title {
    color: var(--eq-blue);
    margin-bottom: 10px;
}

.service-item .service-content p {
    color: #666;
    font-size: 16px;
    margin: 0;
}

.process-section {
    background: #f8f9fa;
    position: relative;
}

.process-wrapper {
    position: relative;
    padding-left: 60px;
}

.process-wrapper::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #e0e7ff;
}

.process-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 80, 158, 0.07);
}

.process-item:last-child {
    margin-bottom: 0;
}

.process-item::before {
    content: attr(data-step);
    position: absolute;
    left: -62px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--eq-green);
    color: var(--eq-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    border: 4px solid #f8f9fa;
    z-index: 1;
}

.process-item .process-thumb {
    margin-right: 30px;
    flex-shrink: 0;
}

.process-item .process-thumb img {
    max-width: 120px;
}

.process-item .process-content .title {
    margin: 0 0 10px;
    color: var(--eq-blue);
}

.process-item .process-content p {
    font-size: 16px;
    margin: 0;
}

.recolor-blue {
    filter: grayscale(100%) sepia(100%) hue-rotate(190deg) saturate(500%);
}

.recolor-green {
    filter: grayscale(100%) sepia(100%) hue-rotate(100deg) brightness(90%) contrast(110%) saturate(600%);
}

.header-button {
    background: linear-gradient(-65deg, var(--eq-blue) 0%, var(--eq-green) 100%);
    border: none;
    color: #ffffff;
}

.services-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.services-carousel .owl-dots .owl-dot {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0 5px;
    display: inline-block;
}

.services-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e0e0e0;
    display: block;
    transition: all 0.3s ease;
}


.services-carousel .owl-dots .owl-dot.active span {
    background: var(--eq-blue);
    transform: scale(1.2);
}

.bg-shape-blue {
    filter: brightness(0) saturate(100%) invert(26%) sepia(87%) saturate(1478%) hue-rotate(193deg) brightness(97%) contrast(101%);
}

/* Adjustments for Services Page Graphics and Spacing */
.advance-feature-item .advance-feature-thumb img {
    width: 70%;
    display: block;
    margin: 0 auto;
}

.advance-feature-item {
    margin-bottom: 60px !important;
    padding-top: 30px;
    padding-bottom: 30px;
}

/* Header Active/Hover Blue Color */
.header-section.header-light .header-wrapper .menu>li>a.active,
.header-section.header-light .header-wrapper .menu>li>a:hover,
.header-section .header-wrapper .menu>li>a.active,
.header-section .header-wrapper .menu>li>a:hover {
    color: var(--eq-blue) !important;
}

/* Header Default Black Color */
.header-section .header-wrapper .menu>li>a {
    color: #000000 !important;
}

/* Header Color for first page (white-dark) */
.header-section.header-white-dark .header-wrapper .menu>li>a,
.header-section.header-white-dark .header-wrapper .menu li .submenu li a {
    color: #ffffff !important;
}

.header-section.header-white-dark.active .header-wrapper .menu>li>a {
    color: #000000 !important;
}



/* Fix conflict between drop-shadow and recolor-blue */
.slider-item img.recolor-blue {
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1)) grayscale(100%) sepia(100%) hue-rotate(190deg) saturate(500%) !important;
}

/* Fix sticky header overlap for anchor links */
html {
    scroll-behavior: smooth;
}

[id] {
    scroll-margin-top: 150px;
}

@media (max-width: 991px) {
    [id] {
        scroll-margin-top: 120px;
    }
}