/* Solutions Page */
body {
    --dc-orange: #f0a73e;
    --ts-dark: #8b22cb;
    --ts-dark-2: #000000;
}

.solution-hero-section {
    padding: 100px 0;
}

.highlighted-text {
    color: var(--ts-dark);
    font-weight: 800;
}

/* Product */
.solution-hero-section {
    padding: 150px 0 170px;
    position: relative;
    z-index: 1;
    background: var(--ts-dark);
    overflow: hidden;
}

    .solution-hero-section:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 300px;
        height: 300px;
        border-radius: 100%;
        background: #eee;
        filter: blur(120px);
        background-image: radial-gradient(circle, #ffb100, #cc00ff, black);
        margin: 0 auto;
        right: 0;
        transform: translateY(-50%);
        z-index: -1;
    }

    /*.solution-hero-section .right-image {
  margin-right: -340px;
}
*/
    .solution-hero-section .container {
        max-width: 1300px;
    }

    .solution-hero-section .right-image img {
        max-height: 560px;
        display: block;
        margin-left: auto;
    }

/**/
.about-us {
    padding: 0 0 80px;
}

    .about-us .solutions-introimage {
        max-width: 1300px;
        margin: -120px auto 0;
        position: relative;
        z-index: 1;
        padding: 50px 50px 0;
    }

.solutions-introimage {
    border-radius: 20px;
    background: var(--white);
}

.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;
    }

.about-us .solutions-introimage .client-logo-title {
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 40px;
    color: var(--dc-orange);
}

.solutions-introimage .left-image {
    padding-right: 80px;
}

    .solutions-introimage .left-image img {
        max-height: 400px;
        margin-right: auto;
    }

/**/
.about-solution {
    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);
        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-list-section {
    padding: 80px 0;
    background-color: #f7f7f7;
}

.feature-list__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

    .feature-list__row .feature-list-card .icon {
        margin-bottom: 40px;
    }

    .feature-list__row .feature-list-card h3 {
        font-size: 22px;
        font-weight: 800;
    }

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

    .feature-list__row .feature-list-card {
        padding: 40px;
        height: 100%;
        background: var(--white);
        border-radius: 15px;
    }

        .feature-list__row .feature-list-card .big-digit {
            -webkit-text-stroke: 1px var(--dc-orange);
            font-size: 80px;
            font-weight: 700;
            -webkit-text-fill-color: var(--white);
            font-family: sans-serif;
            line-height: normal;
            margin-bottom: 20px;
        }

/* */
.solution-feature-1 {
    padding: 80px 0;
}

    .solution-feature-1 .solution-card {
        padding: 60px 65px;
        border-radius: 20px;
        background: #f6fff0;
        margin-bottom: 60px;
    }

        .solution-feature-1 .solution-card:last-child {
            margin-bottom: 0;
        }

    .solution-feature-1 .section-title h2 .big-text {
        font-size: 48px;
        font-weight: 800;
    }

    .solution-feature-1 .feature-image {
        padding-left: 50px;
    }

        .solution-feature-1 .feature-image .image-1 img {
            border-radius: 20px;
            max-height: 450px;
        }

    .solution-feature-1 .flex-row-reverse .feature-image {
        padding-left: 0;
        padding-right: 50px;
    }

.feature-image {
    padding-left: 50px;
    position: relative;
    z-index: 1;
}

/**/
.feature-section {
    padding: 80px 0;
}

    .feature-section .fearure__row {
        row-gap: 80px;
    }

.fearure__row .feature-content span {
    font-size: 17px;
    padding: 6px 15px 8px;
    margin: 0 0 14px 0;
    display: inline-block;
    border-radius: 5px;
    font-family: var(--zf-primary-Medium);
}

.fearure__row .feature-content h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 10px;
}

.fearure__row .feature-content {
    padding-right: 40px;
}

.feature-section .fearure__row .image {
    padding-left: 30px;
}

.feature-section .fearure__row img {
    max-height: 380px;
}

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

    .fearure__row .feature-content ul li svg {
        color: #09ab79;
        margin-right: 10px;
    }

    .fearure__row .feature-content ul li {
        margin-bottom: 10px;
    }

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

    .feature-section .accordion-button:not(.collapsed) {
        color: var(--ts-dark);
    }

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

    .feature-section .accordion-button svg {
        transition: 0.3s all ease-in-out;
        opacity: 0.5;
    }

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

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

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

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

