/* Solutions Page */
body {
    --dc-orange: #213559;
    --ts-dark: #ffc613;
    --ts-dark-2: #1339ff;
    --ts-dark-3: #151515;
}

 .header .main-menu .menu li a,
     .header-top ul a {
        color: var(--dark);
    }

    .header .main-menu .menu li a,
  .header-top ul a {
        color: var(--dark);
    }

    .header .logo-light {
        display: none;
    }

  .header .logo-dark {
        display: block;
    }

.solution-hero-section {
    padding: 180px 0 130px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    /*  background-image: linear-gradient(180deg, #ffc613 34%, #f4d36b 125%);
*/ min-height: 80vh;
}

    .solution-hero-section:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-image: url('../images/solutions/car-rental/car-rental-banner.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1;
    }

    .solution-hero-section .container {
        max-width: 1360px;
    }

    .solution-hero-section .right-image img {
        max-width: 600px;
        display: block;
        margin: 0 auto;
    }

    .solution-hero-section h1,
    .solution-hero-section p {
        color: var(--dc-orange);
    }

/**/
.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, 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: 0.7;
            margin-top: 10px;
        }

/**/
.about-solution {
    padding-top: 70px;
    padding-bottom: 80px;
}

    .about-solution h2 {
        padding-right: 40px;
    }

    .about-solution h3 {
        font-size: 20px;
        font-weight: 700;
        padding-left: 30px;
        border-left: 5px solid var(--dc-orange);
        color: var(--ts-dark-2);
        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-3);
    color: var(--white);
}

    .about-solution .testimonial-card-type-2 p strong {
        color: var(--ts-dark);
    }

/**/
.feature-section {
    padding: 80px 0;
    /* background: var(--ts-dark); */
    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: 0.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(--ts-dark);
}

.feature-section .playvideo_animation {
    background: var(--ts-dark);
}

.feature-card {
    border: 2px solid #303030;
    padding: 35px 30px;
    padding-top: 15px;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s linear 0s;
    position: relative;
    height: 100%;
    backdrop-filter: blur(20px);
}

    .feature-card .big-digit {
        -webkit-text-stroke: 1px var(--ts-dark);
        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: 0.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;
        color: var(--dc-orange);
    }

    .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: transparent !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: 0.3s all ease-in-out;
            opacity: 0.5;
        }

        .feature-section-1 .accordion-button:after {
            content: none;
        }

    .feature-section-1 .accordion .accordion-item {
        background: transparent;
        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: 0.9;
        font-size: 14px;
    }

/**/
.what-we-offer {
    padding: 80px 0;
    background: var(--dc-orange);
    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: transparent;
    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(--ts-dark);
    }

.solutions-tabs .nav-tabs {
    display: flex;
    margin-bottom: 40px;
    border-bottom-width: 2px;
    border-color: #14223c;
}

    .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(--ts-dark);
    opacity: 0;
    visibility: hidden;
}

.solutions-tabs .solutions-tab-item:after {
    border: 10px solid transparent;
    border-bottom: 10px solid var(--ts-dark);
    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):before,
.solutions-tabs .solutions-tab-item:has(.active):after {
    opacity: 1;
    visibility: visible;
}

.solutions-tabs .solutions-card {
    background: #0d1626;
    border-color: #0d1626;
}

.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(--ts-dark);
        }

.solutions-card a {
    color: var(--ts-dark);
}

/**/
.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(--ts-dark);
                line-height: 56px;
            }

    .why-choose-nw .accordion-body {
        background: transparent;
        padding: 10px 0 10px;
        opacity: 0.8;
    }

    .why-choose-nw .accordion-item {
        border: none;
        margin-bottom: 0;
        background: transparent;
        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: 0.2px;
        justify-content: space-between;
        background: transparent !important;
        padding-left: 0;
        padding-right: 0;
        box-shadow: none !important;
        color: var(--dc-orange);
        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: #eaf2ff;
    }

/**/
.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(236 242 253);
        color: var(--dc-orange);
    }

/**/
.footer {
    background: #000;
}

  .footer .company-rating-card {
        background: #1e1e1e;
        border-color: #333;
    }

/* changed--------------------------------------------  */
.car-rental-revolutionize-section {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 40px;
    border-radius: 10px;
}

    .car-rental-revolutionize-section h4 {
        font-size: 22px;
        font-weight: 800;
    }

@media (max-width: 1399px) {
    .solution-hero-section {
        min-height: auto;
    }
}

