.elementor-832 .elementor-element.elementor-element-33cfc53{--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-832 .elementor-element.elementor-element-33cfc53.e-con{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-832 .elementor-element.elementor-element-33cfc53{--width:500px;--min-height:0px;}}@media(min-width:768px){.elementor-832 .elementor-element.elementor-element-33cfc53{--width:90.667%;}}/* Start custom CSS for html, class: .elementor-element-2fa3bdf */a {
    background-color: transparent;
    color: #000000;
    text-decoration: none;
}


/* Ensure search results are visible and clean on mobile */
.search-active .mega-menu {
  display: block !important;
}

.search-active .menu-col {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: white !important;
}

.search-active .has-submenu::after {
  content: "" !important; /* Remove the + sign during search */
}

/* Make search matches look like a clean list */
.search-active li {
  padding: 15px 20px !important;
  border-bottom: 1px solid #eee !important;
}


@media only screen and (max-width: 1024px) {
.menu-search {
    padding: 10px;
    text-align: right;
    display: none;
    border-bottom: 1px solid #eee;
}

.menu-col:first-child

 {
    background: #f7f7f7;
    width: fit-content;
    width: 100%;
}




}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2fa3bdf */.mega-menu-container {
  font-family: 'inter';
  border: 1px solid #e0e0e0;
  display: inline-flex;
  flex-direction: column;
  background: #fff;

  width:100%;
}

.menu-search {
  padding: 10px;
  text-align: right;
  border-bottom: 1px solid #eee;
}

.menu-search input {
  padding: 6px 12px;
  border-radius: 20px;
  border: 1px solid #ccc;
  width: 250px;
}

.mega-menu {
  display: flex;
  min-height: 400px;
  width:100%; }

/* Hide columns by default */
.menu-col {
  display: none; 
  list-style: none;
  margin: 0;
  padding: 0;
  width: 220px;
  border-right: 1px solid #e0e0e0;
}

/* Show column when active */
.menu-col.active {
  display: block;
}

.menu-col:first-child {
  background: #f7f7f7;
  
width: fit-content;
}

.menu-col li {
  padding: 12px 20px;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}

.menu-col li:hover, .menu-col li.highlighted {
  background-color: #f0f2ff;
}

.has-submenu::after {
  content: '›';
  position: absolute;
  right: 15px;
  color: #5b5fc7;
  font-weight: bold;
}

.blue-text { color: #5b5fc7; }
.disabled { color: #aaa; cursor: default; }


/* When searching, stack matching columns or list them clearly */
#menu-wrapper.is-searching {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#menu-wrapper.is-searching .menu-col {
    position: static !important; /* Break the absolute positioning of the mega menu */
    visibility: visible !important;
    opacity: 1 !important;
    box-shadow: none;
    border-left: 1px solid #eee;
    padding: 10px;
}

/* Hide category headers during search to only show final items */
#menu-wrapper.is-searching li.has-submenu {
    display: none !important;
}

.search-match {
    color: black; /* Optional: highlight the text color */
    font-weight: 500;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-33cfc53 *//* Mobile adjustments */
@media (max-width: 768px) {
  .mega-menu {
    flex-direction: column; /* Stack vertically */
    position: relative;
    overflow: hidden;
    min-height: 300px;
  }

  .menu-col {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #eee;
    background: white;
  }

  /* When a submenu is active on mobile, hide the previous levels 
     to save space, or keep them as an accordion */
  .menu-col.active {
    display: block;
    animation: slideIn 0.3s ease-out;
  }

  .has-submenu::after {
    content: ' ▾'; /* Change arrow to indicate expansion */
  }
}

@keyframes slideIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}/* End custom CSS */