/* ============================================
   HOMEPAGE CONTACT CTA - FULL WIDTH BACKGROUND
   ============================================ */

/* Make contact CTA section full width */
.mc--service-text-block {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    position: relative;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
}

/* Ensure the section content is centered */
.mc--service-text-block .l-section-h {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Background and overlay full width */
.mc--service-text-block .l-section-img,
.mc--service-text-block .l-section-overlay {
    width: 100vw !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}