@media (max-width: 1199px) {
    .solution-hero-section {
        padding: 100px 0px 30px;
    }

        .solution-hero-section:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 250px;
            background-position: center right;
            background-repeat: no-repeat;
            background-size: 100%;
            z-index: -1;
        }

    .feature-section-1 .section-title {
        margin-bottom: 45px;
    }

    .solutions-tabs .nav-tabs li {
        flex-grow: 1;
        position: relative;
    }

    .why-choose-nw .counter-list li .counter {
        font-size: 35px;
    }

    .solutions-tabs .solutions-tab-item button {
        padding: 20px 10px;
        font-size: 18px;
    }

    .feature-section-1 .section-title h2 {
        font-size: 28px;
        font-weight: 800;
        margin-bottom: 20px;
        color: var(--dc-orange);
    }

    .solution-hero-section {
        position: relative;
        z-index: 1;
        overflow: hidden;
        min-height: 100vh;
    }
}

@media (max-width: 991px) {
    .solution-hero-section {
        padding: 130px 0 30px;
    }

    .solution-hero-section {
        position: relative;
        z-index: 1;
        overflow: hidden;
        /*    background-image: linear-gradient(180deg, #ffc613 34%, #f4d36b 125%);
*/ min-height: 100vh;
    }

    .solution-hero-section {
        padding-bottom: 30px;
        text-align: center;
    }

    .solutions-tabs .solutions-tab-item button {
        font-size: 16px;
        padding: 10px 10px;
    }



    .about-solution .section-title {
        max-width: 100% !important;
        margin-bottom: 20px;
    }

    .solution-hero-section h1 {
        font-size: 40px;
        line-height: 44px;
    }

    .feature-section-1 .right-image {
        padding-left: 0px;
        margin-top: 30px;
    }

    .feature-section-1 .left-image img {
        width: 100%;
        max-width: 100%;
    }

    .feature-section-1 .left-image {
        padding-right: 0px;
        margin-top: 30px;
    }

    .feature-section-1 .right-image img {
        max-height: 100%;
        width: 100%;
    }

    .solutions-tabs .nav-tabs li {
        flex-grow: 1;
        position: relative;
    }

    .solutions-tabs .solutions-tab-item button {
        padding: 20px 15px;
        font-size: 15px;
    }

    .why-choose-nw .accordian-wrap {
        padding-left: 0px;
    }

    .why-choose-nw .counter-list li .counter {
        font-size: 30px;
    }

    .solutions-tabs .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-bottom: 20px;
    }

    .why-choose-nw .counter-list li {
        font-size: 13px;
    }

    .cta-card .image {
        margin-top: 30px;
    }

    .solutions-card .solutions-card__row .solutions-card__col-right {
        width: 100%;
        padding-left: 0px;
    }

    .solutions-card__row {
        flex-direction: column-reverse;
    }

    .solutions-card .solutions-card__row .solutions-card__col-left {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .solution-hero-section h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .solution-hero-section {
        padding-bottom: 30px;
        text-align: center;
    }

    .solutions-tabs .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-bottom: 20px;
    }


    .solution-hero-section {
        padding: 130px 0 30px;
    }

    .client-logo-section .client-logo__row .client-logo__col img {
        height: 30px;
    }

    .client-logo-section .client-logo__row .client-logo__col {
        width: 90px;
    }

    .about-solution {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .about-solution h2 {
            margin-bottom: 20px !important;
        }

    .feature-section .section-title {
        text-align: center;
    }

    .feature-section-1 {
        padding: 50px 0;
    }

        .feature-section-1 .section-title {
            margin-bottom: 30px;
        }

        .feature-section-1 ul {
            margin: 20px 0px;
        }

        .feature-section-1 .right-image {
            padding-left: 0px;
        }

        .feature-section-1 .left-image {
            padding-right: 0px;
            margin-bottom: 30px;
        }

        .feature-section-1.reversed {
            background: linear-gradient(90deg, #fff -0%, #fdf7f5 90%, #fbfafa 100%) no-repeat 0;
        }

    .solutions-card .solutions-card__row .solutions-card__col-left {
        width: 100%;
    }

    .solutions-card .solutions-card__row .solutions-card__col-right {
        width: 100%;
        padding-left: 00px;
    }



    .solutions-tabs .solutions-tab-item button {
        padding: 20px;
        font-size: 16px;
    }

    .solutions-tabs .solutions-tab-item button {
        white-space: nowrap;
    }

    .why-choose-nw {
        padding: 50px 0;
    }

        .why-choose-nw .counter-list li .counter {
            font-size: 40px;
        }

        .why-choose-nw .accordian-wrap {
            padding-left: 0px;
            margin-top: 20px;
        }

    .cta-card .image {
        margin-top: 20px;
    }

    .our-succes-story-2 {
        padding: 50px 0px;
    }

    .what-we-offer {
        padding: 50px 0px;
    }

    .feature-section-1 .section-title h2 {
        font-size: 24px;
        line-height: 28px
    }

    .car-rental-revolutionize-section {
        padding: 30px;
    }
}

@media (max-width: 576px) {
}

.header.for-mobile .icon-bar {
    margin: auto;
    background-color: #000;
}
