body {
    --dc-orange: #735ae5;
    --ts-dark: #0b0757;
    --ts-dark-2: #181717
}

.header.inner-page {
    background: 0 0
}

    .header.inner-page.sticky {
        background: var(--white)
    }

.solution-hero-section {
    padding: 150px 0 150px;
    background: transparent linear-gradient(244deg,#fde6cd,#ebebff) 0 0 no-repeat padding-box;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/solutions/b2b-oms/banner-bg.png);
    position: relative;
    min-height: 85vh;
    z-index: 1
}

    .solution-hero-section:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: url(../images/solutions/b2b-oms/bg-element.png);
        z-index: -1;
        backdrop-filter: none;
        opacity: .05
    }

    .solution-hero-section h1 {
        color: var(--ts-dark)
    }

    .solution-hero-section .right-image {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%)
    }

        .solution-hero-section .right-image img {
            max-width: 720px
        }

.about-software {
    padding: 80px 0;
    position: relative;
    z-index: 1
}

    .about-software .right-content {
        padding-left: 40px
    }

        .about-software .right-content ul {
            margin: 30px 0 0;
            padding: 0;
            list-style: none
        }

            .about-software .right-content ul li {
                display: flex;
                gap: 12px;
                margin-bottom: 13px
            }

                .about-software .right-content ul li svg {
                    position: relative;
                    top: 4px;
                    font-size: 20px;
                    color: var(--dc-orange)
                }

.client-logo-infinite-slider .swiper-wrapper {
    transition-timing-function: linear
}

.client-logo-infinite-slider .swiper-slide {
    padding: 0 16px
}

    .client-logo-infinite-slider .swiper-slide img {
        width: 200px;
        height: 60px;
        object-fit: contain
    }

.feature-section {
    padding: 80px 0;
    background: #f0eef9
}

    .feature-section .feature-row {
        gap: 50px;
        display: grid;
        grid-template-columns: repeat(3,1fr)
    }

.feature-card {
    padding: 30px;
    background: var(--white);
    height: 100%;
    border-radius: 20px;
    transition: all .3s ease-in-out
}

    .feature-card .icon img {
        height: 60px
    }

    .feature-card .icon {
        margin-bottom: 20px
    }

    .feature-card h3 {
        font-size: 22px;
        font-weight: 800;
        margin-bottom: 20px
    }

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

.counter-sec {
    padding: 80px 0 0
}

    .counter-sec .section-title h2 {
        font-size: 22px;
        font-weight: 800
    }

.counter-content {
    padding-left: 100px
}

    .counter-content h3 {
        font-weight: 700;
        font-size: 50px;
        line-height: 48px;
        padding-right: 20px;
        position: relative;
        color: var(--ts-dark)
    }

    .counter-content .counter {
        display: flex;
        align-items: center
    }

    .counter-content h3:after {
        content: "";
        position: absolute;
        top: -23px;
        left: -22px;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        background: linear-gradient(145.27deg,rgba(133,117,224,.2) 15.55%,rgba(185,173,255,0) 86.81%);
        border-radius: 100px
    }

    .counter-content .counter p {
        margin-bottom: 0;
        padding-left: 10px;
        font-weight: 600;
        opacity: .9
    }

.counter-sec .order-image {
    margin-top: 40px
}

.counter-content-wrap {
    padding-bottom: 70px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5dfff
}

.feature-col {
    background: 0 0;
    border-radius: 20px;
    transform: rotate(0);
    transition: all .3s ease-in-out
}

    .feature-col:hover {
        transform: rotate(4deg);
        background: var(--dc-orange)
    }

        .feature-col:hover .feature-card {
            transform: rotate(-4deg)
        }

