/* ! Base Style */
/* ----------------------------------------------------------------------------------- */
body{ font-size: 16px; color:#000; font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;}
a{text-decoration: none;color: #0082c3;}
p{line-height: 1.3}


/* ! Title System */
/* ----------------------------------------------------------------------------------- */
.text-0{font-size: 5rem;}
h1, .text-1{font-size: 3rem; color: #0082c3}
h2, .text-2{font-size: 1.9rem;font-weight: normal; color: #0082c3}
h3, .text-3{font-size: 1.5rem;}
h4, p, .text-4, ol,ul{font-size: 1.2rem;}

h1, h2, h3, h4, p, ol, ul{margin-bottom: 1rem;line-height: 1.3;}

@media (max-width: 768px) {
  .text-0{font-size: 2rem}
  h1, .text-1{font-size: 1.5rem;}
  h2, .text-2{font-size: 1.4rem;font-weight: normal;}
}

.titolo-evidenziato{
  border: 4px solid #0082c3;
  border-radius: 50px;
  text-align: center;
  padding: 1%;
}

.lista-puntata{margin: 40px 0; text-align: left; font-weight: bold;}
.lista-puntata li{position: relative;padding-left: 30px;list-style-type: none; margin-bottom: 20px;}
.lista-puntata li:after{content: ' '; position: absolute; left:3px; top:1px; width: 20px; height: 20px; background: url(../icons/check.svg); background-size: 100%}

.CTA{
  background: rgba(239,253,253,1);
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 50px;
  padding: 40px;
}
.CTA h2{
  color: #000;
}

/* ! Button system */
/* ----------------------------------------------------------------------------------- */
.button,
.wp-block-button__link{font-size: 1.2rem;
  
  background: #0082c3;
  
  color:#fff!important; padding: 14px 25px;border-radius: 55px; font-weight: bold;}
.button:hover,
.wp-block-button__link{background:  #ef8638; transition: all 1s cubic-bezier(.215, .61, .355, 1);}





/* ! Blocks */
/* ----------------------------------------------------------------------------------- */

.cover {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.cover__bg4 {
  width: 100%;
  background-image: url(../custom/img/cover-preventivi-gratuiti-web-def.jpg)!important;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  aspect-ratio: 16 / 9; /* oppure rimuovi e usa height auto */
  position: relative;
  z-index: 0;
}

.cover__bg {
  width: 100%;
  background-image: url(../custom/img/cover-pg-def.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  aspect-ratio: 16 / 9; /* oppure rimuovi e usa height auto */
  position: relative;
  z-index: 0;
}

.cover__chi {
  width: 100%;
  background-image: url(../custom/img/cover-chi-siamo.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  aspect-ratio: 16 / 9; /* oppure rimuovi e usa height auto */
  position: relative;
  z-index: 0;
}

/* ! Title Custom */

.title-custom{
  padding: 8% 18%;
  position: relative;
}

/* Icone */

.home-icon-link {
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 20px 10px;
}

.home-icon {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  object-fit: cover;
  display: inline-block;
  transition: transform 0.3s ease;
}

.home-icon-link:hover .home-icon {
  transform: scale(1.1);
}

.home-icon-title {
  font-size: 1rem;
  margin-top: 10px;
  color: #0082c3;
}


  /* ! Accordion */
  .title-accordion{cursor: pointer;margin-bottom: 0;padding: 30px;position:relative; margin-bottom: 12px; font-size: 1.5rem; color: #fff; background: #0082c3; border-radius: 23px;}
  .title-accordion:after{content: " "; width: 30px;height: 30px;position:absolute;top:23px; right:23px;background: url(../icons/chevron-down-outline.svg) no-repeat center top; filter: invert(1);}
  .content-accordion{max-height: 0;overflow:hidden; transition: all 0.8s cubic-bezier(.215, .61, .355, 1);}
  .content-accordion--show{max-height:900px;}
  .contenitore-domanda{border: 2px solid #0082c3; padding: 23px; border-radius: 23px;}

@media (max-width: 768px) {
  .title-accordion:after{content: " "; width: 30px;height: 30px;position:absolute;top:6px; right:6px;background: url(../icons/chevron-down-outline.svg) no-repeat center top; filter: invert(1);}
}

/* ipad */
@media screen and (min-width: 768px) and  (max-width: 992px){
  .title-accordion:after{content: " "; width: 30px;height: 30px;position:absolute;top:6px; right:6px;background: url(../icons/chevron-down-outline.svg) no-repeat center top; filter: invert(1);}
}

/* ipad pro */
@media screen and (min-width: 992px) and  (max-width: 1200px){
  .title-accordion:after{content: " "; width: 30px;height: 30px;position:absolute;top:6px; right:6px;background: url(../icons/chevron-down-outline.svg) no-repeat center top; filter: invert(1);}
}


/* ! Animation */
/* --------------------------------------------------------- */

.fade-in{opacity: 0; transform: translateY(1rem);}
.text-reveal{transform: translateY(1rem);clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);}
.fade-up{opacity: 0; transform: translateY(5rem);}


