.location_hero_sec.services {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-bottom: 0;
  display: flex;
  padding-top: 4.25rem;
  opacity: 1;
}
.container.is_location {
  grid-column-gap: 5.75rem;
  grid-row-gap: 5.75rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: grid;
}
.location_heading1.is_ser {
  margin-top: 1.25rem;
}
.pc_text {
    color : #ffffff;
  }

.location_heading1 {
  color: #ffffff;
  font-size: 3.5rem;
  line-height: 1.35;
}
.location_para.is_ser {
  margin-bottom: 2rem;
}

/* Service hero stats bar — thin orange line + 4 metrics */
.service_hero_stats {
  width: 100%;
  border-top: 3px solid #e85d2b;
  padding-top: 1.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 0.75rem 1.5rem;
  text-align: center;
  overflow: hidden;
}
.service_hero_stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
  flex: 1;
  min-width: 0;
}
.service_hero_stat_value {
  font-size: clamp(1.25rem, 2.5vw, 2.25rem);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.service_hero_stat_label {
  font-size: clamp(0.65rem, 1.5vw, 0.75rem);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.02em;
  white-space: normal;
  max-width: 100%;
}
@media (max-width: 600px) {
  .service_hero_stats {
    gap: 0.5rem 1rem;
    padding-top: 1rem;
  }
  .service_hero_stat {
    min-width: 70px;
  }
}

.location_para {
  max-width: 35.5rem;
  margin-top: 1.125rem;
  margin-bottom: 3rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.italic_rich p {
  font-size: 1.125rem;
  font-weight: 400;
}
.location_hero_content {
  color: #ffffff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 39rem;
  display: flex;
}
.services_hero-img {
  width: 100%;
}

img {
  max-width: 100%;
  display: inline-block;
}
.pc_wrap.services {
  border-color: #595588;
}
.pc_img {
  width: 6.25rem;
}

.pc_wrap {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  border-radius: 100px;
  border: 1px solid #3a3a3a;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0.75rem;
  display: flex;
}
.location_content_cta-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dmbanner .pmbanner .smmbanner
.gmsbanner .wdbanner .adbanner
.wrbanner .gmbbanner .emailersbanner
.vpaibanner .bildbanner .rebrandingbanner
.dabanner .servicebanner {
  padding-top: 10rem;
}
