.ksolves-cta-banner {
  position: relative;
  width: 100%;
  min-height: 402px;
  overflow: hidden;
  background-image: url("/wp-content/uploads/2026/05/bgwave-cta.webp");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

.ksolves-cta-banner__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: 1;
  pointer-events: none;
}

.ksolves-cta-banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  /* background-image: linear-gradient(
                -59.09deg,
                rgba(5, 3, 47, 0.9) 48.16%,
                rgba(102, 102, 102, 0) 120.44%
            ); */
  pointer-events: none;
}

.ksolves-cta-banner__container {
  position: relative;
  z-index: 3;
}

.ksolves-cta-banner__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  max-width: 853px;
}

.ksolves-cta-banner__heading {
  margin: 0;
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -0.8px;
}

.ksolves-cta-banner__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: fit-content;
  height: 52px;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.ksolves-cta-banner__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 4px;
  background-image: linear-gradient(90deg,
      rgb(86, 74, 232) 0%,
      rgb(186, 98, 188) 26.92%,
      rgb(224, 103, 140) 56.25%,
      rgb(232, 93, 104) 100%);
  filter: blur(16.7px);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.ksolves-cta-banner__btn-text {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: #ffffff;
  color: #0f0232;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.ksolves-cta-banner__btn:hover::before,
.ksolves-cta-banner__btn:focus-visible::before {
  opacity: 1;
}

.ksolves-cta-banner__btn:focus {
  outline: none;
}

.ksolves-cta-banner__btn:focus-visible .ksolves-cta-banner__btn-text {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.ksbl-stats {
  background-color: #f9fafb;
  padding: 80px 0;
}

.ksbl-stats__heading {
  max-width: 782px;
  margin: 0 auto 40px;
  text-align: center;
}

.ksbl-stats__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.8px;
  color: #212121;
  margin-bottom: 16px;
  text-transform: capitalize;
}

.ksbl-stats__subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #000;
  margin: 0;
}

.ksbl-stats__row {
  margin-bottom: 16px;
}

.ksbl-stats__row:last-child {
  margin-bottom: 0;
}

.ksbl-stats-card {
  position: relative;
  height: 229px;
  border-radius: 12px;
  overflow: hidden;
  /* background-color: #0d0d0d; */
}

.ksbl-stats-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* opacity: 0.5; */
  z-index: 0;
}

.ksbl-stats-card__content {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}

.ksbl-stats-card__number {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.96px;
  color: #ffffff;
  margin: 0;
}

.ksbl-stats-card__label {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  margin: 0;
}

.ksbl-testimonial {
  background-color: #f9fafb;
  padding: 80px 0;
}

.ksbl-testimonial__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -0.8px;
  color: #212121;
  text-align: center;
  margin-bottom: 40px;
}

.ksbl-testimonial__slider-wrap {
  position: relative;
  margin-bottom: 40px;
}

.ksbl-testimonial__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 200px;
  z-index: 5;
}

