/* Offset for sticky header – anchor fix */
#local,
#outstation,
#corporate,
#airport,
#packages {
  scroll-margin-top: 120px;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}
