body {
    --dc-orange: #ff7549;
    --ts-dark: #000000;
    --ts-dark-2: #151515
}

.solution-hero-section {
    padding: 150px 0 100px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

    .solution-hero-section:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: url(../images/solutions/food-ordering/bg-pattern-2.png);
        z-index: -1;
        opacity: .13;
        background-repeat: repeat;
        border-radius: 0 0 100% 100%
    }

    .solution-hero-section:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #0a0503;
        border-radius: 0 0 50% 50%/0 0 100% 100%;
        transform: scaleX(2);
        z-index: -2
    }

    .solution-hero-section .right-image img {
        max-width: 600px;
        display: block;
        margin: 0 auto
    }

.client-logo-section {
    padding: 50px 0
}

    .client-logo-section .client-logo__row {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center
    }

        .client-logo-section .client-logo__row .client-logo__col {
            width: 200px;
            text-align: center;
            padding: 12px 20px;
            box-shadow: 0 0 4px rgba(0,0,0,.2);
            border-radius: 12px
        }

            .client-logo-section .client-logo__row .client-logo__col img {
                height: 50px
            }

    .client-logo-section h2 {
        text-align: center;
        font-size: 24px;
        font-weight: 800;
        color: var(--dc-orange)
    }

        .client-logo-section h2 span {
            font-weight: 500;
            font-size: 16px;
            color: var(--dark);
            opacity: .7;
            margin-top: 10px
        }

.about-solution {
    padding-top: 70px;
    padding-bottom: 80px
}

    .about-solution h2 {
        padding-right: 40px;
        color: var(--ts-dark)
    }

    .about-solution h3 {
        font-size: 20px;
        font-weight: 700;
        padding-left: 30px;
        border-left: 5px solid var(--dc-orange);
        color: var(--ts-dark);
        line-height: 32px
    }

.button-wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px
}

    .button-wrap .swiper-button-next, .button-wrap .swiper-button-prev {
        position: relative;
        margin: 0;
        padding: 0;
        left: unset;
        right: unset;
        top: unset;
        color: var(--dc-orange);
        font-size: 20px
    }

        .button-wrap .swiper-button-next svg, .button-wrap .swiper-button-prev svg {
            width: 20px
        }

        .button-wrap .swiper-button-next:after, .button-wrap .swiper-button-prev:after {
            content: no-close-quote
        }

.about-solution .testimonial-card-type-2 {
    background: var(--ts-dark-2);
    color: var(--white)
}

    .about-solution .testimonial-card-type-2 p strong {
        color: var(--dc-orange)
    }

.feature-section {
    padding: 80px 0;
    background: url(../images/solutions/food-ordering/employment.jpg);
    color: var(--white);
    position: relative;
    z-index: 1;
    background-attachment: fixed
}

    .feature-section:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .9;
        z-index: -1
    }

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 10px 4px rgb(104 104 104 / 50%)
}

.feature-section__row {
    row-gap: 24px
}

.feature-section .play-icon {
    background: var(--dc-orange)
}

.feature-section .playvideo_animation {
    background: var(--dc-orange)
}

.feature-card {
    border: 2px solid #303030;
    padding: 35px 30px;
    padding-top: 15px;
    box-shadow: 0 16px 32px 0 rgba(0,0,0,.04);
    border-radius: 20px;
    overflow: hidden;
    transition: all .3s linear 0s;
    position: relative;
    height: 100%;
    backdrop-filter: blur(20px)
}

    .feature-card .big-digit {
        -webkit-text-stroke: 1px #cdcdcd;
        font-size: 80px;
        font-weight: 700;
        -webkit-text-fill-color: #000;
        font-family: sans-serif;
        line-height: normal
    }

    .feature-card p {
        margin-bottom: 0;
        font-size: 14px;
        opacity: .7
    }

    .feature-card h3 {
        font-size: 22px;
        margin: 30px 0 10px
    }

.feature-section .btn {
    position: relative;
    z-index: 1;
    color: var(--white)
}

