/* Rebrand overrides (2026-01) */

/* Use local hero background instead of external workspace asset */
.bg-header {
  background: linear-gradient(rgba(9, 30, 62, .70), rgba(9, 30, 62, .70)), url(/img/header-ban/hero.webp) center center no-repeat !important;
  background-size: cover !important;
}

/* Make service cards a bit more flexible */
.service-item {
  min-height: 280px;
}

/* Prevent old carousel assumptions */
.carousel-inner { position: static !important; height: auto !important; }
