/*
 * Demo public imagery — remote photos use varied aspect ratios; normalize fit.
 */
img[src*="images.unsplash.com"] {
  object-fit: cover;
}

/*
 * Reliability: owl.css sets .owl-carousel { display: none } until JS adds
 * .owl-loaded. Any error before Owl.init() leaves the banner (and other carousels)
 * invisible. Banner text also starts at opacity: 0 until an .active slide exists.
 * These rules apply only while Owl has not finished init.
 */
.owl-carousel:not(.owl-loaded) {
  display: block !important;
}

.banner-carousel:not(.owl-loaded) .content-box h6,
.banner-carousel:not(.owl-loaded) .content-box h1,
.banner-carousel:not(.owl-loaded) .content-box p,
.banner-carousel:not(.owl-loaded) .content-box .btn-box {
  opacity: 1 !important;
  -webkit-transform: none !important;
  transform: none !important;
}

/* Explore Our Departments — solid gray (matches .service-section:before in style.css) */
.service-section.service-section--solid-gray {
  background-image: none !important;
  background-color: #f5f5f6;
}
.service-section.service-section--solid-gray:before {
  display: none;
}

/* Online Services — solid theme navy (replaces service-bg-3 / layer-bg-1 photos; matches .online-services:before #252638) */
.online-services.online-services--solid-theme {
  background-image: none !important;
  background-color: #252638;
  background-attachment: scroll;
}
.online-services.online-services--solid-theme:before {
  display: none;
}
.online-services.online-services--solid-theme > .layer-bg {
  background-image: none !important;
  background-color: #252638;
}

/* Home “Online Services” block (solutions-section): no statue / pattern / photo backgrounds */
.solutions-section .image-layer {
  display: none;
}

.solutions-section .pattern-box .pattern-1,
.solutions-section .pattern-box .pattern-2,
.solutions-section .pattern-box .pattern-3,
.solutions-section .pattern-box .pattern-4 {
  display: none;
}

.solutions-section .lower-box .bg-layer {
  background-image: none !important;
  background-color: #e8eaef;
}

.solutions-section .lower-box .bg-layer:before {
  display: none;
}

/* Testimonials: solid theme navy (no testimonial-bg.jpg / parallax photo) */
.testimonial-section {
  background-image: none !important;
  background-color: #252638;
  background-attachment: scroll;
}

.testimonial-section:before {
  display: none;
}