.ksbl-testimonial__fade--left {
  left: 0;
  background: linear-gradient(90deg, #f9fafb 0%, rgba(249, 250, 251, 0) 100%);
}

.ksbl-testimonial__fade--right {
  right: 0;
  background: linear-gradient(270deg, #f9fafb 0%, rgba(249, 250, 251, 0) 100%);
}

.ksbl-testimonial__card {
  background-color: #ffffff;
  border: 1px solid rgba(58, 59, 59, 0.2);
  border-radius: 12px;
  box-shadow: 0px 4px 34.3px 0px rgba(0, 0, 0, 0.08);
  padding: 24px;
  min-height: 296px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}

.ksbl-testimonial .owl-item.active.center .ksbl-testimonial__item .ksbl-testimonial__card {
  display: flex;
  /* max-width: 700px !important; */
  /* width: 100%; */
  min-height: 370px !important;
  height: auto;
  flex-direction: column;
}

.ksbl-testimonial__quote {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #212121;
  margin: 0;
  position: relative;
  z-index: 9999;
}

.ksbl-testimonial__author {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  margin: 0;
  text-align: right;
  background: linear-gradient(90deg,
      rgb(0, 0, 255) 0%,
      rgb(78, 73, 224) 33.65%,
      rgb(217, 0, 148) 66.83%,
      rgb(255, 10, 10) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.ksbl-testimonial__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.ksbl-testimonial__nav-btn {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: linear-gradient(90deg,
      rgb(86, 74, 232) 0%,
      rgb(186, 98, 188) 26.92%,
      rgb(224, 103, 140) 56.25%,
      rgb(232, 93, 104) 100%);
  color: #ffffff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.ksbl-testimonial__nav-btn:hover {
  transform: scale(1.05);
}

.ksbl-testimonial__nav-btn:active {
  transform: scale(0.98);
}

.ksbl-testimonial__nav-btn svg {
  width: 24px;
  height: 24px;
  stroke: #ffffff;
}

.ksbl-testimonial__slider.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.ksbl-testimonial__slider.owl-carousel .owl-item {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.ksbl-testimonial__slider.owl-carousel .owl-nav,
.ksbl-testimonial__slider.owl-carousel .owl-dots {
  display: none;
}

.ksbl-pricing {
  background: #fff;
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.ksbl-pricing__header {
  margin-bottom: 40px;
  justify-content: space-between;
}

.ksbl-pricing__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -0.8px;
  color: #212121;
  margin: 0;
}

.ksbl-pricing__desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #323232;
  margin: 0;
}

.ksbl-pricing__tabs {
  display: none;
}

.ksbl-pricing__tab {
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 8px 12px;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.ksbl-pricing__tab-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #484848;
}

.ksbl-pricing__tab--active {
  border-color: #564ae8;
  background-image: linear-gradient(90deg,
      rgba(86, 74, 232, 0.04) 0%,
      rgba(186, 98, 188, 0.04) 26.92%,
      rgba(224, 103, 140, 0.04) 56.25%,
      rgba(232, 93, 104, 0.04) 100%);
}

.ksbl-pricing__tab--active .ksbl-pricing__tab-text {
  background: linear-gradient(90deg,
      rgb(0, 0, 255) 0%,
      rgb(78, 73, 224) 18.29%,
      rgb(217, 0, 148) 36.31%,
      rgb(255, 10, 10) 54.34%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.ksbl-pricing__table {
  border: 1px solid #564ae8;
  border-radius: 16px;
  padding: 16px;
  background-color: #ffffff;
  background-image: linear-gradient(90deg,
      rgba(86, 74, 232, 0.04) 0%,
      rgba(186, 98, 188, 0.04) 26.92%,
      rgba(224, 103, 140, 0.04) 56.25%,
      rgba(232, 93, 104, 0.04) 100%);
}

.ksbl-pricing__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
}

.ksbl-pricing__row--header {
  padding: 16px 0;
}

.ksbl-pricing__label-col {
  padding: 12px 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #484848;
  min-height: 40px;
  display: flex;
  align-items: center;
}

.ksbl-pricing__data-col {
  padding: 12px 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #212121;
  min-height: 40px;
  display: flex;
  align-items: center;
}

.ksbl-pricing__row--header .ksbl-pricing__data-col {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-height: auto;
}

.ksbl-pricing__plan-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin: 0;
  background: linear-gradient(90deg,
      rgb(0, 0, 255) 0%,
      rgb(78, 73, 224) 18.29%,
      rgb(217, 0, 148) 36.31%,
      rgb(255, 10, 10) 54.34%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.ksbl-pricing__plan-coverage {
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -0.8px;
  color: #212121;
}

.ksbl-pricing__plan-desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #323232;
  margin: 0;
}

/* Severity divider row */
.ksbl-pricing__severity {
  background: #ffffff;
  padding: 8px;
  display: flex;
  align-items: center;
}

.ksbl-pricing__severity-badge {
  display: inline-block;
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #323232;
  background-image: linear-gradient(90deg,
      rgba(86, 74, 232, 0.12) 0%,
      rgba(186, 98, 188, 0.12) 26.92%,
      rgba(224, 103, 140, 0.12) 56.25%,
      rgba(232, 93, 104, 0.12) 100%);
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.24);
}

.ksbl-pricing__cta-wrap {
  text-align: center;
  margin-top: 40px;
}

.ksbl-pricing__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: fit-content;
  height: 52px;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.ksbl-pricing__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 4px;
  background-image: linear-gradient(90deg,
      rgb(86, 74, 232) 0%,
      rgb(186, 98, 188) 26.92%,
      rgb(224, 103, 140) 56.25%,
      rgb(232, 93, 104) 100%);
  filter: blur(16.7px);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.ksbl-pricing__cta .ksolves-cta-banner__btn-text {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: #0f0232;
  color: #ffffff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.ksbl-pricing__cta:hover::before,
.ksbl-pricing__cta:focus-visible::before {
  opacity: 1;
}

.ksbl-pricing__cta:focus {
  outline: none;
}

.ksbl-pricing__cta:focus-visible .ksolves-cta-banner__btn-text {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.ksbl-pricing__footer {
  text-align: center;
  max-width: 690px;
  margin: 40px auto 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #484848;
}

.ksbl-compliance {
  position: relative;
  padding: 60px 0;
  background-image: url("/wp-content/uploads/2026/05/bgwave-blueprint.webp");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.ksbl-compliance__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.ksbl-compliance__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.32px;
  color: #212121;
  margin: 0;
  max-width: 500px;
  flex-shrink: 0;
  width: 100%;
}

.ksbl-compliance__title-bold {
  font-weight: 700;
}

.ksbl-compliance__badges {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: nowrap;
}

.ksbl-compliance__badge {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid #fff;
  border-radius: 12px;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  flex-shrink: 0;
}

.ksbl-compliance__badge:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.ksbl-compliance__badge-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.ksolves-industry-leaders {
  background-color: #ffffff;
  padding: 80px 0;
}

.ksolves-industry-leaders__heading {
  margin: 0 0 40px 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.32px;
  color: #323232;
  text-align: center;
}

.ksolves-industry-leaders__slider {
  width: 100%;
}

.ksolves-industry-leaders__card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  padding: 0;
  /* background-color: #ffffff;
       border: 1px solid #e7e7e7; */
  border-radius: 8px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* .ksolves-industry-leaders__card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
} */

.ksolves-industry-leaders__logo {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* .ksolves-industry-leaders__card--dark-logo .ksolves-industry-leaders__logo {
       background-color: #1e1e1e;
       padding: 6px 12px;
       border-radius: 4px;
   } */

.ksolves-industry-leaders__slider .owl-stage {
  display: flex;
  align-items: center;
}

.ksolves-industry-leaders__slider .owl-item {
  display: flex;
}

.ksolves-industry-leaders__slider .owl-nav,
.ksolves-industry-leaders__slider .owl-dots {
  display: none;
}



@media (max-width: 991.98px) {
  .ksolves-cta-banner {
    min-height: 360px;
    padding: 60px 0;
  }

  .ksolves-cta-banner__content {
    gap: 32px;
    max-width: 100%;
  }

  .ksolves-cta-banner__heading {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: -0.6px;
  }

  .ksbl-stats {
    padding: 60px 0;
  }

  .ksbl-stats__heading {
    margin-bottom: 32px;
  }

  .ksbl-stats__title {
    font-size: 36px;
    line-height: 44px;
  }

  .ksbl-stats-card {
    height: 220px;
  }

  .ksbl-stats-card__number {
    font-size: 42px;
    line-height: 54px;
  }

  .ksbl-stats-card__label {
    font-size: 22px;
    line-height: 32px;
  }

  .ksbl-testimonial {
    padding: 60px 0;
  }

  .ksbl-testimonial__title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 32px;
  }

  .ksbl-testimonial__fade {
    width: 80px;
  }

  .ksbl-testimonial__quote {
    font-size: 20px;
    line-height: 30px;
  }

  .ksbl-testimonial__card {
    padding: 20px;
    min-height: 260px;
  }

  .ksbl-pricing {
    padding: 60px 0;
  }

  .ksbl-pricing__title {
    font-size: 36px;
    line-height: 44px;
  }

  .ksbl-pricing__tabs {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 16px 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ksbl-pricing__row {
    grid-template-columns: 1fr 1fr;
  }

  .ksbl-pricing__row--header {
    grid-template-columns: 1fr;
    /* padding: 8px; */
  }

  .ksbl-pricing__row--header .ksbl-pricing__label-col {
    display: none;
  }

  .ksbl-pricing__row--header .ksbl-pricing__data-col {
    text-align: center;
    align-items: center;
  }

  .ksbl-pricing__plan-coverage {
    font-size: 36px;
    line-height: 44px;
  }

  .ksbl-pricing__row:not(.ksbl-pricing__row--header) .ksbl-pricing__data-col {
    justify-content: flex-end;
    text-align: right;
  }

  .ksbl-pricing[data-active-plan="standard"] .ksbl-pricing__data-col--advanced,
  .ksbl-pricing[data-active-plan="standard"] .ksbl-pricing__data-col--platinum,
  .ksbl-pricing[data-active-plan="advanced"] .ksbl-pricing__data-col--standard,
  .ksbl-pricing[data-active-plan="advanced"] .ksbl-pricing__data-col--platinum,
  .ksbl-pricing[data-active-plan="platinum"] .ksbl-pricing__data-col--standard,
  .ksbl-pricing[data-active-plan="platinum"] .ksbl-pricing__data-col--advanced {
    display: none !important;
  }

  .ksbl-compliance {
    padding: 48px 0;
  }

  .ksbl-compliance__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .ksbl-compliance__title {
    max-width: 100%;
    font-size: 28px;
    line-height: 36px;
  }

  .ksbl-compliance__badges {
    width: 100%;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .ksbl-compliance__badges::-webkit-scrollbar {
    display: none;
  }

  .ksbl-compliance__badge {
    width: 110px;
    height: 110px;
    padding: 18px;
  }

  .ksolves-industry-leaders {
    padding: 60px 0;
  }

  .ksolves-industry-leaders__heading {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 32px;
  }

  .ksolves-industry-leaders__card {
    height: 80px;
    padding: 10px 16px;
    border-radius: 6px;
  }

  .ksolves-industry-leaders__logo {
    max-height: 100%;
  }
}

@media (max-width: 767.98px) {
  .ksolves-cta-banner {
    min-height: 372px;
    padding: 40px 0;
  }

  .ksolves-cta-banner__bg {
    object-position: center;
  }

  .ksolves-cta-banner__content {
    gap: 40px;
    max-width: 343px;
  }

  .ksolves-cta-banner__heading {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }

  .ksbl-stats {
    padding: 40px 0;
  }

  .ksbl-stats__heading {
    max-width: 326px;
    margin-bottom: 24px;
  }

  .ksbl-stats__title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }

  .ksbl-stats__title br {
    display: none;
  }

  .ksbl-stats__subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .ksbl-stats-card {
    height: 200px;
  }

  .ksbl-stats-card__content {
    padding: 24px;
  }

  .ksbl-stats-card__number {
    font-size: 40px;
    line-height: 52px;
  }

  .ksbl-stats-card__label {
    font-size: 20px;
    line-height: 30px;
  }

  .ksbl-testimonial {
    padding: 40px 0;
  }

  .ksbl-testimonial__title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
    margin-bottom: 24px;
  }

  .ksbl-testimonial__slider-wrap {
    margin-bottom: 24px;
  }

  .ksbl-testimonial__fade {
    display: none;
  }

  .ksbl-testimonial__card {
    padding: 16px;
    min-height: auto;
    gap: 16px;
  }

  .ksbl-testimonial__quote {
    font-size: 18px;
    line-height: 28px;
  }

  .ksbl-testimonial__author {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .ksbl-testimonial__nav-btn {
    width: 52px;
    height: 52px;
  }

  .ksbl-testimonial__nav-btn svg {
    width: 20px;
    height: 20px;
  }

  .ksbl-pricing {
    padding: 40px 0;
  }

  .ksbl-pricing__title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
    margin-bottom: 16px;
  }

  .ksbl-pricing__desc {
    font-size: 16px;
    line-height: 24px;
  }

  .ksbl-pricing__label-col {
    font-size: 14px;
    line-height: 21px;
    padding: 12px 8px;
  }

  .ksbl-pricing__data-col {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 8px;
  }

  .ksbl-pricing__plan-name {
    font-size: 22px;
    line-height: 32px;
  }

  .ksbl-pricing__plan-coverage {
    font-size: 32px;
    line-height: 40px;
  }

  .ksbl-pricing__plan-desc {
    font-size: 16px;
    line-height: 24px;
  }

  .ksbl-pricing__footer {
    font-size: 14px;
    line-height: 21px;
    margin-top: 16px;
  }

  .ksbl-pricing__header {
    margin-bottom: 0px;
  }

  .ksbl-pricing__cta-wrap {
    margin-top: 16px;
  }

  .ksbl-compliance {
    background-image: url("/wp-content/uploads/2026/05/bgwave-blueprintmb.webp");
    padding: 40px 0;
  }

  .ksbl-compliance__title {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    max-width: 100%;
  }

  .ksbl-compliance__badges {
    gap: 12px;
  }

  .ksbl-compliance__badge {
    width: 100px;
    height: 100px;
    padding: 16px;
    border-radius: 12px;
  }

  .ksolves-industry-leaders {
    padding: 40px 0;
  }

  .ksolves-industry-leaders__heading {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    margin-bottom: 24px;
  }

  .ksolves-industry-leaders__card {
    height: 100%;
    padding: 0;
    /* border-radius: 4.5px; */
  }

  .ksolves-industry-leaders__logo {
    max-height: 100%;
  }
}

.ksolves-cta-banner {
  position: relative;
  width: 100%;
  min-height: 402px;
  overflow: hidden;
  background-image: url("/wp-content/uploads/2026/05/bgwave-cta.webp");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

.ksolves-cta-banner__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: 1;
  pointer-events: none;
}

.ksolves-cta-banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  /* background-image: linear-gradient(
                -59.09deg,
                rgba(5, 3, 47, 0.9) 48.16%,
                rgba(102, 102, 102, 0) 120.44%
            ); */
  pointer-events: none;
}

.ksolves-cta-banner__container {
  position: relative;
  z-index: 3;
}

.ksolves-cta-banner__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  max-width: 853px;
}

.ksolves-cta-banner__heading {
  margin: 0;
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -0.8px;
}

.ksolves-cta-banner__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: fit-content;
  height: 52px;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.ksolves-cta-banner__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 4px;
  background-image: linear-gradient(90deg,
      rgb(86, 74, 232) 0%,
      rgb(186, 98, 188) 26.92%,
      rgb(224, 103, 140) 56.25%,
      rgb(232, 93, 104) 100%);
  filter: blur(16.7px);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.ksolves-cta-banner__btn-text {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: #ffffff;
  color: #0f0232;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.ksolves-cta-banner__btn:hover::before,
.ksolves-cta-banner__btn:focus-visible::before {
  opacity: 1;
}

.ksolves-cta-banner__btn:focus {
  outline: none;
}

.ksolves-cta-banner__btn:focus-visible .ksolves-cta-banner__btn-text {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.ksbl-stats {
  background-color: #f9fafb;
  padding: 80px 0;
}

.ksbl-stats__heading {
  max-width: 782px;
  margin: 0 auto 40px;
  text-align: center;
}

.ksbl-stats__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.8px;
  color: #212121;
  margin-bottom: 16px;
  text-transform: capitalize;
}

.ksbl-stats__subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #000;
  margin: 0;
}

.ksbl-stats__row {
  margin-bottom: 16px;
}

.ksbl-stats__row:last-child {
  margin-bottom: 0;
}

.ksbl-stats-card {
  position: relative;
  height: 229px;
  border-radius: 12px;
  overflow: hidden;
  /* background-color: #0d0d0d; */
}

.ksbl-stats-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* opacity: 0.5; */
  z-index: 0;
}

.ksbl-stats-card__content {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}

.ksbl-stats-card__number {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.96px;
  color: #ffffff;
  margin: 0;
}

.ksbl-stats-card__label {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  margin: 0;
}

.ksbl-testimonial {
  background-color: #f9fafb;
  padding: 80px 0;
}

.ksbl-testimonial__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -0.8px;
  color: #212121;
  text-align: center;
  margin-bottom: 40px;
}

.ksbl-testimonial__slider-wrap {
  position: relative;
  margin-bottom: 40px;
}

.ksbl-testimonial__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 200px;
  z-index: 5;
}