/**/
.solution-types {
    padding: 80px 0;
    background: #fbfbfb;
}

    .solution-types .type-card {
        text-align: left;
        background-repeat: no-repeat;
        padding: 50px 50px 50px 50px;
        border-style: none;
        border-radius: 10px;
        position: relative;
        min-height: 330px;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .solution-types .container {
        max-width: 1360px;
    }

    .solution-types .type-card h3 {
        font-size: 26px;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .solution-types .type-card img {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 170px;
        z-index: -1;
    }

/**/
.why-choose-nw {
    padding: 80px 0 200px;
    background: url(../images/solutions/recuritment-agency/why-us-bg.jpg);
    position: relative;
    z-index: 1;
    color: var(--white);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

    .why-choose-nw::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: var(--ts-dark);
        opacity: 0.9;
        z-index: -1;
    }

    .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;
            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: transparent;
        padding: 10px 0 10px;
        color: var(--white);
    }

    .why-choose-nw .accordion-item {
        border: none;
        margin-bottom: 0;
        background: transparent;
        border-bottom: 2px solid var(--white);
        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(--white);
        padding: 20px 0;
    }

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

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

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

/**/
.product--cta {
    position: relative;
    z-index: 1;
    padding: 0 0 50px;
}

    .product--cta .cta-card {
        background: transparent linear-gradient(139deg, #4dc795, #7762fd 85%, #5022cb) 0 0 no-repeat padding-box;
    }

/**/
.our-succes-story-2 {
    padding: 80px 0;
}

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

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

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

    .industry-focused-insight-card:hover {
        background: var(--ts-dark);
    }

    .industry-focused-insight-card ul li {
        background: rgb(237 230 255);
        color: var(--ts-dark);
    }

/**/
.candidate-assesment-solution .footer {
    background: #1a1a1af5;
}

    .candidate-assesment-solution .footer .company-rating-card {
        background: #333334;
        border-color: #313238;
        box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.2);
    }

/*@media (max-width: 1299px) {
  .solution-hero-section .right-image {
    margin-right: -220px;

  }*/

.solution-hero-section h1 {
    font-size: 50px;
}

}

@media (max-width: 1199px) {
    .solution-hero-section {
        text-align: center;
    }

        .solution-hero-section .right-image {
            margin-top: 1rem;
        }

        .solution-hero-section .right-image {
            margin-right: 0px;
        }

            .solution-hero-section .right-image img {
                max-height: 100% !important;
            }

    .fearure__row .feature-content {
        padding-right: 0px;
    }

        .fearure__row .feature-content h2 {
            margin-bottom: 20px;
        }
}

@media (max-width: 991px) {

    .solution-hero-section {
        text-align: center;
    }

        .solution-hero-section .right-image {
            margin-top: 1rem;
        }

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

        .solution-hero-section .right-image {
            margin-right: 0px;
        }

    .about-solution .image {
        padding-right: 0;
        text-align: center;
        margin-top: 40px;
    }

    .feature-list__row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .fearure__row .feature-content h2 {
        font-size: 28px;
    }

    .fearure__row .feature-content {
        padding-right: 0px;
    }

    .fearure__row .feature-content {
        padding-right: 0px;
        margin-bottom: 40px;
    }

    .solution-types .type-card h3 {
        font-size: 22px;
    }

    .why-choose-nw .accordian-wrap {
        padding-left: 0;
        margin-top: 30px;
    }

    .product--cta .cta-card {
        padding: 30px;
    }

    .candidate-assesment-solution .industry-focused-insights {
        padding: 50px 0 50px !important;
    }
}

@media (max-width: 767px) {

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

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

        .solution-hero-section .right-image {
            margin-right: 0px;
            margin-top: 1rem;
        }

    .feature-list__row {
        grid-template-columns: repeat(1, 1fr);
    }

    .about-us .solutions-introimage {
        max-width: 1300px;
        margin: 12px auto 0;
        position: relative;
        z-index: 1;
        padding: 30px 10px 0;
    }

    .section-title h2,
    .section-title-h3 h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px !important;
        font-weight: 700;
    }

    .about-solution h3 {
        font-size: 18px;
        line-height: 22px;
        padding-left: 20px;
    }

    .about-solution {
        padding-bottom: 50px;
    }

    .solution-types .type-card {
        padding: 30px;
    }

    .feature-section .fearure__row {
        row-gap: 50px;
    }

    .fearure__row .feature-content h2 {
        font-size: 24px;
        margin-bottom: 20px;
        ;
    }

    .fearure__row .feature-content {
        padding-right: 0px;
    }

    .feature-section .fearure__row .image {
        padding-left: 0px;
    }

    .feature-list-section {
        padding: 50px 0px;
    }

    .feature-section {
        padding: 50px 0;
    }

    .solution-types .type-card h3 {
        font-size: 20px;
    }

    .solution-types {
        padding: 50px 0px
    }

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

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

    .why-choose-nw .accordian-wrap {
        padding-left: 0;
        margin-top: 30px;
    }

    .fearure__row .feature-content {
        margin-bottom: 40px;
    }
}

@media (max-width: 576px) {
}
