.other-service {
    overflow-x: clip;
    overflow-y: visible;
}

.otherservice-slider.slick-initialized {
    margin-inline: -55px;
    width: calc(100% + 110px);

    & .slick-slide {
        padding-inline: 55px;
    }

    & .slick-arrow {
        top: -79px;
    }

    & .slick-prev {
        left: unset;
        right: 105px;
    }

    & .slick-next {
        right: 55px;
    }
}

.otherservice-slider.slick-initialized .slick-list {
    margin-right: -3px;
}

.otherservice-slider li {
    margin-bottom: 0;
}

.otherser-items {
    text-align: center;
    position: relative;

    &:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: -55px;
        margin-block: auto;
        width: 1px;
        height: 115px;
        background: rgba(52, 52, 52, 10%);
    }

    & .img-wrap {
        margin-bottom: 20px;

        & img {
            filter: brightness(0) saturate(100%) invert(87%) sepia(0%) saturate(7463%) hue-rotate(288deg) brightness(76%) contrast(98%);
        }
    }

    & .othersev-title {
        font-family: var(--sitefonts);
        font-weight: 800;
        font-size: clamp(14px, 14px + (22 - 14) * ((100vw - 375px) / (1920 - 375)), 22px);
        line-height: 1.18;
        letter-spacing: 0px;
        color: #000000;
        text-transform: capitalize;
    }
}

/* ---------------- Other Service Cta ---------------- */
.otherservice-sec {
    position: relative;

    &::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 50%;
        background-color: var(--whitesmoke);
        bottom: 0;
        left: 0;
    }
}

.otherserv-cta-wrap {
    background: var(--themegreen);
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;

    & .otherservcta-left {
        padding: 60px 0 0 80px;
        position: relative;
        width: 592px;

        & .heading-32 {
            margin-bottom: 30px;
        }

        &:after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            width: 388px;
            height: 149px;
            background: transparent linear-gradient(90deg, #1BD66300 0%, #1BD663 70%) 0% 0% no-repeat padding-box;
            z-index: 0;
        }

        & .experiecne-badge {
            float: right;
            margin-right: 162px;
            z-index: 1;

            & img {
                max-width: 160px;
            }
        }

        & .bgimg {
            top: unset;
            right: unset;
            height: auto !important;
            z-index: 0;
            border-radius: 0 0 0 20px;
            max-width: 510px;
        }
    }

    & .otherservcta-right {
        padding: 60px 80px 70px 18px;
        width: calc(100% - 592px);

        & ul {
            display: flex;
            flex-wrap: wrap;
            column-gap: 60px;

            & li {
                width: calc(50% - 30px);
                position: relative;
                padding-bottom: 28px;
                margin-bottom: 28px;
                font-weight: 600;

                &::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 100%;
                    height: 1px;
                    background-color: #22E96F;
                }

                &:nth-last-child(-n + 2) {
                    &::before {
                        display: none;
                    }
                }
            }
        }
    }
}

/*------- other service page css ----------*/
.other-servicepg .otherserv-cta-wrap {
    margin-bottom: 0;
}

.other-servicepg .stressfree-demolition-sec {
    padding: 0;
    background-color: var(--white);
}

.other-servicepg .otherservice-sec {
    position: relative;
}

.other-servicepg .otherservice-sec:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    background-color: var(--whitesmoke);
    bottom: 0;
    left: 0;
}


@media (max-width: 1599.98px) {
    .otherservice-slider.slick-initialized {
        margin-inline: -20px;
        width: calc(100% + 40px);

        & .slick-slide {
            padding-inline: 20px;
        }

        & .slick-next {
            right: 20px;
        }

        & .slick-prev {
            right: 70px;
        }

        .otherser-items {
            &:after {
                right: -20px;
                height: 115px;
            }
        }
    }

    .otherserv-cta-wrap {
        & .otherservcta-left {
            padding: 50px 0 0 60px;
            position: relative;
            width: 592px;
        }

        & .otherservcta-right {
            padding: 50px 60px 50px 18px;
            width: calc(100% - 592px);
        }
    }
}

@media (max-width: 1439.98px) {

    .otherservice-slider.slick-initialized {
        & .slick-arrow {
            top: -53px;
        }
    }

    .otherserv-cta-wrap {
        overflow: hidden;

        .otherservcta-left {
            padding: 40px 0 0 40px;
            width: 428px;

            & .heading-32 {
                margin-bottom: 18px;
            }

            & .bgimg {
                bottom: -12px;
                max-width: 365px;
            }

            .experiecne-badge {
                margin-right: 100px;

                img {
                    max-width: 115px;
                }
            }

            &:after {
                width: 230px;
            }
        }

        .otherservcta-right {
            /* padding: 40px 40px 30px 18px; */
            width: calc(100% - 428px);

            ul {
                column-gap: 30px;

                li {
                    width: calc(50% - 15px);
                    padding-bottom: 22px;
                    margin-bottom: 22px;

                    &:nth-last-child(-n + 2) {
                        padding-bottom: 0;
                        margin-bottom: 0;
                    }
                }
            }
        }
    }
}

@media (max-width: 1199.98px) {
    .otherservice-slider.slick-initialized {
        & .slick-arrow {
            top: -51px;
        }
    }

    .otherserv-cta-wrap {
        .otherservcta-left {
            padding: 30px 0 0 30px;
            width: 400px;

            .heading-32 {
                margin-bottom: 20px;
            }

            .experiecne-badge {
                margin-right: 70px;

                img {
                    max-width: 100px;
                }
            }

            &:after {
                width: 230px;
            }
        }

        .otherservcta-right {
            padding: 40px 40px 40px 20px;
            width: calc(100% - 400px);

            ul {
                li {
                    padding-bottom: 15px;
                    margin-bottom: 15px;
                }
            }
        }
    }
}

@media (max-width: 991.98px) {
    .otherserv-cta-wrap {
        .otherservcta-left {
            padding: 30px 30px 0;
            width: 100%;

            &:after {
                display: none;
            }

            .experiecne-badge {
                margin-right: 15px;
                position: absolute;
                top: 15px;
                right: 0;
                z-index: 0;

                img {
                    max-width: 60px;
                }
            }

            .bgimg {
                border-radius: 0;
                display: none;
            }
        }

        .otherservcta-right {
            padding: 0 30px 30px;
            width: 100%;
        }
    }
}

@media (max-width: 575.98px) {
    .otherserv-cta-wrap {
        .otherservcta-left {
            padding: 15px 15px 0;

            .experiecne-badge {
                img {
                    max-width: 50px;
                }
            }
        }

        .otherservcta-right {
            padding: 0 15px 15px;

            ul {
                column-gap: 20px;

                li {
                    width: calc(50% - 10px);
                    padding-bottom: 10px;
                    margin-bottom: 10px;
                }
            }
        }
    }

    .otherservice-slider.slick-initialized {
        & .otherser-items {
            & .img-wrap {
                margin-bottom: 10px;

                & img {
                    width: 50px;
                    height: auto;
                    aspect-ratio: 1 / 1;
                }
            }

            &:after {
                height: 90px;
            }
        }
    }
}

@media (max-width: 480.98px) {
    .otherserv-cta-wrap {
        .otherservcta-left {
            .heading-32 {
                margin-bottom: 15px;
            }

            .experiecne-badge {
                display: none;
            }
        }

        .otherservcta-right {

            ul {
                column-gap: unset;

                li {
                    width: 100%;
                }
            }
        }
    }
}