.ksbl-testimonial__fade--left {
  left: 0;
  background: linear-gradient(90deg, #f9fafb 0%, rgba(249, 250, 251, 0) 100%);
}

.ksbl-testimonial__fade--right {
  right: 0;
  background: linear-gradient(270deg, #f9fafb 0%, rgba(249, 250, 251, 0) 100%);
}

.ksbl-testimonial__card {
  background-color: #ffffff;
  border: 1px solid rgba(58, 59, 59, 0.2);
  border-radius: 12px;
  box-shadow: 0px 4px 34.3px 0px rgba(0, 0, 0, 0.08);
  padding: 24px;
  min-height: 296px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.ksbl-testimonial .owl-item.active.center .ksbl-testimonial__item .ksbl-testimonial__card {
  display: flex;
  /* max-width: 700px !important; */
  /* width: 100%; */
  min-height: 370px !important;
  height: auto;
  flex-direction: column;
}

.ksbl-testimonial__quote {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #212121;
  margin: 0;
  position: relative;
  z-index: 9999;
}

.ksbl-testimonial__author {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  margin: 0;
  text-align: right;
  background: linear-gradient(90deg,
      rgb(0, 0, 255) 0%,
      rgb(78, 73, 224) 33.65%,
      rgb(217, 0, 148) 66.83%,
      rgb(255, 10, 10) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.ksbl-testimonial__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.ksbl-testimonial__nav-btn {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: linear-gradient(90deg,
      rgb(86, 74, 232) 0%,
      rgb(186, 98, 188) 26.92%,
      rgb(224, 103, 140) 56.25%,
      rgb(232, 93, 104) 100%);
  color: #ffffff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.ksbl-testimonial__nav-btn:hover {
  transform: scale(1.05);
}

.ksbl-testimonial__nav-btn:active {
  transform: scale(0.98);
}

.ksbl-testimonial__nav-btn svg {
  width: 24px;
  height: 24px;
  stroke: #ffffff;
}

.ksbl-testimonial__slider.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.ksbl-testimonial__slider.owl-carousel .owl-item {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.ksbl-testimonial__slider.owl-carousel .owl-nav,
.ksbl-testimonial__slider.owl-carousel .owl-dots {
  display: none;
}

.ksbl-pricing {
  background: #fff;
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.ksbl-pricing__header {
  margin-bottom: 40px;
}

.ksbl-pricing__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -0.8px;
  color: #212121;
  margin: 0;
}

.ksbl-pricing__desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #323232;
  margin: 0;
}

.ksbl-pricing__tabs {
  display: none;
}

.ksbl-pricing__tab {
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 8px 12px;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.ksbl-pricing__tab-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #484848;
}

.ksbl-pricing__tab--active {
  border-color: #564ae8;
  background-image: linear-gradient(90deg,
      rgba(86, 74, 232, 0.04) 0%,
      rgba(186, 98, 188, 0.04) 26.92%,
      rgba(224, 103, 140, 0.04) 56.25%,
      rgba(232, 93, 104, 0.04) 100%);
}

.ksbl-pricing__tab--active .ksbl-pricing__tab-text {
  background: linear-gradient(90deg,
      rgb(0, 0, 255) 0%,
      rgb(78, 73, 224) 18.29%,
      rgb(217, 0, 148) 36.31%,
      rgb(255, 10, 10) 54.34%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.ksbl-pricing__table {
  border: 1px solid #564ae8;
  border-radius: 16px;
  padding: 16px;
  background-color: #ffffff;
  background-image: linear-gradient(90deg,
      rgba(86, 74, 232, 0.04) 0%,
      rgba(186, 98, 188, 0.04) 26.92%,
      rgba(224, 103, 140, 0.04) 56.25%,
      rgba(232, 93, 104, 0.04) 100%);
}

.ksbl-pricing__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
}

.ksbl-pricing__row--header {
  padding: 16px 0;
}

.ksbl-pricing__label-col {
  padding: 12px 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #484848;
  min-height: 40px;
  display: flex;
  align-items: center;
}

.ksbl-pricing__data-col {
  padding: 12px 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #212121;
  min-height: 40px;
  display: flex;
  align-items: center;
}

.ksbl-pricing__row--header .ksbl-pricing__data-col {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-height: auto;
}

.ksbl-pricing__plan-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin: 0;
  background: linear-gradient(90deg,
      rgb(0, 0, 255) 0%,
      rgb(78, 73, 224) 18.29%,
      rgb(217, 0, 148) 36.31%,
      rgb(255, 10, 10) 54.34%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.ksbl-pricing__plan-coverage {
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -0.8px;
  color: #212121;
}

.ksbl-pricing__plan-desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #323232;
  margin: 0;
}

/* Severity divider row */
.ksbl-pricing__severity {
  background: #ffffff;
  padding: 8px;
  display: flex;
  align-items: center;
}

.ksbl-pricing__severity-badge {
  display: inline-block;
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #323232;
  background-image: linear-gradient(90deg,
      rgba(86, 74, 232, 0.12) 0%,
      rgba(186, 98, 188, 0.12) 26.92%,
      rgba(224, 103, 140, 0.12) 56.25%,
      rgba(232, 93, 104, 0.12) 100%);
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.24);
}

.ksbl-pricing__cta-wrap {
  text-align: center;
  margin-top: 40px;
}

.ksbl-pricing__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: fit-content;
  height: 52px;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.ksbl-pricing__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 4px;
  background-image: linear-gradient(90deg,
      rgb(86, 74, 232) 0%,
      rgb(186, 98, 188) 26.92%,
      rgb(224, 103, 140) 56.25%,
      rgb(232, 93, 104) 100%);
  filter: blur(16.7px);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.ksbl-pricing__cta .ksolves-cta-banner__btn-text {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: #0f0232;
  color: #ffffff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.ksbl-pricing__cta:hover::before,
.ksbl-pricing__cta:focus-visible::before {
  opacity: 1;
}

.ksbl-pricing__cta:focus {
  outline: none;
}

.ksbl-pricing__cta:focus-visible .ksolves-cta-banner__btn-text {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.ksbl-pricing__footer {
  text-align: center;
  max-width: 690px;
  margin: 40px auto 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #484848;
}

.ksbl-compliance {
  position: relative;
  padding: 60px 0;
  background-image: url("/wp-content/uploads/2026/05/bgwave-blueprint.webp");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.ksbl-compliance__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.ksbl-compliance__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.32px;
  color: #212121;
  margin: 0;
  max-width: 500px;
  flex-shrink: 0;
  width: 100%;
}

.ksbl-compliance__title-bold {
  font-weight: 700;
}

.ksbl-compliance__badges {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: nowrap;
}

.ksbl-compliance__badge {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid #fff;
  border-radius: 12px;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  flex-shrink: 0;
}

.ksbl-compliance__badge:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.ksbl-compliance__badge-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.ksolves-industry-leaders {
  background-color: #ffffff;
  padding: 80px 0;
}

.ksolves-industry-leaders__heading {
  margin: 0 0 40px 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.32px;
  color: #323232;
  text-align: center;
}

.ksolves-industry-leaders__slider {
  width: 100%;
}

.ksolves-industry-leaders__card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  padding: 0;
  /* background-color: #ffffff;
       border: 1px solid #e7e7e7; */
  border-radius: 8px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* .ksolves-industry-leaders__card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
} */

.ksolves-industry-leaders__logo {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* .ksolves-industry-leaders__card--dark-logo .ksolves-industry-leaders__logo {
       background-color: #1e1e1e;
       padding: 6px 12px;
       border-radius: 4px;
   } */

.ksolves-industry-leaders__slider .owl-stage {
  display: flex;
  align-items: center;
}

.ksolves-industry-leaders__slider .owl-item {
  display: flex;
}

.ksolves-industry-leaders__slider .owl-nav,
.ksolves-industry-leaders__slider .owl-dots {
  display: none;
}

.ksbl-services {
  background-color: #ffffff;
  padding: 80px 0;
}

.ksbl-services__header {
  margin-bottom: 24px;
}

.ksbl-services__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -0.8px;
  color: #212121;
  margin: 0 0 16px;
}

.ksbl-services__subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #323232;
  margin: 0;
}

.ksbl-services__tabs {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  border-bottom: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.ksbl-services__tab {
  background: transparent;
  border: none;
  border-bottom: 4px solid #8f8f8f;
  padding: 16px;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #484848;
  white-space: nowrap;
  transition: color 0.2s ease;
  flex-shrink: 0;
}

.ksbl-services__tab:hover {
  color: #212121;
}

.ksbl-services__tab--active {
  border-bottom: 4px solid;
  border-image: linear-gradient(90deg,
      #00f 0%,
      #4e49e0 33.65%,
      #d90094 66.83%,
      #ff0a0a 100%) 1;
  font-weight: 600;
  background: linear-gradient(90deg,
      rgb(0, 0, 255) 0%,
      rgb(78, 73, 224) 33.65%,
      rgb(217, 0, 148) 66.83%,
      rgb(255, 10, 10) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.ksbl-services__panel {
  display: none;
}

.ksbl-services__panel--active {
  display: block;
}

.ksbl-services__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: flex-start;
}

.ksbl-services__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ksbl-services__panel-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.32px;
  margin: 0 0 8px;
  background: linear-gradient(90deg,
      rgb(0, 0, 255) 0%,
      rgb(78, 73, 224) 33.65%,
      rgb(217, 0, 148) 66.83%,
      rgb(255, 10, 10) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  width: fit-content;
}

.ksbl-services__panel-desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #323232;
  margin: 0;
}

.ksbl-services__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ksbl-services__list-item {
  border-left: 2.5px solid;
  border-image: linear-gradient(180deg,
      #00f 0%,
      #4e49e0 33.65%,
      #d90094 66.83%,
      #ff0a0a 100%) 1;
  padding: 8px 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #323232;
}

.ksbl-services__media {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background-color: #ff9393;
  height: 452px;
}

.ksbl-services__media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ksbl-services__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top right,
      rgba(255, 200, 220, 0.5) 0%,
      rgba(255, 200, 220, 0) 50%),
    linear-gradient(175deg,
      rgba(255, 255, 255, 0.5) 9%,
      rgba(180, 130, 200, 0.25) 72%,
      rgba(255, 147, 147, 0.4) 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
}

@media (max-width: 1080px) {
  .ksbl-compliance__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .ksbl-compliance__title {
    max-width: 100%;
    width: 100%;
  }

}

@media (max-width: 991.98px) {
  .ksolves-cta-banner {
    min-height: 360px;
    padding: 60px 0;
  }

  .ksolves-cta-banner__content {
    gap: 32px;
    max-width: 100%;
  }

  .ksolves-cta-banner__heading {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: -0.6px;
  }

  .ksbl-stats {
    padding: 60px 0;
  }

  .ksbl-stats__heading {
    margin-bottom: 32px;
  }

  .ksbl-stats__title {
    font-size: 36px;
    line-height: 44px;
  }

  .ksbl-stats-card {
    height: 220px;
  }

  .ksbl-stats-card__number {
    font-size: 42px;
    line-height: 54px;
  }

  .ksbl-stats-card__label {
    font-size: 22px;
    line-height: 32px;
  }

  .ksbl-testimonial {
    padding: 60px 0;
  }

  .ksbl-testimonial__title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 32px;
  }

  .ksbl-testimonial__fade {
    width: 80px;
  }

  .ksbl-testimonial__quote {
    font-size: 20px;
    line-height: 30px;
  }

  .ksbl-testimonial__card {
    padding: 20px;
    min-height: 260px;
  }

  .ksbl-pricing {
    padding: 60px 0;
  }

  .ksbl-pricing__title {
    font-size: 36px;
    line-height: 44px;
  }

  .ksbl-pricing__tabs {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 16px 0;
    flex-wrap: wrap;
  }

  .ksbl-pricing__row {
    grid-template-columns: 1fr 1fr;
  }

  .ksbl-pricing__row--header {
    grid-template-columns: 1fr;
    /* padding: 8px; */
  }

  .ksbl-pricing__row--header .ksbl-pricing__label-col {
    display: none;
  }

  .ksbl-pricing__row--header .ksbl-pricing__data-col {
    text-align: center;
    align-items: center;
  }

  .ksbl-pricing__plan-coverage {
    font-size: 36px;
    line-height: 44px;
  }

  .ksbl-pricing__row:not(.ksbl-pricing__row--header) .ksbl-pricing__data-col {
    justify-content: flex-end;
    text-align: right;
  }

  .ksbl-pricing[data-active-plan="standard"] .ksbl-pricing__data-col--advanced,
  .ksbl-pricing[data-active-plan="standard"] .ksbl-pricing__data-col--platinum,
  .ksbl-pricing[data-active-plan="advanced"] .ksbl-pricing__data-col--standard,
  .ksbl-pricing[data-active-plan="advanced"] .ksbl-pricing__data-col--platinum,
  .ksbl-pricing[data-active-plan="platinum"] .ksbl-pricing__data-col--standard,
  .ksbl-pricing[data-active-plan="platinum"] .ksbl-pricing__data-col--advanced {
    display: none !important;
  }

  .ksbl-compliance {
    padding: 48px 0;
  }

  .ksbl-compliance__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .ksbl-compliance__title {
    max-width: 100%;
    font-size: 28px;
    line-height: 36px;
  }

  .ksbl-compliance__badges {
    width: 100%;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .ksbl-compliance__badges::-webkit-scrollbar {
    display: none;
  }

  .ksbl-compliance__badge {
    width: 110px;
    height: 110px;
    padding: 18px;
  }

  .ksolves-industry-leaders {
    padding: 60px 0;
  }

  .ksolves-industry-leaders__heading {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 32px;
  }

  .ksolves-industry-leaders__card {
    height: 80px;
    padding: 10px 16px;
    border-radius: 6px;
  }

  .ksolves-industry-leaders__logo {
    max-height: 100%;
  }

  .ksbl-services {
    padding: 60px 0;
  }

  .ksbl-services__title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }

  .ksbl-services__subtitle {
    font-size: 18px;
    line-height: 27px;
  }

  .ksbl-services__tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-bottom: 24px;
  }

  .ksbl-services__tabs::-webkit-scrollbar {
    display: none;
  }

  .ksbl-services__tab {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 8px;
  }

  .ksbl-services__row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ksbl-services__media {
    height: 380px;
    order: 2;
  }

  .ksbl-services__panel-title {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (max-width: 767.98px) {
  .ksolves-cta-banner {
    min-height: 372px;
    padding: 40px 0;
  }

  .ksolves-cta-banner__bg {
    object-position: center;
  }

  .ksolves-cta-banner__content {
    gap: 40px;
    max-width: 343px;
  }

  .ksolves-cta-banner__heading {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }

  .ksbl-stats {
    padding: 40px 0;
  }

  .ksbl-stats__heading {
    max-width: 326px;
    margin-bottom: 24px;
  }

  .ksbl-stats__title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }

  .ksbl-stats__title br {
    display: none;
  }

  .ksbl-stats__subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .ksbl-stats-card {
    height: 200px;
  }

  .ksbl-stats-card__content {
    padding: 24px;
  }

  .ksbl-stats-card__number {
    font-size: 40px;
    line-height: 52px;
  }

  .ksbl-stats-card__label {
    font-size: 20px;
    line-height: 30px;
  }

  .ksbl-testimonial {
    padding: 40px 0;
  }

  .ksbl-testimonial__title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
    margin-bottom: 24px;
  }

  .ksbl-testimonial__slider-wrap {
    margin-bottom: 24px;
  }

  .ksbl-testimonial__fade {
    display: none;
  }

  .ksbl-testimonial__card {
    padding: 16px;
    min-height: auto;
    gap: 16px;
  }

  .ksbl-testimonial__quote {
    font-size: 18px;
    line-height: 28px;
  }

  .ksbl-testimonial__author {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .ksbl-testimonial__nav-btn {
    width: 52px;
    height: 52px;
  }

  .ksbl-testimonial__nav-btn svg {
    width: 20px;
    height: 20px;
  }

  .ksbl-pricing {
    padding: 40px 0;
  }

  .ksbl-pricing__title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
    margin-bottom: 16px;
  }

  .ksbl-pricing__desc {
    font-size: 16px;
    line-height: 24px;
  }

  .ksbl-pricing__label-col {
    font-size: 14px;
    line-height: 21px;
    padding: 12px 8px;
  }

  .ksbl-pricing__data-col {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 8px;
  }

  .ksbl-pricing__plan-name {
    font-size: 22px;
    line-height: 32px;
  }

  .ksbl-pricing__plan-coverage {
    font-size: 32px;
    line-height: 40px;
  }

  .ksbl-pricing__plan-desc {
    font-size: 16px;
    line-height: 24px;
  }

  .ksbl-pricing__footer {
    font-size: 14px;
    line-height: 21px;
    margin-top: 16px;
  }

  .ksbl-pricing__header {
    margin-bottom: 0px;
  }

  .ksbl-pricing__cta-wrap {
    margin-top: 16px;
  }

  .ksbl-compliance {
    background-image: url("/wp-content/uploads/2026/05/bgwave-blueprintmb.webp");
    padding: 40px 0;
  }

  .ksbl-compliance__title {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    max-width: 100%;
  }

  .ksbl-compliance__badges {
    gap: 12px;
  }

  .ksbl-compliance__badge {
    width: 100px;
    height: 100px;
    padding: 16px;
    border-radius: 12px;
  }

  .ksolves-industry-leaders {
    padding: 40px 0;
  }

  .ksolves-industry-leaders__heading {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    margin-bottom: 24px;
  }

  .ksolves-industry-leaders__card {
    height: 100%;
    padding: 0;
    /* border-radius: 4.5px; */
  }

  .ksolves-industry-leaders__logo {
    max-height: 100%;
  }

  .ksbl-services {
    padding: 40px 0;
  }

  .ksbl-services__title {
    font-size: 28px;
    line-height: 36px;
  }

  .ksbl-services__subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .ksbl-services__tab {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 8px;
  }

  .ksbl-services__panel-title {
    font-size: 24px;
    line-height: 32px;
  }

  .ksbl-services__panel-desc {
    font-size: 16px;
    line-height: 24px;
  }

  .ksbl-services__list-item {
    font-size: 16px;
    line-height: 24px;
  }

  .ksbl-services__media {
    height: 280px;
  }
}

/* ------------------ faq-blog-statcard-css */

/* =====================================================
     SUPPORT MARQUEE TICKER
     ===================================================== */

.support-ticker {
  background-color: #ffffff;
  padding: 8px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* Edge fade masks — left and right soft fade */
.support-ticker::before,
.support-ticker::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}

.support-ticker::before {
  left: 0;
  background: linear-gradient(to right,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%);
}

.support-ticker::after {
  right: 0;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

/* Track — holds two identical sets side by side for seamless loop */
.support-ticker__track {
  display: flex;
  align-items: center;
  gap: 40px;
  width: max-content;
  animation: tickerScroll 24s linear infinite;
  will-change: transform;
}

/* Pause on hover */
.support-ticker:hover .support-ticker__track {
  animation-play-state: paused;
}

/* Single item */
.support-ticker__item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  white-space: nowrap;
}

/* Checkmark icon */
.support-ticker__check {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: block;
}

/* Label */
.support-ticker__label {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #323232;
  white-space: nowrap;
}

/* Separator dot between items */
.support-ticker__sep {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d1d5db;
  flex-shrink: 0;
  margin: 0 16px;
  display: none;
}

/* Scroll animation — moves one full set width to the left */
@keyframes tickerScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.faqq {
  background-color: #ffffff;
  padding: 66px 0;
  position: relative;
  background-image: url("/wp-content/uploads/2026/05/Faq-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.faqq .faq__bg-clip {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.faqq .faq__bg-decor {
  position: absolute;
  width: 1533px;
  height: 531px;
  left: 50%;
  transform: translateX(-50%) rotate(9.12deg);
  top: 475px;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}

.faqq .faq__bg-decor img {
  width: 1505px;
  height: 296px;
  display: block;
}

.faqq .faq__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.faqq .faq__left {
  width: 347px;
  min-width: 326px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 130px;
  align-self: flex-start;
}

.faqq .faq__heading {
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  color: #212121;
  margin: 0;
}

.faqq .faq__subheading {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #323232;
  margin: 0;
}

.faqq .faq__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 4px;
  background-color: #0f0232;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  border: none;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
  isolation: isolate;
  transition: color 0.25s ease;
}

.faqq .faq__cta::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 8px;
  background: linear-gradient(90deg,
      rgb(86, 74, 232) 0%,
      rgb(186, 98, 188) 26.923%,
      rgb(224, 103, 140) 56.25%,
      rgb(232, 93, 104) 100%);
  filter: blur(6px);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.faqq .faq__cta:hover {
  color: #ffffff;
  background-color: #0f0232;
}

.faqq .faq__cta:hover::before {
  opacity: 0.85;
}

.faqq .faq__cta-mobile {
  display: none;
}

.faqq .faq__accordion {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 727px;
}

.faqq .faq__item {
  position: relative;
  border-radius: 16px;
  padding: 1px;
  isolation: isolate;
  cursor: pointer;
}

.faqq .faq__item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(180deg,
      rgba(86, 74, 232, 0.4) 0%,
      rgba(186, 98, 188, 0.4) 30.39%,
      rgba(224, 103, 140, 0.256) 63.49%,
      rgba(232, 93, 104, 0) 112.87%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

.faqq .faq__item-body {
  position: relative;
  z-index: 1;
  border-radius: 15px;
  padding: 16px;
  background: linear-gradient(180deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 154.29%),
    linear-gradient(90deg,
      rgba(86, 74, 232, 0.02) 0%,
      rgba(186, 98, 188, 0.02) 26.92%,
      rgba(224, 103, 140, 0.02) 56.25%,
      rgba(232, 93, 104, 0.02) 100%);
  transition: background 0.35s ease;
}

.faqq .faq__item.is-open .faq__item-body {
  background: linear-gradient(180deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 154.29%),
    linear-gradient(90deg,
      rgba(86, 74, 232, 0.04) 0%,
      rgba(186, 98, 188, 0.04) 26.923%,
      rgba(224, 103, 140, 0.04) 56.25%,
      rgba(232, 93, 104, 0.04) 100%);
}

.faqq .faq__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  cursor: pointer;
}

.faqq .faq__question {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #212121;
  flex: 1;
  min-width: 0;
  margin: 0;
}

.faqq .faq__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faqq .faq__icon img {
  width: 24px;
  height: 24px;
  display: block;
}

.faqq .faq__item.is-open .faq__icon {
  transform: rotate(180deg);
}

.faqq .faq__answer {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #323232;
  margin: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.35s ease, padding-top 0.35s ease;
  padding-top: 0;
}

.faqq .faq__answer-inner {
  overflow: hidden;
  min-height: 0;
}

.faqq .faq__item.is-open .faq__answer {
  grid-template-rows: 1fr;
  opacity: 1;
  padding-top: 16px;
}

@media (max-width: 1400px) {
  .faqq .faq__left {
    width: 280px;
    min-width: 280px;
  }
}

@media (max-width: 992px) {
  .faqq {
    padding: 50px 0;
  }

  .faqq .faq__inner {
    flex-direction: column;
    gap: 32px;
  }

  .faqq .faq__left {
    width: 100%;
    min-width: unset;
    position: static;
    align-items: center;
  }

  .faqq .faq__heading {
    font-size: 36px;
    line-height: 46px;
  }

  .faqq .faq__question {
    font-size: 20px;
    line-height: 30px;
  }

  .faqq .faq__cta-desktop {
    display: none;
  }

  .faqq .faq__cta-mobile {
    display: flex;
    justify-content: center;
    margin-top: 8px;
  }
}

@media (max-width: 765px) {
  .faqq {
    padding: 40px 0;
    background-image: url("/wp-content/uploads/2026/05/Faq-mob-bg.webp");
  }

  .faqq .faq__heading {
    font-size: 32px;
    line-height: 42px;
  }

  .faqq .faq__question {
    font-size: 18px;
    line-height: 27px;
  }
}

@media (max-width: 575px) {
  .faqq {
    padding: 40px 4px;
  }

  .faqq .faq__heading {
    font-size: 28px;
    line-height: 38px;
  }

  .faqq .faq__subheading {
    font-size: 16px;
    line-height: 24px;
  }

  .faqq .faq__question {
    font-size: 18px;
    line-height: 27px;
  }
}

/* =====================================================
     BLOG SECTION
     ===================================================== */

.blogg {
  background-color: #f9fafb;
  padding: 64px 0;
}

.blogg .blog__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}

.blogg .blog__heading {
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  color: #000000;
  margin: 0;
}

.blogg .blog__subheading {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #000000;
  margin: 0;
  max-width: 736px;
}

.blogg .blog__grid {
  display: flex;
  gap: 35px;
  align-items: flex-start;
}

/* =====================================================
     FEATURED CARD (left column)
     ===================================================== */

.blogg .blog__featured {
  width: 657px;
  min-width: 657px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 35px;
  text-decoration: none;
  color: inherit;
}

.blogg .blog__featured-img {
  width: 100%;
  height: 471px;
  border-radius: 24px;
  overflow: hidden;
  flex-shrink: 0;
}

.blogg .blog__featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blogg .blog__featured-text {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.blogg .blog__featured-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #000000;
  margin: 0;
  -webkit-text-fill-color: #000000;
  -webkit-background-clip: text;
  background-clip: text;
  transition: -webkit-text-fill-color 0.3s ease;
}

.blogg .blog__featured-excerpt {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #5b5c67;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* =====================================================
     SIDE LIST (right column) — desktop: image + text row
     ===================================================== */

.blogg .blog__list {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.blogg .blog__list-item {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  padding: 24px 0;
  border-bottom: 1px solid #dde0f5;
  text-decoration: none;
  color: inherit;
}

.blogg .blog__list-item:first-child {
  padding-top: 0;
}

.blogg .blog__list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.blogg .blog__list-thumb {
  width: 265px;
  min-width: 265px;
  height: 209px;
  border-radius: 24px;
  overflow: hidden;
  flex-shrink: 0;
}

.blogg .blog__list-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blogg .blog__list-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.blogg .blog__list-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #000000;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-text-fill-color: #000000;
  -webkit-background-clip: text;
  background-clip: text;
  transition: -webkit-text-fill-color 0.3s ease;
}

/* =====================================================
     SHARED ELEMENTS
     ===================================================== */

.blogg .blog__tag {
  font-size: 17.669px;
  font-weight: 600;
  line-height: 1.6;
  background: linear-gradient(90deg,
      #0000ff 0%,
      #4e49e0 33.65%,
      #d90094 66.83%,
      #ff0a0a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
  text-decoration: none;
}

.blogg .blog__meta {
  display: flex;
  align-items: center;
  gap: 18px;
}

.blogg .blog__meta-author,
.blogg .blog__meta-read {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  white-space: nowrap;
}

.blogg .blog__meta-divider {
  width: 1px;
  height: 18px;
  background-color: #dde0f5;
  flex-shrink: 0;
}

.blogg .blog__card:hover .blog__featured-title,
.blogg .blog__card:hover .blog__list-title {
  background-image: linear-gradient(90deg,
      #0000ff 0%,
      #4e49e0 33.65%,
      #d90094 66.83%,
      #ff0a0a 100%);
  -webkit-text-fill-color: transparent;
  color: transparent;
}

@media (max-width: 1400px) {
  .blogg .blog__featured {
    width: 52%;
    min-width: unset;
  }
}

@media (max-width: 1200px) {
  .blogg {
    padding: 50px 0;
  }

  .blogg .blog__heading {
    font-size: 36px;
    line-height: 46px;
  }

  .blogg .blog__header {
    margin-bottom: 32px;
  }

  .blogg .blog__grid {
    flex-direction: column;
    gap: 32px;
  }

  .blogg .blog__featured {
    width: 100%;
    min-width: unset;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
  }

  .blogg .blog__featured-img {
    width: 46%;
    flex-shrink: 0;
    height: 260px;
    border-radius: 20px;
  }

  .blogg .blog__featured-text {
    flex: 1;
    min-width: 0;
    gap: 14px;
  }

  .blogg .blog__featured-title {
    font-size: 22px;
    line-height: 30px;
  }

  .blogg .blog__featured-excerpt {
    font-size: 14px;
    line-height: 22px;
    -webkit-line-clamp: 4;
  }

  .blogg .blog__list {
    width: 100%;
    flex: unset;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .blogg .blog__list-item {
    flex-direction: column;
    gap: 14px;
    padding: 0;
    border-bottom: none;
  }

  .blogg .blog__list-item:first-child {
    padding-top: 0;
    border-top: none;
  }

  .blogg .blog__list-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .blogg .blog__list-thumb {
    width: 100%;
    min-width: unset;
    height: 180px;
    border-radius: 16px;
  }

  .blogg .blog__list-title {
    font-size: 18px;
    line-height: 26px;
  }

  .blogg .blog__tag {
    font-size: 14px;
  }

  .blogg .blog__meta-author,
  .blogg .blog__meta-read {
    font-size: 13px;
  }

  .blogg .blog__meta {
    gap: 10px;
  }
}

@media (max-width: 765px) {
  .blogg {
    padding: 40px 0;
  }

  .blogg .blog__header {
    margin-bottom: 24px;
    gap: 16px;
  }

  .blogg .blog__heading {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }

  .blogg .blog__subheading {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .blogg .blog__grid {
    flex-direction: column;
    gap: 35px;
  }

  .blogg .blog__featured {
    width: 100%;
    min-width: unset;
    flex-direction: column;
    gap: 18px;
  }

  .blogg .blog__featured-img {
    width: 100%;
    height: 471px;
    border-radius: 24px;
    flex-shrink: unset;
  }

  .blogg .blog__featured-text {
    gap: 18px;
  }

  .blogg .blog__featured-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
  }

  .blogg .blog__featured-excerpt {
    font-size: 16px;
    line-height: 1.6;
  }

  .blogg .blog__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0;
  }

  .blogg .blog__list-item {
    flex-direction: column;
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid #e5e7eb;
  }

  .blogg .blog__list-item:first-child {
    padding-top: 0;
    border-top: none;
  }

  .blogg .blog__list-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .blogg .blog__list-thumb {
    width: 100%;
    min-width: unset;
    height: 224px;
    border-radius: 24px;
  }

  .blogg .blog__list-text {
    gap: 18px;
  }

  .blogg .blog__list-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
  }

  .blogg .blog__tag {
    font-size: 17.669px;
  }

  .blogg .blog__meta-author,
  .blogg .blog__meta-read {
    font-size: 18px;
  }

  .blogg .blog__meta {
    gap: 18px;
  }
}

@media (max-width: 575px) {
  .blogg {
    padding: 40px 4px;
  }

  .blogg .blog__heading {
    font-size: 32px;
    line-height: 40px;
  }

  .blogg .blog__featured-img {
    /* height: 260px; */
  }

  .blogg .blog__featured-title {
    font-size: 29px;
    line-height: 32px;
  }
}

/* =====================================================
     STATS SECTION
     ===================================================== */

.support-stats {
  background-color: #f9fafb;
  padding: 80px 0;
}

/* ---- Header row ---- */
.support-stats__header {
  display: flex;
  gap: 195px;
  align-items: flex-start;
  margin-bottom: 40px;
}

.support-stats__heading {
  font-size: 34px;
  font-weight: 600;
  line-height: 42px;
  color: #212121;
  margin: 0;
  width: 528px;
  flex-shrink: 0;
}

.support-stats__subheading {
  flex: 1;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #323232;
  margin: 0;
  min-width: 0;
}

/* ---- Cards row ---- */
.support-stats__cards {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 40px;
}

/* ---- CTA ---- */
.support-stats__cta-wrap {
  display: flex;
  justify-content: center;
}

/* CTA — uses global .cta-btn .cta-btn--primary */

/* =====================================================
     STAT CARD
     The card is a fixed-height container with overflow:hidden.
     Inside it are two "faces":
       .support-stats__card-default  — visible at rest (stat + label)
       .support-stats__card-hover    — slides up from below on hover
     Both are absolutely positioned; hover face starts at
     translateY(100%) and moves to translateY(0) on hover.
     ===================================================== */

/* ---- Card — flex column, overflow hidden, fixed total height ---- */
.support-stats__card {
  position: relative;
  width: 314px;
  min-width: 326px;
  height: 290px;
  border-radius: 16px;
  border: 1px solid #484848;
  background-color: #ffffff;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
}

/* ---- Default face — dissolves upward ---- */
.support-stats__card-default {
  position: absolute;
  inset: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  background-color: #ffffff;
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
  will-change: transform, opacity;
}

.support-stats__card:hover .support-stats__card-default {
  transform: translateY(-30%);
  opacity: 0;
}

/* ---- Hover face — rises from below, dissolves in ---- */
.support-stats__card-hover {
  position: absolute;
  inset: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-start;
  background: linear-gradient(90deg,
      rgba(0, 0, 255, 0.06) 0%,
      rgba(78, 73, 224, 0.06) 33.65%,
      rgba(217, 0, 148, 0.06) 66.83%,
      rgba(255, 10, 10, 0.06) 100%);
  opacity: 0;
  transform: translateY(30%);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
  will-change: transform, opacity;
}

.support-stats__card:hover .support-stats__card-hover {
  transform: translateY(0);
  opacity: 1;
}

/* ---- Stat number (gradient text) ---- */
.support-stats__card-stat {
  font-size: 68px;
  font-weight: 600;
  line-height: 60px;
  margin: 0;
  background: linear-gradient(90deg,
      #0000ff 0%,
      #4e49e0 33.654%,
      #d90094 66.827%,
      #ff0a0a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* ---- Stat label (default face) ---- */
.support-stats__card-label {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: #000000;
  margin: 0;
}

/* ---- Hover face: title (gradient) + description ---- */
.support-stats__card-hover-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
  background: linear-gradient(90deg,
      #0000ff 0%,
      #4e49e0 33.654%,
      #d90094 66.827%,
      #ff0a0a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.support-stats__card-hover-desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #000000;
  margin: 0;
}

/* ---- Plus icon — fixed to CARD (not face), always at bottom-right ---- */
.support-stats__card-icon {
  position: absolute;
  bottom: 24px;
  right: 22px;
  width: 40px;
  height: 40px;
  pointer-events: none;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.55s ease-in-out;
}

/* Rotate to × on card hover */
.support-stats__card:hover .support-stats__card-icon {
  transform: rotate(45deg);
}

/* Draw the + with two pseudo-elements — pure CSS */
.support-stats__card-icon::before,
.support-stats__card-icon::after {
  content: "";
  position: absolute;
  background-color: #484848;
  border-radius: 2px;
}

.support-stats__card-icon::before {
  width: 30px;
  height: 2px;
}

.support-stats__card-icon::after {
  width: 2px;
  height: 30px;
}

/* =====================================================
     RESPONSIVE
     ===================================================== */

@media (max-width: 1400px) {
  .support-stats__header {
    gap: 80px;
  }

  .support-stats__heading {
    width: 380px;
  }

  .support-stats__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .support-stats__card {
    width: 100%;
    min-width: unset;
  }
}

@media (max-width: 992px) {
  .support-stats {
    padding: 50px 0;
  }

  .support-stats__header {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
  }

  .support-stats__heading {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
  }

  .support-stats__subheading {
    font-size: 18px;
    line-height: 27px;
  }
}

@media (max-width: 765px) {
  .support-stats {
    padding: 40px 0;
  }

  .support-stats__heading {
    font-size: 28px;
    line-height: 36px;
  }

  .support-stats__subheading {
    font-size: 16px;
    line-height: 24px;
  }

  .support-stats__cards {
    grid-template-columns: 1fr;
  }

  .support-stats__card-stat {
    font-size: 56px;
    line-height: 52px;
  }
}

@media (max-width: 575px) {
  .support-stats__card-stat {
    font-size: 52px;
    line-height: 48px;
  }

  .support-stats__card-label {
    font-size: 20px;
    line-height: 30px;
  }
}

.support-industries {
  background-color: #ffffff;
  padding: 80px 0;
  overflow: hidden;
  position: relative;
  background-image: url("/wp-content/uploads/2026/05/indus-banner.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.support-industries__bg-decor {
  position: absolute;
  width: 2038px;
  height: 1887px;
  left: -882px;
  top: -1388px;
  pointer-events: none;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-industries__bg-decor img {
  transform: rotate(139.48deg);
  width: 2075px;
  height: 709px;
  display: block;
  opacity: 0.5;
}

.support-industries__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 43px;
  padding-left: 96px;
  padding-right: 96px;
  /* padding-left: max(calc((100vw - 960px) / 2 + 12px), 12px); */
}

.support-industries__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.support-industries__heading {
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  color: #212121;
  margin: 0;
  width: 504px;
  flex-shrink: 0;
}

.support-industries__subheading {
  flex: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #323232;
  margin: 0;
  min-width: 0;
  max-width: 533px;
  display: flex;
  align-items: center;
}

.support-industries__card {
  position: relative;
  height: 503px;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  padding: 32px;
  margin: 0 8px;
}

.support-industries__card-bg {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  overflow: hidden;
  z-index: 0;
}

.support-industries__card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.support-industries__card:hover .support-industries__card-bg img {
  transform: scale(1.06);
}

.support-industries__card-overlay {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  z-index: 1;
  background: linear-gradient(180.15deg,
      rgba(0, 0, 0, 0) 63.371%,
      rgba(0, 0, 0, 0.63) 73.44%,
      rgba(0, 0, 0, 1) 99.471%);
  transition: background 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.support-industries__card:hover .support-industries__card-overlay {
  background: linear-gradient(180deg,
      rgba(8, 4, 69, 0) 24.38%,
      rgba(49, 0, 0, 0.56) 42.646%,
      rgba(49, 0, 0, 0.79) 56.624%,
      rgb(5, 0, 77) 103.69%);
}

.support-industries__card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.support-industries__card-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #ffffff;
  margin: 0;
  transition: font-size 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    line-height 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.support-industries__card-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #ffffff;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s ease 0.1s;
}

.support-industries__card:hover .support-industries__card-desc {
  max-height: 220px;
  opacity: 1;
  padding-bottom: 10px;
}

.support-industries__card-arrow {
  display: none;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.support-industries__card-arrow svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.support-industries__card:hover .support-industries__card-arrow svg {
  transform: translateX(4px);
}

.support-industries__carousel-wrap {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 43px;
  padding-left: max(calc((100vw - 1752px) / 2 + 12px), 12px);
}

@media (max-width: 1399.98px) {
  .support-industries__carousel-wrap {
    padding-left: max(calc((100vw - 1140px) / 2 + 12px), 12px);
  }
}

@media (max-width: 1199.98px) {
  .support-industries__carousel-wrap {
    padding-left: max(calc((100vw - 960px) / 2 + 12px), 12px);
  }
}

@media (max-width: 991.98px) {
  .support-industries__carousel-wrap {
    padding-left: max(calc((100vw - 720px) / 2 + 12px), 12px);
  }
}

@media (max-width: 767.98px) {
  .support-industries__carousel-wrap {
    padding-left: max(calc((100vw - 540px) / 2 + 12px), 12px);
  }
}

@media (max-width: 575.98px) {
  .support-industries__carousel-wrap {
    padding-left: 12px;
  }
}

.support-industries__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.support-industries__carousel.owl-carousel {
  overflow: hidden;
}

.support-industries__card {
  margin: 0;
}

.support-industries__carousel .owl-dots,
.support-industries__carousel .owl-nav {
  display: none;
}

@media (max-width: 1400px) {
  .support-industries__heading {
    width: 420px;
    font-size: 36px;
    line-height: 46px;
  }
}

@media (max-width: 992px) {
  .support-industries {
    padding: 50px 0;
  }

  .support-industries__inner {
    gap: 32px;
  }

  .support-industries__header {
    flex-direction: column;
    gap: 16px;
  }

  .support-industries__heading {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
  }

  .support-industries__subheading {
    max-width: 100%;
    font-size: 18px;
    line-height: 27px;
  }

  .support-industries__card {
    height: 420px;
    padding: 24px;
  }

  .support-industries__card-title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 765px) {
  .support-industries {
    padding: 40px 4px;
    background-image: url("/wp-content/uploads/2026/05/indus-banner-mob.webp");
  }

  .support-industries__heading {
    font-size: 32px;
    line-height: 40px;
  }

  .support-industries__card {
    height: 256px;
    padding: 16px;
    margin: 0 4px;
  }

  .support-industries__card-title {
    font-size: 16px;
    line-height: 20px;
  }

  .support-industries__card-arrow svg {
    width: 16px;
    height: 16px;
  }

  .support-industries__card-desc {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 575px) {
  .support-industries__card {
    height: 350px;
  }
}

.cta-btn-wrap {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  width: fit-content;
}

.cta-btn-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 3.932px;
  background: linear-gradient(90deg,
      rgb(86, 74, 232) 0%,
      rgb(186, 98, 188) 26.923%,
      rgb(224, 103, 140) 56.25%,
      rgb(232, 93, 104) 100%);
  filter: blur(16.709px);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.cta-btn-wrap:hover::before {
  opacity: 1;
}

.cta-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  border: none;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
  transition: color 0.25s ease;
}

.cta-btn--primary {
  background-color: #0f0232;
  color: #ffffff;
}

.cta-btn--primary:hover {
  background-color: #0f0232;
  color: #ffffff;
}

.cta-btn--secondary {
  background-color: #ffffff;
  color: #0f0232;
  border: 1px solid #e0e0e0;
}

.cta-btn--secondary:hover {
  background-color: #ffffff;
  color: #0f0232;
}

/* =====================================================
     HERO SECTION
     ===================================================== */

.support-re-home {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  min-height: 576px;
  display: flex;
  align-items: center;
  background-image: url("/wp-content/uploads/2026/05//sup-hero.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 28px 4px 8px;
}

.support-re-home__ellipse--1 {
  width: 486px;
  height: 486px;
  right: 180px;
  top: 120px;
}

.support-re-home__ellipse--1 img,
.support-re-home__ellipse--2 img,
.support-re-home__ellipse--3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.support-re-home__ellipse--2 {
  width: 390px;
  height: 390px;
  right: 60px;
  top: 90px;
}

.support-re-home__ellipse--3 {
  width: 350px;
  height: 350px;
  right: 0;
  top: 30px;
}

/* ---- Hero image ---- */
.support-re-home__image {
  position: absolute;
  right: 55px;
  /* top: 51px; */
  width: 651px;
  height: 503px;
  z-index: 2;
  pointer-events: none;
  bottom: 0;
}

.support-re-home__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* ---- Content ---- */
.support-re-home__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 622px;
  padding: 60px 0 80px;
}

.support-re-home__heading {
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  color: #212121;
  margin: 0;
}

.support-re-home__heading-gradient {
  background: linear-gradient(90deg,
      #0000ff 0%,
      #4e49e0 33.654%,
      #d90094 66.827%,
      #ff0a0a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.support-re-home__cta-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.support-re-home__trust {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #212121;
  margin: 0;
}

.support-re-home__trust-gradient {
  background: linear-gradient(90deg,
      #0000ff 0%,
      #4e49e0 33.654%,
      #d90094 66.827%,
      #ff0a0a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

/* =====================================================
     RESPONSIVE
     ===================================================== */

@media (max-width: 1400px) {
  .support-re-home__image {
    width: 551px;
    height: 385px;
    right: 0;
  }

  .support-industries__inner {
    padding-left: 39px;
    padding-right: 39px;
    /* padding-left: max(calc((100vw - 960px) / 2 + 12px), 12px); */
  }

  .support-re-home__content {
    max-width: 540px;
    align-items: flex-start;
  }

  .support-re-home {
    padding: 8px 4px 8px;
  }
}

@media (max-width: 992px) {
  .support-re-home {
    min-height: auto;
    background-image: url("/wp-content/uploads/2026/05//sup-hero-mob.webp");
    padding: 32px 4px;
  }

  .support-re-home__content {
    padding: 0px 0 60px;
    max-width: 100%;
    align-items: center;
  }

  .support-re-home__heading {
    font-size: 38px;
    line-height: 48px;
    text-align: center;
  }

  .support-re-home__image {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: 380px;
    margin-top: -40px;
  }

  .support-re-home__ellipses {
    display: none;
  }

  .support-re-home__cta-group {
    align-items: center;
  }
}

@media (max-width: 765px) {
  .support-re-home {
    background-color: #f9fafb;
  }

  .support-re-home__content {
    padding: 0px;
    gap: 40px;
  }

  .support-re-home__heading {
    font-size: 32px;
    line-height: 40px;
  }

  .support-re-home__image {
    height: 300px;
  }

  .support-re-home__grid {
    display: none;
  }
}

@media (max-width: 575px) {
  .support-re-home__heading {
    font-size: 32px;
    line-height: 40px;
    text-align: left;
  }

  .support-re-home__image {
    height: 260px;
  }

  .support-re-home__cta-group,
  .support-re-home__content {
    align-items: flex-start;
  }

  .support-industries__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ------------------end--------------------- */
/* case-study-new-css */
.support-case-studies {
  background-color: #ffffff;
  padding: 80px 0;
  position: relative;
  overflow-x: hidden;
}

.support-case-studies__bg-decor {
  position: absolute;
  width: 1533px;
  left: 50%;
  transform: translateX(-50%) rotate(9.12deg);
  top: 400px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}

.support-case-studies__bg-decor img {
  width: 1505px;
  height: 296px;
  display: block;
}

.support-case-studies__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}

.support-case-studies__heading {
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -0.8px;
  color: #000;
  margin: 0;
}

.support-case-studies__subheading {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #000000;
  margin: 0;
  max-width: 680px;
}

/* =====================================================
   SHARED GRADIENT BORDER MIXIN (::before pseudo)
   ===================================================== */

.support-cs-card-border {
  position: relative;
  isolation: isolate;
}

.support-cs-card-border::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(90deg,
      #564ae8 0%,
      #ba62bc 26.92%,
      #e0678c 56.25%,
      #e85d68 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

/* =====================================================
   DESKTOP SLIDER  (shown >992px, hidden ≤992px)
   ===================================================== */

.support-cs-desktop {
  display: block;
  position: relative;
  z-index: 1;
}

/* Full-bleed wrap — left edge aligns with container, right edge hits viewport */
.support-cs-desktop__wrap {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  /* Left padding mirrors BS5 container left edge */
  padding-left: max(calc((100vw - 1320px) / 2 + 12px), 12px);
}

@media (max-width: 1399.98px) {
  .support-cs-desktop__wrap {
    padding-left: max(calc((100vw - 1140px) / 2 + 12px), 12px);
  }
}

@media (max-width: 1199.98px) {
  .support-cs-desktop__wrap {
    padding-left: max(calc((100vw - 960px) / 2 + 12px), 12px);
  }
}

@media (max-width: 992px) {
  .support-cs-desktop__wrap {
    display: none;
  }
}

.support-cs-desktop__viewport {
  overflow: hidden;
  cursor: grab;
}

.support-cs-desktop__viewport:active {
  cursor: grabbing;
}

.support-cs-desktop__track {
  display: flex;
  gap: 16px;
  align-items: stretch;
  will-change: transform;
}

/* Desktop card */
.support-cs-desktop__card {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  min-height: 520px;
}

.support-cs-desktop__card-text {
  width: 494px;
  min-width: 494px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  background: #fff;
  border-radius: 12px 0 0 12px;
}

.support-cs-desktop__card-image {
  width: 0;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  transition: width 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.support-cs-desktop__card.is-expanded .support-cs-desktop__card-image {
  width: 540px;
}

.support-cs-desktop__card-image-inner {
  position: absolute;
  top: 0;
  left: -180px;
  width: 925px;
  height: 100%;
  min-height: 520px;
}

.support-cs-desktop__card-image-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  transform: scale(1.04);
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.support-cs-desktop__card.is-expanded .support-cs-desktop__card-image-inner img {
  transform: scale(1);
}

.support-cs-desktop__card-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(175.37deg,
      rgba(255, 255, 255, 0.6) 9.89%,
      rgba(255, 255, 255, 0) 72%);
  pointer-events: none;
}

/* =====================================================
   MOBILE / TABLET OWL SLIDER  (shown ≤992px, hidden >992px)
   ===================================================== */

.support-cs-mobile {
  display: none;
  position: relative;
  z-index: 1;
}

@media (max-width: 992px) {
  .support-cs-mobile {
    display: block;
  }
}

/* Mobile card — simple vertical, no image */
.support-cs-mobile .support-cs-mobile__card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  position: relative;
  isolation: isolate;
  margin: 0 4px;
  /* small side margin so border shows on owl item */
  height: 100%;
}

.support-cs-mobile .support-cs-mobile__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(90deg,
      #564ae8 0%,
      #ba62bc 26.92%,
      #e0678c 56.25%,
      #e85d68 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

.support-cs-mobile .support-cs-mobile__card-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  /* height: 100%; */
}

/* Owl overrides */
.support-cs-mobile .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.support-cs-mobile .owl-carousel {
  overflow: hidden;
}

.support-cs-mobile .owl-carousel .owl-nav,
.support-cs-mobile .owl-carousel .owl-dots {
  display: none;
}

/* Nav buttons */
.support-cs-mobile__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}

.support-cs-mobile__nav-btn {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  background: linear-gradient(90deg,
      rgb(86, 74, 232) 0%,
      rgb(186, 98, 188) 26.923%,
      rgb(224, 103, 140) 56.25%,
      rgb(232, 93, 104) 100%);
  transition: transform 0.2s ease;
}

.support-cs-mobile__nav-btn:hover {
  transform: scale(1.06);
}

.support-cs-mobile__nav-btn:active {
  transform: scale(0.96);
}

.support-cs-mobile__nav-btn svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =====================================================
   SHARED CARD CONTENT STYLES (used in both)
   ===================================================== */

.support-cs-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #000;
  margin: 0;
}

.support-cs-label {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin: 0 0 8px;
}

.support-cs-label--challenge {
  color: #ff0a0a;
}

.support-cs-label--solution {
  color: #1d9b5e;
}

.support-cs-body {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #5b5c67;
  margin: 0;
}

.support-cs-stat-block {
  border-radius: 8px;
  padding: 16px;
  margin-top: auto;
  background: linear-gradient(90deg,
      rgba(0, 0, 255, 0.04) 0%,
      rgba(78, 73, 224, 0.04) 33.654%,
      rgba(217, 0, 148, 0.04) 66.827%,
      rgba(255, 10, 10, 0.04) 100%);
}

.support-cs-stat-number {
  font-size: 72px;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: -1.44px;
  margin: 0;
  background: linear-gradient(71.77deg,
      rgb(0, 0, 255) 1.7%,
      rgb(78, 73, 224) 4.24%,
      rgb(217, 0, 148) 10.09%,
      rgb(255, 10, 10) 15.94%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.support-cs-stat-label {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #000;
  margin: 0;
}

.support-cs-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #323232;
  text-decoration: none;
  white-space: nowrap;
}

.support-cs-link svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.support-cs-link:hover svg {
  transform: translateX(5px);
}

/* =====================================================
   RESPONSIVE TYPOGRAPHY
   ===================================================== */

@media (max-width: 992px) {
  .support-case-studies {
    padding: 50px 0;
  }

  .support-case-studies__heading {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 765px) {
  .support-case-studies {
    padding: 40px 0;
  }

  .support-case-studies__heading {
    font-size: 32px;
    line-height: 40px;
  }

  .support-case-studies__subheading {
    font-size: 16px;
    line-height: 24px;
  }

  .support-cs-stat-number {
    font-size: 72px;
    line-height: 80px;
  }

  .support-cs-title {
    font-size: 24px;
    line-height: 36px;
  }

  .support-case-studies__header {
    margin-bottom: 24px;
  }

  .support-cs-mobile .owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
  }
}

/* end */
.ksbl-testimonial__slider.owl-carousel .owl-stage-outer {
  padding: 16px 0;
}

.ksbl-testimonial__item {
  width: 100%;
  display: flex;
}

.ksbl-testimonial__card {
  width: 100%;
}