.page-service-template .hero-section {
  background: #0d211d;
  isolation: isolate;
}

.page-service-template .hero-main-wrapper {
  position: static;
}

.page-service-template .hero-main-wrapper::after {
  content: none;
}

.page-service-template .hero-section::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: 24px;
  background: linear-gradient(90deg, rgba(6, 20, 17, .88) 0%, rgba(6, 20, 17, .58) 52%, rgba(6, 20, 17, .18) 100%);
  content: "";
  pointer-events: none;
}

.page-service-template .hero-main-wrapper > .container {
  position: relative;
  z-index: 2;
}

.page-service-template .hero-bg {
  z-index: 0;
  filter: contrast(1.05) saturate(.72);
}

.page-service-template .marquee-logo-block.career .marquee-item-icon {
  background-image: none !important;
}

.page-service-template .marquee-logo-block.career .marquee-item-icon svg {
  display: block;
}

.page-service-template .service-item-info .bc-home-service-cta {
  display: inline-flex;
  margin-top: 18px;
}

.page-service-template .service-title-image {
  flex: 0 0 89px;
}

.page-service-template .service-item-image {
  display: block;
  aspect-ratio: 5 / 4;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-service-template .team-member-image {
  object-fit: cover;
}

/* The service foundation now reads as one clear editorial column. */
.page-service-template .our-location-section .our-locations-contet-block {
  display: block;
}

.page-service-template .our-location-section .location-title-block {
  max-width: 760px;
}

.page-service-template .our-location-section .about-us-counter-block {
  margin-top: 64px;
}

@media screen and (max-width: 991px) {
  .page-service-template .service-item-wrapper {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
  }

  .page-service-template .service-item-content {
    position: static;
    width: 100%;
    max-width: none;
    opacity: 1 !important;
    transform: none !important;
  }
}

@media screen and (max-width: 767px) {
  .page-service-template .hero-section::after {
    background: linear-gradient(180deg, rgba(6, 20, 17, .82) 0%, rgba(6, 20, 17, .52) 100%);
  }

  .page-service-template .service-title-image {
    flex-basis: 80px;
  }

  .page-service-template .service-item-wrapper {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media screen and (max-width: 479px) {
  .page-service-template .service-title-image {
    flex-basis: 53px;
  }
}
