.pt-c35 {
  padding-top: 3.5rem !important;
}

.pt-c4 {
  padding-top: 4rem !important;
}

.pt-c45 {
  padding-top: 4.5rem !important;
}

.pt-c5 {
  padding-top: 5rem !important;
}

.pt-c55 {
  padding-top: 5.5rem !important;
}

.pb-c35 {
  padding-bottom: 3.5rem !important;
}

.pb-c4 {
  padding-bottom: 4rem !important;
}

.pb-c45 {
  padding-bottom: 4.5rem !important;
}

.pb-c5 {
  padding-bottom: 5rem !important;
}

.pb-c55 {
  padding-bottom: 5.5rem !important;
}

.pb-c6 {
  padding-bottom: 6rem !important;
}

.pb-c65 {
  padding-bottom: 6.5rem !important;
}

.pb-c7 {
  padding-bottom: 7rem !important;
}

.pb-c75 {
  padding-bottom: 7.5rem !important;
}


/* H1 <==> H5*/

.sec-title h1 {
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.sec-title.style-two h1 {
  color: #002a7d !important;
}

/* Increase gradient space around the white content box */
.product-showcase {
  padding: 6rem 0;
}

/* Force top spacing on bottom white section (starts at zero) */
.work-section {
  padding-top: 8rem !important;
}

/* Move "3-steps" to the right */
@media (min-width: 992px) {
  .works-section .working-block-one .inner-box {
    padding-left: 40px;
    padding-right: 40px;
  }
  .works-section .working-block-one .inner-box .arrow {
    left: 225px;
  }
}


/* Divider (Diamond) top/botton margins the same */
.ai-internal-links .sec-title .divider {
  margin-bottom: 26px;
}

.works-section .sec-title .divider {
  margin-top: 12px;
  margin-bottom: 26px;

}

.about-section .sec-title.style-two {
  margin-bottom: 26px;
}

.promo-banner-wrap {
  max-width: 1200px;   /* Controls how wide it can be */
  margin: 40px auto;   /* Centers it + adds space above/below */
  padding: 0 20px;     /* Space on left & right edges */
}

.promo-banner-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px; /* Optional: soft rounded corners */
}

/* ---------------- TRUST LADDER ---------------- */

.trust-ladder {
  margin: 28px auto 10px auto;
  max-width: 760px;
  text-align: center;
}

.trust-item {
  font-size: 0.98rem;
  color: #5f6b7a;
  margin: 6px 0;
  line-height: 1.6;
}

/* Subtle icon styling */
.trust-ladder .trust-item i {
  margin-right: 8px;
  color: #f47c2a;
  font-size: 0.88rem;
  opacity: 0.7;
}


/* ---------------- INFRASTRUCTURE STRIP ---------------- */

.infra-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 32px auto 26px auto;
  max-width: 1100px;
  padding: 0 16px;
  flex-wrap: wrap;
  text-align: center;
}

.infra-title {
  font-size: 0.95rem;
  color: #6b7785;
  white-space: nowrap;
}

.infra-logos {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: center;
}


/* 🔒 HARD LOCK LOGO SIZE + COLOR */
.infra-logos img {
  height: 22px !important;
  width: auto !important;
  max-width: none !important;

  opacity: 0.75 !important;

  filter: grayscale(100%) !important;
  -webkit-filter: grayscale(100%) !important; /* iOS Safari */
  
  display: inline-block !important;
  vertical-align: middle !important;
}


/* ---------------- MOBILE ---------------- */

@media (max-width: 600px) {

  .infra-section {
    gap: 14px;
  }

  .infra-title {
    width: 100%;
    text-align: center;
    margin-bottom: 6px;
    white-space: normal;
  }

  .infra-logos img {
    height: 18px !important;
  }

}

.omni-audio-box {
    padding: 70px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.omni-audio-inner {
    width: 100%;
    max-width: 850px;

    background: linear-gradient(145deg, #0f172a, #111827);

    border: 1px solid rgba(255,255,255,0.08);

    border-radius: 22px;

    padding: 45px 35px;

    text-align: center;

    box-shadow:
        0 20px 60px rgba(0,0,0,0.45),
        0 0 40px rgba(59,130,246,0.12);

    position: relative;

    overflow: hidden;
}

.omni-audio-inner:before {
    content: '';

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: linear-gradient(to right, #3b82f6, #60a5fa);
}

.omni-audio-eyebrow {
    font-size: 12px;

    letter-spacing: 2px;

    text-transform: uppercase;

    color: #60a5fa;

    margin-bottom: 18px;

    font-weight: 700;
}

.omni-audio-inner h3 {
    color: #ffffff;

    font-size: 38px;

    line-height: 1.2;

    margin-bottom: 18px;

    font-weight: 700;
}

.omni-audio-sub {
    color: #cbd5e1;

    font-size: 18px;

    line-height: 1.7;

    max-width: 700px;

    margin: 0 auto 30px auto;
}

.omni-audio-inner audio {
    width: 100%;

    max-width: 650px;

    height: 54px;

    border-radius: 50px;

    margin-top: 10px;
}

/* Mobile */
@media only screen and (max-width: 767px) {

    .omni-audio-box {
        padding: 45px 15px;
    }

    .omni-audio-inner {
        padding: 35px 22px;
    }

    .omni-audio-inner h3 {
        font-size: 28px;
    }

    .omni-audio-sub {
        font-size: 16px;
    }

}

.omni-audio-note {
  margin: 8px 0 0;
  font-size: 11px;
  line-height: 1.4;
  color: #7a7a7a;
  text-align: center;
}

.omni-audio-note a {
  font-size: 11px;
  color: #2563eb;
  text-decoration: underline;
}