/*-----------------------------------
Valori bypassati 
-----------------------------------*/

/*-----------PER CAMPI DATI INVIO FORM-----------*/

/* Campo input e textarea di default */
.form-control {
  border: 1px solid #ced4da !important;
  border-radius: 10px !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}

/* Quando il cursore passa sopra */
.form-control:hover {
  border-color: #082347 !important;
}

/* Quando il campo è attivo (focus) */
.form-control:focus {
  border-color: #082347 !important;
  box-shadow: 0 0 6px 2px rgba(8, 35, 71, 0.35) !important;
  background-color: #fff !important;
  outline: 0 !important;
}

/*----------PER ICONE----------*/

.bxl-instagram-alt:{
vertical-align: middle !important;
}
.bxl-youtube:{
vertical-align: middle !important;
}
.bxl-linkedin-square:{
vertical-align: middle !important;
}


/*------------PER COMPARSA DURANTE LO SCROLL DELLA PAGINA------------*/

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s ease-out, transform .6s ease-out;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* direction helpers se vuoi */
.reveal.from-left { transform: translateX(-30px); }
.reveal.from-right { transform: translateX(30px); }


/*------------PER CENTRARE LE SCRITTE DOPPIE SULLA PAG LAVAGGIO METALLI------------*/

.align-center-double-line h4 {
  display: flex;
  flex-direction: column;
  align-items: center;  /* centra orizzontalmente */
  justify-content: center;
  text-align: center;   /* centra il testo all'interno */
}

/*------------COLONNA ILSA X SOCIALE-------------*/

.why-us .content-blue {
  padding: 25px;
  background: #082347;
  border-radius: 10px;
  color: #fff;
  font-size:0.9rem;

}
.why-us .content-blue h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 20px;
}
.why-us .content-blue p {
  margin-bottom: 30px;
}
.why-us .content-blue .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  border-color: none;
  border-style:none;
  border-width: none;
  transition: all ease-in-out 0.4s;
}
.why-us .content-blue .more-btn i {
  font-size: 14px;
}
.why-us .content-blue .more-btn:hover {
  color: #082347;
  border-color: #082347;
  border-style:solid;
  border-width: thin;
  background: #fff;
}
.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}
.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #082347;
  margin-bottom: 30px;
}
.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}
.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}


/*-------------Sezione SOCIALE-------------*/

.sociale .icon-box {
  text-align: center;
  border: 1px solid #d5e1ed;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}
.sociale .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #082347;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.sociale .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.sociale .icon-box h4 a {
  color: #082347;
}
.sociale .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.sociale .testo-lavaggio{
  color: #082347;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 30px;
}
.solventi-row h4 {
  color: #082347;
  max-width: 150px; 
  margin: 0 auto;   
}
.sociale .row {
 color: #082347;
}

.ciclo-row{
  color: #082347;
  padding-top: 20px; 
  padding-bottom: 20px;   
}
.sociale .section-title {
  text-align: center;
  padding-bottom: 30px;
  color: #082347;
}