/*################################# grocery delivery Banner##################################*/
.hence-forth-grocery-delivery-page h1 span {
    font-weight: 700;
    background: linear-gradient(180deg, #04EA6F 0%, #00D563 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.grocery-banner 
{
    position: relative;
}

.grocery-banner::after 
{
    position: absolute;
    content: '';
    top: 105px;
    right: 0;
    background: transparent url("../images/grocery/grocery-banner.webp") center/contain no-repeat padding-box;
    width: 771px;
    height: 861px;
    z-index: -1;
}

/*################################# Grocery Delivery Need App ##################################*/
.grocery-delivery-need-app-heading h3 span {
    background: linear-gradient(282.84deg, #00C6FF 18.56%, #0072FF 81.44%);
}


/*################################# Grocery Delivery AppManagement ##################################*/
.grocery-delivery-app-management-heading h3 span {
    background: linear-gradient(-226.69deg, #FFB199 0%, #FF0844 100%);
}

.grocery-delivery-app-management-card {
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 25px;
    height: 100%;
}


/*################################# Grocery Delivery App Features #############################*/
.grocery-delivery-app-features-heading h3 span {
    color: #00D563;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    background-clip: unset !important;
}

.grocery-delivery-app-features .accordion-button {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #212529;
    background-color: transparent;
    padding: 25px 12px;
    display: flex;
    column-gap: 15px;

}

.grocery-delivery-app-features .accordion-body {
    padding: 1rem 1rem;
}

.grocery-delivery-app-features .accordion-item:first-of-type .accordion-button {
    border-radius: 0 !important;
}

.grocery-delivery-app-features .accordion-button::after {
    display: none;
}

.grocery-delivery-app-features .accordion-item {
    border-inline: 0;
}

.grocery-delivery-app-features .accordion-button:not(.collapsed) {
    padding-bottom: 0;
}


.grocery-delivery-app-features .accordion-item:not(:first-of-type) {
    border-top: 0 !important;
}

.grocery-delivery-app-features .accordion-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09) !important;
    background-color: transparent !important;
}

.grocery-delivery-app-feature-1 {
    background: #FFE4D0;
}

.grocery-delivery-app-feature-2 {
    background: #E8EAF7;
}
.grocery-delivery-app-feature-3 {
    background: #FFE4D0;
}


/*####################################### Grocery Delivery App Bussiness #########################################*/
.grocery-delivery-app-bussiness h3 span {
    background: linear-gradient(226.75deg, #00FFD6 0%, #02AAB0 100%, #02C1C8 100%);
}

.grocery-delivery-app-bussiness-card {
    background: #F9D1DABF;
    border-radius: 20px;
    padding: 40px;
    height: 100%;
}

.custom-grocery-app-card:nth-child(2) .grocery-delivery-app-bussiness-card {
    background: #D6C7DEBF;
}

.custom-grocery-app-card:nth-child(3) .grocery-delivery-app-bussiness-card {
    background: #CBE5C0BF;
}

.custom-grocery-app-card:nth-child(4) .grocery-delivery-app-bussiness-card {
    background: #CDEBF3BF;
}

.grocery-delivery-app-bussiness {
    position: relative;
}

.grocery-delivery-app-bussiness::before {
    position: absolute;
    content: '';
    top: 70%;
    left: 0;
    width: 100%;
    min-height: 600px;
    background: linear-gradient(268.84deg, #EA52F8 0%, #0066FF 100%);
    opacity: 0.08;
    filter: blur(200px);
    z-index: -1;
}

.grocery-delivery-why-henceforth-heading h3 span {
    background: linear-gradient(46.19deg, #FF512F 5.66%, #F09819 94.35%);
}

.grocery-delivery-why-henceforth-card {
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    height: 100%;
    padding: 25px;
}

/*####################################### hover  CSS#########################################*/
.grocery-delivery-app-management-card img:hover {
    
    box-shadow: 0px 10px 40px rgb(0 0 0 / 8%);
    border-radius: 40px;

}

.grocery-delivery-app-bussiness-card:hover {
    box-shadow: 0px 10px 40px rgb(0 0 0 / 8%);
}

.grocery-delivery-why-henceforth-card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/*####################################### Media CSS#########################################*/

@media all and (max-width:1199px) {


    .grocery-delivery-app-features .accordion-button {
        font-size: 18px;
    }

    .grocery-banner::after {
        top: 88px;
        right: -165px;
        height: 500px;
    }


}

@media all and (min-width:768px) and (max-width:991px) {

    .grocery-delivery-app-features .accordion-button {
        font-weight: 600;
        font-size: 17px;
    }

    /* .grocery-banner::after {
        display: none;
    } */
    .grocery-banner::after {
        top: 88px;
        right: -165px;
        height: 500px;
    }

}

@media all and (max-width:767px) {

    .grocery-delivery-app-features .accordion-button {
        font-weight: 600;
        font-size: 16px;
    }

    .grocery-delivery-app-features .accordion-button {
        padding: 12px 12px;
    }

    .grocery-banner::after {
        top: 88px;
        right: -165px;
        height: 500px;
    }
}