/* CTA bar — black left merges with contact image; no theme gradient bleed */
.it-cta-2-sseed.it-cta-2-area.theme-bg {
  background: #000000;
  overflow: hidden;
}

.it-cta-2-sseed.it-cta-2-area.theme-bg::before {
  display: none;
}

@media (min-width: 1200px) {
  .it-cta-2-sseed.it-cta-2-area {
    margin-right: 0;
  }

  .it-cta-2-sseed.it-cta-2-area.theme-bg {
    background: linear-gradient(
      90deg,
      #000000 0%,
      #000000 36%,
      #030508 42%,
      #070b14 52%,
      #0d1824 100%
    );
  }

  .it-cta-2-sseed .it-cta-2-shape {
    z-index: 2;
    width: 38%;
    max-width: 520px;
    background: #000000;
  }

  .it-cta-2-sseed .it-cta-2-shape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
  }
}

@media (min-width: 1600px) {
  .it-cta-2-sseed .it-cta-2-shape {
    width: 40%;
    max-width: 620px;
  }

  .it-cta-2-sseed.it-cta-2-area.theme-bg {
    background: linear-gradient(
      90deg,
      #000000 0%,
      #000000 40%,
      #030508 46%,
      #070b14 56%,
      #0d1824 100%
    );
  }
}
