.elementor-719 .elementor-element.elementor-element-ea7a3a3{--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-719 .elementor-element.elementor-element-7ca83b3{--display:flex;}.elementor-719 .elementor-element.elementor-element-b8d4c3a{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-719 .elementor-element.elementor-element-3f198c2{--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;--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-719 .elementor-element.elementor-element-b8d4c3a{margin:0px -24px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:16px 16px 16px 16px;}}@media(max-width:767px){.elementor-719 .elementor-element.elementor-element-b8d4c3a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-b8d4c3a *//* ===== HEADER BASE ===== */
.custom-header {
  width: 100%;
  background: transparent;
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  position: relative;
  z-index: 9999;
}
.custom-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px;
}
.custom-header .logo img {
  max-height: 50px;
  display: block;
}

/* ===== NAVIGATION ===== */
.mega-menu {
  flex: 1;
  display: flex;
  justify-content: center;
  position: relative;
}
.mega-menu .main-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 35px;
  margin: 0;
  padding: 0;
}
.mega-menu .main-menu > .menu-item > a {
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  padding: 12px 15px;
  transition: color 0.3s ease;
  display: inline-block;
}
.mega-menu .main-menu > .menu-item > a:hover {
  color: #e63946;
}

/* ===== ALL PRODUCTS DROPDOWN ===== */
.mega-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: 1500px;
  max-width: calc(100vw - 40px);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.15);
  padding: 25px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, transform .25s ease;
  z-index: 9999;
}
.mega-dropdown.active {
  display: flex;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* ===== LEFT MENU ===== */
.menu-left {
  width: 250px;
  border-right: 1px solid #ddd;
  font-size: 20px;
}
.menu-left ul { list-style: none; margin: 0; padding: 0; }
.menu-left ul li {
  padding: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: color .3s ease, border-left-color .3s ease;
}
.menu-left ul li.active {
  color: #e63946;
  border-left: 3px solid #e63946;
}

/* ===== RIGHT PANEL ===== */
.menu-right { flex: 1; padding-left: 25px; }
.submenu { display: none; }
.submenu.active { display: block; }
.submenu h4 {
  margin: 10px 0 5px;
  font-size: 35px;
  font-weight: 700;
  color: #e63946;
}
.submenu ul { list-style: none; margin: 0 0 15px; padding: 0; }
.submenu ul li { margin-bottom: 6px; }
.submenu ul li a {
  text-decoration: none;
  color: #333;
  font-size: 25px;
  transition: color .3s ease;
}
.submenu ul li a:hover { color: #e63946; }

/* ===== CAREER DROPDOWN ===== */
.career-item { position: relative; }
.career-item .career-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: 220px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.15);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, transform .25s ease;
  z-index: 9999;
}
.career-item:hover .career-dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.career-dropdown li { list-style: none; }
.career-dropdown li a {
  display: block;
  padding: 10px 20px;
  color: #000;
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}
.career-dropdown li a:hover {
  background: #f5f5f5;
  color: #e63946;
}

/* ===== SEARCH BOX ===== */
.search-box {
  display: flex;
  align-items: center;
  border: 2px solid #000;
  border-radius: 30px;
  overflow: hidden;
  height: 40px;
}
.search-box input[type="text"] {
  border: none;
  outline: none;
  padding: 10px 15px;
  font-size: 14px;
  flex: 1;
}
.search-box button {
  background: #000;
  color: #fff;
  border: none;
  height: 100%;
  padding: 0 16px;
  cursor: pointer;
  border-radius: 0 30px 30px 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4fc16a0 *//* =========================
   Nilang Header — FULL CSS
   ========================= */

/* ===== HEADER BASE ===== */
.custom-header {
  width: 100%;
  background: transparent;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  position: relative;
  z-index: 9999;
}
.custom-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 40px;
}

/* ===== LOGO (Desktop default) ===== */
.custom-header .logo img {
  max-height: 50px;
  width: auto;
  height: auto;
  display: block;
}

/* ===== NAVIGATION (Desktop) ===== */
.mega-menu {
  flex: 1;
  display: flex;
  justify-content: center;
  position: relative;
}
.mega-menu .main-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 35px;
  margin: 0;
  padding: 0;
}
.mega-menu .main-menu > .menu-item > a {
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  padding: 12px 15px;
  transition: color 0.3s ease;
  display: inline-block;
}
.mega-menu .main-menu > .menu-item > a:hover {
  color: #e63946;
}

