.elementor-9 .elementor-element.elementor-element-4692c83{--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-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-d05d9ef *//* Header */
.np-header {
  background: #0b0f14;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  position: sticky;
  top: 0;
  z-index: 999;
}

/* Layout */
.np-container {
  max-width: 1200px;
  margin: auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo Image */
.np-logo img {
  max-height: 42px;
  width: auto;
  display: block;
}

/* Navigation */
.np-nav {
  display: flex;
  gap: 28px;
}

.np-nav-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.np-nav-link:hover {
  color: #ff8c2b;
}

/* Buy Button */
.np-btn-buy {
  background: linear-gradient(135deg, #ff8c2b, #ff6a00);
  color: #fff;
  padding: 12px 26px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(255,140,43,0.35);
}

.np-btn-buy:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255,140,43,0.45);
}

/* Mobile */
@media (max-width: 768px) {
  .np-nav {
    display: none;
  }

  .np-logo img {
    max-height: 36px;
  }
}/* End custom CSS */