/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 22 2025 | 15:29:30 */
/* COUNTER – centra su mobile (tema Pofo / WPBakery) */
@media (max-width: 767.98px) {

  /* Sezione counter */
  .counter-style.counter-style3,
  .counter-style3-1 {
    text-align: center !important;
  }

  /* Le colonne dei counter */
  .counter-style3 [class*="col-"],
  .counter-style3-1 [class*="col-"] {
    text-align: center !important;
    justify-content: center !important;   /* per righe/colonne flex */
    align-items: center !important;
  }

  /* Box interno del singolo counter */
  .counter-style3 .counter-box,
  .counter-style3-1 .counter-box {
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
  }

  /* Icona/numero/titolo centrati e allineati verticalmente */
  .counter-style3 .counter-icon,
  .counter-style3-1 .counter-icon,
  .counter-style3 .counter-content,
  .counter-style3-1 .counter-content {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Se il tema usa utility che centrano/sinistrano (xs-*) le annulliamo */
  .counter-style3 .xs-text-left,
  .counter-style3-1 .xs-text-left {
    text-align: center !important;
  }
}



/* pulizia di base del blocco blu */
.hero-azienda.vc_row{ margin-left:0!important; margin-right:0!important; }
.hero-azienda{ position:relative; background:#17145E !important; }
.hero-azienda .vc_column-inner{ padding-left:0!important; padding-right:0!important; }

/* mobile: margini più comodi */
@media (max-width: 767.98px){
  .hero-azienda{
    padding-left: clamp(24px, 7vw, 36px) !important;
    padding-right: clamp(24px, 7vw, 36px) !important;
  }
}

/* evita scroll orizzontale */
html, body{ overflow-x: clip; }
