body {
    --dc-orange: #003e63;
    --ts-dark: #833789;
    --ts-dark-2: #34363ef5
}

.highlighted-text {
    color: var(--ts-dark);
    font-weight: 800
}

.solution-gray {
    background: var(--white)
}

.solution-dark-gray {
    background-color: #f6f5ef
}

.online-test-management-solution .header.inner-page {
    background: 0 0
}

    .online-test-management-solution .header.inner-page.sticky {
        background: var(--white)
    }

.solution-hero-section {
    padding: 150px 0 140px;
    position: relative;
    z-index: 1;
    background: #f9fafb
}

    .solution-hero-section:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(#d9d9d9 1px,transparent 1px),linear-gradient(to right,#e3e2e3 1px,#fff0 1px);
        background-size: 60px 60px;
        background-position: center;
        opacity: .3
    }

    .solution-hero-section .container {
        max-width: 1400px
    }

    .solution-hero-section .right-image {
        padding-left: 50px
    }

        .solution-hero-section .right-image img {
            max-height: 630px;
            display: block;
            margin: 0 auto
        }

.solution-counter-section .container {
    max-width: 1400px
}

.counter-stripe {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-weight: 700;
    font-size: 2rem;
    gap: 1rem;
    position: relative;
    bottom: 4.5rem;
    margin: auto;
    height: 9rem;
    background-color: var(--dc-orange);
    padding: 1.5rem 1rem;
    border-radius: 1rem;
    z-index: 1;
    color: var(--white)
}

    .counter-stripe .counter-stripe-card h2 {
        font-size: 22px;
        font-weight: 800;
        margin-bottom: 0
    }
    .counter-stripe .counter-stripe-card .heading {
        font-size: 22px;
        font-weight: 800;
        margin-bottom: 0
    }

    .counter-stripe .counter-stripe-card p {
        margin-bottom: 0;
        font-size: 46px;
        margin-top: 8px;
        line-height: normal
    }

.purple-text {
    color: var(--dc-orange)
}

.crm-features {
    padding: 40px 0 80px
}

    .crm-features .about-2-right-image img {
        max-height: 500px;
        margin-left: auto;
        display: block
    }

    .crm-features .top-content h2 {
        font-size: 52px;
        line-height: 60px
    }

    .crm-features .top-content a {
        display: flex;
        gap: 30px
    }

.crm-feature-card {
    border: 1px solid #e9ebf1;
    border-radius: 20px;
    padding: 35px 30px;
    overflow: hidden;
    transition: .3s;
    height: 100%
}

    .crm-feature-card:hover {
        box-shadow: 0 8px 16px -2px rgba(32,33,36,.06),0 16px 32px -2px rgba(32,33,36,.1)
    }

    .crm-feature-card .icon {
        margin-bottom: 50px
    }

    .crm-feature-card h3 {
        font-size: 22px;
        font-weight: 800;
        margin: 0 0 16px
    }

    .crm-feature-card p {
        font-size: 14px;
        line-height: 21px
    }

        .crm-feature-card p:last-child {
            margin-bottom: 0
        }

    .crm-feature-card .white-badge {
        font-weight: 700;
        font-size: 11px;
        line-height: 8px;
        letter-spacing: .03em;
        text-transform: uppercase;
        border: 1px solid rgba(32,33,36,.1);
        border-radius: 100px;
        height: 26px;
        line-height: 24px;
        display: inline-block;
        padding: 0 15px;
        margin-bottom: 13px
    }

    .crm-feature-card .icon img {
        width: 55px
    }

.crm-features .about-content {
    padding-left: 35px
}

.crm-features .about-image img {
    border-radius: 20px
}

.crm-features .counter-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
    gap: 50px
}

    .crm-features .counter-list li {
        display: flex;
        flex-direction: column;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #898989;
        font-size: 14px
    }

        .crm-features .counter-list li .counter {
            font-size: 60px;
            font-weight: 700;
            color: var(--dc-orange);
            line-height: 56px
        }

.crm-features .crm__row {
    row-gap: 24px
}

.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
    }

.client-logo-section {
    padding: 50px 0
}

.travel-testimonial.testimonial-section-type-2 {
    background-color: #c7dce9;
    height: 100%;
    padding: 40px 100px;
    overflow: hidden;
    position: relative
}

.travel-testimonial .swiper-slide {
    height: unset
}

.travel-testimonial .testimonial-card-type-2 {
    padding: 20px 20px
}

    .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
    }

