/* Image-only enhancement for v33.3.00. Keep existing layout, typography and navigation. */
[data-service-image] .service-picture-v3331 {
  display:block;position:absolute;inset:0;width:100%;height:100%;pointer-events:none;
}
[data-service-image] .service-picture-v3331 img {
  display:block;width:100%;height:100%;max-width:none;object-fit:cover;
  object-position:var(--service-focus,50% 50%);
}
[data-service-image] .inner-v15-hero-media,
[data-service-image] .inner-service-media-v15,
[data-service-image] .bento-image {
  background-image:none!important;background-color:#06264f;opacity:1;
}
/* Navy tint harmonizes independent photographs with the existing navy/gold palette. */
[data-service-image] .inner-v15-hero-shade {
  background:linear-gradient(90deg,rgba(3,22,46,.88) 0%,rgba(3,22,46,.70) 47%,rgba(3,22,46,.24) 100%)!important;
}
html[dir="rtl"] [data-service-image] .inner-v15-hero-shade {
  background:linear-gradient(270deg,rgba(3,22,46,.88) 0%,rgba(3,22,46,.70) 47%,rgba(3,22,46,.24) 100%)!important;
}
[data-service-image] .inner-v15-hero-copy p {
  color:#fff!important;opacity:1;text-shadow:0 1px 4px rgba(0,0,0,.4);
}
[data-service-image] .inner-service-overlay-v15,
[data-service-image] .bento-overlay {
  background:linear-gradient(180deg,rgba(3,22,46,.18),rgba(3,22,46,.32) 30%,rgba(3,22,46,.9) 72%,rgba(3,22,46,.96))!important;
}
[data-service-image] .inner-service-body-v15 p {color:#fff!important;opacity:1;}
@media(max-width:767px) {
  [data-service-image] .inner-v15-hero-shade {
    background:linear-gradient(180deg,rgba(3,22,46,.56),rgba(3,22,46,.82))!important;
  }
  html[dir="rtl"] [data-service-image] .inner-v15-hero-shade {
    background:linear-gradient(180deg,rgba(3,22,46,.56),rgba(3,22,46,.82))!important;
  }
}
