section .food-banner,
section.food-cta {
    position: relative;
}

.food-banner::after {
    position: absolute;
    content: '';
    top: -10%;
    right: 0;
    background-image: url('../images/food/food-banner-before.webp');
    background-size: cover;
    width: 600px;
    height: 522px;
    z-index: -1;
}


section.food-services::after,
section.food-services::before {
    top: 5%;
    height: 600px;
    z-index: -1;
    position: absolute;
    content: '';
    width: 500px;
    filter: blur(20px);
}

.hence-forth-food-page h1 span {
    background-color: #9fdcc6;
    color: #fff;
    font-weight: 700;
}

.custom-food-stats h3,
.food-app-heading h3 span {
    background: linear-gradient(180deg, #04ea6f 0, #00d563 100%);
}

.launch-food-app-content p {
    color: #334055;
}

.launch-food-app-content {
    background: linear-gradient(46.19deg, #ff512F15 5.66%, #f0981915 94.35%);
    border-radius: 20px;
    padding: 40px;
}

.launch-food-app-content:nth-child(2) {
    background: linear-gradient(46.19deg, #cac53115 5.66%, #f3f9A715 94.35%);
}

.erp-integration,
.launch-food-app-content:nth-child(3) {
    background: linear-gradient(226.69deg, #ffb19915 0, #ff084415 100%);
}

.launch-food-stats {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
    border-radius: 8px;
    padding: 28px;
    cursor: pointer;
}


.launch-food-stats:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
}

.custom-food-stats h3 {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    font-weight: 700 !important;
}

.custom-food-stats:nth-child(2) h3 {
    background: linear-gradient(268.84deg, #ea52f8 0, #06f 100%);
}

.custom-food-stats:nth-child(3) h3 {
    background: linear-gradient(226.69deg, #ffb199 0, #ff0844 100%);
}

.food-service-software {
    background: linear-gradient(282.84deg, #00c8ff15 18.56%, #0073ff15 81.44%);
}

.food-services-heading h4,
.food-services-heading p {
    color: #000;
}

.food-service-heading h3 span {
    background: linear-gradient(226.75deg, #00ffd6 0, #02aab0 100%, #02c1c8 100%);
}

.food-distribution {
    background: linear-gradient(46.19deg, #f0981915 5.66%, #ffeD4E15 94.35%);
}

.customize-crm {
    background: linear-gradient(180deg, #04eA6F15 0, #00d56315 100%);
}

.ecommerce-solutions {
    background: linear-gradient(268.84deg, #ea52F815 0, #0066FF15 100%);
}

.tracking-software {
    background: linear-gradient(46.19deg, #ff512F15 5.66%, #f0981915 94.35%);
}

section.food-services {
    position: relative;
    overflow: hidden;
}

section.food-services::before {
    left: 0;
    background-image: url('../images/food/blockchain-develop-before.webp');
    background-size: cover;
}

section.food-services::after {
    right: 0;
    background-image: url('../images/food/blockchain-develop-after.webp');
    background-size: cover;
}

.food-services-heading h3 span {
    background: linear-gradient(226.69deg, #ffb199 0, #ff0844 100%);
    font-weight: 700;
}

.food-services-box {
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    cursor: pointer;
}

.food-services-box:hover {
    box-shadow: 0 10px 60px rgba(3, 0, 0, 0.08);
}

.food-services-icon img {
    max-width: 90px;
    max-height: 90px;
    object-fit: cover;
    margin-bottom: 24px;
}

.food-important-point .accordion-body p {
    padding-left: 57px;
}

.food-important-point .accordion-button {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #212529;
    background-color: #fff;
    padding: 24px 12px;
    display: flex;
    column-gap: 15px;
}

.food-important-point .accordion-button::after {
    display: none;
}

.food-important-point .accordion-item:not(:first-of-type) {
    border-top: 1px solid #edeeee !important;
}

.food-important-point .accordion-button:not(.collapsed) {
    padding-bottom: 0;
}

.important-food-icon img {
    max-width: 50px;
    max-height: 50px;
    object-fit: cover;
}

section.food-cta {
    background-image: url('../images/food/cta-bg.webp');
    width: 100%;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 400px;
}

section.food-cta::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: url('../images/food/cta-image.webp');
    width: 500px;
    height: 517px;
}

.food-cta-content h3 span {
    color: #000;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    background-clip: unset !important;
    font-weight: 700 !important;
}

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

    section.ai-why-choose::after,
    section.ai-why-choose::before {
        display: none;
    }

    .food-important-point .accordion-button {
        font-weight: 600;
        font-size: 15px;
    }

}

@media all and (min-width:768px) and (max-width:991px) {
    section.food-cta::before {
        display: none;
    }

}

@media all and (max-width:767px) {
    section.food-cta::before {
        display: none;
    }

}