.about-our-solution {
    padding: 80px 0
}

    .about-our-solution .about-content {
        padding-left: 70px
    }

    .about-our-solution .about-image {
        background: #161932;
        padding: 16px;
        border-radius: 20px
    }

        .about-our-solution .about-image img {
            border-radius: 4px
        }

    .about-our-solution .about-content .counter-list {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 30px;
        gap: 50px
    }

        .about-our-solution .about-content .counter-list li {
            display: flex;
            flex-direction: column;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #898989;
            font-size: 14px
        }

            .about-our-solution .about-content .counter-list li .counter {
                font-size: 60px;
                font-weight: 700;
                color: var(--dc-orange);
                line-height: 56px
            }

.solution-feature-1 {
    padding: 80px 0
}

.scale-features {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #d1d1d1
}

.feature-content h2 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 20px
}

.feature-content p {
    font-size: 16px;
    line-height: 25px;
    opacity: .8
}

.feature-image {
    padding-left: 50px;
    position: relative;
    z-index: 1
}

.feature-content ul {
    margin: 40px 0 0;
    padding: 0;
    list-style: none
}

    .feature-content ul li {
        padding-left: 40px;
        position: relative;
        margin-bottom: 20px
    }

        .feature-content ul li:after {
            content: "";
            position: absolute;
            width: 24px;
            height: 24px;
            left: 0;
            top: 0;
            background: url(../images/solutions/list-icon.svg)
        }

.feature-image img {
    max-height: 450px;
    margin: auto;
    display: block;
    filter: drop-shadow(0 8px 8px rgba(0, 0, 0, .2));
    border-radius: 15px
}

.solution-feature-1.reversed .feature-image {
    padding-left: 0;
    padding-right: 50px
}

.why-choose-nw {
    background: var(--dc-orange);
    padding: 0 0 80px
}

    .why-choose-nw .why-choose-inner {
        border-top: 3px solid var(--dc-orange);
        padding-top: 80px
    }

    .why-choose-nw .section-title p {
        opacity: .85;
        margin-bottom: 0
    }

    .why-choose-nw .why-choose-inner ul {
        margin: 40px 0 0;
        padding: 0;
        list-style: none
    }

    .why-choose-nw .why-choose-inner .counter-list {
        display: flex;
        gap: 20px;
        flex-wrap: wrap
    }

        .why-choose-nw .why-choose-inner .counter-list li {
            padding: 10px 16px;
            background: #c7dce9;
            color: #000;
            border-radius: 27px;
            border: 1px dashed #5a666e
        }

            .why-choose-nw .why-choose-inner .counter-list li strong {
                font-size: 28px
            }

    .why-choose-nw .why-choose-inner ul li {
        display: flex;
        gap: 10px;
        margin-bottom: 10px
    }

        .why-choose-nw .why-choose-inner ul li svg {
            position: relative;
            top: 2px
        }

    .why-choose-nw .why-choose-inner .right-content {
        padding-left: 50px
    }

    .why-choose-nw .why-choose-nw-card {
        padding: 40px 30px;
        background: #c7dce9;
        text-align: center;
        border-radius: 8px;
        min-height: 210px;
        margin-top: 24px;
        border-bottom: 1px dashed #564b1b;
        color: var(--dark)
    }

        .why-choose-nw .why-choose-nw-card h3 {
            font-size: 22px;
            font-weight: 700;
            color: var(--dc-orange);
            margin-bottom: 12px
        }

        .why-choose-nw .why-choose-nw-card p {
            margin-bottom: 0;
            opacity: .8;
            line-height: 22px;
            font-size: 14px
        }

    .why-choose-nw .why-choose-inner .right-content > .row > div:nth-child(2) {
        margin-top: 70px
    }

.travel-cta.product--cta {
    padding: 40px 0 80px
}

    .travel-cta.product--cta .cta-card {
        background: transparent linear-gradient(45deg,var(--dc-orange),#e10c0c 230%)
    }

.our-succes-story-2 {
    padding: 80px 0
}

.our-succes-story-2-card {
    background: #edf3f7
}

    .our-succes-story-2-card .category-badge {
        background-color: var(--ts-dark)
    }

.industry-focused-insights {
    padding: 80px 0;
    background: #f5f5f5
}

.industry-focused-insight-card {
    background-color: var(--white)
}

    .industry-focused-insight-card ul li {
        color: var(--dc-orange);
        background: rgb(231 246 255)
    }

    .industry-focused-insight-card:hover {
        background: var(--dc-orange)
    }

.solution-service-offer {
    background: #fbfdff
}

    .solution-service-offer .left-content {
        max-width: 550px;
        margin-left: auto;
        margin-right: 100px
    }

.service__row > div:first-child, .service__row > div:nth-child(4) {
    background-color: #e7f6ff
}

.service__row > div:nth-child(2), .service__row > div:nth-child(3) {
    background: #fff
}

.service-card {
    padding: 40px 60px;
    transition: .4s;
    position: relative
}

    .service-card img {
        margin-bottom: 30px;
        width: 60px;
        height: 60px
    }

    .service-card h3 {
        font-weight: 800;
        font-size: 26px;
        line-height: 33px;
        padding-bottom: 5px
    }

    .service-card span.letter {
        font-size: 32px;
        font-weight: 800;
        padding-bottom: 30px;
        display: inline-block;
        color: var(--dc-orange)
    }

    .service-card p {
        font-size: 14px
    }

    .service-card a {
        height: 55px;
        width: 55px;
        box-shadow: 0 1px 2px rgba(32,33,36,.1);
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        line-height: 55px;
        font-weight: 700;
        transition: .3s;
        color: inherit;
        background: var(--white)
    }

        .service-card a:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%
        }

 .footer {
    background: var(--dc-orange)
}

    .footer .company-rating-card {
        background: #043552;
        box-shadow: none;
        border-color: #003e63
    }

