/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 21 2025 | 12:30:57 */
.qodef-counter .qodef-m-digit {
  font-weight: 900 !important;
}

/* Sticky header: altezza + ombra */
.qodef-header--sticky,
.qodef-header-sticky {
  height: 110px !important; /* aumenta a piacere */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

/* Allinea contenuti verticalmente se necessario */
.qodef-header--sticky .qodef-header-inner,
.qodef-header-sticky .qodef-header-inner {
  height: 100%;
  display: flex;
  align-items: center;
}

	
	@media (max-width: 767.98px) {
  .qodef-page-title h1 {
    font-size: 34px !important;   /* scegli la dimensione che preferisci */
    line-height: 1.2 !important;
  }
}
	
/* Sfondo footer chiaro */
.qodef-footer,
.qodef-page-footer,
footer {
  background-color: #F8F8F8 !important;
}
	
