.elementor-54 .elementor-element.elementor-element-9724e47{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-972c132 */<style>
    /* This targets the specific Elementor widget container */
    .elementor-widget-html {
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Force the footer to ignore parent constraints */
    .antech-footer-area {
        background-color: var(--footer-bg);
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: var(--footer-white);
    }

    /* Fix for the bottom black bar */
    .footer-bottom {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        background: #000;
        padding: 25px 0;
    }

    /* Keep your existing logo, links, and grid styles below */
    :root {
        --footer-bg: #010a14;
        --footer-blue: #007bff;
        --footer-gray: #a1a1a1;
        --footer-white: #ffffff;
    }
    /* ... rest of your original CSS ... */
</style>/* End custom CSS */