.moj-header.elementor-sticky--active {
  background-color: #1F4F72 !important;
  transition: background-color 0.3s ease;
}

@media (max-width: 1024px) {
  .elementskit-menu-offcanvas-elements .menu-item-has-children > .elementskit-submenu-panel {
    display: block !important;
    max-height: 2500px !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
  }

  .elementskit-menu-offcanvas-elements .menu-item-has-children {
    border-bottom: none;
  }
}

@media (max-width: 1024px) {
  .elementskit-menu-offcanvas-elements .menu-item-has-children .elementskit-submenu-indicator {
    display: none !important;
  }
}


html, body {
    max-width: 100%;
    overflow-x: hidden;
}