/* ================================
   CTA OVERLAY
================================ */

.techno-contact-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(15, 23, 42, 0.85),
        rgba(15, 23, 42, 0.65)
    );
    z-index: 1;
}