@media (width< 600px) {
  .ht--hero-contatct {
    background-image: url(https://jagostage.k-stage.dev/wp-content/uploads/2025/02/Header_contatti.jpg);
    background-repeat: no-repeat;
    background-position: right !important;
    background-size: cover !important;
  }
}

.ht--faq .w-tabs-section.active:not(.has_text_color) > .w-tabs-section-header {
  color: #fff !important;
}
.w-tabs-section {
  border-color: #262626 !important;
}
.ht--faq .w-tabs-section-header {
  padding: 24px 1.5em !important;
}
.ht--faq .w-tabs.accordion > div > .w-tabs-section {
  display: block;
  border-style: solid;
  border-width: 1px 0 0 0;
}
/* ::::::::::::::::::::::::::::::::::::::::::: */
.ht-messaggio-form .quform-spacer {
  margin: 0 !important;
  padding: 0 !important;
}
.ht-messaggio-form .quform-spacer {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.ht-messaggio-form {
  border-radius: 16px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  padding: 24px;
  margin-block: 40px;
}
@media (width < 1024px) {
  .ht-messaggio-form {
    padding: 16px;
    margin-block: 24px;
  }
}
.ht--form-press span.quform-option-text {
  font-size: 14px !important;
}
