/* Local preview fixes — carousel + fallback visibility */
#carousel .slide1 {
  background-image: url(/images/f1.jpg) !important;
  background-size: cover !important;
  background-position: center center !important;
}
#carousel .slide2 {
  background-image: url(/images/f2.jpg) !important;
  background-size: cover !important;
  background-position: center center !important;
}
#carousel .slide3 {
  background-image: url(/images/f3.jpg) !important;
  background-size: cover !important;
  background-position: center center !important;
}
#carousel .slide4 {
  background-image: url(/images/f4.jpg) !important;
  background-size: cover !important;
  background-position: center center !important;
}
#carousel .slide5 {
  background-image: url(/images/f5.jpg) !important;
  background-size: cover !important;
  background-position: center center !important;
}

/* Crawl CSS hides lazy-load targets until JS runs */
img[data-src],
[data-background] {
  opacity: 1 !important;
}
