.elementor-332 .elementor-element.elementor-element-7496650{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-332 .elementor-element.elementor-element-7496650:not(.elementor-motion-effects-element-type-background), .elementor-332 .elementor-element.elementor-element-7496650 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-332 .elementor-element.elementor-element-c0c8b25{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-c0c8b25 */<style>
/* ===== FIXED STICKY HEADER (100% WORKING) ===== */
.nie-header-v2{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(15,23,42,0.08);
}

/* Header inner */
.nie-header-inner{
  max-width: 1250px;
  margin: 0 auto;
  padding: 12px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 18px;
}

/* Logo */
.nie-brand img{
  width: 100px;
  height:auto;
  display:block;
}

/* Desktop Nav */
.nie-nav-v2{
  display:flex;
  align-items:center;
  gap: 26px;
}

.nie-nav-v2 a,
.nie-dd-btn{
  text-decoration:none;
  font-size: 15.8px;
  font-weight: 800;
  color: #0f172a;
  transition: 0.2s;
}

.nie-nav-v2 a:hover,
.nie-dd-btn:hover{
  color: #18a957;
}

/* Dashboard pill */
.nie-dashboard{
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(76,217,99,0.16);
  border: 1px solid rgba(76,217,99,0.35);
  color: #0b6b3a !important;
}

.nie-dashboard:hover{
  background: rgba(76,217,99,0.22);
}

/* ===== DESKTOP DROPDOWN (HOVER FIXED) ===== */
.nie-dd{
  position: relative;
}

.nie-dd-btn{
  border:none;
  background:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  gap: 6px;
  padding: 0;
  font-family: inherit;
}

.nie-dd-arrow{
  font-size: 13px;
  margin-top: 1px;
}

/* Dropdown menu */
.nie-dd-menu{
  position:absolute;
  top: 42px;
  left:0;
  min-width: 290px;
  background:#fff;
  border: 1px solid rgba(15,23,42,0.08);
  border-radius: 16px;
  box-shadow: 0 20px 55px rgba(2,8,23,0.14);
  overflow:hidden;
  opacity:0;
  visibility:hidden;
  transform: translateY(10px);
  transition: 0.22s;
  z-index: 99999999;
}

/* Important: hover gap fix */
.nie-dd:before{
  content:"";
  position:absolute;
  left:0;
  top: 26px;
  width:100%;
  height: 22px;
}

.nie-dd-menu a{
  display:block;
  padding: 14px 16px;
  font-size: 14.8px;
  font-weight: 800;
  color:#0f172a;
  border-bottom: 1px solid rgba(15,23,42,0.06);
}

.nie-dd-menu a:last-child{
  border-bottom:none;
}

.nie-dd-menu a:hover{
  background: rgba(76,217,99,0.12);
  color:#0b6b3a;
}

/* Hover open */
.nie-dd:hover .nie-dd-menu{
  opacity:1;
  visibility:visible;
  transform: translateY(0);
}

/* ===== Mobile Menu Button ===== */
.nie-menu-btn{
  display:none;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid green;
  background:#fff;
  cursor:pointer;
  padding: 0;
  align-items:center;
  justify-content:center;
  gap: 4px;
  flex-direction:column;
}

.nie-menu-btn span{
  width: 22px;
  height: 2px;
  background:#4cd963;
  display:block;
  border-radius: 10px;
}

/* ===== Drawer ===== */
.nie-drawer{
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 340px;
  height: 100vh;
  background: #ffffff;
  z-index: 99999999;
  transition: right 0.28s ease;
  box-shadow: -25px 0 60px rgba(2,8,23,0.18);
  overflow-y:auto;
}

.nie-drawer.open{
  right: 0;
}

.nie-drawer-head{
  position: sticky;
  top: 0;
  background:#fff;
  padding: 18px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom: 1px solid rgba(15,23,42,0.08);
}

.nie-drawer-title{
  font-size: 16px;
  font-weight: 900;
  color:#0f172a;
}

.nie-close-btn{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,0.14);
  background:#fff;
  cursor:pointer;
  font-size: 18px;
  font-weight: 900;
  color:#0f172a;
}

/* IMPORTANT: extra bottom space for mobile scroll */
.nie-drawer-links{
  padding: 12px 12px 120px; /* EXTRA SPACE ADDED */
}

.nie-drawer-links a{
  display:block;
  padding: 14px 12px;
  border-radius: 14px;
  text-decoration:none;
  color:#0f172a;
  font-weight: 900;
  font-size: 15px;
  margin-bottom: 6px;
  transition: 0.2s;
  border: 1px solid rgba(15,23,42,0.06);
}

.nie-drawer-links a:hover{
  background: rgba(76,217,99,0.12);
  border-color: rgba(76,217,99,0.25);
}

/* Mobile Products Dropdown */
.nie-mob-dd{
  margin-bottom: 6px;
}

.nie-mob-dd-btn{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 14px 12px;
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,0.06);
  background:#fff;
  cursor:pointer;
  font-weight: 900;
  font-size: 15px;
  color:#0f172a;
}

.nie-mob-dd-menu{
  display:none;
  padding: 8px 0 0;
}

.nie-mob-dd-menu a{
  font-weight: 800;
  font-size: 14.6px;
  padding-left: 18px;
  background:#fff;
}

.nie-mob-dd.open .nie-mob-dd-menu{
  display:block;
}

.nie-mob-dashboard{
  background: rgba(76,217,99,0.16);
  border: 1px solid rgba(76,217,99,0.35) !important;
  color:#0b6b3a !important;
}

/* Overlay */
.nie-overlay-v2{
  position: fixed;
  inset: 0;
  background: rgba(2,8,23,0.42);
  opacity:0;
  visibility:hidden;
  transition: 0.25s;
  z-index: 99999998;
}

.nie-overlay-v2.show{
  opacity:1;
  visibility:visible;
}

/* Responsive */
@media(max-width:992px){
  .nie-menu-btn{ display:flex; }
  .nie-nav-v2{ display:none; }
}

@media(max-width:480px){
  .nie-header-inner{ padding: 10px 12px; }
  .nie-brand img{ width: 86px; }
  .nie-header-space{ height: 7px; }
}
</style>/* End custom CSS */