/* ===== ALL PRODUCTS — MEGA DROPDOWN (Desktop) ===== */
.mega-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: 1200px;
  max-width: calc(100vw - 40px);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.15);
  padding: 25px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, transform .25s ease;
  z-index: 9999;
}
.mega-dropdown.active {
  display: flex;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* ===== LEFT MENU (Desktop mega) ===== */
.menu-left {
  width: 250px;
  border-right: 1px solid #ddd;
  font-size: 20px;
}
.menu-left ul { list-style: none; margin: 0; padding: 0; }
.menu-left ul li {
  padding: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: color .3s ease, border-left-color .3s ease;
}
.menu-left ul li.active {
  color: #e63946;
  border-left: 3px solid #e63946;
}

/* ===== RIGHT PANEL (Desktop mega) ===== */
.menu-right { flex: 1; padding-left: 25px; }
.submenu { display: none; }
.submenu.active { display: block; }
.submenu h4 {
  margin: 10px 0 5px;
  font-size: 20px;
  font-weight: 700;
  color: #e63946;
}
.submenu ul { list-style: none; margin: 0 0 15px; padding: 0; }
.submenu ul li { margin-bottom: 6px; }
.submenu ul li a {
  text-decoration: none;
  color: #333;
  font-size: 20px;
  transition: color .3s ease;
}
.submenu ul li a:hover { color: #e63946; }

/* ===== CAREER DROPDOWN (Desktop hover) ===== */
.career-item { position: relative; }
.career-item .career-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: 220px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.15);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, transform .25s ease;
  z-index: 9999;
}
.career-item:hover .career-dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.career-dropdown li { list-style: none; }
.career-dropdown li a {
  display: block;
  padding: 10px 20px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}
.career-dropdown li a:hover {
  background: #f5f5f5;
  color: #e63946;
}

/* ===== SEARCH BOX ===== */
.search-box {
  display: flex;
  align-items: center;
  border: 2px solid #000;
  border-radius: 30px;
  overflow: hidden;
  height: 40px;
}
.search-box input[type="text"] {
  border: none;
  outline: none;
  padding: 10px 15px;
  font-size: 14px;
  flex: 1;
}
.search-box button {
  background: #000;
  color: #fff;
  border: none;
  height: 100%;
  padding: 0 16px;
  cursor: pointer;
  border-radius: 0 30px 30px 0;
}

/* =========================
   MOBILE ENHANCEMENTS
   ========================= */

/* ===== Hamburger (hidden on desktop) ===== */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}
.hamburger span {
  width: 25px;
  height: 3px;
  background: #000;
  border-radius: 2px;
  transition: 0.3s;
}
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translateY(8px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-8px);
}

/* ===== Mobile Layout (≤ 991px) ===== */
@media (max-width: 991px) {
  .custom-header .container {
    padding: 10px 20px;
  }

  /* Logo size for mobile */
  .custom-header .logo img {
    max-height: 40px;   /* tweak as needed */
    width: auto;
    height: auto;
    object-fit: contain;
  }

  /* Show hamburger */
  .hamburger {
    display: flex;
  }

  /* Convert nav to overlay panel */
  .mega-menu {
    position: fixed;
    top: 70px;               /* roughly logo height + padding */
    left: 0;
    width: 100%;
    background: #fff;
    max-height: 0;
    overflow: hidden;
    flex-direction: column;
    transition: max-height 0.4s ease;
   /* border-top: 2px solid #e63946;*/
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  }
  .mega-menu.open {
    max-height: 100vh;
    padding-bottom: 20px;
    overflow-y: auto;
  }

  /* Stack main menu items */
  .main-menu {
    flex-direction: column;
    gap: 0;
    width: 100%;
    text-align: left;
  }
  .main-menu > .menu-item {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .main-menu > .menu-item > a {
    display: block;
    padding: 15px 20px;
    color: #000;
    font-size: 16px;
  }

  /* Disable desktop mega dropdown on mobile */
  .all-products .mega-dropdown {
    display: none !important;
  }

  /* Mobile submenus (tap-to-open) */
  .main-menu .submenu,
  .main-menu .career-dropdown {
    display: none;
    flex-direction: column;
    background: #f9f9f9;
  }
  .menu-item.show-submenu > .submenu,
  .menu-item.show-submenu > .career-dropdown {
    display: flex;
  }
  .submenu li a,
  .career-dropdown li a {
    padding: 12px 40px;
    display: block;
    color: #333;
    font-size: 15px;
    border-top: 1px solid #f0f0f0;
  }
  .submenu li a:hover,
  .career-dropdown li a:hover {
    color: #e63946;
    background: #fff;
  }

  /* Hide search on header (optional) */
  .search-bar {
    display: none;
  }
}

/* ===== Even smaller devices (≤ 480px) — optional tweaks ===== */
@media (max-width: 480px) {
  .custom-header .container {
    padding: 8px 16px;
  }
  .custom-header .logo img {
    max-height: 46px;
  }
  .main-menu > .menu-item > a {
    padding: 14px 16px;
    font-size: 15px;
  }
  .submenu li a,
  .career-dropdown li a {
    padding: 12px 28px;
    font-size: 14.5px;
  }
}/* End custom CSS */