/*------------------------------------------------*/
/* VARIABILI E MIXIN -  DEVONO CARICARE PER PRIMI*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/* ADMIN */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* VARIABILI DEL SITO */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* COLORI */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* FONT*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/* PER VEDERE CARICATI I FONT NELLA PAGINA LOGIN */
/*------------------------------------------------*/
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*------------------------------------------------*/
/* MODIFICA PAGINA LOGIN */
/*------------------------------------------------*/
.login h1 a {
  background-image: url("../images/logo.png") !important;
  width: 230px !important;
  height: 50px !important;
  background-size: contain !important;
}

body.login {
  background-color: #f5f5f5;
}

.login form {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.login label {
  color: #333;
}

.login input[type=text],
.login input[type=password] {
  border: 1px solid #ddd;
}

body.login {
  font-family: Arial, Helvetica, sans-serif;
}

body.login h1 a,
body.login form,
body.login #nav,
body.login #backtoblog {
  font-family: Arial, Helvetica, sans-serif;
}

body.login #nav a,
body.login #backtoblog a {
  color: #444444;
}

body.login #nav a:hover,
body.login #backtoblog a:hover {
  color: #00a19a;
}

body.login #wp-submit {
  background-color: #f5f5f5;
  border: 1px solid #000;
  color: #444444;
  cursor: pointer;
}

body.login #wp-submit:hover {
  background-color: #00a19a;
  color: #f5f5f5;
  border: none;
}

.login .message,
.login .notice,
.login .success {
  border-left: 4px solid #00a19a !important;
}

.dashicons-visibility:before {
  color: #00a19a;
}

.login form .input,
.login input[type=password],
.login input[type=text] {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
}

/*------------------------------------------------*/
/* COMPONENTS */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* INPUT */
/*------------------------------------------------*/
form .info {
  font-size: 14px;
  font-style: italic;
}

::placeholder {
  opacity: 1;
}

input[type=text],
input[type=search],
input[type=email],
input[type=password],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
select {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  border: none;
  background: none;
}

label {
  margin: 10px 0;
  display: block;
  line-height: 1;
  font-size: 16px;
}

textarea {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  border: none;
  background: none;
}

.form-group {
  margin-bottom: 30px;
}

/*------------------------------------------------*/
/* CONTACT FORM 7 */
/*------------------------------------------------*/
.grecaptcha-badge {
  visibility: hidden;
}

.wpcf7-submit {
  margin-top: 20px;
}

.wpcf7-acceptance .wpcf7-list-item,
.privacy-group .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance label,
.privacy-group label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 14px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  user-select: none;
}
.wpcf7-acceptance label input,
.privacy-group label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpcf7-acceptance label input + span::before,
.privacy-group label input + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid var(--wp--preset--color--base-contrast);
  background: transparent;
}
.wpcf7-acceptance label input + span::after,
.privacy-group label input + span::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid var(--wp--preset--color--base-contrast);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}
.wpcf7-acceptance label input:checked ~ span::before,
.privacy-group label input:checked ~ span::before {
  border-color: var(--wp--preset--color--base-contrast);
}
.wpcf7-acceptance label input:checked ~ span::after,
.privacy-group label input:checked ~ span::after {
  display: block;
}
.wpcf7-acceptance label input:focus + span::before,
.privacy-group label input:focus + span::before {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.wpcf7-radio .wpcf7-list-item,
.radio-group .wpcf7-list-item {
  margin: 0;
}
.wpcf7-radio label,
.radio-group label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 14px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  user-select: none;
}
.wpcf7-radio label input,
.radio-group label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpcf7-radio label input + span::before,
.radio-group label input + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: transparent;
}
.wpcf7-radio label input + span::after,
.radio-group label input + span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: none;
}
.wpcf7-radio label input:checked ~ span::before,
.radio-group label input:checked ~ span::before {
  border-color: var(--wp--preset--color--base-contrast);
}
.wpcf7-radio label input:checked ~ span::after,
.radio-group label input:checked ~ span::after {
  display: block;
}
.wpcf7-radio label input:focus + span::before,
.radio-group label input:focus + span::before {
  outline: 2px solid #000;
  outline-offset: 2px;
}

