body {
  --dc-orange: #0648ef;
  --ts-dark: #19191a;
  --ts-dark-2: #010e05;
  --bright-yellow: #e1f757;
}

.connect--cta {
  background: #ddefe1;
}

.connect--cta .cta-card {
  background: linear-gradient(45deg, #0ea72f, #2438d3 140%);
  margin-top: -60px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px;
}

.connect--cta .cta-card:before {
  opacity: 0.5;
}

.connect--cta .cta-card h2,
.connect--cta .cta-card .cta-type-1-heading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.connect--cta .cta-card h3,
.connect--cta .cta-card .cta-type-1-sub-heading {
  font-size: 20px;
}

.btn-yellow {
  background-color: var(--bright-yellow) !important;
  border-color: var(--bright-yellow) !important;
  color: var(--dark) !important;
}

.btn-yellow:hover {
  color: var(--bright-yellow) !important;
  background: 0 0 !important;
}

.redius-shape-1 {
  height: 500px;
  width: 500px;
  background-color: #32ff5e54;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 132px;
  left: 25px;
  will-change: border-radius, transform, opacity;
  animation: sliderShape 8s linear infinite;
  z-index: -1;
  opacity: 0.1;
}

.redius-shape-2 {
  top: 2%;
  right: 8%;
  height: 375px;
  width: 375px;
  background-color: #807dfb;
  position: absolute;
  border-radius: 50%;
  display: inline-block;
  will-change: border-radius, transform, opacity;
  animation: sliderShape 7s linear infinite;
  z-index: -1;
  opacity: 0.5;
}

@keyframes sliderShape {
  0%,
  100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  34% {
    border-radius: 36% 64% 41% 59%/54% 41% 59% 46%;
    transform: translate3d(1px, 5px, 2px) rotateZ(0.01deg);
  }

  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(-1px, -3px, -2px) rotateZ(0.01deg);
  }
}

.solution-hero-section {
  padding: 140px 0 80px;
  background-color: var(--ts-dark-2);
  position: relative;
  z-index: 1;
  min-height: 85vh;
}

.solution-hero-section h1 {
  color: 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;
}

.client-logo-section {
  padding: 50px 0;
}

.crm-features {
  padding: 40px 0 80px;
  position: relative;
}

.crm-features:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: #f4f7ff;
  z-index: -1;
}

.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: 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;
}

.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-testimonials {
  padding: 80px 0;
  background: #f4f7ff;
  background-repeat: no-repeat;
  background-size: cover;
}

.crm-testimonials .swiper-slide {
  height: unset;
}

.crm-testomonial-card {
  background: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  border-radius: 30px;
  padding: 30px;
  padding-left: 45px;
  margin: 0 16px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.crm-testomonial-card p {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 10px;
  padding-right: 0;
}

.crm-testomonial-card .ratings-wrap {
  padding-bottom: 22px;
  color: #ffab0a;
}

.crm-testomonial-card .details .name {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0;
}

.crm-testomonial-card .details .position {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.crm-testimonials .section-title {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.crm-testimonials .swiper-button-next,
.crm-testimonials .swiper-button-prev {
  position: relative;
  left: unset;
  right: unset;
  top: unset;
  color: var(--dc-orange);
  margin: 0;
}

.crm-testimonials .swiper-button-next svg,
.crm-testimonials .swiper-button-prev svg {
  width: 18px;
}

.crm-testimonials .swiper-button-next:after,
.crm-testimonials .swiper-button-prev:after {
  content: none;
}

.crm-testimonials .slider-buttons {
  display: flex;
  gap: 10px;
}

.crm-testimonials .section-title h2 {
  margin-bottom: 0;
}

.solution-feature-1 .mt-40 {
  margin-top: 40px;
}

.solution-feature-1 {
  padding: 80px 0;
}

.solution-feature-1 .feature-image {
  padding-left: 50px;
}

.solution-feature-1 .feature-image .image-2 {
  margin-top: -90px;
  margin-left: 40px;
  position: relative;
}

.solution-feature-1 .feature-image .image-1 img {
  border-radius: 20px;
  filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.2));
  max-height: 450px;
}

.solution-feature-1 .flex-row-reverse .feature-image {
  padding-left: 0;
  padding-right: 50px;
}

.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-card .icon img {
  height: 64px;
  width: 64px;
}

.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);
}

.why-choose-nw {
  padding: 80px 0 140px;
  background: var(--ts-dark-2);
  position: relative;
  z-index: 1;
}

.why-choose-nw .section-title p {
  opacity: 0.85;
  margin-bottom: 0;
}

.why-choose-nw ul {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}

.why-choose-nw ul li {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.why-choose-nw ul li svg {
  color: var(--dc-orange);
  position: relative;
  top: 2px;
}

.why-choose-nw .right-content {
  padding-left: 50px;
}

.why-choose-nw .why-choose-nw-card {
  padding: 40px 30px;
  background: var(--ts-dark);
  text-align: center;
  border-radius: 8px;
  min-height: 210px;
  margin-top: 24px;
  border-bottom: 1px dashed var(--dc-orange);
}

.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;
}

.why-choose-nw .right-content > .row > div:nth-child(2) {
  margin-top: 70px;
}

.our-succes-story-2 {
  padding: 80px 0 40px;
}

