.elementor-kit-9{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#CDCDCD;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<style>
/* --- Global Full Width Override --- */

/* This targets all Elementor sections on the page */
.elementor-section {
    /* Ensures the section itself can go full width */
    width: 100% !important;
    max-width: 100% !important;
}

/* This is the KEY part. It targets the container INSIDE the section. */
.elementor-section > .elementor-container {
    max-width: 100% !important;
}

/* --- Optional: Add back some padding for non-hero sections --- */
/* This ensures your text doesn't touch the screen edges */
.ekaba-welcome-hub,
.ekaba-services-summary,
.ekaba-impact-accurate,
.ekaba-team-concise,
.ekaba-values-balanced {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

/* Mobile padding */
@media (max-width: 768px) {
    .ekaba-welcome-hub,
    .ekaba-services-summary,
    .ekaba-impact-accurate,
    .ekaba-team-concise,
    .ekaba-values-balanced {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
</style>/* End custom CSS */