.global-beginnings__btn-wrap {
  width: fit-content !important;
}
.dental .pillas-why-ks__card--bg-1::before {
  background-image: url("/wp-content/uploads/2026/06/d-bg-1.webp");
}
.dental .pillas-why-ks__card--bg-2::before {
  background-image: url("/wp-content/uploads/2026/06/d-bg-2.webp");
}
.dental .pillas-why-ks__card--bg-3::before {
  background-image: url("/wp-content/uploads/2026/06/d-bg-3.webp");
}
.dental .pillas-why-ks__card--bg-4::before {
  background-image: url("/wp-content/uploads/2026/06/d-bg-4.webp");
}
.dental .pillas-why-ks__card--bg-5::before {
  background-image: url("/wp-content/uploads/2026/06/d-bg-5.webp");
}
.dental .pillas-why-ks__card--bg-6::before {
  background-image: url("/wp-content/uploads/2026/06/d-bg-6.webp");
}
.dental .pillas-why-ks__card--bg-7::before {
  background-image: url("/wp-content/uploads/2026/06/d-bg-7.webp");
}

@media screen and (max-width: 765px) {
  .global-beginnings__btn-wrap {
    width: 100% !important;
  }
}
/* odoo awards */
.odoo-awards {
  padding: 40px 0;
}

/* ---- Grid ---- */
.odoo-awards__grid {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

/* ---- Individual award card ---- */
.odoo-awards__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 201px;
  min-height: 228px;
  padding: 16px;
  flex-shrink: 0;
  flex: 1;
}

/* ---- Logo wrapper ---- */
.odoo-awards__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  width: 100%;
  flex-shrink: 0;
}

.odoo-awards__logo {
  max-width: 100%;
  max-height: 90px;
  object-fit: contain;
  display: block;
}

/* ---- Label ---- */
.odoo-awards__label {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}

/* ========== TABLET (768 – 991px) ========== */
@media (min-width: 768px) and (max-width: 991.98px) {
  .odoo-awards__grid {
    flex-wrap: wrap;
    justify-content: center;
  }

  .odoo-awards__card {
    width: calc(33.333% - 12px);
    flex: 0 0 calc(33.333% - 12px);
    min-height: auto;
  }
}

