/* Offset for sticky header when scrolling to sections */
#services,
#industries,
#pricing,
#team,
#faqs,
#contact,
#news {
  scroll-margin-top: 96px;
}

@media (max-width: 1199.98px) {
  #services,
  #industries,
  #pricing,
  #team,
  #faqs,
  #contact,
  #news,
  #hero {
    scroll-margin-top: 88px;
  }
}

@media (max-width: 809.98px) {
  #services,
  #industries,
  #pricing,
  #team,
  #faqs,
  #contact,
  #news,
  #hero {
    scroll-margin-top: 80px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  html.tas-smooth-scroll-enabled {
    scroll-behavior: smooth;
  }
}
