.hero-wrap.hero-wrap-2 {
    background-position: center -150px !important;
}

.ftco-section.ftco-no-pb.goto-here {
    padding: 30px 0px;
}

/* FEATURES SERVICES */
/* Contenitore con margine superiore per fare spazio al cerchio sporgente */
.feat_services .services-card-wrap {
  position: relative;
  margin-top: 45px;
  display: flex;
  flex-direction: column;
}

/* Cerchio colorato centrato e traslato verso l'alto del 50% della sua altezza */
.feat_services .services-card-wrap .icon-floating {
  width: 80px;
  height: 80px;
  background-color: #1196c4;
  color: #fff;
  border-radius: 50%;
  font-size: 39px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

/* Rettangolo con sfondo bianco/grigio chiaro, padding superiore extra */
.feat_services .services-card-wrap .card-body-custom {
  background: #f0efef;
  padding: 55px 25px 30px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: all 0.3s ease;
  border: 1px solid #cfcfcf;
}

.feat_services .services-card-wrap .card-body-custom h3 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 15px;
}

.feat_services .services-card-wrap .card-body-custom p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Effetto hover coordinato card + icona */
.feat_services .services-card-wrap:hover .icon-floating {
  transform: translate(-50%, -60%);
}

.feat_services .services-card-wrap:hover .card-body-custom {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
  .hero-wrap.hero-wrap-2 {
      background-position: center center !important;
  }
}