/* ========== MOBILE (< 768px) ========== */
@media (max-width: 767.98px) {
  .odoo-awards {
    padding: 32px 0;
  }

  .odoo-awards__grid {
    flex-wrap: wrap;
    gap: 0;
  }

  .odoo-awards__card {
    width: 50%;
    flex: 0 0 50%;
    min-height: 188px;
    padding: 16px 12px;
    border-bottom: 1px solid #f0f0f0;
  }

  /* Remove bottom border from last row */
  .odoo-awards__card:nth-last-child(-n + 2) {
    border-bottom: none;
  }

  /* Right column border */
  .odoo-awards__card:nth-child(even) {
    border-left: 1px solid #f0f0f0;
  }

  .odoo-awards__label {
    font-size: 14px;
    line-height: 21px;
  }
}
/* ========== DASHBOARD NINJA SECTION ========== */
.dash-ninja {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background-image: url("/wp-content/uploads/2026/06/dn-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* --- Decorative background blob --- */
.dash-ninja__bg {
  position: absolute;
  width: 2455px;
  height: 2414px;
  top: -675px;
  left: -343px;
  transform: rotate(-57.43deg);
  pointer-events: none;
  z-index: 0;
}

.dash-ninja__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* --- Content wrapper --- */
.dash-ninja__inner {
  position: relative;
  z-index: 1;
}

/* ===== LAYOUT ===== */
.dash-ninja__layout {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}

/* ===== LEFT COLUMN ===== */
.dash-ninja__left {
  flex: 0 0 46%;
  max-width: 46%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Heading */
.dash-ninja__heading {
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  color: #212121;
  margin-bottom: 8px;
}

.dash-ninja__heading-grad {
  display: inline;
  background: linear-gradient(
    90deg,
    #0000ff 0%,
    #4e49e0 20.192%,
    #d90094 44.231%,
    #ff0a0a 72.115%
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Subtext */
.dash-ninja__subtext {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #323232;
  margin-bottom: 0;
}

/* ===== STAT CARDS GRID ===== */
.dash-ninja__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.dash-ninja__card {
  backdrop-filter: blur(22.6px);
  -webkit-backdrop-filter: blur(22.6px);
  background: rgba(255, 255, 255, 0.64);
  border: none;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
  min-height: 164px;
  position: relative;
}

.dash-ninja__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  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;
}

/* Large gradient number/text */
.dash-ninja__card-stat {
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  background: linear-gradient(
    61.9deg,
    #0000ff 6.93%,
    #4e49e0 17.29%,
    #d90094 27.5%,
    #ff0a0a 37.71%
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 0;
}

/* Card label */
.dash-ninja__card-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #323232;
  margin-bottom: 0;
}

/* Odoo logo card */
.dash-ninja__card-logo {
  width: 136px;
  height: 60px;
  object-fit: contain;
  object-position: left center;
}

/* Highly Rated award card */
.dash-ninja__card-award {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dash-ninja__award-wrap {
  position: relative;
  width: 199px;
  height: 133px;
}

.dash-ninja__award-laurel {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.dash-ninja__award-text {
  position: absolute;
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
  width: 116px;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  line-height: 27.6px;
  background: linear-gradient(
    90deg,
    #0000ff 0%,
    #4e49e0 33.654%,
    #d90094 66.827%,
    #ff0a0a 100%
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* CTA button */
.dash-ninja__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  background-color: #0f0232;
  color: #ffffff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
  align-self: flex-start;
}

.dash-ninja__cta:hover {
  background-color: #1a0550;
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(15, 2, 50, 0.25);
}

/* ===== RIGHT COLUMN: Dashboard image ===== */
.dash-ninja__right {
  flex: 1;
  min-width: 0;
  margin-right: calc(-50vw + 50%);
  padding-right: 0;
}

.dash-ninja__image-frame {
  /* background: rgba(255, 121, 121, 0.1); */
  border: none;
  border-radius: 21px 0 0 21px;
  padding: 17px 0 17px 18px;
  overflow: hidden;
  position: relative;
}

/* .dash-ninja__image-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 21px 0 0 21px;
  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;
} */

.dash-ninja__image-frame img {
  width: 100%;
  height: auto;
  border-radius: 12px 0 0 12px;
  display: block;
  object-fit: cover;
}

/* ========== TABLET (768 – 991px) ========== */
@media (min-width: 768px) and (max-width: 991.98px) {
  .dash-ninja {
    padding: 60px 0;
  }

  .dash-ninja__layout {
    flex-direction: column;
    gap: 48px;
  }

  .dash-ninja__left {
    flex: unset;
    max-width: 100%;
    width: 100%;
  }

  .dash-ninja__right {
    width: 100%;
    margin-right: 0;
  }

  .dash-ninja__image-frame {
    border-radius: 21px;
    padding: 17px 18px;
  }

  .dash-ninja__image-frame::before {
    border-radius: 21px;
  }

  .dash-ninja__image-frame img {
    border-radius: 12px;
  }

  .dash-ninja__heading {
    font-size: 32px;
    line-height: 42px;
  }

  .dash-ninja__subtext {
    font-size: 16px;
    line-height: 24px;
  }

  .dash-ninja__card-stat {
    font-size: 36px;
    line-height: 48px;
  }

  .dash-ninja__cta {
    width: 100%;
    justify-content: center;
  }
}

/* ========== MOBILE (< 768px) ========== */
@media (max-width: 767.98px) {
  .dash-ninja {
    padding: 40px 0;
  }

  .dash-ninja__bg {
    display: none;
  }

  .dash-ninja__layout {
    flex-direction: column;
    gap: 24px;
  }

  .dash-ninja__left {
    flex: unset;
    max-width: 100%;
    width: 100%;
    gap: 24px;
    padding-right: 16px;
  }

  .dash-ninja__right {
    width: 100%;
    margin-right: 0;
  }

  .dash-ninja__image-frame {
    border-radius: 21px;
    padding: 17px 18px;
  }

  .dash-ninja__image-frame::before {
    border-radius: 21px;
  }

  .dash-ninja__image-frame img {
    border-radius: 12px;
  }

  /* Mobile heading */
  .dash-ninja__heading {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 8px;
  }

  .dash-ninja__subtext {
    font-size: 16px;
    line-height: 24px;
  }

  /* Mobile cards — tighter */
  .dash-ninja__cards {
    gap: 8px;
  }

  .dash-ninja__card {
    border-radius: 8px;
    padding: 8px;
    min-height: 127px;
    gap: 8px;
  }

  .dash-ninja__card::before {
    border-radius: 8px;
  }

  .dash-ninja__card-stat {
    font-size: 32px;
    line-height: 40px;
  }

  .dash-ninja__card-label {
    font-size: 14px;
    line-height: 21px;
  }

  .dash-ninja__card-logo {
    width: 91px;
    height: 40px;
  }

  .dash-ninja__award-wrap {
    width: 151px;
    height: 101px;
  }

  .dash-ninja__award-text {
    font-size: 16px;
    line-height: 21px;
    top: 30px;
    width: 88px;
  }

  /* Mobile image frame */
  .dash-ninja__image-frame {
    border-radius: 14px !important;
    padding: 0 !important;
    margin-right: 0 !important;
    overflow: visible;
  }

  .dash-ninja__image-frame::before {
    border-radius: 14px !important;
  }

  .dash-ninja__right {
    margin-right: 0;
  }

  .dash-ninja__image-frame img {
    border-radius: 8px 0 0 8px !important;
  }

  /* CTA full width on mobile */
  .dash-ninja__cta {
    width: 100%;
    justify-content: center;
    align-self: stretch;
  }
}

.saas-toolkit {
  background-color: #f9fafb;
  position: relative;
  overflow: hidden;
  font-family: "Manrope", sans-serif;
}

/* ---- CSS Grid layout: left panel + right content ---- */
.saas-toolkit__grid {
  display: grid;
  grid-template-columns: 45fr 55fr;
  min-height: 653px;
}

/* ===== LEFT PANEL ===== */
/* White background with pinkish gradient blob — bleeds to section left edge */
.saas-toolkit__left {
  background: linear-gradient(
    125deg,
    #d8d0f0 0%,
    #ead4e8 35%,
    #f9d0d5 65%,
    #f5eff8 100%
  );
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 653px;
}

/* Pinkish gradient blob — rotated, overflows the panel */
.saas-toolkit__left-blob {
  position: absolute;
  width: 2388px;
  height: 2392px;
  top: -794px;
  left: -864px;
  transform: rotate(-36.95deg);
  pointer-events: none;
  z-index: 0;
}

.saas-toolkit__left-blob img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Mockup image sits above the blob */
.saas-toolkit__mockup {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 40px 32px;
}

.saas-toolkit__mockup-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* ===== RIGHT CONTENT ===== */
.saas-toolkit__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 60px 64px 60px 64px;
}

.saas-toolkit__heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #000000;
  margin-bottom: 16px;
}

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

.saas-toolkit__body {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #323232;
  margin-bottom: 0;
}

/* Feature list */
.saas-toolkit__features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1400px) {
  .saas-toolkit__features {
    grid-template-columns: 279px 279px;
  }
}
.saas-toolkit__feature {
  display: flex;
  align-items: center;
  gap: 10px;
}

.saas-toolkit__feature-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.saas-toolkit__feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.saas-toolkit__feature-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #212121;
  margin-bottom: 0;
  white-space: nowrap;
}

/* CTA buttons */
.saas-toolkit__ctas {
  display: flex;
  align-items: center;
  gap: 16px;
}

.saas-toolkit__btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background-color: #0f0232;
  color: #ffffff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
  border: none;
}

.saas-toolkit__btn-primary:hover {
  background-color: #1a0550;
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(15, 2, 50, 0.25);
}

.saas-toolkit__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background-color: #ffffff;
  color: #0f0232;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #564ae8;
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
}

.saas-toolkit__btn-secondary:hover {
  color: #0f0232;
  box-shadow: 0 4px 16px rgba(86, 74, 232, 0.2);
  background-color: #f5f4ff;
}

/* ========== TABLET (768 – 991px) ========== */
@media (min-width: 768px) and (max-width: 991.98px) {
  .saas-toolkit__grid {
    grid-template-columns: 1fr;
  }

  .saas-toolkit__left {
    min-height: 380px;
  }

  .saas-toolkit__content {
    padding: 48px 40px;
  }

  .saas-toolkit__heading {
    font-size: 28px;
    line-height: 36px;
  }

  .saas-toolkit__body {
    font-size: 15px;
    line-height: 23px;
  }

  .saas-toolkit__feature-text {
    font-size: 15px;
  }
}

/* ========== MOBILE (< 768px) ========== */
@media (max-width: 767.98px) {
  .saas-toolkit__grid {
    grid-template-columns: 1fr;
  }

  /* Text first on mobile */
  .saas-toolkit__content {
    order: 1;
    padding: 40px 16px 24px;
    gap: 20px;
  }

  .saas-toolkit__left {
    order: 2;
    min-height: 320px;
  }

  .saas-toolkit__heading {
    font-size: 28px;
    line-height: 36px;
  }

  .saas-toolkit__body {
    font-size: 15px;
    line-height: 23px;
  }

  .saas-toolkit__features {
    grid-template-columns: 1fr;
  }

  .saas-toolkit__feature-text {
    font-size: 14px;
    line-height: 21px;
    white-space: normal;
  }

  .saas-toolkit__ctas {
    flex-direction: column;
    gap: 12px;
  }

  .saas-toolkit__btn-primary,
  .saas-toolkit__btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .saas-toolkit__mockup {
    padding: 24px 16px;
  }
}

.erp-benefits {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background-image: url("/wp-content/uploads/2026/06/od-serv.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* --- Decorative background blob --- */
.erp-benefits__bg {
  position: absolute;
  width: 1824px;
  height: 1405px;
  top: -358px;
  left: -179px;
  transform: rotate(-6.55deg);
  pointer-events: none;
  z-index: 0;
}

.erp-benefits__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* --- Inner content --- */
.erp-benefits__inner {
  position: relative;
  z-index: 1;
}

/* ===== LAYOUT: two columns ===== */
.erp-benefits__layout {
  display: flex;
  align-items: flex-start;
  gap: 8%;
}

/* ===== LEFT: Text + CTA ===== */
.erp-benefits__left {
  flex: 0 0 46%;
  max-width: 46%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

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

.erp-benefits__body {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #323232;
}

.erp-benefits__body p {
  margin-bottom: 20px;
}

.erp-benefits__body p:last-child {
  margin-bottom: 0;
}

.erp-benefits__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background-color: #0f0232;
  color: #ffffff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
  align-self: flex-start;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.erp-benefits__cta:hover {
  background-color: #1a0550;
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(15, 2, 50, 0.25);
}

/* ===== RIGHT: Benefit cards ===== */
.erp-benefits__right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Individual benefit card */
.erp-benefits__card {
  background: #ffffff;
  border-radius: 4px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.erp-benefits__card-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.erp-benefits__card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.erp-benefits__card-label {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: #000000;
  margin-bottom: 0;
}

/* ========== TABLET (768 – 991px) ========== */
@media (min-width: 768px) and (max-width: 991.98px) {
  .erp-benefits {
    padding: 60px 0;
  }

  .erp-benefits__layout {
    flex-direction: column;
    gap: 40px;
  }

  .erp-benefits__left {
    flex: unset;
    max-width: 100%;
    width: 100%;
    gap: 32px;
  }

  .erp-benefits__heading {
    font-size: 32px;
    line-height: 42px;
  }

  .erp-benefits__body {
    font-size: 16px;
    line-height: 24px;
  }

  .erp-benefits__right {
    width: 100%;
  }

  .erp-benefits__card-label {
    font-size: 20px;
    line-height: 30px;
  }
}

/* ========== MOBILE (< 768px) ========== */
@media (max-width: 767.98px) {
  .erp-benefits {
    padding: 40px 0;
  }

  .erp-benefits__bg {
    display: none;
  }

  .erp-benefits__layout {
    flex-direction: column;
    gap: 24px;
  }

  .erp-benefits__left {
    flex: unset;
    max-width: 100%;
    width: 100%;
    gap: 16px;
  }

  .erp-benefits__heading {
    font-size: 32px;
    line-height: 40px;
  }

  .erp-benefits__body {
    font-size: 16px;
    line-height: 24px;
  }

  .erp-benefits__body p {
    margin-bottom: 16px;
  }

  .erp-benefits__right {
    width: 100%;
    gap: 16px;
  }

  .erp-benefits__card-label {
    font-size: 18px;
    line-height: 27px;
    white-space: normal;
  }

  /* Full-width CTA on mobile */
  .erp-benefits__cta {
    width: 100%;
    justify-content: center;
    align-self: stretch;
  }
}

/* ========== CERTIFIED SECTION ========== */
.ksolves-certified {
  background-color: #f9fafb;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  font-family: "Manrope", sans-serif;
}

/* --- Inner content --- */
.ksolves-certified__inner {
  position: relative;
  z-index: 1;
}

/* ===== LAYOUT ===== */
.ksolves-certified__layout {
  display: flex;
  align-items: center;
  gap: 97px;
}

/* ===== LEFT: Quote text ===== */
.ksolves-certified__text {
  flex: 1;
  min-width: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: #323232;
  margin-bottom: 0;
}

/* Gradient inline span */
.ksolves-certified__grad {
  display: inline;
  font-weight: 700;
  background: linear-gradient(
    90deg,
    #0000ff 0%,
    #4e49e0 33.654%,
    #d90094 66.827%,
    #ff0a0a 100%
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Bold inline span */
.ksolves-certified__bold {
  font-weight: 700;
  color: #323232;
}

/* ===== RIGHT: Single image ===== */
.ksolves-certified__right {
  flex: 0 0 262px;
  width: 262px;
  flex-shrink: 0;
}

.ksolves-certified__logo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* ========== TABLET (768 – 991px) ========== */
@media (min-width: 768px) and (max-width: 991.98px) {
  .ksolves-certified {
    padding: 60px 0;
  }

  .ksolves-certified__layout {
    gap: 48px;
  }

  .ksolves-certified__text {
    font-size: 20px;
    line-height: 30px;
  }

  .ksolves-certified__right {
    flex: 0 0 200px;
    width: 200px;
  }
}

/* ========== MOBILE (< 768px) ========== */
@media (max-width: 767.98px) {
  .ksolves-certified {
    padding: 40px 0;
  }

  /* Stack vertically on mobile: text on top, logo+vector below */
  .ksolves-certified__layout {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .ksolves-certified__text {
    font-size: 18px;
    line-height: 27px;
    width: 100%;
  }

  .ksolves-certified__right {
    flex: unset;
    width: 262px;
  }
}

/* ========== CLIENT SLIDER SECTION ========== */
.client-slider {
  background-color: #f9fafb;
  padding: 64px 0 40px;
  position: relative;
  overflow: hidden;
  font-family: "Manrope", sans-serif;
}

.client-slider__heading {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: #000000;
  text-align: center;
  margin-bottom: 48px;
  text-transform: capitalize;
}

/* ===== STAGE: coverflow track ===== */
.client-slider__stage {
  position: relative;
  height: 540px;
  perspective: 1200px;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
}

.client-slider__stage:active {
  cursor: grabbing;
}

.client-slider__track {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}

/* Individual slide */
.client-slider__slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 412px;
  height: 519px;
  margin-left: -206px;
  margin-top: -259px;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  will-change: transform, opacity;
  transition: filter 0.35s ease;
  background: #0e0e0e;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.client-slider__slide-bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

.client-slider__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    20.5deg,
    rgb(0, 0, 0) 23.564%,
    rgba(102, 102, 102, 0) 77.976%
  );
  pointer-events: none;
}

.client-slider__slide-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.client-slider__slide-play svg {
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
}

.client-slider__slide-caption {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 12px;
  padding: 10px;
  color: #ffffff;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  max-width: calc(100% - 48px);
}

.client-slider__slide-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 4px;
  letter-spacing: -0.32px;
}

.client-slider__slide-role {
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 0;
  letter-spacing: -0.2px;
  opacity: 0.95;
}

.client-slider__slide.is-active .client-slider__slide-play,
.client-slider__slide.is-active .client-slider__slide-caption {
  opacity: 1;
}

.client-slider__slide:not(.is-active) {
  filter: grayscale(0.85) brightness(0.92);
}

/* ===== SEMI-CIRCLE SCRUBBER ===== */
.client-slider__scrubber {
  position: relative;
  margin: 32px auto 0;
  width: 100%;
  max-width: 1520px;
  height: 90px;
  touch-action: none;
}

.client-slider__scrubber-svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.client-slider__scrubber-track {
  fill: none;
  stroke: #e5e7eb;
  stroke-width: 1.5;
  stroke-linecap: round;
}

.client-slider__scrubber-progress {
  fill: none;
  stroke: url(#scrubberGradient);
  stroke-width: 3;
  stroke-linecap: round;
}

.client-slider__scrubber-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e0678c;
  box-shadow: 0 2px 8px rgba(217, 0, 148, 0.4);
  transform: translate(-50%, -50%);
  cursor: grab;
  transition: box-shadow 0.2s ease;
  will-change: transform;
}

.client-slider__scrubber-thumb:active,
.client-slider__scrubber-thumb.is-dragging {
  cursor: grabbing;
  box-shadow: 0 4px 16px rgba(217, 0, 148, 0.6);
}

/* Mobile dot nav — hidden on desktop */
.client-slider__dots {
  display: none;
}

/* ============================================================
   CLIENT SLIDER MODAL — Standalone (no Bootstrap _modal.scss)
   Recreates Bootstrap 5 modal behavior + Figma styling
   ============================================================ */

/* ─── Base modal container ─── */
.client-slider-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.client-slider-modal.show {
  display: block;
}

.client-slider-modal[aria-hidden="false"] {
  display: block;
}

/* Fade transition */
.client-slider-modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

.client-slider-modal.fade.show .modal-dialog {
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .client-slider-modal.fade .modal-dialog {
    transition: none;
  }
}

/* Backdrop (Bootstrap JS injects this into body) */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.modal-backdrop.show {
  opacity: 0.5;
}

/* Lock body scroll while modal open */
body.modal-open {
  overflow: hidden;
}

/* ─── Dialog wrapper (centered, sized) ─── */
.client-slider-modal .modal-dialog {
  position: relative;
  width: auto;
  margin: 0 auto;
  pointer-events: none;
  max-width: 1336px;
  padding: 32px 16px;
  display: flex;
  align-items: center;
  min-height: calc(100% - 64px);
}

.client-slider-modal .modal-content {
  pointer-events: auto;
}

/* ─── Frosted glass video frame ─── */
.client-slider-modal .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: inherit;
  background: rgba(249, 250, 251, 0.6);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid #f2efef;
  border-radius: 32px;
  overflow: hidden;
  padding: 73px;
  outline: 0;
}

.client-slider-modal .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1.55px solid #e7e7e7;
  background: #ffffff;
}

.client-slider-modal__video {
  position: relative;
  width: 100%;
  aspect-ratio: 1168 / 555;
  background: #000;
  overflow: hidden;
}

/* Fallback for browsers without aspect-ratio support */
@supports not (aspect-ratio: 1 / 1) {
  .client-slider-modal__video {
    height: 0;
    padding-bottom: 47.52%; /* 555 / 1168 * 100 */
  }
}

.client-slider-modal__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ─── Close button ─── */
.client-slider-modal .btn-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  z-index: 10;
  opacity: 0.85;
  cursor: pointer;
  box-sizing: content-box;
  transition: opacity 0.2s ease, transform 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

.client-slider-modal .btn-close::before,
.client-slider-modal .btn-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  background: #212121;
  border-radius: 1px;
  transform-origin: center;
}

.client-slider-modal .btn-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.client-slider-modal .btn-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.client-slider-modal .btn-close:hover {
  opacity: 1;
  transform: scale(1.08);
}

.client-slider-modal .btn-close:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(86, 74, 232, 0.25);
  border-radius: 50%;
}

/* ========== TABLET (768 – 991px) ========== */
@media (min-width: 768px) and (max-width: 991.98px) {
  .client-slider {
    padding: 48px 0 32px;
  }

  .client-slider__heading {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px;
  }

  .client-slider__stage {
    height: 460px;
  }

  .client-slider__slide {
    width: 340px;
    height: 430px;
    margin-left: -170px;
    margin-top: -215px;
  }

  .client-slider__scrubber {
    height: 70px;
    max-width: 700px;
  }
}

/* ========== TABLET + MOBILE: Modal responsive ========== */
@media (max-width: 991.98px) {
  .client-slider-modal .modal-dialog {
    max-width: calc(100% - 32px);
    padding: 24px 16px;
  }

  .client-slider-modal .modal-content {
    padding: 48px 24px;
    border-radius: 24px;
  }

  .client-slider-modal .btn-close {
    top: 14px;
    right: 14px;
  }
}

/* ========== MOBILE (< 768px) ========== */
@media (max-width: 767.98px) {
  .client-slider {
    background-color: #ffffff;
    padding: 32px 0;
  }

  .client-slider__heading {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    color: #212121;
    margin-bottom: 24px;
    padding: 0 16px;
  }

  .client-slider__stage {
    height: 340px;
    padding: 0 16px;
  }

  .client-slider__slide {
    width: 300px;
    height: 309px;
    margin-left: -150px;
    margin-top: -154px;
    border-radius: 8px;
  }

  .client-slider__slide-play {
    width: 47px;
    height: 47px;
  }

  .client-slider__slide-caption {
    bottom: 12px;
    left: 12px;
    padding: 8px;
    border-radius: 8px;
  }

  .client-slider__slide-name {
    font-size: 14px;
    line-height: 21px;
  }

  .client-slider__slide-role {
    font-size: 12px;
    line-height: 16px;
  }

  .client-slider__slide:not(.is-active) {
    opacity: 0;
    pointer-events: none;
  }

  .client-slider__scrubber {
    display: none;
  }

  .client-slider__dots {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 16px 8px 8px;
    margin-top: 0;
  }

  .client-slider__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d0d5dd;
    border: none;
    padding: 0;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.25s ease, transform 0.25s ease, background 0.25s ease;
  }

  .client-slider__dot.is-active {
    width: 16px;
    height: 16px;
    opacity: 1;
    background: linear-gradient(91.61deg, #4141ff -40.11%, #ff292d 99.16%);
  }

  /* Modal mobile-only overrides */
  .client-slider-modal .modal-dialog {
    max-width: calc(100% - 16px);
    padding: 16px 8px;
    min-height: calc(100% - 32px);
  }

  .client-slider-modal .modal-content {
    padding: 40px 16px 16px;
    border-radius: 16px;
  }

  .client-slider-modal .btn-close {
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
  }

  .client-slider-modal .btn-close::before,
  .client-slider-modal .btn-close::after {
    width: 18px;
  }
  .global-beginnings__btn {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .common-ai-banner-os.odoo-dev {
    background-image: url("/wp-content/uploads/2026/06/od-hero.webp");
  }
}
.pillas-why-ks__subheading {
  max-width: unset !important;
}
.sfp {
  padding: 80px 0;
  background-color: #ffffff;
}

/* Desktop layout */
.sfp__layout {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

/* Left sticky column */
.sfp__left {
  position: sticky;
  top: 100px;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 491px;
  padding: 16px 0;
  flex-shrink: 0;
}

.sfp__heading {
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  color: #212121;
  margin-bottom: 0;
  max-width: 376px;
}

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

.sfp__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 16px;
  border: none;
  border-radius: 4px;
  background-color: #0f0232;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.sfp__cta:hover {
  background-color: #1a0550;
  color: #ffffff;
}

/* Right column */
.sfp__right {
  display: flex;
  flex: 1;
  gap: 16px;
  min-width: 0;
  align-items: flex-start;
}

/* Numbers pill */
.sfp__nums-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 64px;
  padding: 8px;
  border-radius: 48px;
  flex-shrink: 0;
  background: linear-gradient(
    7.93deg,
    rgba(86, 74, 232, 0.068) 49.465%,
    rgba(186, 98, 188, 0.176) 62.926%,
    rgba(224, 103, 140, 0.068) 77.59%,
    rgba(232, 93, 104, 0) 99.465%
  );
}

.sfp__num-row {
  position: relative;
  width: 48px;
  flex-shrink: 0;
}

.sfp__num {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 29px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #f9fafb;
  background: linear-gradient(
    50.15deg,
    #0000ff 18.459%,
    #4e49e0 20.769%,
    #d90094 59.437%,
    #ff0a0a 98.104%
  );
  opacity: 1;
}

/* Cards column */
.sfp__cards-col {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  padding: 8px 0;
}

.sfp__card {
  padding: 1.5px;
  border-radius: 17.5px;
  background: linear-gradient(
    90deg,
    #564ae8 0%,
    #ba62bc 26.92%,
    #e0678c 56.25%,
    #e85d68 100%
  );
}

.sfp__card-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(
      90deg,
      rgba(86, 74, 232, 0.02) 0%,
      rgba(186, 98, 188, 0.02) 26.923%,
      rgba(224, 103, 140, 0.02) 56.25%,
      rgba(232, 93, 104, 0.02) 100%
    ),
    #ffffff;
}

