.sticky-bar {
  position: sticky;
  top: 0;
  z-index: 999;
  background: white; /* Match your section's background color */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* Optional polish */
}