.travel-testimonial.testimonial-section-type-2 {
    background: transparent linear-gradient(244deg,#fde6cd,#ebebff) 0 0 no-repeat padding-box;
    height: 100%;
    padding: 40px 100px;
    overflow: hidden;
    position: relative
}

.travel-testimonial .swiper-slide {
    height: unset
}

.travel-testimonial .testimonial-card-type-2 {
    padding: 20px 20px;
    padding: 20px 20px;
    background: var(--ts-dark);
    border-color: var(--ts-dark);
    color: var(--white)
}

    .travel-testimonial .testimonial-card-type-2 p {
        font-size: 14px;
        margin-bottom: 0
    }

.travel-testimonial .swiper-button-next:after, .travel-testimonial .swiper-button-prev:after {
    content: none
}

.travel-testimonial .swiper-button-next, .travel-testimonial .swiper-button-prev {
    color: #000
}

    .travel-testimonial .swiper-button-next svg, .travel-testimonial .swiper-button-prev svg {
        font-size: 4px;
        width: 15px;
        height: auto
    }

.solution-offers {
    padding: 80px 0
}

    .solution-offers .container {
        max-width: 1200px
    }

    .solution-offers .solution-offer-image {
        padding: 30px;
        background: #ede9ff;
        border: 2px solid #ded7fb;
        border-radius: 20px;
        max-width: 500px;
        margin-top: 30px;
        margin-bottom: 30px
    }

.radius-20 {
    border-radius: 20px
}

.solution-offers .solution-offer__row:nth-child(odd) .solution-offer-image {
    margin-right: auto;
    background: #ffe7dc;
    border-color: #ffe7dc
}

.solution-offers .solution-offer__row:nth-child(2n) .solution-offer-image {
    margin-left: auto
}

.solution-offers .solution-offer__row:nth-child(2n) > div:first-child, .solution-offers .solution-offer__row:nth-child(odd) > div:last-child {
    padding-right: 80px
}

.solution-offers .solution-offer__row:nth-child(2n) > div:last-child, .solution-offers .solution-offer__row:nth-child(odd) > div:first-child {
    padding-left: 80px
}

.solution-offers .solution-offer__row:nth-child(odd) > div:last-child {
    border-right: 1px dotted #ddd
}

.solution-offers .solution-offer__row:nth-child(2n) > div:last-child {
    border-left: 1px dotted #ddd
}

.solution-offers-card h3 {
    font-size: 28px;
    font-weight: 800
}

.solution-offers-card ul {
    margin: 40px 0 0;
    padding: 0;
    list-style: none
}

    .solution-offers-card ul li {
        padding-left: 40px;
        position: relative;
        margin-bottom: 20px
    }

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

.circle-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border: 2px solid var(--dc-orange);
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    right: -8px
}

.solution-offers .solution-offer__row:nth-child(odd) .circle-img {
    left: -8px;
    right: unset
}

.circle-img:after, .circle-img:before {
    display: block;
    width: 20px;
    height: 0;
    margin-top: 6px;
    border: 1px dashed var(--dc-orange);
    content: ""
}

.circle-img:before {
    margin-top: 4px;
    margin-left: -24px
}

.circle-img:after {
    margin-top: -2px;
    margin-left: 13px
}

.circle-img svg {
    position: absolute;
    font-size: 18px;
    color: var(--dc-orange);
    top: -4px
}

.solution-offers .solution-offer__row:nth-child(2n) .circle-img svg {
    left: 32px
}

.solution-offers .solution-offer__row:nth-child(odd) .circle-img svg {
    right: 32px;
    transform: rotate(180deg)
}

.why-choose-nw {
    background: transparent linear-gradient(244deg,#fde6cd,#ebebff) 0 0 no-repeat padding-box;
    padding: 80px 0 0;
    position: relative;
    z-index: 1;
    margin-bottom: 80px
}

    .why-choose-nw:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: url(../images/solutions/b2b-oms/bg-element.png);
        z-index: -1;
        backdrop-filter: none;
        opacity: .05
    }

    .why-choose-nw .product--cta {
        margin-bottom: -80px
    }

    .why-choose-nw h2 {
        color: var(--ts-dark)
    }

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

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

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

        .why-choose-nw .counter span {
            opacity: .9
        }

    .why-choose-nw .why-choose-section-title {
        padding-right: 80px
    }

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

    .why-choose-nw .accordion-item {
        border: none;
        margin-bottom: 20px;
        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)
    }

        .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(262deg,#f07f47 0,#8c4bd8 100%,#000 100%) 0 0 no-repeat padding-box
    }

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

.b2b-oms-solution .footer {
    background: var(--ts-dark)
}

    .b2b-oms-solution .footer .company-rating-card {
        border-color: #0b0757;
        background: #0c084c;
        box-shadow: 0 0 11px 2px rgb(11 7 87)
    }