@media (forced-colors: active) {
  .wpcf7-acceptance input,
  .privacy-group input,
  .wpcf7-radio input,
  .radio-group input {
    position: static;
    opacity: 1;
    width: auto;
    height: auto;
  }
  .wpcf7-acceptance input + span::before,
  .wpcf7-acceptance input + span::after,
  .privacy-group input + span::before,
  .privacy-group input + span::after,
  .wpcf7-radio input + span::before,
  .wpcf7-radio input + span::after,
  .radio-group input + span::before,
  .radio-group input + span::after {
    display: none !important;
  }
}
.wpcf7 form .wpcf7-response-output,
div.wpcf7-response-output {
  margin: 10px 0 0 0;
  border: none;
  padding: 5px 10px;
}

.wpcf7 form.sent .wpcf7-response-output,
div.wpcf7-mail-sent-ok {
  background-color: #4ec223;
}

div.wpcf7-validation-errors,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #edbf0e;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
}

/*------------------------------------------------*/
/* CORE */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* REGOLE TIPOGRAGIA GLOBALI */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* TIPOGRAFIA */
/*------------------------------------------------*/
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 10px !important;
}

h6 {
  margin-bottom: 0 !important;
}

:where(p) {
  margin-bottom: 16px !important;
}
:where(p):last-child {
  margin-bottom: 0 !important;
}

strong {
  font-weight: 700 !important;
}

/*------------------------------------------------*/
/* GENERALE */
/*------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scrollbar-color: #00a19a #f5f5f5;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
  overflow-x: hidden;
}

/* ::-webkit-scrollbar-thumb {
    background-color: #00a19a;
} */
:focus:not(:focus-visible) {
  outline: none !important;
}

*:focus-visible {
  outline-offset: 2px;
  border-radius: 2px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 100;
  text-decoration: none;
  transition: top 0.2s ease-in-out;
}

.skip-link:focus {
  top: 0 !important;
}

/*------------------------------------------------*/
/* BOTTONI */
/*------------------------------------------------*/
.fa-button {
  border-radius: 0;
  display: inline-block;
  border: none;
  background-color: #00a19a;
  font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.25rem);
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 40px;
  color: #f5f5f5;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-align: center;
  width: fit-content;
  margin: 20px 0;
}
.fa-button:hover {
  color: #444444;
  background-color: #f5f5f5;
}

