/* Sticky nav: stay fixed on scroll, always solid white (never transparent) */
.header-style1 .main-bar,
.header-style1 .main-bar.color-fill {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

.header-style1 .is-fixed .main-bar,
.header-style1 .is-fixed .color-fill.main-bar,
.header-style1 .sticky-header.is-fixed .main-bar,
.header-style1 .sticky-header.is-fixed .color-fill.main-bar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 999 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  opacity: 1 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
