body {
  --dc-orange: #735ae5;
  --ts-dark: #002c63;
  --ts-dark-2: #002c63;
  --bright-yellow: #e1f757;
}

.header.inner-page {
  background: 0 0;
}

.header.inner-page.sticky {
  background: var(--white);
}

.solution-hero-section {
  padding: 140px 0 100px;
  background: transparent linear-gradient(244deg, #fde6cd, #ebebff) 0 0
    no-repeat padding-box;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.solution-hero-section .image {
  padding-left: 80px;
}

.solution-hero-section .image img {
  max-height: 560px;
  display: block;
  margin-left: auto;
}

.solution-hero-section .container {
  max-width: 1370px;
}

.counter-sec {
  padding: 80px 0 0;
}

.counter-sec .section-title h2 {
  font-size: 22px;
  font-weight: 800;
}

.counter-content {
  padding-left: 100px;
}

.counter-content h3 {
  font-weight: 700;
  font-size: 50px;
  line-height: 48px;
  padding-right: 20px;
  position: relative;
  color: var(--dc-orange);
}
.counter-content .process-counter {
  font-weight: 700;
  font-size: 50px;
  line-height: 48px;
  padding-right: 20px;
  position: relative;
  color: var(--dc-orange);
}

.counter-content .counter {
  display: flex;
  align-items: center;
}

.counter-content h3:after {
  content: "";
  position: absolute;
  top: -23px;
  left: -22px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: linear-gradient(
    145.27deg,
    rgb(99 0 77 / 20%) 15.55%,
    rgba(185, 173, 255, 0) 86.81%
  );
  border-radius: 100px;
}
.counter-content .process-counter:after {
  content: "";
  position: absolute;
  top: -23px;
  left: -22px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: linear-gradient(
    145.27deg,
    rgb(99 0 77 / 20%) 15.55%,
    rgba(185, 173, 255, 0) 86.81%
  );
  border-radius: 100px;
}

.counter-content .counter p {
  margin-bottom: 0;
  padding-left: 10px;
  font-weight: 600;
  opacity: 0.9;
}

.counter-content-wrap {
  padding-bottom: 70px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5dfff;
}

.about-software {
  padding: 80px 0;
}

.about-software .about-card {
  padding: 60px 60px 35px;
  border-radius: 22px;
  background: #f6fafe;
  max-width: 1240px;
  margin: 0 auto;
}

.about-software .right-content ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.about-software .right-content ul li {
  display: flex;
  gap: 12px;
  margin-bottom: 13px;
}

.about-software .right-content ul li svg {
  position: relative;
  top: 4px;
  font-size: 20px;
  color: var(--dc-orange);
}

.about-software .client-logo-wrapper h2 {
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
}

.about-software .client-logo-wrapper {
  margin-top: 80px;
}

.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-software .testimonial-card-type-2 {
  background: var(--ts-dark-2);
  color: var(--white);
}

.about-software .testimonial-card-type-2 p strong {
  color: #9dff07;
}

.client-logo-infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.client-logo-infinite-slider .swiper-slide {
  border-radius: 10px;
  padding: 10px 16px;
  margin: 10px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.client-logo-infinite-slider .swiper-slide img {
  width: 200px;
  height: 60px;
  object-fit: contain;
}

.feature-list {
  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;
}

.solution-feature-1 {
  padding: 80px 0;
}

.solution-feature-1 .solution-card {
  padding: 50px;
  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-content h2, .feature-content h3 {
    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);
}

.why-choose-nw {
  background: transparent linear-gradient(244deg, #fde6cd, #ebebff) 0 0
    no-repeat padding-box;
  padding: 80px 0 0;
  margin-bottom: 80px;
}

.why-choose-nw .product--cta {
  margin-bottom: -80px;
}

.why-choose-nw h2 {
  color: var(--ts-dark);
}

.why-choose-nw .counter {
  margin: 40px 0 30px;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}

.why-choose-nw .counter li {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

.why-choose-nw .counter li h3 {
  font-size: 60px;
  font-weight: 700;
  color: var(--dc-orange);
  line-height: 56px;
}

.why-choose-nw .counter span {
  opacity: 0.9;
}

.why-choose-nw .why-choose-section-title {
  padding-right: 80px;
}

.why-choose-nw .accordion-body {
  background: 0 0;
  padding: 10px 0 10px;
}

.why-choose-nw .accordion-item {
  border: none;
  margin-bottom: 20px;
  background: 0 0;
  border-bottom: 2px solid var(--dc-orange);
  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(--ts-dark);
}

.why-choose-nw .accordion-button::after {
  content: none;
}

.why-choose-nw .accordion-item .accordion-collapse {
  font-size: 14px;
}

.why-choose-nw .product--cta .cta-card {
  background: var(--dc-orange);
  position: relative;
  padding: 20px 40px;
}

.why-choose-nw .product--cta .cta-card img {
  margin: 0 auto;
  display: block;
}

.why-choose-nw .product--cta .cta-card .content h2,
.why-choose-nw .product--cta .cta-card .content .cta-type-2-heading {
  color: var(--white);
  font-weight: 800;
}

.our-succes-story-2 {
  padding: 120px 0 80px;
}

.our-succes-story-2-card {
  background-color: #e4ecff;
}

.industry-focused-insights {
  padding: 80px 0;
  background: #f3f3f3;
}

.industry-focused-insight-card {
  background-color: var(--white);
}

.industry-focused-insight-card:hover {
  background: var(--dc-orange);
}

.footer {
  background: #222;
}

.footer .company-rating-card {
  background: #343434;
  border-color: #343434;
  box-shadow: none;
}

@media (max-width: 1399px) {
  .solution-hero-section h1 {
    font-size: 48px;
    line-height: 52px;
  }

  .travel-testimonial.testimonial-section-type-2 {
    padding: 40px 60px;
  }

  .counter-content {
    padding-left: 50px;
  }

  .feature-list .section-content-gap {
    margin-top: 0;
  }

  .solution-feature-1 .solution-card {
    margin-top: 30px;
  }
}

@media (max-width: 1199px) {
  .solution-hero-section h1 {
    font-size: 44px;
    line-height: 50px;
  }

  .counter-content {
    padding-left: 40px;
  }

  .solution-types .type-card {
    padding: 20px;
  }

  .solution-types .type-card h3 {
    font-size: 22px;
  }

  .why-choose-nw .right-content > .row > div:nth-child(2) {
    margin-top: 30px;
  }

  .why-choose-nw .right-content {
    padding-left: 20px;
  }

  .why-choose-nw .why-choose-nw-card {
    padding: 24px;
    min-height: 190px;
  }

  .why-choose-nw .why-choose-nw-card h3 {
    font-size: 20px;
  }

  .feature-list .section-content-gap {
    gap: 30px;
  }

  .feature-list__row .feature-list-card {
    padding: 30px;
  }

  .solution-hero-section h1 {
    font-size: 40px;
  }

  .solution-hero-section .image {
    padding-left: 20px;
  }

  .solution-hero-section {
    padding-top: 120px;
  }

  .counter-sec {
    padding: 60px 0 0;
  }

  .about-software,
  .feature-list,
  .solution-feature-1 {
    padding: 60px 0;
  }

  .about-software .about-card {
    padding: 40px 40px 35px;
  }

  .about-software .client-logo-wrapper {
    margin-top: 60px;
  }

  .feature-list__row .feature-list-card h3 {
    font-size: 20px;
  }

  .solution-feature-1 .solution-card {
    padding: 36px;
    margin-bottom: 40px;
  }

  .why-choose-nw .counter li h3 {
    font-size: 48px;
  }

  .why-choose-nw .why-choose-section-title {
    padding-right: 20px;
  }

  .our-succes-story-2 {
    padding-top: 70px;
  }

  .retail-e-commerce-solution .industry-focused-insights {
    padding: 60px 0 !important;
  }
}

@media (max-width: 991px) {
  .solution-hero-section {
    padding-bottom: 30px;
    text-align: center;
  }

  .solution-hero-section .image img {
    margin: 0 auto;
  }

  .solution-hero-section .image {
    padding-left: 0;
    margin-top: 30px;
  }

  .retail-e-commerce-solution .industry-focused-insights {
    padding: 50px 0 !important;
  }

  .why-choose-nw .product--cta .cta-card img {
    max-height: 240px;
    right: 50px;
    top: 20px;
  }

  .about-software,
  .feature-list,
  .solution-feature-1,
  .why-choose-nw {
    padding: 50px 0;
  }

  .why-choose-nw .why-choose-section-title {
    max-width: 100%;
  }

  .our-succes-story-2 {
    padding-top: 50px;
  }

  .why-choose-nw {
    margin-bottom: 40px;
  }

  .counter-content h3:after {
    width: 70px;
    height: 70px;
    top: -15px;
  }
  .counter-content .process-counter:after {
    width: 70px;
    height: 70px;
    top: -15px;
  }

  .counter-content h3 {
    font-size: 38px;
    line-height: 40px;
    padding-right: 0;
  }
  .counter-content .process-counter {
    font-size: 38px;
    line-height: 40px;
    padding-right: 0;
  }

  .counter-content .counter p {
    font-size: 14px;
  }

  .counter-content {
    padding-left: 30px;
  }

  .about-software .about-card {
    padding: 30px;
  }

  .about-software .right-content .section-title {
    max-width: 100%;
  }

  .feature-list .section-content-gap {
    grid-template-columns: repeat(2, 1fr);
  }

  .solution-feature-1 .solution-card {
    padding: 30px;
  }

    .feature-content h2, .feature-content h3 {
        font-size: 30px;
        line-height: 34px;
    }

  .feature-content ul {
    margin-top: 10px;
  }

  .why-choose-nw .counter li h3 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .solution-hero-section h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .feature-list .section-content-gap {
    grid-template-columns: repeat(1, 1fr);
  }

  .counter-content h3:after {
    width: 50px;
    height: 50px;
    top: -8px;
  }
  .counter-content .process-counter:after {
    width: 50px;
    height: 50px;
    top: -8px;
  }

  .counter-content h3 {
    font-size: 28px;
    line-height: 32px;
  }
  .counter-content .process-counter {
    font-size: 28px;
    line-height: 32px;
  }

  .counter-content-wrap {
    row-gap: 40px;
    justify-content: center;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 0;
  }

  .counter-content .counter {
    justify-content: center;
  }

  .counter-sec {
    padding: 50px 0 0;
  }

    .feature-content h2, .feature-content h3 {
        font-size: 24px;
        line-height: 28px;
    }

  .why-choose-nw .product--cta .cta-card {
    background: var(--dc-orange);
    position: relative;
    padding: 20px 25px;
  }
}

@media (max-width: 575px) {
  .solution-hero-section h1 {
    font-size: 32px;
  }

  .about-software .about-card {
    padding: 20px;
  }

  .solution-feature-1 .solution-card {
    padding: 20px;
  }
}
