:root { --zanur-yellow: #f5d500; --zanur-dark: #1e1e1e; }
.logo img { max-height: 72px; width: auto; }
.newsletter_form button, .contact-btn button, .slider-content a { background-color: var(--zanur-yellow) !important; }
.section_title h2, .overview-content h2 span, .product__desc h3 a:hover { color: var(--zanur-yellow) !important; }

/* Header menu bar (match reference: black/navy background + white text) */
.white__bg .header_bottom {
  background: #0f0d25 !important;
  border-top-color: rgba(255, 255, 255, 0.08) !important;
}
.white__bg .menu ul li a,
.white__bg .header_right_info > ul > li > a {
  color: #ffffff !important;
}
.white__bg .menu nav > ul > li:hover > a,
.white__bg .header_right_info > ul > li > a:hover {
  color: var(--zanur-yellow) !important;
}
.whatsapp-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 9999;
  background: #25d366; color: #fff; border-radius: 999px; padding: 10px 14px;
  font-weight: 700; box-shadow: 0 6px 20px rgba(0,0,0,.2);
}