.sfp__card-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #212121;
  margin-bottom: 0;
}

.sfp__card-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #212121;
  margin-bottom: 0;
}

/* Fade-up animation */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Mobile layout */
.sfp__mobile {
  display: none;
}

.sfp__mob-heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #212121;
  margin-bottom: 0;
}

.sfp__mob-subheading {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #323232;
  margin-bottom: 0;
}

.sfp__mob-process {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.sfp__mob-nums-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 64px;
  padding: 8px;
  border-radius: 48px;
  flex-shrink: 0;
  background: linear-gradient(
    11.61deg,
    rgba(86, 74, 232, 0.068) 49.465%,
    rgba(186, 98, 188, 0.176) 62.926%,
    rgba(224, 103, 140, 0.068) 77.59%,
    rgba(232, 93, 104, 0) 99.465%
  );
}

.sfp__mob-num-row {
  position: relative;
  width: 48px;
  flex-shrink: 0;
}

.sfp__mob-num {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 29px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #f9fafb;
  background: linear-gradient(
    50.15deg,
    #0000ff 18.459%,
    #4e49e0 20.769%,
    #d90094 59.437%,
    #ff0a0a 98.104%
  );
}

.sfp__mob-cards-col {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  padding: 8px 0;
}

.sfp__mob-card {
  padding: 1.5px;
  border-radius: 17.5px;
  background: linear-gradient(
    90deg,
    #564ae8 0%,
    #ba62bc 26.92%,
    #e0678c 56.25%,
    #e85d68 100%
  );
}