/* ----------------------------------------------------------------------- */
/* VARIABILI */
/* ----------------------------------------------------------------------- */
/*------------------------------------------------*/
/* REGOLE PERSONALIZZATE */
/*------------------------------------------------*/
.fa-container-small {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.fa-container-large {
  width: 100%;
  max-width: 1740px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

/*------------------------------------------------*/
/* GUTENBERG */
/*------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------- */
/* GENERALE */
/* ----------------------------------------------------------------------------------------------------------------- */
.gutenberg-content > * {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}
.gutenberg-content > .alignwide {
  max-width: var(--wp--style--global--wide-size);
  padding-left: 60px;
  padding-right: 60px;
}
.gutenberg-content > .alignfull {
  max-width: 100%;
}
.gutenberg-content ul,
.gutenberg-content ol {
  padding-left: 30px;
  margin-bottom: 16px;
}
.gutenberg-content ul li,
.gutenberg-content ol li {
  padding-left: 5px;
  margin-bottom: 5px;
}

/* ----------------------------------------------------------------------- */
/* IMAGE */
/* ----------------------------------------------------------------------- */
.wp-block-image:not(:last-child) {
  margin-bottom: 16px;
}
.wp-block-image.is-style-bordo img {
  border: 1px solid #eee;
}
.wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image.alignright {
  margin-left: auto;
}

/* ----------------------------------------------------------------------- */
/* COLUMNS */
/* ----------------------------------------------------------------------- */
.wp-block-columns {
  gap: 30px;
}
.wp-block-columns.is-style-nospace {
  gap: 0;
}
.wp-block-columns.is-style-stretto {
  gap: 10px;
}
.wp-block-columns.is-style-largo {
  gap: 90px;
}
.wp-block-columns .wp-block-column.has-background {
  padding: 30px;
}

/* ----------------------------------------------------------------------- */
/* BUTTON */
/* ----------------------------------------------------------------------- */
.btn,
.wp-block-button__link {
  border-radius: 0;
  display: inline-block;
  border: none;
  background: #444444;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 40px;
  color: #f5f5f5;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-align: center;
}
.btn:hover,
.wp-block-button__link:hover {
  color: #f5f5f5;
  background-color: #eee;
}

.btn--large,
.wp-block-button.is-style-large .wp-block-button__link {
  font-size: 18px;
  padding: 20px 80px;
}

/* ----------------------------------------------------------------------- */
/* CORRETTIVI */
/* ----------------------------------------------------------------------- */
.block-editor-block-list__block[data-type="core/image"][data-align=center] .wp-block-image {
  width: 100%;
  height: auto;
}

.no-aspect-ratio img {
  aspect-ratio: unset !important;
}

:root :where(.is-layout-constrained) > * {
  margin-block-start: 0 !important;
  margin-block-end: 0;
}

.acf-block-preview .spaziatore-flessibile:hover,
.acf-block-preview.is-selected .spaziatore-flessibile {
  background-color: #f5f5f5;
}

.spaziatore-flessibile {
  width: 100%;
  height: var(--h-desk);
  /* Altezza di default (Desktop) */
  transition: height 0.3s ease;
}
@media (max-width: 991px) {
  .spaziatore-flessibile {
    height: var(--h-tab);
    /* Altezza Tablet */
  }
}
@media (max-width: 767px) {
  .spaziatore-flessibile {
    height: var(--h-mob);
    /* Altezza Mobile */
  }
}

/* ==========================================================================
   BLOCCO TIMELINE D5 - SCROLL ANIMATION (Testi sempre visibili)
   ========================================================================== */
.dallan-timeline-block {
  padding-top: 3rem;
  max-width: 900px;
  margin: 0 auto;
}

.timeline-container {
  position: relative;
  padding-left: 60px;
  /* La linea di base (spenta - grigia) */
  /* La linea verde creata dal JS che si allunga con lo scroll */
}
.timeline-container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 2px;
  background-color: #eee;
  z-index: 1;
}
.timeline-container .timeline-progress-line {
  position: absolute;
  top: 0;
  left: 20px;
  width: 2px;
  background-color: #00a19a;
  z-index: 2;
  /* Sta sopra alla linea grigia */
}

.timeline-item {
  position: relative;
  margin-bottom: 3.5rem;
  /* STATO ACCESO (Quando la linea tocca il pallino) */
}
.timeline-item:last-child {
  margin-bottom: 0;
}
.timeline-item.is-active .timeline-marker {
  background-color: #00a19a;
  box-shadow: 0 0 0 8px #f5f5f5;
  border-color: #00a19a;
}
.timeline-item.is-active .timeline-marker .timeline-number {
  color: #ffffff;
}

/* Il cerchio col numero (Stato Spento di default) */
.timeline-marker {
  position: absolute;
  left: -60px;
  top: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  /* Sfondo bianco */
  border: 2px solid #eee;
  /* Bordino grigio */
  box-shadow: 0 0 0 8px #f5f5f5;
  z-index: 3;
  /* Sta sopra a tutte le linee */
  transition: all 0.4s ease;
}
.timeline-marker .timeline-number {
  color: #eee;
  /* Numero grigio */
  font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1rem);
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  transition: color 0.4s ease;
}

