
/* === Fixed Header === */
.navbar-area, .header-bar {
  background:#ffffff !important;
  border-bottom:1px solid #e5e7eb !important;
  box-shadow:0 2px 8px rgba(0,0,0,.08);
  position:sticky !important;
  top:0;
  z-index:9999 !important;
}

/* === Gray Hero Background === */
.main-banner-area, .main-banner, .hero-banner, .banner-area {
  background: linear-gradient(135deg,#f2f4f7,#e6e8eb,#dfe1e5) !important;
}
.main-banner-area::before,
.main-banner::before,
.banner-area::before {
  background: transparent !important;
}

/* avoid overlap with top sections */
.main-banner-area, .main-banner {
  padding-top:120px !important;
}