@media (max-width:1400px) {
    .crm-features .counter-list li .counter {
        font-size: 40px
    }
}

@media (max-width:1199px) {
    .solution-hero-section h1 {
        font-size: 48px;
        line-height: 52px
    }

    .solution-hero-section .right-image {
        padding-left: 0
    }

    .crm-features .top-content h2 {
        font-size: 40px;
        line-height: 44px
    }

    .why-choose-nw .why-choose-inner .right-content {
        padding-left: 0
    }
}

@media (max-width:991px) {
    .solution-hero-section h1 {
        font-size: 40px;
        line-height: 44px
    }

    .solution-hero-section {
        padding-bottom: 30px;
        text-align: center
    }

    .counter-stripe {
        bottom: 0;
        height: unset !important
    }

        .counter-stripe .counter-stripe-card p {
            margin-bottom: 0;
            font-size: 40px;
            margin-top: 8px;
            line-height: normal
        }

        .counter-stripe .counter-stripe-card h2 {
            font-size: 20px
        }
        .counter-stripe .counter-stripe-card .heading {
            font-size: 20px
        }

    .crm-features .top-content h2 {
        font-size: 40px;
        line-height: 44px
    }

    .about-image {
        margin-top: 30px
    }

    .why-choose-nw .why-choose-inner .right-content {
        padding-left: 0
    }

        .why-choose-nw .why-choose-inner .right-content > .row > div:nth-child(2) {
            margin-top: 0
        }

    .about-content .section-title {
        max-width: 100%
    }

    .why-choose-nw .section-title {
        max-width: 100%
    }

    .crm-features .about-content {
        padding-left: 0;
        margin-top: 30px
    }

    .crm-features .counter-list li .counter {
        font-size: 40px
    }

    .feature-image {
        padding-left: 0
    }

    .solution-feature-1.reversed .feature-image {
        padding-right: 0
    }

    .product--cta .cta-card {
        padding: 20px 15px
    }
}

@media (max-width:767px) {
    .solution-hero-section h1 {
        font-size: 36px;
        line-height: 40px
    }

    .solution-hero-section {
        padding-bottom: 30px;
        text-align: center
    }

    .counter-stripe {
        bottom: 0;
        height: unset !important
    }

        .counter-stripe .counter-stripe-card h2 {
            font-size: 14px;
            font-weight: 800;
            margin-bottom: 0
        }
        .counter-stripe .counter-stripe-card .heading {
            font-size: 14px;
            font-weight: 800;
            margin-bottom: 0
        }

        .counter-stripe .counter-stripe-card p {
            margin-bottom: 0;
            font-size: 22px;
            margin-top: 8px;
            line-height: normal
        }

    .crm-features .top-content h2 {
        font-size: 30px;
        line-height: 34px
    }

    .crm-feature-card h3 {
        font-size: 18px
    }

    .crm-features .about-content {
        padding-left: 0;
        margin-top: 10px
    }

    .crm-features .counter-list li .counter {
        font-size: 40px;
        font-weight: 700;
        color: var(--dc-orange);
        line-height: 56px
    }

    .crm-features {
        padding: 40px 0 50px;
        margin-bottom: 30px
    }

    .solution-feature-1 {
        padding: 50px 0
    }

    .travel-testimonial.testimonial-section-type-2 {
        padding: 20px 40px
    }

    .feature-image {
        padding-left: 0;
        position: relative;
        z-index: 1
    }

    .solution-feature-1.reversed .feature-image {
        padding-right: 0
    }

    .cta-card .image {
        margin-top: 30px
    }

    .travel-cta.product--cta {
        padding: 50px 0
    }

    .why-choose-nw .why-choose-inner {
        padding-top: 50px
    }

        .why-choose-nw .why-choose-inner .right-content {
            padding-left: 15px
        }

            .why-choose-nw .why-choose-inner .right-content > .row > div:nth-child(2) {
                margin-top: 0
            }

    .our-succes-story-2 {
        padding: 50px 0
    }
}