/* Contenuto principale della card */
.timeline-content {
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid #eee;
}
.timeline-content .timeline-time {
  display: inline-block;
  background-color: #eee;
  color: #444444;
  padding: 4px 14px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 1.2rem;
  font-family: Arial, Helvetica, sans-serif;
}
.timeline-content .timeline-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #00a19a;
}
.timeline-content .timeline-text {
  margin: 0;
  color: #444444;
  line-height: 1.6;
}
.timeline-content .timeline-link {
  display: inline-block;
  margin-top: 1.25rem;
  color: #00a19a;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}
.timeline-content .timeline-link:hover {
  border-bottom-color: #00a19a;
  color: #444444;
}

/* Ottimizzazione Mobile */
@media (max-width: 768px) {
  .timeline-container {
    padding-left: 45px;
  }
  .timeline-container::before,
  .timeline-container .timeline-progress-line {
    left: 15px;
  }
  .timeline-marker {
    left: -45px;
    width: 32px;
    height: 32px;
    box-shadow: 0 0 0 6px #f5f5f5;
  }
  .timeline-marker .timeline-number {
    font-size: 14px;
  }
  .timeline-content {
    padding: 1.5rem;
  }
}
/* ==========================================================================
   BLOCCO LOGISTICA D5 (LAYOUT 1 ORRIZONTALE + 2 VERTICALI)
   ========================================================================== */
.dallan-logistica-block {
  padding-top: 3rem;
  margin: 0 auto;
  max-width: 1200px;
}
.dallan-logistica-block,
.dallan-logistica-block * {
  box-sizing: border-box;
}

.logistica-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  align-items: stretch;
  max-width: 100%;
}

/* ==========================================================================
   STILE BASE COMUNE A TUTTE LE CARD
   ========================================================================== */
.logistica-card {
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-width: 0;
}
.logistica-card .card-icon {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 161, 154, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
}
.logistica-card .card-icon svg {
  width: 24px;
  height: 24px;
  color: #00a19a;
}
.logistica-card .card-title {
  color: #00a19a;
  margin-top: 0;
  margin-bottom: 2rem !important;
  font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.25rem);
}
.logistica-card .card-text {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 100%;
}
.logistica-card .card-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.logistica-card ul {
  padding-left: 15px;
}
.logistica-card a {
  color: #444444;
  transition: all 0.3s;
}
.logistica-card a:hover {
  color: #00a19a;
}

/* ==========================================================================
   CARD 1: EVENTO (Tutta larghezza, layout orizzontale interno)
   ========================================================================== */
.logistica-card:nth-child(1) {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto 1fr;
  column-gap: 3rem;
  row-gap: 0;
}
.logistica-card:nth-child(1) .card-icon {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 1rem;
}
.logistica-card:nth-child(1) .card-title {
  grid-column: 1;
  grid-row: 2;
}
.logistica-card:nth-child(1) .card-text {
  grid-column: 1;
  grid-row: 3;
  margin-bottom: 0;
}
.logistica-card:nth-child(1) .card-map-wrapper {
  grid-column: 2;
  grid-row: 1/span 3;
  width: 100%;
  height: 100%;
  min-height: 350px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-top: 0;
  max-width: 100%;
}
.logistica-card:nth-child(1) .card-map-wrapper iframe {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  border: none;
  display: block;
}

/* ==========================================================================
   CARD 2 e 3: PARCHEGGIO E NAVETTA (50% e 50% sotto)
   ========================================================================== */
