.elementor-kit-147{--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-147 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 *//* Prevent horizontal scroll */
html, body {
  overflow-x: hidden !important;
  width: 100%;
  position: relative;
}

/* Make sure containers don't exceed viewport */
.container, .container-fluid, .elementor-section, .elementor-container {
  max-width: 100vw !important;
  overflow: hidden;   
}

/* Mobile menu container - fixed positioning */
.mobile-menu,
.elementor-mobile-menu {
  position: fixed !important;
  z-index: 9999 !important;
}

/* Hamburger icon - relative positioning to stay in header */
.hamburger,
.elementor-menu-toggle {
  position: relative !important; /* Changed back to relative */
  z-index: 10000 !important;
  /* Removed top/right positioning to keep it in its natural flow */
}

/* Ensure menu content appears above other elements */
.elementor-nav-menu__container,
.elementor-menu-container {
  position: relative;
  z-index: 10001 !important;
}

/* Fix for dropdown menus */
.elementor-nav-menu--dropdown {
  z-index: 10002 !important;
  position: absolute; /* Ensure dropdown is positioned correctly */
}

/* Backdrop fix for mobile menu */
.elementor-menu-toggle__icon,
.elementor-menu-toggle__icon:before,
.elementor-menu-toggle__icon:after {
  z-index: 10003 !important;
  position: relative; /* Keep icon in natural position */
}

/* Ensure menu items are clickable */
.elementor-item {
  position: relative;
  z-index: 10004 !important;
}

/* Additional fix for the dropdown positioning */
.elementor-widget-nav-menu .elementor-nav-menu--dropdown {
  position: absolute;
  left: 0;
  top: 100%;
}/* End custom CSS */