body {
  --dc-orange: #f0d83e;
  --ts-dark: #3122cb;
  --ts-dark-2: #34363ef5;
}

.solution-hero-section {
  padding: 100px 0;
}

.highlighted-text {
  color: var(--ts-dark);
  font-weight: 800;
}

.btn-orange {
  color: var(--black) !important;
}

.solution-hero-section {
  padding: 200px 0 200px;
  position: relative;
  z-index: 1;
  background: var(--ts-dark);
}

.solution-hero-section:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../images/solutions/job-portal/banner-bg.jpg);
  z-index: -1;
  opacity: 0.1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.solution-hero-section .right-image {
  padding-left: 70px;
}

.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: 6px;
  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(--ts-dark);
}

.solutions-introimage .left-image {
  padding-right: 80px;
}

.solutions-introimage .left-image img {
  max-height: 400px;
  margin-right: auto;
  border-radius: 20px;
}

.tab-content-inner h3 {
  padding-left: 20px;
  border-left: 4px solid #09ab79;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000;
}

.tab-content-inner ul {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}

.tab-content-inner ul li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
}

.tab-content-inner ul li:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  background: url(../images/solutions/list-icon.svg);
}

.crm-feature-card {
  border: 1px solid #e9ebf1;
  border-radius: 20px;
  padding: 35px 30px;
  overflow: hidden;
  transition: 0.3s;
  height: 100%;
}

.crm-feature-card:hover {
  box-shadow: 0 8px 16px -2px rgba(32, 33, 36, 0.06),
    0 16px 32px -2px rgba(32, 33, 36, 0.1);
}

.crm-feature-card .icon {
  margin-bottom: 50px;
}

.crm-feature-card h3 {
  font-size: 22px;
  font-weight: 800;
  margin: 0;
}

.crm-feature-card .white-badge {
  font-weight: 700;
  font-size: 11px;
  line-height: 8px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: 1px solid rgba(32, 33, 36, 0.1);
  border-radius: 100px;
  height: 26px;
  line-height: 24px;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 13px;
}

.crm-feature-card .icon img {
  width: 50px;
}

.ra-testimonial.testimonial-section-type-2 {
  background-color: #e8ecff;
  height: 100%;
  padding: 40px 100px;
  overflow: hidden;
  position: relative;
}

.ra-testimonial .swiper-slide {
  height: unset;
}

.ra-testimonial .testimonial-card-type-2 {
  padding: 20px 20px;
}

.ra-testimonial .testimonial-card-type-2 p {
  font-size: 14px;
  margin-bottom: 0;
}

.ra-testimonial .swiper-button-next:after,
.ra-testimonial .swiper-button-prev:after {
  content: none;
}

.ra-testimonial .swiper-button-next,
.ra-testimonial .swiper-button-prev {
  color: #000;
}

.ra-testimonial .swiper-button-next svg,
.ra-testimonial .swiper-button-prev svg {
  font-size: 4px;
  width: 15px;
  height: auto;
}

.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: 36px;
  font-weight: 800;
  margin-bottom: 10px;
}

.fearure__row .feature-content {
  padding-right: 40px;
}

.feature-section .fearure__row .image {
  padding-left: 30px;
}

.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;
}

.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: 1170px;
}

.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/job-portal/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: 0 0;
  padding: 10px 0 10px;
  color: var(--white);
}

.why-choose-nw .accordion-item {
  border: none;
  margin-bottom: 0;
  background: 0 0;
  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: 0 0 !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;
  margin-top: -100px;
}

.product--cta .cta-card {
  background: var(--dc-orange);
}

.product--cta .cta-card .content h2,
.product--cta .cta-card .content .cta-type-2-heading {
  font-weight: 800;
}

.product--cta .image img {
  max-height: 240px;
  display: block;
  margin-left: auto;
}

.our-succes-story-2 {
  padding: 80px 0;
}

.our-succes-story-2 .our-succes-story-2-card {
  background: #e8ecff;
}

.our-succes-story-2-card .category-badge {
  color: var(--black);
}

.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);
}

.footer {
  background: #1a1a1af5;
}

.footer .company-rating-card {
  background: #333334;
  border-color: #313238;
  box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1400px) {
  .solution-hero-section .container {
    max-width: 1300px;
  }
}

@media (max-width: 1399px) {
  .solution-hero-section h1 {
    font-size: 52px;
  }

  .ra-testimonial.testimonial-section-type-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .solution-types .type-card {
    min-height: 250px;
  }

  .why-choose-nw .accordian-wrap {
    padding-left: 30px;
  }

  .solution-types .type-card img {
    width: 120px;
  }
}

@media (max-width: 1199px) {
  .solution-hero-section h1 {
    font-size: 48px;
    line-height: 52px;
  }

  .solution-hero-section {
    padding-top: 130px;
  }

  .about-us .solutions-introimage {
    padding: 40px 30px 0;
  }

  .solutions-introimage .left-image {
    padding-right: 40px;
  }

  .about-us {
    padding-bottom: 60px;
  }

  .our-succes-story-2 {
    padding: 60px 0;
  }
}

@media (max-width: 991px) {
  .solution-hero-section .right-image {
    padding-left: 0;
  }

  .solution-hero-section {
    padding-bottom: 30px;
    text-align: center;
  }

  .solution-hero-section .right-image img {
    max-width: 500px;
  }

  .about-us .solutions-introimage {
    margin-top: -50px;
  }

  .solutions-introimage .left-image {
    padding-right: 0;
    text-align: center;
  }

  .feature-section .fearure__row .image {
    padding: 0;
    text-align: center;
  }

  .solution-types .type-card img {
    width: 80px;
  }

  .why-choose-nw .accordian-wrap {
    padding-left: 0;
  }

  .job-portal-solution .industry-focused-insights {
    padding: 50px 0 !important;
  }

  .feature-section,
  .our-succes-story-2,
  .solution-types {
    padding: 50px 0;
  }

  .product--cta .cta-card {
    padding: 30px;
  }

  .why-choose-nw {
    padding-bottom: 120px;
  }

  .product--cta {
    margin-top: -60px;
  }

  .feature-section .fearure__row {
    row-gap: 50px;
  }
}

@media (max-width: 767px) {
  .solution-hero-section h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .feature-content ul li {
    font-size: 15px;
  }

  .feature-content p {
    font-size: 15px;
  }

  .feature-content h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .our-succes-story-2 .our-succes-story-2-card {
    padding: 12px;
  }

  .solution-types .type-card {
    padding: 30px;
    min-height: unset;
  }

  .solution-types .type-card h3 {
    font-size: 20px;
  }

  .why-choose-nw {
    padding-top: 50px;
  }

  .solution-hero-section .right-image img {
    max-width: 100%;
  }
}
