/* Force the specific Elementor container to stretch full-width regardless of parent layout constraints */
.elementor-element-bdfro6eh4,
[data-id="bdfro6eh4"] {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
}