.product-features {
    padding-bottom: 80px;
    background: #f4f7ff
}

.key-feature-card {
    padding: 30px;
    background: var(--white);
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    border-radius: 20px;
    border: 1px solid #e9ebf1
}

    .key-feature-card ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

        .key-feature-card ul li {
            display: flex;
            align-items: flex-start;
            padding: 12px 0;
            gap: 10px;
            font-weight: 600;
            color: #000
        }

            .key-feature-card ul li img {
                width: 24px
            }

@media (max-width:1499px) {
    .counter-content {
        padding-left: 0
    }

    .travel-testimonial.testimonial-section-type-2 {
        padding: 30px 50px
    }

    .feature-section .feature-row {
        gap: 30px
    }
}

@media (max-width:1199px) {
    .solution-hero-section h1 {
        font-size: 48px;
        line-height: 52px
    }

    .crm-features .top-content h2 {
        font-size: 40px;
        line-height: 44px
    }
}

@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 .right-image {
            position: relative;
            top: unset;
            transform: unset
        }

            .solution-hero-section .right-image img {
                max-width: 100%
            }

    .counter-sec {
        padding: 50px 0
    }

    .counter-content h3:after {
        width: 70px;
        height: 70px;
        top: -15px
    }

    .counter-content h3 {
        font-size: 38px;
        line-height: 40px;
        padding-right: 0
    }

    .counter-content .counter p {
        font-size: 14px
    }

    .feature-section .feature-row {
        grid-template-columns: repeat(2,1fr)
    }

    .about-software .right-content {
        padding-left: 0
    }

    .why-choose-nw .why-choose-section-title {
        max-width: 100%;
        padding-right: 0
    }

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

    .solution-offers {
        padding-top: 50px
    }

    .about-software, .feature-section, .why-choose-nw {
        padding: 50px 0
    }

    .solution-offers-card h3 {
        font-size: 24px;
        line-height: 28px
    }

    .solution-offers .solution-offer__row:nth-child(2n) .solution-offer-image, .solution-offers .solution-offer__row:nth-child(odd) .solution-offer-image {
        margin-left: auto;
        margin-right: auto
    }

    .solution-offers {
        padding-bottom: 50px
    }
}

@media (max-width:767px) {
    .feature-content h2 {
        font-size: 30px;
        line-height: 34px
    }

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

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

    .solution-hero-section h1 {
        font-size: 36px;
        line-height: 40px
    }

    .counter-content-wrap {
        row-gap: 40px;
        justify-content: center;
        text-align: center;
        padding-bottom: 30px;
        margin-bottom: 0
    }

    .counter-content .counter {
        justify-content: center
    }

    .counter-content h3:after {
        width: 50px;
        height: 50px;
        top: -8px
    }

    .counter-content h3 {
        font-size: 28px;
        line-height: 32px
    }

    .feature-section .feature-row {
        grid-template-columns: repeat(1,1fr)
    }

    .feature-card .icon {
        display: none
    }

    .feature-card h3 {
        font-size: 20px
    }

    .feature-card {
        padding: 24px
    }

    .circle-img {
        display: none
    }

    .solution-offers .solution-offer__row:nth-child(odd) > div:last-child {
        border: none
    }

    .solution-offers .solution-offer__row:nth-child(2n) > div:first-child, .solution-offers .solution-offer__row:nth-child(odd) > div:last-child {
        padding-right: calc(var(--bs-gutter-x) * .5)
    }

    .solution-offers-card .mt-5 {
        margin-top: 20px !important
    }

    .solution-offers .solution-offer__row:nth-child(2n) > div:last-child, .solution-offers .solution-offer__row:nth-child(2n) > div:last-child, .solution-offers .solution-offer__row:nth-child(odd) > div:first-child {
        padding-left: calc(var(--bs-gutter-x) * .5)
    }

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

    .why-choose-nw .counter span {
        font-size: 12px;
        line-height: 16px
    }

    .why-choose-nw .accordion-button {
        font-size: 16px;
        padding: 10px 0
    }
}

@media (max-width:576px) {
    .travel-testimonial.testimonial-section-type-2 {
        padding: 30px 30px
    }
}