.logistica-card:nth-child(2) .maps-group,
.logistica-card:nth-child(3) .maps-group {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: auto;
  max-width: 100%;
}
.logistica-card:nth-child(2) .maps-group .half-map,
.logistica-card:nth-child(3) .maps-group .half-map {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
  max-width: 100%;
}
.logistica-card:nth-child(2) .maps-group .half-map iframe,
.logistica-card:nth-child(3) .maps-group .half-map iframe {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  border: none;
  display: block;
}
.logistica-card:nth-child(2) .maps-group .map-label,
.logistica-card:nth-child(3) .maps-group .map-label {
  position: absolute;
  top: 5px;
  left: 5px;
  background: rgba(255, 255, 255, 0.9);
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #444444;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.logistica-card:nth-child(2) .card-pills-container,
.logistica-card:nth-child(3) .card-pills-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.logistica-card:nth-child(2) .card-pills-container .time-pill,
.logistica-card:nth-child(3) .card-pills-container .time-pill {
  display: inline-block;
  background-color: #eee;
  color: #444444;
  padding: 8px 16px;
  font-size: 14px;
  border: 1px solid rgb(225.25, 225.25, 225.25);
}
.logistica-card:nth-child(2) .card-pills-container .time-pill strong,
.logistica-card:nth-child(3) .card-pills-container .time-pill strong {
  color: #00a19a;
  margin-right: 5px;
}
.logistica-card:nth-child(2) .card-nota,
.logistica-card:nth-child(3) .card-nota {
  background-color: rgba(0, 161, 154, 0.05);
  border-left: 3px solid #00a19a;
  padding: 1rem;
  font-size: 14px;
  color: #444444;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
.logistica-card:nth-child(2) .card-nota svg,
.logistica-card:nth-child(3) .card-nota svg {
  min-width: 20px;
  height: 20px;
  color: #00a19a;
}

/* ==========================================================================
   OTTIMIZZAZIONE MOBILE E TABLET (< 992px)
   ========================================================================== */
@media (max-width: 992px) {
  .logistica-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .logistica-card:nth-child(1) {
    display: flex;
    flex-direction: column;
  }
  .logistica-card:nth-child(1) .card-icon,
  .logistica-card:nth-child(1) .card-title,
  .logistica-card:nth-child(1) .card-text,
  .logistica-card:nth-child(1) .card-map-wrapper {
    grid-column: auto;
    grid-row: auto;
  }
  .logistica-card:nth-child(1) .card-map-wrapper {
    aspect-ratio: 16/9;
    min-height: auto;
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .dallan-logistica-block {
    padding: 2rem 0;
  }
}
/*------------------------------------------------*/
/* LAYOUT */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* HEADER */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* TEMPLATE */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* OVERLAY */
/*------------------------------------------------*/
.fa-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.62);
}

/*------------------------------------------------*/
/* COUNTDOWN */
/*------------------------------------------------*/
.gspb_countdown-id-gsbp-1f07563.gs-countdownwrap .gs-countdown__item {
  background-color: #00a19a !important;
  font-size: clamp(1.625rem, 1.35rem + 1.38vw, 2rem) !important;
  line-height: 1em !important;
  padding: 15px !important;
}

/*------------------------------------------------*/
/* FRECCE SLIDER */
/*------------------------------------------------*/
.swiper-button-prev,
.swiper-button-next {
  background-color: transparent !important;
  height: 66px !important;
  width: 66px !important;
  line-height: 66px !important;
  box-shadow: unset !important;
}

.swiper-button-prev::after {
  font-family: "Font Awesome 6 Free" !important;
  content: "<" !important;
  font-weight: 900 !important;
  font-size: 35px !important;
  color: #f5f5f5 !important;
}

.swiper-button-next::after {
  font-family: "Font Awesome 6 Free" !important;
  content: ">" !important;
  font-weight: 900 !important;
  font-size: 35px !important;
  color: #f5f5f5 !important;
}

/*------------------------------------------------*/
/* ICONA SCROLL FRECCIA HERO (Desktop & Mobile) */
/*------------------------------------------------*/
/*-- FRECCIA --*/
.scroll-indicator--arrow {
  display: block;
  width: 24px;
  height: 24px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
  margin: 0 auto;
  animation: arrow-bounce 1.6s ease-in-out infinite;
}

/*-- ANIMAZIONE --*/
@keyframes arrow-bounce {
  0%, 100% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(10px) rotate(45deg);
  }
}
.gs_accordion_59.gsbp-47c7d3f {
  font-family: Arial, Helvetica, sans-serif !important;
}
.gs_accordion_59.gsbp-47c7d3f * {
  font-family: Arial, Helvetica, sans-serif !important;
}

