/* Hero and footer-area sections: backgrounds scroll with page content */
.hero,
.hero-section,
.newsletter-section,
.testimonials,
.ride-cta-box,
.site-footer {
  background-attachment: scroll;
}

/* Auth and full-page background layouts */
body {
  background-attachment: scroll;
}
