.elementor-kit-496{--e-global-color-primary:#1F2937;--e-global-color-secondary:#374151;--e-global-color-text:#8C8C8C;--e-global-color-accent:#5F758C;--e-global-color-aaa07cf:#404040;--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-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-aaa07cf );font-family:"Roboto", Arial;font-size:18px;}.elementor-kit-496 e-page-transition{background-color:#FFBC7D;}.site-header{background-color:#1F2937;padding-inline-end:0px;padding-inline-start:0px;}.site-footer{background-color:#374151;padding-inline-end:60px;padding-inline-start:60px;}.elementor-kit-496 a{color:#5F758C;font-family:"Roboto", Arial;}.elementor-kit-496 h1{color:#1F2937;font-family:"Roboto", Arial;}.elementor-kit-496 h2{color:#1F2937;font-family:"Roboto", Arial;}.elementor-kit-496 h3{font-family:"Roboto", Arial;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1150px;}.e-con{--container-max-width:1150px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding .site-logo img{width:270px;max-width:270px;}.site-header .site-navigation ul.menu li a{color:#FFFFFF;}.site-header .site-navigation-toggle .site-navigation-toggle-icon{color:var( --e-global-color-accent );}footer .footer-inner .site-navigation a{color:#FFFFFF;}.site-footer .copyright p{color:#FFFFFF;}@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 *//* Focus style for standard text links only */
a:focus-visible {
  outline: 3px solid #1e90ff;
  outline-offset: 2px;
  border: none; /* Blue border for focus */
  border-radius: 4px;                     
  background-color: #f0f8ff; 
  transition: all 0.2s ease-in-out; 
}

/* Exclude links in navigation menus */
.elementor-nav-menu a:focus {
  border: none;
  background-color: transparent;
}

/* Exclude buttons styled as links */
.elementor-button a:focus,
.elementor-button-link:focus {
  border: none;
  background-color: transparent;
}

/* Exclude site logo links */
.elementor-widget-theme-site-logo a:focus,
.elementor-widget-image a:focus {
  border: none;
  background-color: transparent;
}

/* ✅ Enhanced focus style for site map section with yellow outline and no fill */
.elementor-sitemap-section a:focus-visible {
  outline: 3px solid #FFD700;
  outline-offset: 2px;
  border: none; /* Bright yellow outline (#FFD700) for high contrast */
  border-radius: 4px;
  background-color: transparent; /* No fill */
  color: #ffffff; /* Ensure text remains readable */
  transition: all 0.2s ease-in-out;
}
/* Default focus outline for accessibility */
.elementor-tab-title:focus-visible {
    outline: 3px solid #1e90ff; /* Adjust color to fit your site design */
    outline-offset: 3px;
}

/* Optional: Add a background color change when focused */
.elementor-tab-title:focus-visible,
.elementor-tab-title:focus-visible {
    background-color: #f0f8ff; /* Light blue, change as needed */
    color: #000; /* Ensures good contrast */
}
.elementor-icon-list-item a:focus, 
.elementor-icon-list-item a:focus-visible {
  outline: 3px solid #1e90ff !important; /* Orange outline to test visibility */
  outline-offset: 3px !important;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}/* End custom CSS */