.elementor-1929 .elementor-element.elementor-element-4d53356{--display:flex;}.elementor-1929 .elementor-element.elementor-element-4d53356.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1929 .elementor-element.elementor-element-07a84d4{width:100%;max-width:100%;}@media(min-width:768px){.elementor-1929 .elementor-element.elementor-element-4d53356{--content-width:1600px;}}/* Start custom CSS *//* Make the page container full width */
.page-template-page-id .page-content, /* For a specific page template */
.page {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove any padding/margin from the body or wrapper */
body {
    margin: 0;
    padding: 0;
}

/* Optionally, target specific page or container classes */
.container, .site-content, .site {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

/* If the theme has a specific wrapper for page content, you can use this */
.page-id-XX .page-content {  /* Replace XX with the page ID */
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
}

/* For header/footer adjustments if needed */
.site-header, .site-footer {
    width: 100%;
    max-width: 100%;
}/* End custom CSS */