/* Solutions Page */
body {
    --dc-orange: #3ba341;
    --ts-dark: #202020;
    --ts-dark-2: #181717;
}

.diagnostic-centre-solutions .industry-focused-insight-card:hover {
    background-color: var(--dc-orange);
}

.header.inner-page {
    background: transparent;
}

    .header.inner-page.sticky {
        background-color: var(--white);
    }

.blocksglow {
    background-color: #74549e;
    filter: blur(100px);
    border-radius: 100%;
    width: 250px;
    height: 250px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.solution-dark-gray {
    background-color: #f6f5ef;
}

.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-infinite-slider {
    margin-top: 70px;
}

.scale-feature-card .icon img {
    height: 50px;
}

.scale-feature-card h3 {
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 16px;
    font-weight: 800;
    color: #161932;
}

/* Travel Product */
.solution-hero-section {
    padding: 200px 0 80px;
    position: relative;
    z-index: 1;
}

    .solution-hero-section:before {
        content: "";
        background: url(../images/solutions/diagnostic-centre/hero-s3-bg.png) right center/100% no-repeat local;
        position: absolute;
        left: 0;
        top: 0;
        width: 80%;
        height: 100%;
        right: 0;
        margin-left: auto;
        z-index: -1;
        opacity: 0.3;
    }

    .solution-hero-section .right-image {
        padding-left: 30px;
    }

        .solution-hero-section .right-image img {
            max-height: 600px;
            margin: 0 auto;
            display: block;
        }

/* Travel Testimonial Section */
.travel-testimonial.testimonial-section-type-2 {
    background-color: #ecfcec;
    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 40px;
}

    .about-our-solution .about-content {
        padding-left: 70px;
    }

    .about-our-solution .about-image {
        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*/
.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: 0.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 {
    margin: auto;
    display: block;
    border-radius: 15px;
}

.feature-image .image-1 {
    margin-right: auto;
    display: block;
    border-radius: 20px;
}

.feature-image .list-content {
    position: absolute;
    top: -19%;
    right: -7%;
    padding: 30px 20px;
    background: #04143a;
    border-radius: 20px;
    min-width: 350px;
}

    .feature-image .list-content .list {
        margin: 0;
        padding: 0;
        list-style: none;
        color: #fff;
    }

        .feature-image .list-content .list .list-item {
            padding-left: 20px;
            margin-bottom: 20px;
            font-size: 14px;
            position: relative;
        }

            .feature-image .list-content .list .list-item:last-child {
                margin-bottom: 0;
            }

            .feature-image .list-content .list .list-item:before {
                content: "";
                position: absolute;
                width: 9px;
                height: 9px;
                background: #8962b8;
                border-radius: 100%;
                left: 0;
                top: 7px;
            }

            .feature-image .list-content .list .list-item:nth-child(2n):before {
                background: #fb5781;
            }

            .feature-image .list-content .list .list-item:nth-child(3n):before {
                background: #e4b520;
            }

            .feature-image .list-content .list .list-item:nth-child(4n):before {
                background: #3ac378;
            }

.solution-feature-1.reversed .feature-image .list-content {
    right: unset;
    left: -7%;
}

.solution-feature-1.reversed .feature-image {
    padding-left: 0;
    padding-right: 50px;
}

    .solution-feature-1.reversed .feature-image .image-1 {
        margin-right: 0;
        margin-left: auto;
    }

.solution-feature-1.reversed .blocksglow {
    background: #56908a;
}

/**/
/* */
.feature-listing {
    padding: 160px 0 180px;
    background: var(--ts-dark);
    color: var(--white);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .feature-listing .redius-shape-1 {
        right: -20px;
        left: unset;
        transform: scaleX(-1);
    }

    .feature-listing .container {
        max-width: 1300px;
    }

    .feature-listing .row {
        row-gap: 60px;
    }

    .feature-listing .white-badge {
        background: var(--dc-orange);
        padding: 2px 10px;
        border-radius: 4px;
        font-weight: 500;
        color: var(--white);
        font-size: 14px;
        margin-bottom: 10px;
        display: inline-block;
    }

    .feature-listing .right-image img {
        display: block;
        margin: 0 auto;
    }

    .feature-listing .right-image {
        padding-left: 80px;
        margin-top: -40px;
    }

/**/
.what-we-serve {
    margin-top: -80px;
    position: relative;
    z-index: 1;
}

    .what-we-serve .container {
        max-width: 1200px;
    }

    .what-we-serve .row {
        row-gap: 24px;
    }

.what-we-serve-card {
    padding: 40px;
    box-shadow: 2px 4px 1.5em 0 rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
    transition: all 300ms ease-in-out;
    background: var(--white);
}

    .what-we-serve-card:hover {
        transform: translateY(-10px);
    }

    .what-we-serve-card .icon {
        width: 60px;
        height: 60px;
        background: #edeff3;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        font-size: 24px;
        margin-bottom: 30px;
    }

    .what-we-serve-card h2, .what-we-serve-card h3 {
        font-size: 18px;
        font-weight: 800;
        margin-bottom: 0;
    }

/**/
.product--cta {
    padding: 80px 0;
}

    .product--cta .cta-card {
        background: transparent linear-gradient(139deg, #3ba341, #5e8bff 85%, #1867f7) 0 0 no-repeat padding-box;
    }

/**/
.why-choose-nw {
    background: #ecfcec;
    padding: 0 0 80px;
}

    .why-choose-nw .why-choose-inner {
        padding-top: 80px;
    }

    .why-choose-nw .section-title p {
        opacity: 0.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 ul li {
            display: flex;
            gap: 10px;
            margin-bottom: 10px;
        }

            .why-choose-nw .why-choose-inner ul li svg {
                color: var(--dc-orange);
                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: var(--dc-orange);
        text-align: center;
        border-radius: 8px;
        min-height: 210px;
        margin-top: 24px;
        border-bottom: 1px dashed #8aff91;
    }

        .why-choose-nw .why-choose-nw-card h3 {
            font-size: 22px;
            font-weight: 700;
            color: var(--white);
            margin-bottom: 12px;
        }

        .why-choose-nw .why-choose-nw-card p {
            margin-bottom: 0;
            opacity: 0.8;
            line-height: 22px;
            font-size: 14px;
            color: var(--white);
        }

    .why-choose-nw .why-choose-inner .right-content > .row > div:nth-child(2) {
        margin-top: 70px;
    }

/* Travel Cta */
.travel-cta.product--cta {
    background: var(--ts-dark);
}

    .travel-cta.product--cta .cta-card {
        background: transparent linear-gradient(45deg, var(--dc-orange), #2824d3 230%);
    }

/* Success Story */
.diagnostic-centre-solutions .our-succes-story-2-card {
    background: #e6ffe7;
}

    .diagnostic-centre-solutions .our-succes-story-2-card .category-badge {
        background-color: var(--dc-orange);
    }

/* Travel Footer */
.footer {
    background: var(--ts-dark);
}

    .footer .company-rating-card {
        background: var(--ts-dark-2);
        box-shadow: 0 0 11px 2px rgb(6 48 35 / 19%);
        border-color: var(--ts-dark-2);
    }

.why-choose-inner h3 {
    font-size: 20px;
    font-weight: 600;
}

.why-choose-inner .sub-title {
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .solution-hero-section h1 {
        font-size: 48px;
        line-height: 52px;
    }

    .travel-testimonial.testimonial-section-type-2 {
        background-color: #ecfcec;
        height: 100%;
        padding: 40px 50px;
    }

    .about-our-solution .about-content {
        padding-left: 30px;
    }

    .feature-content h2 {
        font-size: 28px;
    }

    .what-we-serve-card {
        padding: 20px;
    }
}

@media (max-width: 991px) {

    .solution-hero-section {
        padding: 130px 0px 30px;
        text-align: center;
    }

        .solution-hero-section h1 {
            font-size: 40px;
            line-height: 44px;
        }

    .travel-testimonial.testimonial-section-type-2 {
        background-color: #ecfcec;
        height: 100%;
        padding: 40px 50px;
    }

    .about-our-solution .about-content {
        padding-left: 0px;
    }

    .feature-content h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .about-our-solution .section-title {
        max-width: 100%;
    }

    .feature-listing {
        padding: 100px 0px 100px
    }

        .feature-listing .right-image {
            padding-left: 0px;
            margin-top: 00px;
        }

    .what-we-serve-card {
        padding: 25px;
    }

        .what-we-serve-card .icon {
            margin-bottom: 20px;
        }

    .why-choose-nw .section-title {
        max-width: 100%;
    }

    .why-choose-nw .why-choose-inner .right-content {
        padding-left: 0px;
    }
}

@media (max-width: 767px) {

    .solution-hero-section h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .solution-hero-section {
        padding: 130px 0px 30px;
        text-align: center;
    }

    .why-choose-nw .why-choose-nw-card {
        min-height: unset !important;
    }

    .solution-hero-section .right-image {
        padding-left: 0px;
        margin-top: 30px;
    }

    .travel-testimonial.testimonial-section-type-2 {
        padding: 30px 40px;
    }



    .solution-feature-1 {
        padding: 50px 0;
    }

    .feature-content h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .feature-image {
        padding-left: 0px;
    }

    .solution-feature-1.reversed .feature-image {
        padding-right: 0px;
    }

    .about-our-solution .about-content {
        padding-left: 0px;
    }

    .feature-listing {
        padding: 50px 0;
    }

        .feature-listing .right-image {
            padding-left: 0px;
            margin-top: -40px;
        }

    .what-we-serve-card {
        padding: 20px;
    }

        .what-we-serve-card h2, .what-we-serve-card h3 {
            font-size: 14px;
        }

    .product--cta {
        padding: 50px 0;
    }

    .why-choose-nw .why-choose-inner .right-content > .row > div:nth-child(2) {
        margin-top: 0px;
    }

    .our-succes-story-2 {
        padding-bottom: 50px;
    }

    .what-we-serve {
        margin-top: -70px;
        padding: 50px 0px;
    }

    .why-choose-nw {
        background: #ecfcec;
        padding: 0 0 50px;
    }

        .why-choose-nw .why-choose-inner .right-content {
            padding-left: 0px;
        }

        .why-choose-nw .why-choose-inner {
            padding-top: 50px;
        }

            .why-choose-nw .why-choose-inner .right-content {
                padding-left: 15px;
            }
}

@media (max-width: 576px) {
}
