.elementor-kit-40{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-40 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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 *//* --- FORCE VISIBILITY + COLORS FOR DROPDOWNS --- */
header .elementor-widget-nav-menu,
header .elementor-widget-nav-menu .elementor-nav-menu--main {
  overflow: visible !important;
  z-index: 9999 !important;
}

/* Submenu panel background + shadow */
header .elementor-nav-menu--main .sub-menu {
  background: #ffffff !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.12) !important;
  padding: 8px 0 !important;
}

/* Submenu link colors (idle/hover/focus/visited) */
header .elementor-nav-menu--main .sub-menu a,
header .elementor-nav-menu--main .sub-menu .elementor-sub-item {
  color: #111111 !important;
  font-weight: 500 !important;
  padding: 10px 16px !important;
  line-height: 1.3 !important;
  display: block !important;
  text-decoration: none !important;
}

header .elementor-nav-menu--main .sub-menu a:hover,
header .elementor-nav-menu--main .sub-menu a:focus {
  background: #f9bb4d !important;  /* Sunshine yellow */
  color: #000000 !important;
}

/* Fix themes that turn submenu text transparent */
header .elementor-nav-menu--main .sub-menu *,
header .elementor-nav-menu--main .sub-menu a span {
  color: inherit !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Prevent dropdown from hiding behind containers */
header .elementor-container,
header .elementor-section,
header .elementor-sticky,
header .elementor-sticky--effects {
  overflow: visible !important;
  z-index: 9999 !important;
}
/* Change active/current page menu item */
header .current-menu-item > a,
header .simple-menu .current-menu-item > a {
    background-color: #f9bb4d !important; /* Sunshine yellow */
    color: #000 !important; /* Black text */
    border-radius: 6px; /* Optional rounded corners */
}

/* Remove the default purple */
header .simple-menu a {
    background-color: transparent !important;
}
/* Make ALL active/current menu items use your brand styles (no purple) */
header .simple-menu .current-menu-item > a,
header .simple-menu .current-menu-ancestor > a,
header .simple-menu .current_page_item > a,
header .simple-menu .current_page_ancestor > a,
header .simple-menu .menu-item-has-children.current-menu-ancestor > a {
  background: #f9bb4d !important;   /* Sunshine yellow, or set to 'transparent' if you prefer underline only */
  color: #000 !important;            /* Black text */
  border-radius: 6px;                /* Optional */
}

/* Optional: use underline instead of a yellow pill — uncomment to use */
 /*
header .simple-menu .current-menu-item > a,
header .simple-menu .current-menu-ancestor > a,
header .simple-menu .current_page_item > a,
header .simple-menu .current_page_ancestor > a {
  background: transparent !important;
  color: #000 !important;
  border-bottom: 3px solid #f9bb4d !important;
  padding-bottom: 4px !important;
  border-radius: 0 !important;
}
*/

/* Keep default links clean (removes any leftover purple bg) */
header .simple-menu a {
  background: transparent !important;
}

/* Submenu active item (inside dropdowns) */
header .simple-menu .sub-menu .current-menu-item > a,
header .simple-menu .sub-menu .current-menu-ancestor > a {
  background: #f9bb4d !important;
  color: #000 !important;
}/* End custom CSS */