.hero-residential {
  background-image: url("/assets/IMG/RESIDENTIAL/HOME\ -\ RESIDENTIAL.webp");
  background-size: cover; /* Immagine di sfondo in cover */
  background-position: center;
  height: 100%; /* Occupare l'intera altezza della hero */
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.hero-commercial {
  background-image: url("/assets/IMG/COMMERCIAL/HERO\ -\ COMMERCIAL.webp");
  background-size: cover; /* Immagine di sfondo in cover */
  background-position: center;
  height: 100%; /* Occupare l'intera altezza della hero */
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.hero-industrial {
  background-image: url("/assets/IMG/INDUSTRIAL/HERO\ -\ INDUSTRIAL.webp");
  background-size: cover; /* Immagine di sfondo in cover */
  background-position: center;
  height: 100%; /* Occupare l'intera altezza della hero */
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.section-space {
  margin-bottom: 5rem;
}

/*BOX SERVICES*/
.container__box {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}

.parent-div {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding: 10px;
}

.parent-div a {
  color: var(--text-color);
}

.child-div {
  max-width: 150px;
  padding: 10px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-left: 2rem;
  margin-bottom: 2rem;
}

.child-item {
  display: flex;
  flex-direction: row;
  gap: 0.3rem;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}

.child-img {
  width: 30px;
}

.child-title {
  text-transform: uppercase;
}