.feature-section-1 {
    padding: 80px 0;
    background: linear-gradient(-90deg,#fff 30%,#fcfbff 30%,#f8f8f8 100%) no-repeat 0
}

    .feature-section-1 .container {
        max-width: 1200px
    }

    .feature-section-1 .right-image {
        padding-left: 80px
    }

        .feature-section-1 .right-image img {
            max-height: 550px;
            display: block;
            margin-left: auto
        }

    .feature-section-1 .section-title h2 {
        font-size: 34px;
        font-weight: 800;
        margin-bottom: 20px;
        line-height: 40px
    }

    .feature-section-1 ul {
        margin: 40px 0 0;
        padding: 0;
        list-style: none
    }

        .feature-section-1 ul li {
            padding-left: 40px;
            position: relative;
            margin-bottom: 20px
        }

            .feature-section-1 ul li:after {
                content: "";
                position: absolute;
                width: 24px;
                height: 24px;
                left: 0;
                top: 0;
                background: url(../images/solutions/list-icon.svg)
            }

    .feature-section-1.reversed {
        background: linear-gradient(90deg,#fff 30%,#fdf7f5 30%,#fbfafa 100%) no-repeat 0
    }

    .feature-section-1 .left-image {
        padding-right: 80px
    }

        .feature-section-1 .left-image img {
            max-height: 550px;
            display: block;
            margin-right: auto
        }

    .feature-section-1 .accordion-button {
        padding: 12px 12px 12px 20px;
        font-weight: 600;
        font-size: 18px;
        background: 0 0 !important;
        color: var(--dark);
        box-shadow: none;
        justify-content: space-between
    }

        .feature-section-1 .accordion-button:not(.collapsed) {
            color: var(--dc-orange)
        }

            .feature-section-1 .accordion-button:not(.collapsed) svg {
                transform: rotate(180deg);
                opacity: 1
            }

        .feature-section-1 .accordion-button svg {
            transition: .3s all ease-in-out;
            opacity: .5
        }

        .feature-section-1 .accordion-button:after {
            content: none
        }

    .feature-section-1 .accordion .accordion-item {
        background: 0 0;
        border: none;
        border-bottom: 1px solid #e2e2e2
    }

    .feature-section-1 .accordion .accordion-header {
        margin-bottom: 0
    }

    .feature-section-1 .accordion .accordion-item .accordion-body {
        padding-top: 0;
        opacity: .9;
        font-size: 14px
    }

.what-we-offer {
    padding: 80px 0;
    background: var(--ts-dark);
    color: var(--white)
}

    .what-we-offer .solutions-tabs {
        max-width: 1200px;
        margin: 0 auto
    }

.solutions-tabs .solutions-tab-item button {
    padding: 24px 32px;
    width: 100%;
    background: 0 0;
    border: none;
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
    font-family: var(--heading-font)
}

    .solutions-tabs .solutions-tab-item button.active {
        font-weight: 600;
        color: var(--dc-orange)
    }

.solutions-tabs .nav-tabs {
    display: flex;
    margin-bottom: 40px;
    border-bottom-width: 2px;
    border-color: #3e3e3e
}

    .solutions-tabs .nav-tabs li {
        flex-grow: 1;
        position: relative
    }

.solutions-tabs .solutions-tab-item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: var(--dc-orange);
    opacity: 0;
    visibility: hidden
}

.solutions-tabs .solutions-tab-item:after {
    border: 10px solid transparent;
    border-bottom: 10px solid var(--dc-orange);
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    visibility: hidden;
    width: 0
}

.solutions-tabs .solutions-tab-item:has(.active):after, .solutions-tabs .solutions-tab-item:has(.active):before {
    opacity: 1;
    visibility: visible
}

.solutions-card ul {
    margin: 15px 0 0;
    padding: 0;
    list-style: none
}

    .solutions-card ul li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 12px;
        gap: 10px
    }

        .solutions-card ul li svg {
            position: relative;
            top: 3px;
            color: var(--dc-orange)
        }

.why-choose-nw {
    padding: 80px 0
}

    .why-choose-nw .counter-list {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 30px;
        gap: 50px
    }

        .why-choose-nw .counter-list li {
            display: flex;
            flex-direction: column;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #898989;
            font-size: 14px
        }

            .why-choose-nw .counter-list li .counter {
                font-size: 60px;
                font-weight: 700;
                color: var(--dc-orange);
                line-height: 56px
            }

    .why-choose-nw .accordion-body {
        background: 0 0;
        padding: 10px 0 10px;
        opacity: .8
    }

    .why-choose-nw .accordion-item {
        border: none;
        margin-bottom: 0;
        background: 0 0;
        border-bottom: 2px solid var(--dc-orange);
        border-radius: 0
    }

    .why-choose-nw .accordion-button:not(.collapsed) {
        background: var(--main-gradient)
    }

    .why-choose-nw .accordion-button {
        font-family: var(--heading-font);
        font-size: 18px;
        font-weight: 800;
        letter-spacing: .2px;
        justify-content: space-between;
        background: 0 0 !important;
        padding-left: 0;
        padding-right: 0;
        box-shadow: none !important;
        color: var(--ts-dark);
        padding: 20px 0
    }

        .why-choose-nw .accordion-button::after {
            content: none
        }

    .why-choose-nw .accordion-item .accordion-collapse {
        font-size: 14px
    }

    .why-choose-nw .product--cta .cta-card {
        background: transparent linear-gradient(139deg,#ff7549,#985dff 85%,#3b00a3) 0 0 no-repeat padding-box
    }

    .why-choose-nw .accordian-wrap {
        padding-left: 50px
    }

    .why-choose-nw .why-content-wrap {
        padding-bottom: 60px;
        border-bottom: 1px solid #e2e2e2
    }

.abt-nw {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    padding-left: 16px;
    display: inline-block;
    margin-bottom: 7px;
    color: var(--dc-orange)
}

    .abt-nw:before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        width: 8px;
        height: 8px;
        background: var(--dc-orange);
        border-radius: 100%
    }