.footer {
  background: var(--ts-dark-2);
}

.footer .company-rating-card {
  background: var(--ts-dark);
  border-color: var(--ts-dark);
  box-shadow: 0 0 11px 2px rgb(1 14 5);
}

.product-features {
  padding-bottom: 80px;
  background: #f4f7ff;
}

.key-feature-card {
  padding: 30px;
  background: var(--white);
  box-shadow: 0 0 4px rgba(0, 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;
}

.feature-card {
  border: 2px solid transparent;
  padding: 35px 30px;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s linear 0s;
  position: relative;
  height: 100%;
  backdrop-filter: blur(20px);
  background: var(--white);
}

.feature-card .big-digit {
  -webkit-text-stroke: 1px #ccdfd0;
  font-size: 80px;
  font-weight: 700;
  -webkit-text-fill-color: #fff;
  font-family: sans-serif;
  line-height: normal;
}

.feature-card p {
  margin-bottom: 0;
  font-size: 14px;
  opacity: 0.7;
}

.feature-card h3 {
  font-size: 22px;
  margin: 30px 0 10px;
  font-weight: 800;
}

.company-benefits {
  background: url(../images/hire/banner-bg-2.jpg);
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  padding: 80px 0 80px;
}

.company-benefits::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.9;
  z-index: -1;
  left: 0;
  top: 0;
}

.company-benefits .content ul li {
  font-size: 18px;
  margin-top: 30px;
  padding-left: 20px;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
}

.company-benefits .content ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--dark);
  position: absolute;
  left: 0;
  top: 7px;
}

.company-benefits .benefit-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.company-benefits-right-image {
  width: 100%;
  height: 100%;
  /*background: url(../images/hire/hire-react-developer-2.jpg);*/
  background-position: center;
  background-size: cover;
  min-height: 400px;
}

.company-benefits .content ul li:before {
  background: #3fb950;
}

.company-benefits .content ul li h3 {
  color: #3fb950;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

.company-benefits .content ul li p {
  font-size: 14px;
  margin-bottom: 0;
}

.company-benefits .benefit-card {
  padding: 30px;
  border: 1px solid var(--white);
  border-radius: 20px;
  backdrop-filter: blur(15px);
  box-shadow: 0 0 34px 5px rgb(35 232 77 / 15%);
  height: 100%;
  background: var(--white);
}

.company-benefits .benefit-card h3 {
  color: #0e44a7;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

.company-benefits .benefit-card p {
  font-size: 18px;
  min-height: 48px;
}

.company-benefits .benefit-card span {
  font-style: italic;
  font-size: 20px;
  display: block;
  margin-top: 20px;
  font-weight: 700;
}

.company-benefits .pool-card {
  padding: 20px;
  position: relative;
  text-align: center;
  border: 1px solid #23c9e8;
  border-radius: 10px;
  max-width: 220px;
  margin: 0 auto;
  backdrop-filter: blur(17px);
}

.company-benefits .pool-card p {
  margin-bottom: 0;
}

.company-benefits .pool-card .pool-lable {
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  backdrop-filter: blur(15px);
  width: max-content;
  margin: 0 auto;
  font-size: 14px;
  padding: 0 10px;
  z-index: 1;
  background: #00030a;
  color: #23c9e8;
}

.company-benefits .section-title h2 {
  font-size: 54px;
}

@media (max-width: 1199px) {
  .redius-shape-2 {
    width: 200px;
    height: 200px;
  }

  .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;
  }

  .feature-content ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .solution-feature-1 .feature-image {
    padding: 0;
    text-align: center;
    margin-top: 30px;
  }

  .section-title h2 br {
    display: none !important;
  }

  .solution-story-slider-btns .swiper-button-next {
    right: 8px;
  }

  .solution-story-slider-btns .swiper-button-prev {
    left: 8px;
  }

  .solution-feature-1 {
    padding: 50px 0;
  }

  .company-benefits .section-title h2 {
    font-size: 40px;
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .feature-content ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .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;
  }

  .crm-features .top-content h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .crm-feature-card {
    padding: 24px;
  }

  .crm-feature-card .icon {
    margin-bottom: 30px;
  }

  .crm-feature-card h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .key-feature-card {
    padding: 20px;
  }

  .key-feature-card ul li {
    padding: 8px 0;
  }

  .crm-features {
    padding-bottom: 50px;
  }

  .feature-card .icon img {
    display: none;
  }

  .feature-card h3 {
    margin-top: 0;
  }

  .feature-card {
    padding: 24px;
  }

  .feature-card h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .company-benefits .section-title h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .company-benefits .benefit-card h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .company-benefits .benefit-card p {
    font-size: 16px;
  }

  .company-benefits .benefit-card span {
    font-size: 18px;
  }

  .redius-shape-1,
  .redius-shape-2 {
    display: none;
  }

  .solution--cta h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .solution-sucess-story-card .sucess-story-card-inner .left-content,
  .solution-sucess-story-card .sucess-story-card-inner .right-content {
    width: 100%;
  }

  .solution-sucess-story-card .sucess-story-card-inner .client-info-wrap {
    flex-wrap: wrap;
  }

  .solution-sucess-story-card
    .sucess-story-card-inner
    .client-info-wrap
    .content-wrap {
    width: 100%;
  }
}
