.elementor-1672 .elementor-element.elementor-element-a8fce81{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--background-transition:0.3s;}.elementor-1672 .elementor-element.elementor-element-1a3bfd0{--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;--background-transition:0.3s;}.elementor-1672 .elementor-element.elementor-element-f5aee88{--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;--background-transition:0.3s;}.elementor-1672 .elementor-element.elementor-element-70f8e7a{--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;--background-transition:0.3s;}@media(min-width:768px){.elementor-1672 .elementor-element.elementor-element-1a3bfd0{--width:50%;}.elementor-1672 .elementor-element.elementor-element-f5aee88{--width:50%;}.elementor-1672 .elementor-element.elementor-element-70f8e7a{--width:50%;}}/* Start custom CSS for container, class: .elementor-element-a8fce81 */.scroll-mega-menu {
  max-height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.scroll-mega-menu::-webkit-scrollbar {
  width: 6px;
}

.scroll-mega-menu::-webkit-scrollbar-track {
  background: transparent;
}

.scroll-mega-menu::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  transition: background 0.3s ease;
}

.scroll-mega-menu::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

.scroll-mega-menu {
  scrollbar-color: #ccc transparent;
  scrollbar-width: thin;
}/* End custom CSS */