/* Sticky nav: solid white, no jump when pinning */
.header-style1 .main-bar,
.header-style1 .main-bar.color-fill,
.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 {
  background: #ffffff !important;
  background-color: #ffffff !important;
  /* Same padding fixed/unfixed — theme zeroing padding on is-fixed causes a jump */
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  /* Theme transition:all animates the fixed snap into a visible jump */
  transition: box-shadow 0.2s ease !important;
  opacity: 1 !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;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.header-style1 .sticky-wrapper {
  position: relative;
}
