/* AI Page CSS : salesforce-partner-australia */
/* revamp-css-start */
/* AI Page CSS : salesforce-partner-dubai */
.cert__body-head {
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  color: #323232;
  margin-bottom: 16px;
}

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

.tcl-card__quote {
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .common-ai-banner-os.aus-dev {
    background-image: url("/wp-content/uploads/2026/06/aus-ban.webp");
  }
}

.pillas-why-ks__card--bg-1::before {
  background-image: url("/wp-content/uploads/2026/06/dub-1.webp");
}

.pillas-why-ks__card--bg-2::before {
  background-image: url("/wp-content/uploads/2026/06/dub-2.webp");
}

.pillas-why-ks__card--bg-3::before {
  background-image: url("/wp-content/uploads/2026/06/dub-3.webp");
}

.pillas-why-ks__card--bg-4::before {
  background-image: url("/wp-content/uploads/2026/06/dub-4.webp");
}

.pillas-why-ks__card--bg-5::before {
  background-image: url("/wp-content/uploads/2026/06/dub-5.webp");
}

.pillas-why-ks__card--bg-6::before {
  background-image: url("/wp-content/uploads/2026/06/dub-6.webp");
}

.pillas-why-ks__card--bg-7::before {
  background-image: url("/wp-content/uploads/2026/06/dub-7.webp");
}

.common-ai-banner-os__heading-gradient {
  background: linear-gradient(90deg,
      #0000ff 0%,
      #4e49e0 33.65%,
      #d90094 66.83%,
      #ff0a0a 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media screen and (max-width: 767px) {
  .cta-sales-banner__img {
    right: auto;
    left: 145px;
    top: auto;
    width: 178px;
    height: 256px;
    bottom: 0;
  }

  .cta-sales-banner {
    max-width: 100%;
    min-height: 604px;
  }

  .cert__body-head {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    /* 150% */
  }
}

.cta-view-case-study {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 16px;
  border: none;
  border-radius: 4px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #0f0232;
  white-space: nowrap;
  cursor: pointer;
}

.cta-view-case-study:hover {
  color: #0f0232 !important;
}

/* Gradient border via pseudo-element (border-image doesn't work with border-radius) */
.cta-view-case-study::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 4px;
  padding: 1px;
  background: linear-gradient(90deg,
      #0000ff 0%,
      #4e49e0 33.65%,
      #d90094 66.83%,
      #ff0a0a 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.about-section__body-highlight {
  background: linear-gradient(90deg,
      rgb(0, 0, 255) 0%,
      rgb(78, 73, 224) 33.654%,
      rgb(217, 0, 148) 66.827%,
      rgb(255, 10, 10) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

/* ── Section wrapper ── */
.sf-challenges {
  background: #f9fafb;
  padding: 80px 116px;
  width: 100%;
}

.sf-challenges__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 1208px;
  margin: 0 auto;
}

/* ── Header ── */
.sf-challenges__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 1165px;
  text-align: center;
}

.sf-challenges__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -0.8px;
  color: #000000;
}

.sf-challenges__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  max-width: 572px;
}

/* ── Cards grid ── */
.sf-challenges__grid {
  display: flex;
  gap: 24px;
  width: 100%;
}

/* ── Single card ── */
.sf-challenges__card {
  background: #f9fafb;
  border: 1px solid #bdbdbd;
  border-radius: 12px;
  padding: 29px 9px;
  flex: 1;
  overflow: hidden;
  position: relative;
}

.sf-challenges__card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.sf-challenges__card-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* ── Icon container ── */
.sf-challenges__icon-wrap {
  width: 44px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sf-challenges__icon-wrap svg {
  width: 20px;
  height: 20px;
}

/* ── Gradient title ── */
.sf-challenges__card-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  background: linear-gradient(90deg,
      #0000ff 0%,
      #4e49e0 33.654%,
      #d90094 66.827%,
      #ff0a0a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Card body ── */
.sf-challenges__card-body {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}

.sf-challenges__card-body p {
  margin-bottom: 16px;
  font-weight: 400;
}

.sf-challenges__card-body ul {
  list-style: disc;
  padding-left: 21px;
  margin: 0;
}

.sf-challenges__card-body ul li {
  color: #484848;
  margin-bottom: 0;
  line-height: 21px;
}

.sf-challenges__card-body ul li span {
  color: #484848;
}

/* ── Mobile ── */
@media (max-width: 991.98px) {
  .sf-challenges {
    padding: 52px 16px;
  }

  .sf-challenges__inner {
    gap: 32px;
  }

  .sf-challenges__header {
    gap: 16px;
  }

  .sf-challenges__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
    color: #212121;
  }

  .sf-challenges__subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
  }

  .sf-challenges__grid {
    flex-direction: column;
    gap: 16px;
  }

  .sf-challenges__card {
    width: 100%;
    max-width: 362px;
    margin: 0 auto;
    padding: 29px 9px;
  }
}

@media (max-width: 767.98px) {
  .sf-challenges {
    padding: 40px 16px;
  }

  .sf-challenges__card-title {
    font-size: 16px;
    line-height: 24px;
  }

  .cta-view-case-study {
    margin-top: 16px;
    width: 100%;
  }

  .aus-btn,
  .aus-btn button {
    width: 100%;
  }
}

.cta-text-banner {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #f9fafb;
  margin-top: 16px;
}

.tcl__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

.tcl__title {
  margin-bottom: 0;
}

.sfss__panel-sub {
  color: #212121;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  margin: 0;
}

.common-ai-banner-os__heading-gradient {
  background: linear-gradient(90deg,
      #0000ff 0%,
      #4e49e0 40.65%,
      #d90094 78.83%,
      #ff0a0a 130%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.common-ai-banner-os__heading-gradient-two {
  background: linear-gradient(90deg,
      #0000ff 0%,
      #4e49e0 98.65%,
      #d90094 72.83%,
      #ff0a0a 126%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}