.elementor-kit-14{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-0ae987b:#FAFCFE;--e-global-color-ab47374:#7A7A7A;--e-global-color-f5a79e2:#2A86F0;--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-14 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 *//* Base menu item styles (normal state) */
.elementor-nav-menu--layout-vertical .elementor-item {
  display: block;
  width: 100%; /* Full width of the container */
  background-color: #F4F6F9;
  padding: 8px 40px 8px 20px;
  border-radius: 10px;
  margin-bottom: 10px;
  color: #000;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
}

/* Hover state */
.elementor-nav-menu--layout-vertical .elementor-item:hover {
  background-color: #2A86F0;
  color: #fff;
}

/* Active/current page state */
.elementor-nav-menu--layout-vertical .elementor-item.elementor-item-active,
.elementor-nav-menu--layout-vertical .elementor-item[aria-current="page"] {
  background-color: #2A86F0;
  color: #fff;
}/* End custom CSS */