.sfp__mob-card-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(
      90deg,
      rgba(86, 74, 232, 0.02) 0%,
      rgba(186, 98, 188, 0.02) 26.923%,
      rgba(224, 103, 140, 0.02) 56.25%,
      rgba(232, 93, 104, 0.02) 100%
    ),
    #ffffff;
}

.sfp__mob-card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #212121;
  margin-bottom: 0;
}

.sfp__mob-card-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #212121;
  margin-bottom: 0;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
  .sfp {
    padding: 60px 0;
  }

  .sfp__layout {
    gap: 32px;
  }

  .sfp__left {
    width: 280px;
  }

  .sfp__heading {
    font-size: 28px;
    line-height: 38px;
    max-width: 100%;
  }

  .sfp__subheading {
    font-size: 15px;
    line-height: 22px;
  }

  .sfp__card-title {
    font-size: 18px;
    line-height: 27px;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .sfp {
    padding: 40px 0;
  }

  .sfp__layout {
    display: none;
  }

  .sfp__mobile {
    display: block;
  }
}
.grad-btn-wrap {
  position: relative;
  display: inline-flex;
  border-radius: 4px;
  width: fit-content;
}

.grad-btn-wrap::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 8px;
  background: linear-gradient(
    90deg,
    #564ae8 0%,
    #ba62bc 26.92%,
    #e0678c 56.25%,
    #e85d68 100%
  );
  filter: blur(12px);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 0;
}

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

