.elementor-2463 .elementor-element.elementor-element-9bfdd55 > .elementor-container{max-width:1200px;}.elementor-2463 .elementor-element.elementor-element-5fc3b9e > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-a08e234 */.custom-header {
   font-family: 'Montserrat', sans-serif;
  padding: 10px;
}

.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 0px;
}

.logo-search {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
}

.logo {
  max-height: 100px;
}

.search-wrapper {
  position: relative;
  width: 470px;
}
.contact-info {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.contact-block {
  font-size: 14px;
  color: #003366;
}

.contact-block strong {
  display: block;
  font-size: 16px;
  color: #003366;
}

.bottom-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}


.header-buttons {
  display: flex;
  gap: 10px;
}

.header-btn {
  background-color: #0057b7;
  color: white;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
  font-family: "Bebas Neue", Sans-serif  !important;
}

.header-btn:hover {
  background-color: #00409b;
  color: white;
}

/* menu*/

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

.menu-items {
  display: flex;
  list-style: none;
  gap: 20px;
}

.menu-items li {
  position: relative;
}

.menu-items a {
  color: #7A7A7A;
  font-weight: 400;
  text-decoration: none;
  padding: 0.5rem;
  display: block;
}
.fa-angle-down {
    margin-left: 5px !important;
}
.dropdown,
.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  color: #000;
  display: none;
  z-index: 1000;
  border : 1px solid #0156A9;
  border-radius: 8px;
}

.dropdown a,
.mega-menu a {
  color: #333;
  padding: 0.5rem 1rem;
  font-weight: 400 !important;
  display: block;
  font-size: 14px;
}
.dropdown a{
    border-bottom: 1px solid #ccc !important;
}
.dropdown a:hover{
 background-color: #0156A9;
 color: #fff;
 border-radius: 4px
}
.dropdown {
    width: 140px;
}
.menu-items li:hover .dropdown,
.menu-items li:hover .mega-menu {
  display: block;
}

/* Mega menu layout on hover (desktop only) */
.menu-items li:hover .mega-menu.industries {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 1rem;
}

.menu-items li:hover .mega-menu.product-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  font-size: 14px;
}

.mega-menu.industries .item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.mega-menu.industries .item img {
  width: 50px;
  height: 50px;
  background-color: #E5E5E5;
  padding: 10px;
}
.mega-menu.industries {
    width: 650px !important;
    white-space: nowrap;
}
.mega-menu.product-boxes a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mega-menu.product-boxes {
    left: -300px;
    width: 800px;
}
/* Hamburger */
.hamburger {
  display: none;
  font-size: 1.5rem;
  cursor: pointer;
}
.fa-arrow-circle-right {
    color: #0156A9;
}
/* Responsive */
@media (max-width: 768px) {
  .menu-items {
    display: none;
    flex-direction: column;
    width: 300px !important;
  }

  .menu-items.active {
    display: flex;
  }

  .menu {
    flex-direction: column;
    align-items: flex-start;
  }

  .hamburger {
    display: block;
    color: #0156A9;
    align-self: center;
  }

  .dropdown,
  .mega-menu {
    position: static;
    box-shadow: none;
    display: none;
    width: 100% !important;
  }

  .menu-items li.open > .dropdown,
  .menu-items li.open > .mega-menu {
    display: block;
  }

  .mega-menu.industries,
  .mega-menu.product-boxes {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
  }
  
}


.menu-items li.open > .dropdown,
.menu-items li.open > .mega-menu {
  display: block;
}

@media (min-width: 769px) {
  .menu-items li:hover > .dropdown,
  .menu-items li:hover > .mega-menu {
    display: block;
  }

  .menu-items li.open > .dropdown,
  .menu-items li.open > .mega-menu {
    display: none; /* prevent clash with mobile class */
  }
  
  
}
  @media (max-width: 600px) { 
   .mega-menu.industries,
   .mega-menu.product-boxes {
    grid-template-columns: 1fr !important;
    width: 100% !important;
}
 .menu-items{
    gap: 10px;     
  }
  /* Hide all submenus by default */
.menu-items li .dropdown,
.menu-items li .mega-menu {
  display: none;
}

/* Show only the submenu inside the .open <li> */
.menu-items li.open .dropdown,
.menu-items li.open .mega-menu {
  display: block;
}
.bottom-header {
    justify-content: center;
    width: 100% !important;
}
}


@media (max-width: 768px) {
  .top-header {
    flex-direction: column !important;
    align-items: center;
  }
  .logo-search,
  .contact-info,
  .main-nav,
  .header-buttons {
    width: 100%;
  }
   .logo-search {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .search-wrapper {
    width: 100%;
  }

  .logo-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .search-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }

  .main-nav {
    margin-bottom: 15px;
  }

  .contact-info,
  .header-buttons {
    display: none; /* hide on mobile */
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .top-header {
    flex-direction: column !important;
    align-items: center;
  }
  .logo-search,
  .contact-info,
  .main-nav,
  .header-buttons {
    width: 100%;
  }
   .logo-search {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .search-wrapper {
    width: 100%;
  }

  .logo-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .search-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }

  .main-nav {
    margin-bottom: 15px;
  }

  .contact-info,
  .header-buttons {
    display: none; /* hide on mobile */
  }
}/* End custom CSS */