.gfield_repeater_item {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  column-gap: 30px !important;
  row-gap: 0 !important;
  align-items: start !important;
}

.gfield_repeater_buttons {
  grid-column: span 3;
}

.gfield_repeater_cell {
  margin: 0 !important;
}

legend.gfield_label {
  display: none;
}

#field_1_1000 {
  margin-bottom: 30px;
}
#field_1_1000 legend.gfield_label {
  font-weight: 700;
}
#field_1_1000 .gfield_repeater_item {
  grid-template-columns: repeat(2, 1fr) !important;
  column-gap: 30px !important;
  row-gap: 0 !important;
  align-items: start !important;
}

#field_1_1008 {
  margin-top: 30px;
}
#field_1_1008 > legend {
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--24-pixels);
  font-weight: 700;
  line-height: 1em;
}

#field_1_1100 legend.gfield_label {
  font-weight: 700;
}

.gform-theme--foundation .gform_fields {
  row-gap: 20px !important;
}

.gfield h3 {
  margin-top: 20px;
}

/*------------------------------------------------*/
/* STILIZZAZIONE MODULO  */
/*------------------------------------------------*/
h2.gform_title {
  color: #444444;
  font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1rem);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d1d5db;
  opacity: 0.6;
}

.gform_description {
  margin-bottom: 20px !important;
}

/* Stile del bottone di invio Gravity Forms */
.gform_wrapper .gform_button {
  border-radius: 0 !important;
  display: inline-block;
  border: none !important;
  background-color: #00a19a !important;
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 40px !important;
  color: #f5f5f5 !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-align: center;
  width: fit-content;
  margin-top: 15px !important;
  margin-bottom: 25px !important;
}
.gform_wrapper .gform_button:hover {
  opacity: 0.85 !important;
}

/* Lista privacy */
.fa-list,
.fa-list2 {
  padding-left: 15px !important;
  display: flex;
  flex-direction: column;
}

.fa-list {
  gap: 10px;
}

.gform_required_legend {
  margin-bottom: 20px !important;
}

/* ----------------------------------------------------------------------------------------------------------------- */
/* Portrait and Landscape Smartphone - XS e SM */
/* ----------------------------------------------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .gsbp-447b6c1 {
    padding: 30px 15px;
  }
  .gsbp-7406d44 {
    padding: 60px 15px;
  }
  #field_1_1000 legend.gfield_label,
  #field_1_1100 legend.gfield_label {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
  }
  #field_1_1000 .gfield_repeater_wrapper,
  #field_1_1100 .gfield_repeater_wrapper {
    padding: 0;
    border: none;
  }
  #field_1_1000 .gfield_repeater_item,
  #field_1_1100 .gfield_repeater_item {
    grid-template-columns: 1fr !important;
    row-gap: 10px !important;
  }
  #field_1_1000 .gfield_label,
  #field_1_1100 .gfield_label {
    margin: 0;
  }
  #field_1_1000 .gfield_repeater_buttons,
  #field_1_1100 .gfield_repeater_buttons {
    margin-top: 10px;
  }
}
/* ----------------------------------------------------------------------------------------------------------------- */
/* Landscape Smartphone - SM */
/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */
/* Portrait Tablet - MD */
/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */
/* Netbook e Landscape Tablet - LG */
/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */
/* Desktop e Schermi grandi - XL */
/* ----------------------------------------------------------------------------------------------------------------- */
/*------------------------------------------------*/
/* RESPONSIVE */
/*------------------------------------------------*/

/*# sourceMappingURL=style.css.map */
