.steps-container {
    position: relative;
    width: 100%;
    max-width: 1520px;
    margin: 25px auto;
    padding: 0 1rem;
    box-sizing: border-box;

    @media (max-width: 1400px) {
        max-width: 1140px;
        padding: 0;
    }

    @media (max-width: 768px) {}
}
.steps-container .slick-list .slick-track {
    display: flex !important;

}
.steps-container {
    margin: 0 -31px;

    @media (max-width: 1400px) {
        margin: 0 -14px;

    }

    @media (max-width: 768px) {
        margin: 0 -5px;

    }
}
.steps-container .slick-slide {
    height: inherit !important;
    margin: 0 31px;
        @media (max-width: 1400px) {
        margin: 0 14px;

    }

    @media (max-width: 768px) {
        margin: 0 5px;

    }
}







.step-card {
    display: flex;
    align-items: start;
    height: 290px;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 2rem;
    box-sizing: border-box;
    background: linear-gradient(180deg, #7e57c5, #7e57c5);
    box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.25) inset;

    @media (max-width: 1400px) {
        height: 218px;
    }

    @media (max-width: 768px) {
        margin-bottom: 0;
    }
}
.step-title .cl-price-check-icon
{
    margin-right: 0px;
}
@media (max-width: 768px) {
    #stepsSlider-cleaning .slick-slide {
        height: auto !important;
        justify-content: center;
    }

    .steps-pagination-cleaning .slick-dots li.slick-active::after {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        border: 2px solid #7e57c5;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none;
    }

    .steps-pagination-cleaning .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 10px;
        height: 10px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: #7e57c5;
        border-radius: 50%;
        transition: all 0.3s ease;
    }

    .steps-pagination-cleaning .slick-dots li button::before {

        background: transparent;
        color: transparent;
    }

    
}

.steps-pagination-cleaning {
    display: none;

    @media (max-width: 767px) {
        display: block;
        /* padding-bottom: 20px; */
        width: 100%;
    }
}

.steps-pagination-cleaning .slick-dots {
    @media (max-width: 768px) {
        display: flex !important;
        justify-content: center;
        position: relative;
        align-items: center;
        list-style: none;
        padding: 0;
        margin: 0;
        bottom: 0;
    }
}

.steps-pagination-cleaning .slick-dots li {


    @media (max-width: 767px) {
        position: relative;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


.step-card .step-image {
    flex-shrink: 0;
    width: 490px;
    height: 290px;
    position: relative;
    overflow: hidden;

    @media (max-width: 1400px) {
        height: 218px;
        width: 367px;
    }

    @media (max-width: 768px) {
        height: auto;
        width: 100%;
    }
}

.step-card .step-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;

    @media (max-width: 1400px) {}

    @media (max-width: 768px) {}
}

.step-title {
    display: flex;
    align-items: center;
    gap: 30px;

    @media (max-width: 1400px) {
        gap: 10px;
    }

    @media (max-width: 768px) {}
}

.step-content {
    display: flex;
    gap: 35px;
    flex-direction: column;
    padding: 25px 60px;

    @media (max-width: 1400px) {
        gap: 20px;
        padding: 20px 40px;
    }

    @media (max-width: 768px) {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        padding: 15px;
    }
}

.step-title>span {
    font-family: Mulish;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -4px;
    color: #F2EEFF;

    @media (max-width: 1400px) {
        font-size: 30px;
        letter-spacing: -2px;
    }

    @media (max-width: 768px) {
        font-weight: 500;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0px;
        padding: 0px;
    }
}

.step-content .step-description {
    font-family: Mulish;
    font-weight: 400;
    font-style: Regular;
    font-size: 25px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: #FFFFFF;

    @media (max-width: 1400px) {
        font-size: 17px;
        vertical-align: middle;
    }

    @media (max-width: 768px) {
        font-size: 15px;
        padding-left: 33px;
    }
}