.elementor-kit-3943{--e-global-color-primary:#1B4F72;--e-global-color-secondary:#2874A6;--e-global-color-text:#7A7A7A;--e-global-color-accent:#B8560C;--e-global-color-6b77886:#2C3E50;--e-global-color-eefdfa7:#F8F9FA;--e-global-typography-primary-font-weight:600;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;}.elementor-kit-3943 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}{}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 *//* FIX A: Override old inaccessible orange #E67E22 */
/* to accessible orange #B8560C (audit item A11Y-01) */
.elementor-widget-text-editor span[style*="E67E22"],
.elementor-widget-text-editor font[color="#E67E22"] {
    color: #B8560C !important;
}

/* FIX B: Keyboard focus outlines (A11Y-07) */
/* Only shows when using Tab key, invisible to mouse users */
*:focus-visible {
    outline: 2px solid #1B4F72 !important;
    outline-offset: 2px;
}

/* FIX C: Ensure icon box titles stay navy (safety net) */
.elementor-icon-box-title,
.elementor-image-box-title {
    color: #1B4F72 !important;
}/* End custom CSS */