/* Start custom CSS for section, class: .elementor-element-6c8d359 */.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 */