.grad-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #0f0232;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.936px;
  padding: 20px 24px;
  border-radius: 4px;
  border: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease-in-out, background 0.2s ease;
}

.grad-btn:hover,
.grad-btn:focus,
.grad-btn:active,
.grad-btn:visited {
  color: #0f0232;
  text-decoration: none;
}

/* Gradient border via ::after */
.grad-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 4px;
  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;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

/* Hide gradient border on hover (glow takes over) */
.grad-btn-wrap:hover .grad-btn::after {
  opacity: 0;
}
@media (max-width: 767.98px) {
  .saas-toolkit__grid {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  /* Text + features — first */
  .saas-toolkit__content {
    order: 1;
    padding: 40px 16px 0;
    gap: 16px;
  }

  .saas-toolkit__heading {
    font-size: 32px;
    line-height: 40px;
  }

  .saas-toolkit__body {
    font-size: 16px;
    line-height: 24px;
  }

  .saas-toolkit__features {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 0;
  }

  .saas-toolkit__feature-text {
    font-size: 14px;
    line-height: 21px;
    white-space: normal;
  }

  /* Hide CTAs inside content on mobile */
  .saas-toolkit__content .saas-toolkit__ctas {
    display: none;
  }

  /* Dashboard image — second */
  .saas-toolkit__left {
    order: 2;
    min-height: 320px;
    background: unset;
  }

  .saas-toolkit__mockup {
    padding: 24px 16px;
  }

  /* Standalone CTA block after image — third */
  .saas-toolkit__ctas-mobile {
    order: 3;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0px 16px 40px;
    width: 100%;
  }

  .saas-toolkit__ctas-mobile .common-ai-banner-os__btn-wrap,
  .saas-toolkit__ctas-mobile .grad-btn-wrap {
    width: 100%;
  }

  .saas-toolkit__ctas-mobile .common-ai-banner-os__cta {
    width: 100%;
    justify-content: center;
    padding: 20px 24px;
  }

  .saas-toolkit__ctas-mobile .grad-btn {
    width: 100%;
    justify-content: center;
  }
  .dash-ninja__inner {
    padding-right: 0;
  }
}

/* Hide the mobile duplicate on tablet/desktop */
@media (min-width: 768px) {
  .saas-toolkit__ctas-mobile {
    display: none;
  }
}
.hover-text:hover {
  color: #0f0232 !important;
}
.kstat_title {
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  color: #212121;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .kstat_title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
  }
}
