    /* area in .. marquee  */

    .service-area-marquee {
        overflow: hidden;
        white-space: nowrap;
    }

    .service-area-track {
        display: inline-flex;
        align-items: center;
        gap: 30px;
        animation: serviceAreaMarquee 25s linear infinite;
    }

    .service-area-item {
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .service-area-item i {
        color: #003277;
    }

    @keyframes serviceAreaMarquee {
        from {
            transform: translateX(0);
        }

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

    .custom-map-img {
        height: 450px;
        object-fit: contain;
    }

    @media (max-width: 767px) {
        .custom-map-img {
            height: 340px;
        }
    }


    /* card reveal for double line header  */
    .adv-card .card-content .double-line-header {
        margin-top: -20px
    }

    /* .adv-card .card-content .double-line-header:hover {
        margin-top: 0px
    } */

    /* faq-accordion */
    #officeCleaningFaqAccordion .accordion-button::after {
        content: "+";
        background-image: none;
        font-size: 24px;
        font-weight: 600;
        color: #003277;
        width: auto;
        height: auto;
        transform: none;
    }

    #officeCleaningFaqAccordion .accordion-button:not(.collapsed)::after {
        content: "−";
        background-image: none;
        transform: none;
    }

    /* Bengaluru Cards */

.advantages .adv-bnglr-card-1 {
    background: url(../img/landing_new/bnglr/Full\ Office\ Deep\ Cleaning.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.advantages .adv-bnglr-card-2 {
    background: url(../img/landing_new/bnglr/Workstation\ &\ Desk\ Cleaning.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.advantages .adv-bnglr-card-3 {
    background: url(../img/landing_new/bnglr/Carpet\ Cleaning\ Services.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.advantages .adv-bnglr-card-4 {
    background: url(../img/landing_new/bnglr/Sofa\ &\ Upholstery\ Cleaning.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.advantages .adv-bnglr-card-5 {
    background: url(../img/landing_new/bnglr/Washroom\ Cleaning\ &\ Sanitization.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.advantages .adv-bnglr-card-6 {
    background: url(../img/landing_new/bnglr/Pantry\ &\ Cafeteria\ Cleaning.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.advantages .adv-bnglr-card-7 {
    background: url(../img/landing_new/bnglr/Glass\ &\ Window\ Cleaning.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.advantages .adv-bnglr-card-8 {
    background: url(../img/landing_new/bnglr/Commercial\ Cleaning\ Services.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Chennai Cards */

.advantages .adv-chnai-card-1 {
    background: url(../img/landing_new/chennai/Full\ Office\ Deep\ Cleaning.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.advantages .adv-chnai-card-2 {
    background: url(../img/landing_new/chennai/Workstation\ &\ Desk\ Cleaning.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.advantages .adv-chnai-card-3 {
    background: url(../img/landing_new/chennai/Carpet\ Cleaning\ Services.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.advantages .adv-chnai-card-4 {
    background: url(../img/landing_new/chennai/Sofa\ &\ Upholstery\ Cleaning.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.advantages .adv-chnai-card-5 {
    background: url(../img/landing_new/chennai/Washroom\ Cleaning\ &\ Sanitization.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.advantages .adv-chnai-card-6 {
    background: url(../img/landing_new/chennai/Pantry\ &\ Cafeteria\ Cleaning.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.advantages .adv-chnai-card-7 {
    background: url(../img/landing_new/chennai/Glass\ &\ Window\ Cleaning.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.advantages .adv-chnai-card-8 {
    background: url(../img/landing_new/chennai/Commercial\ Cleaning\ Services.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.advantages .adv-chnai-card-9 {
    background: url(../img/landing_new/chennai/Office\ Housekeeping\ Services.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.advantages .adv-chnai-card-10 {
    background: url(../img/landing_new/chennai/Professional\ Office\ Cleaning.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}