.elementor-137 .elementor-element.elementor-element-e5be55b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title, .elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container, .elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container > span{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-mega-menu{--n-menu-divider-color:var( --e-global-color-text );}.elementor-137 .elementor-element.elementor-element-2e5ee78{--display:flex;}.elementor-137 .elementor-element.elementor-element-2e5ee78:not(.elementor-motion-effects-element-type-background), .elementor-137 .elementor-element.elementor-element-2e5ee78 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#727272;}.elementor-137 .elementor-element.elementor-element-b7eb096{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-137 .elementor-element.elementor-element-c6b27df{--display:flex;}.elementor-137 .elementor-element.elementor-element-3a9de3a{--display:flex;}.elementor-137 .elementor-element.elementor-element-11dd64f{--n-menu-dropdown-content-max-width:initial;--n-menu-title-distance-from-content:0px;--n-menu-toggle-icon-wrapper-animation-duration:500ms;--n-menu-title-space-between:0px;--n-menu-title-transition:300ms;--n-menu-icon-size:16px;--n-menu-toggle-icon-size:20px;--n-menu-toggle-icon-hover-duration:500ms;--n-menu-toggle-icon-distance-from-dropdown:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-137 .elementor-element.elementor-element-11dd64f{--n-menu-title-justify-content:initial;--n-menu-title-justify-content-mobile:initial;--n-menu-toggle-align:flex-start;}}@media(min-width:768px){.elementor-137 .elementor-element.elementor-element-e5be55b{--content-width:1300px;}}/* Start custom CSS for mega-menu, class: .elementor-element-11dd64f *//* 1. Remove the toggle (hamburger icon) on mobile and tablet */
@media (max-width: 1024px) {
  .elementor-widget-n-menu .e-n-menu-toggle {
    display: none !important;
  }

  /* 2. Make sure the menu is always visible */
  .elementor-widget-n-menu .e-n-menu-wrapper {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
    max-height: none !important;
    transform: none !important;
    position: static !important;
  }

  /* 3. Force the menu items to be displayed vertically */
  .elementor-widget-n-menu .e-n-menu-heading {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px; /* You can adjust this gap for spacing */
  }

  .elementor-widget-n-menu .e-n-menu-item {
    display: block !important;
  }

  /* 4. Make sure dropdown appears below each menu item */
  .elementor-widget-n-menu .e-n-menu-item {
    position: relative; /* Ensure dropdown is positioned correctly */
  }

  .elementor-widget-n-menu .e-n-menu-dropdown {
    display: none; /* Initially hide all dropdowns */
    position: absolute; /* Position dropdowns relative to the parent item */
    top: 100%; /* Place the dropdown below the menu item */
    left: 0;
    width: 100%; /* Ensure the dropdown is as wide as the parent item */
    z-index: 999; /* Ensure dropdown appears above other content */
  }

  /* 5. Show the dropdown when the menu item is hovered or focused */
  .elementor-widget-n-menu .e-n-menu-item:focus-within .e-n-menu-dropdown,
  .elementor-widget-n-menu .e-n-menu-item:hover .e-n-menu-dropdown {
    display: block !important;
  }
}/* End custom CSS */