.elementor-1193 .elementor-element.elementor-element-9b1e649{--display:flex;}/* Start custom CSS *//* Remove side spaces and make content full width */
body {
    width: 100% !important;
    max-width: 100% !important;
}

/* Ensure all containers are full width */
.container,
.container-fluid,
.row,
.col,
[class*="col-"],
section,
main,
header,
footer,
div[class*="container"],
div[class*="wrapper"] {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Remove any default padding/margin that creates side spaces */
* {
    box-sizing: border-box;
}

/* Specifically target common padding classes */
.p-0, .px-0, .pl-0, .pr-0,
.m-0, .mx-0, .ml-0, .mr-0 {
    padding: 0 !important;
    margin: 0 !important;
}

/* Target specific elements that might have side margins */
body > *:not(.no-scroll-frame) {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Ensure content inside iframe/container is also full width */
.no-scroll-frame iframe body,
.no-scroll-frame iframe body > * {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}/* End custom CSS */