/* --- Site overrides (static export) --- */

/* Hero fullwidth slider: show first slide reliably even if the owl carousel
   JS fails to initialise (avoids the empty white band at the top).
   Owl's own CSS hides .owl-carousel until it is JS-initialised, so we must
   force the container visible in the fallback. */
#slide-fullwidth:not(.owl-loaded) { display: block !important; }
#slide-fullwidth:not(.owl-loaded) .sppb-slideshow-fullwidth-item { display: none; }
#slide-fullwidth:not(.owl-loaded) .sppb-slideshow-fullwidth-item:first-child { display: block; }
#slide-fullwidth:not(.owl-loaded) .sppb-slide-item-bg {
  min-height: 600px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px){
  #slide-fullwidth:not(.owl-loaded) .sppb-slide-item-bg { min-height: 420px; }
}

/* Footer: ensure all text is legible on the dark background. */
#sp-bottom, #sp-bottom p, #sp-bottom h1, #sp-bottom h2, #sp-bottom h3,
#sp-bottom .sp-module-title, #sp-bottom .custom, #sp-bottom span,
#sp-bottom li { color: #ffffff; }
