
/* Photo-free temporary deployment updates */
.hero,
.hero-section,
.home-hero {
  background-image: linear-gradient(rgba(0,0,0,.72), rgba(0,0,0,.88)) !important;
  background-color: #0f0f0f !important;
}

.service-card img,
.card img,
img {
  display: none !important;
}

.service-icon {
  width: 72px;
  height: 72px;
  border: 2px solid #d4af37;
  border-radius: 50%;
  color: #d4af37;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 800;
  margin: 28px auto 0;
  background: rgba(212,175,55,.08);
  box-shadow: 0 0 22px rgba(212,175,55,.12);
}

.service-card {
  padding-top: 6px;
}

.service-content {
  text-align: center;
}