.our-succes-story-2 {
    padding: 80px 0;
    background: #fbfafa
}

    .our-succes-story-2 .our-succes-story-2-card {
        background: #f9e7e2
    }

.industry-focused-insights {
    padding: 80px 0;
    background: #f5f5f5
}

.industry-focused-insight-card {
    background: #fff
}

    .industry-focused-insight-card:hover {
        background: var(--dc-orange)
    }

    .industry-focused-insight-card ul li {
        background: rgb(255 220 209);
        color: var(--dc-orange)
    }
.footer {
    background: #000
}
 .footer .company-rating-card {
        background: #1e1e1e;
        border-color: #333
    }

.who-can-use {
    padding: 80px 0 40px
}

@media (max-width:1399px) {
    .client-logo-section .client-logo__row .client-logo__col {
        width: 150px
    }

        .client-logo-section .client-logo__row .client-logo__col img {
            height: 40px
        }
}

@media (max-width:1199px) {
    .why-choose-nw {
        padding: 50px 0
    }

    .solutions-tabs .solutions-tab-item button {
        padding: 20px 24px
    }

    .solution-hero-section h1 {
        font-size: 48px;
        line-height: 52px
    }

    .solution-hero-section {
        padding: 90px 0 20px
    }

    .feature-section-1 .container {
        max-width: 970px
    }
}

@media (max-width:991px) {
    .solution-hero-section h1 {
        font-size: 40px;
        line-height: 44px
    }

    .solution-hero-section {
        padding-bottom: 30px;
        text-align: center
    }

        .solution-hero-section:after {
            border-radius: 0
        }

    .client-logo-section .client-logo__row .client-logo__col {
        width: 100px;
        padding: 12px
    }

        .client-logo-section .client-logo__row .client-logo__col img {
            height: 30px
        }

    .about-solution {
        padding: 50px 0
    }

    .feature-section-1 .right-image {
        padding-left: 0;
        text-align: center
    }

        .feature-section-1 .left-image img, .feature-section-1 .right-image img {
            margin: 0 auto
        }

    .feature-card .big-digit {
        font-size: 50px
    }

    .feature-card h3 {
        margin-top: 20px
    }

    .feature-section, .feature-section-1 {
        padding: 50px 0
    }

        .feature-section-1 .left-image {
            padding-right: 0
        }

        .feature-section-1.reversed .row {
            flex-direction: column-reverse
        }

    .solutions-tabs .solutions-tab-item button {
        font-size: 16px;
        padding: 10px 10px
    }

    .who-can-use {
        padding-top: 50px
    }

    .why-choose-nw {
        padding-top: 30px
    }

        .why-choose-nw .counter-list li .counter {
            font-size: 40px
        }

        .why-choose-nw .accordian-wrap {
            padding-left: 0
        }

    .faq-section {
        padding: 50px 0 !important
    }

    .industry-focused-insights {
        padding-top: 50px !important
    }

    .solutions-card .solutions-card__row .solutions-card__col-right {
        padding-left: 20px
    }
}

@media (max-width:767px) {
    .solution-hero-section h1 {
        font-size: 36px;
        line-height: 40px
    }

    .feature-content ul li {
        font-size: 15px
    }

    .feature-content p {
        font-size: 15px
    }

    .about-solution {
        padding-top: 20px
    }

    .about-solution {
        padding-top: 20px
    }

        .about-solution .section-content-gap {
            margin-top: 20px
        }

        .about-solution .mt-5 {
            margin-top: 10px !important
        }

    .feature-section-1 .section-title h2 {
        font-size: 30px;
        line-height: 34px
    }

    .solutions-card .solutions-card__row .solutions-card__col-left {
        display: none
    }

    .solutions-card .solutions-card__row .solutions-card__col-right {
        width: 100%;
        padding-left: 0
    }

    .our-succes-story-2 {
        padding-top: 50px
    }

        .our-succes-story-2 .our-succes-story-2-card {
            padding: 12px
        }

    .our-succes-story-2-card h3 {
        font-size: 16px
    }

    .food-ordering-solution .industry-focused-insights {
        padding-top: 50px !important
    }

    .feature-card {
        padding: 20px
    }

    .solutions-tabs .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-bottom: 20px
    }

    .solutions-tabs .solutions-tab-item button {
        white-space: nowrap
    }

    .solutions-card {
        padding: 20px
    }
}
