/* screen - home-all-breakpoints */

/* Correzione per il body */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  min-height: 100vh;
}

/* Assicurati che non ci sia scroll orizzontale */
html {
  overflow-x: hidden;
}

.home-all-breakpoints {
  position: relative; /* Necessario per il posizionamento relativo */
  width: 100%; /* Occupa tutta la larghezza */
  background-color: var(--bianco); /* Colore di sfondo */
  overflow: visible; /* Assicura che lo sticky funzioni */
}

.home-all-breakpoints .nav-2 {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
  background-color: var(--bianco);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 12px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--gray);
  width: 100%;
  box-sizing: border-box;
}

/* Aggiungi padding-top al primo elemento dopo la navbar per compensare la navbar fixed */
.home-all-breakpoints .hero {
  padding-top: 140px; /* Aggiungi spazio per la navbar */
}



.home-all-breakpoints .logo-4 {
  height: 96.49px;
  position: relative;
  width: 104.96px;
}

.home-all-breakpoints .frame-7-1 {
  align-items: center;
  align-self: stretch;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 72px;
  position: relative;
}

.home-all-breakpoints .frame-985-1 {
  align-items: center;
  align-self: stretch;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 48px;
  position: relative;
}

.home-all-breakpoints .frame-12 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  position: relative;
}

.home-all-breakpoints .place-6 {
  letter-spacing: 0;
  margin-top: -1.00px;
  white-space: nowrap;
  width: fit-content;
}

.home-all-breakpoints .frame-3-4 {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  position: relative;
  width: 225px;
}

.home-all-breakpoints .home {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.home-all-breakpoints .frame-4-4 {
  align-items: center;
  gap: 10px;
  justify-content: center;
  width: 83px;
}

.home-all-breakpoints .frame-5-1 {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  position: relative;
  width: 106px;
}

.home-all-breakpoints .frame-6-1 {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  position: relative;
  width: 187px;
}

.home-all-breakpoints .icon {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 16px;
  height: 32px;
  padding: 3px 0px;
  position: relative;
}

.home-all-breakpoints .icon-1 {
  height: 32px;
  margin-bottom: -3.00px;
  margin-top: -3.00px;
  position: relative;
  width: 32px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.icon-1:hover {
  background-color: #ebebeb;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.home-all-breakpoints .icon-item {
  letter-spacing: 0;
  line-height: normal;
  opacity: 0;
  position: relative;
  text-align: center;
  width: fit-content;
  transition: opacity 0.3s ease;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  color: black;
}

.home-all-breakpoints .icon:hover .icon-item {
  opacity: 1;
}

.home-all-breakpoints .icon-item:hover {
  background-color: #C6A76E;
  color: white;
}

/* Hero section */
.home-all-breakpoints .hero {
  align-items: center;
  align-self: stretch;
  background-image: url(../img/hero-1.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 688px;
  justify-content: center;
  padding: 220px 100px; /* Ridotto da 433px */
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.home-all-breakpoints .frame-979-2 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 48px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.home-all-breakpoints .custodiamo-le-tradiz-2 {
  align-self: stretch;
  color: var(--bianco);
  font-family: var(--font-family-cormorant_garamond);
  font-size: 56px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.home-all-breakpoints .cta-18 {
  border: 1px solid;
  border-color: var(--gold);
  display: inline-flex;
  height: 64px;
}

/* Animazioni CTA buttons */
.cta {
  align-items: center;
  border-radius: 100px;
  gap: 10px;
  justify-content: center;
  padding: 20px 40px;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}

.cta .testo {
  transition: color 0.3s ease;
  position: relative;
}

.cta .fa-arrow-right {
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  margin-left: 0;
  width: 0;
}

.cta:hover {
  background-color: #C6A76E !important;
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(198, 167, 110, 0.3);
}

.cta:hover .testo {
  color: #000 !important;
}

.cta:hover .fa-arrow-right {
  opacity: 1;
  transform: translateX(0);
  width: auto;
  margin-left: 10px;
}

/* Specifici per diversi tipi di CTA */
.cta-1:hover,
.cta-2:hover,
.cta-3:hover,
.cta-4:hover,
.cta-5:hover,
.cta-6:hover,
.cta-7:hover,
.cta-8:hover,
.cta-9:hover,
.cta-10:hover,
.cta-11:hover,
.cta-12:hover,
.cta-13:hover,
.cta-14:hover,
.cta-15:hover,
.cta-16:hover,
.cta-17:hover,
.cta-18:hover,
.cta-19:hover,
.cta-20:hover,
.cta-21:hover,
.cta-22:hover,
.cta-23:hover,
.cta-24:hover,
.cta-25:hover,
.cta-26:hover {
  background-color: #C6A76E !important;
  border-color: #C6A76E !important;
}

.home-all-breakpoints .testo-7 {
  width: fit-content;
}

.home-all-breakpoints .frame-990-2 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 24px;
  padding: 48px 100px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.home-all-breakpoints .frame-988 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 64px;
  position: relative;
  width: 752px;
}

.home-all-breakpoints .frame-13 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  position: relative;
  width: 100%;
}

.home-all-breakpoints .frame-99 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 100%;
}

.home-all-breakpoints .la-nostra-storia-1 {
  align-self: stretch;
  letter-spacing: 3.60px;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.home-all-breakpoints .la-nostra-storia-un-2 {
  align-self: stretch;
  color: var(--black);
  font-family: var(--font-family-cormorant_garamond);
  font-size: 56px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}

.home-all-breakpoints .esplora-il-viaggio-c-2 {
  color: var(--black);
  font-weight: 300;
  line-height: normal;
  position: relative;
  width: 625px;
}

.home-all-breakpoints .frame-996-2 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 24px;
  position: relative;
}

.home-all-breakpoints .cta-19 {
  background-color: var(--gold);
  display: inline-flex;
  flex: 0 0 auto;
}

.home-all-breakpoints .cta-20 {
  border: 1px solid;
  border-color: var(--gold);
  display: inline-flex;
  flex: 0 0 auto;
  height: 64px;
}

.home-all-breakpoints .rectangle-4-2 {
  align-self: stretch;
  flex: 1;
  flex-grow: 1;
  position: relative;
}

.home-all-breakpoints .frame-1012 {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 24px;
  justify-content: center;
  padding: 0px 100px;
  position: relative;
  width: 100%; /* Era 1728px */
  box-sizing: border-box;
}

/* Contenitori interni che erano troppo larghi */
.home-all-breakpoints .frame-982-2 {
  align-items: flex-start;
  gap: 24px;
  height: 924px;
  width: 100%;
  max-width: 752px; /* Limita la larghezza massima */
}

.home-all-breakpoints .enrico-2 {
  align-self: stretch;
  background-color: var(--black);
  border-radius: 20px;
  flex: 1;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.home-all-breakpoints .overlap-group-2 {
  height: 1364px;
  left: -403px;
  position: relative;
  top: -440px;
  width: 1266px;
}

.home-all-breakpoints .ellipse-2-2 {
  background-color: var(--gold);
  border-radius: 242.08px/333.43px;
  filter: blur(150px);;
  height: 667px;
  left: 133px;
  opacity: 0.6;
  position: absolute;
  top: 76px;
  transform: rotate(-29.68deg);
  width: 484px;
}

.home-all-breakpoints .ellipse-1-2 {
  background-color: var(--gold);
  border-radius: 313.5px/299px;
  filter: blur(150px);;
  height: 598px;
  left: 639px;
  opacity: 0.7;
  position: absolute;
  top: 766px;
  width: 627px;
}

.home-all-breakpoints .image-8 {
  height: 813px;
  left: 403px;
  object-fit: cover;
  position: absolute;
  top: 551px;
  width: 544px;
}

.home-all-breakpoints .image-9 {
  height: 813px;
  left: 588px;
  object-fit: cover;
  position: absolute;
  top: 551px;
  width: 567px;
}

.home-all-breakpoints .frame-1010-2 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 88px;
  margin-right: -1.00px;
  position: relative;
  width: 754px;
}

.home-all-breakpoints .name-2 {
  align-self: stretch;
  color: var(--gold);
  font-family: var(--font-family-cormorant_garamond);
  font-size: var(--font-size-xl);
  font-weight: 400;
  letter-spacing: 2.40px;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.home-all-breakpoints .frame-1-1 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  position: relative;
  width: 100%;
}

.home-all-breakpoints .due-visioni-una-sola-direzione-2 {
  align-self: stretch;
  color: var(--black);
  font-family: var(--font-family-cormorant_garamond);
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.home-all-breakpoints .genti-delle-a {
  align-self: stretch;
  color: var(--black);
  font-weight: 300;
  line-height: normal;
  position: relative;
}

.home-all-breakpoints .esportare-il-meglio-2 {
  align-self: stretch;
  color: var(--black);
  font-family: var(--font-family-cormorant_garamond);
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

/* Sezione servizi */
.home-all-breakpoints .frame-982-3 {
  align-items: center;
  flex: 0 0 auto;
  gap: 64px;
  padding: 32px 100px; /* Aggiunto padding */
  width: 100%; /* Era 1728px */
  box-sizing: border-box;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.home-all-breakpoints .frame-987-1 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  padding: 0px 100px;
  position: relative;
  width: 100%;
}

.home-all-breakpoints .x-nostr-1 {
  letter-spacing: 3.60px;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home-all-breakpoints .frame-98 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 24px;
  position: relative;
  width: 100%;
}

.home-all-breakpoints .un-brand-unico-che-r-1 {
  color: var(--black);
  flex: 1;
  font-family: var(--font-family-cormorant_garamond);
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 58px;
  margin-top: -1.00px;
  position: relative;
}

.home-all-breakpoints .dallexport-dei-prod-2 {
  flex: 1;
}

.home-all-breakpoints .frame-988-1 {
  align-items: center;
  align-self: stretch;
  display: flex;
  gap: 24px;
  height: 550px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 100%;
}

.home-all-breakpoints .card-servizi-2 {
  margin-left: -4.00px;
}

.home-all-breakpoints .frame-3-5 {
  align-self: stretch;
  background-image: url(../img/frame-3-9@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 20px 20px 0px 0px;
  height: 275.5px;
  position: relative;
  width: 100%;
}

.home-all-breakpoints .frame-2-7 {
  background-color: var(--blu);
}

.home-all-breakpoints .frame-4-3 {
  align-items: flex-start;
  align-self: stretch;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 12px;
  width: 100%;
}

.home-all-breakpoints .food-logistic-hub-2 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.home-all-breakpoints .servizi-logistici-de-2 {
  align-self: stretch;
  flex: 1;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}

.home-all-breakpoints .cta-21 {
  align-self: stretch;
  border: 1px solid;
  border-color: var(--bianco);
  display: flex;
  height: 64px;
  width: 100%;
}

.home-all-breakpoints .testo-8 {
  flex: 1;
  text-align: center;
}

.home-all-breakpoints .frame-3-6 {
  align-self: stretch;
  background-image: url(../img/frame-3-10@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 20px 20px 0px 0px;
  height: 275.5px;
  position: relative;
  width: 100%;
}

.home-all-breakpoints .frame-2-8 {
  background-color: var(--cactus);
}

.home-all-breakpoints .bed-breakfast-2 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.home-all-breakpoints .un-rifugio-immerso-n-2 {
  align-self: stretch;
  flex: 1;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}

.home-all-breakpoints .cta-22 {
  align-self: stretch;
  border: 1px solid;
  border-color: var(--bianco);
  display: flex;
  height: 64px;
  width: 100%;
}

.home-all-breakpoints .card-servizi-4 {
  margin-right: -4.00px;
}

.home-all-breakpoints .frame-3-7 {
  align-self: stretch;
  background-image: url(../img/frame-3-11@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 20px 20px 0px 0px;
  height: 275.5px;
  position: relative;
  width: 100%;
}

.home-all-breakpoints .frame-2-9 {
  background-color: var(--indian-tan);
}

.home-all-breakpoints .alture-farm-2 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.home-all-breakpoints .una-rete-di-produtto-2 {
  align-self: stretch;
  flex: 1;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}

.home-all-breakpoints .cta-23 {
  align-self: stretch;
  border: 1px solid;
  border-color: var(--bianco);
  display: flex;
  height: 64px;
  width: 100%;
}

/* Mission section */
.home-all-breakpoints .frame-981-1 {
  align-items: flex-start;
  align-self: stretch;
  background-color: var(--bianco);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 64px;
  justify-content: center;
  padding: 45px 100px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.home-all-breakpoints .frame-986 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.home-all-breakpoints .guidati-dai-valori-2 {
  color: var(--black);
  font-family: var(--font-family-cormorant_garamond);
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 60px;
  position: relative;
  width: fit-content;
}

.home-all-breakpoints .frame-984-2 {
  align-items: flex-end;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 48px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.home-all-breakpoints .dallexport-dei-prod-3 {
  align-self: stretch;
  opacity: 0;
  width: 450px;
}

.home-all-breakpoints .qualit-integrit-2 {
  color: var(--black);
  flex: 1;
  font-weight: 300;
  line-height: 32px;
  margin-top: -1.00px;
  position: relative;
}

.home-all-breakpoints .cta-24 {
  border: 1px solid;
  border-color: var(--gold);
  display: inline-flex;
  height: 64px;
}

/* Galleria */
.home-all-breakpoints .galleria {
  align-items: flex-start;
  align-self: stretch;
  background-color: var(--eerie-black);
  display: flex;
  gap: 44px;
  min-height: 2399px; /* Cambiato da height fisso */
  padding: 50px 100px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.home-all-breakpoints .frame-13-1 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 180px;
  padding: 50px 25px;
  position: relative;
}

.home-all-breakpoints .un-racconto-visivo-f-2 {
  align-self: stretch;
  color: transparent;
  font-family: var(--font-family-cormorant_garamond);
  font-size: 56px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 72px;
  margin-top: -1.00px;
  position: relative;
}

.home-all-breakpoints .span0-1 {
  color: var(--bianco);
}

.home-all-breakpoints .span1-1 {
  color: var(--gold);
}

.home-all-breakpoints .rectangle-2 {
  height: 692px;
}

.home-all-breakpoints .rectangle-5 {
  height: 315px;
}

.home-all-breakpoints .frame-15 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 64px;
  margin-bottom: -34.00px;
  position: relative;
  width: 100%;
}

.home-all-breakpoints .esplorate-la-nostra-2 {
  align-self: stretch;
  color: var(--bianco);
  font-family: var(--font-family-montserrat);
  font-size: var(--font-size-xl);
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  opacity: 0.8;
  position: relative;
}

.home-all-breakpoints .cta-25 {
  border: 1px solid;
  border-color: var(--gold);
  display: inline-flex;
  height: 64px;
}

.home-all-breakpoints .frame-8-1 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8.55px;
  padding: 100px 0px;
  position: relative;
}

.home-all-breakpoints .toro {
  height: 209.65px;
  position: relative;
  width: 200px;
}

.home-all-breakpoints .frame-12-1 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 104px;
  padding: 0px 24px;
  position: relative;
}

/* Contact section */
.home-all-breakpoints .contact-2 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 24px;
  justify-content: center;
  padding: 50px 100px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.home-all-breakpoints .image-10 {
  align-items: flex-end;
  align-self: stretch;
  background-image: url(../img/image-39.png);
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 20px;
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 10px;
  justify-content: center;
  padding: 48px 24px;
  position: relative;
}

.home-all-breakpoints .contataci-e-scopri-lazienda-2 {
  color: var(--bianco);
  font-family: var(--font-family-cormorant_garamond);
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  text-align: center;
  width: fit-content;
}

.home-all-breakpoints .frame-959-2 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 52px;
  position: relative;
  width: 880px;
}

.home-all-breakpoints .contattaci-ed-un-mem-2 {
  align-self: stretch;
  color: var(--black);
  font-family: var(--font-family-montserrat);
  font-size: var(--font-size-xl);
  font-weight: 300;
  letter-spacing: 0.48px;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.home-all-breakpoints .frame-956-1 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 16px 24px;
  position: relative;
  width: 100%;
}

.home-all-breakpoints .frame-96-2 {
  display: flex;
  gap: 16px;
  width: 880px;
}

.home-all-breakpoints .frame-9-2 {
  align-items: center;
  border: 2px solid;
  border-color: var(--black);
  border-radius: 100px;
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 10px;
  height: 70px;
  opacity: 0.5;
  padding: 23px 54px;
  position: relative;
}

.home-all-breakpoints .place-7 {
  flex: 1;
  letter-spacing: 1.60px;
}

.home-all-breakpoints .cognome-2 {
  flex: 1;
  letter-spacing: 1.60px;
  line-height: normal;
  position: relative;
}

.home-all-breakpoints .telefono-2 {
  flex: 1;
  letter-spacing: 1.60px;
  line-height: normal;
  position: relative;
}

.home-all-breakpoints .place-8 {
  flex: 1;
  letter-spacing: 1.60px;
}

.home-all-breakpoints .oggetto-2 {
  align-self: stretch;
  flex: 1;
  letter-spacing: 1.60px;
  line-height: normal;
  margin-top: -2.00px;
  position: relative;
}

.home-all-breakpoints .frame-945-2 {
  align-items: flex-start;
  border: 2px solid;
  border-color: var(--black);
  border-radius: 30px;
  display: flex;
  gap: 10px;
  height: 179px;
  opacity: 0.5;
  padding: 23px 54px;
  position: relative;
  width: 880px;
}

.home-all-breakpoints .messaggio-2 {
  height: 133px;
  letter-spacing: 1.60px;
  line-height: normal;
  margin-top: -2.00px;
  position: relative;
  width: 100%;
}

.home-all-breakpoints .frame-745-2 {
  align-items: center;
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 12px;
  position: relative;
}

.home-all-breakpoints .check-square-contained-2 {
  height: 24px;
  position: relative;
  width: 24px;
}

.home-all-breakpoints .acconsento-al-tratta-2 {
  flex: 1;
  letter-spacing: 0.26px;
  line-height: 16px;
  margin-top: -1.00px;
  position: relative;
}

.home-all-breakpoints .cta-26 {
  align-self: stretch;
  background-color: var(--gold);
  display: flex;
  flex: 0 0 auto;
  width: 100%;
}

/* Footer */
.home-all-breakpoints .footer-2 {
  align-items: flex-end;
  align-self: stretch;
  background-color: var(--bianco);
  border-bottom-style: none;
  border-color: var(--silver);
  border-left-style: none;
  border-right-style: none;
  border-top-style: solid;
  border-top-width: 2px;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  padding: 35px 100px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.home-all-breakpoints .frame-966-2 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.home-all-breakpoints .logo-5 {
  height: 110.32px;
  position: relative;
  width: 120px;
}

.home-all-breakpoints .genti-delle-alture-4 {
  width: 318px;
}

.home-all-breakpoints .frame-96-3 {
  align-self: stretch;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
}

.home-all-breakpoints .men-2 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home-all-breakpoints .frame-964-2 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  position: relative;
}

.home-all-breakpoints .place-9 {
  letter-spacing: 0;
  margin-top: -1.00px;
  width: fit-content;
}

.home-all-breakpoints .genti-delle-alture-5 {
  margin-top: -1.00px;
  width: fit-content;
}

.home-all-breakpoints .prodotti-2 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home-all-breakpoints .lavora-con-noi-2 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home-all-breakpoints .infogentidellealturecom-2 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home-all-breakpoints .via-san-giorgio-19-2 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home-all-breakpoints .phone-2 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home-all-breakpoints .frame-926-2 {
  align-items: flex-end;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.home-all-breakpoints .frame-929-2 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 32px;
  justify-content: center;
  position: relative;
}

.home-all-breakpoints .seguici-2 {
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.home-all-breakpoints .social-2 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 20.46px;
  position: relative;
}

.home-all-breakpoints .arrow-up {
  height: 24px;
  position: relative;
  width: 24px;
}

.home-all-breakpoints .card-servizi {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 496px;
}

.home-all-breakpoints .cta {
  align-items: center;
  border-radius: 100px;
  gap: 10px;
  justify-content: center;
  padding: 20px 40px;
  position: relative;
}

.home-all-breakpoints .dallexport-dei-prod {
  color: var(--black);
  font-weight: 300;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.home-all-breakpoints .frame-2 {
  align-items: center;
  align-self: stretch;
  border-radius: 0px 0px 20px 20px;
  display: flex;
  flex-direction: column;
  height: 275.5px;
  justify-content: space-between;
  margin-top: -1px;
  padding: 24px;
  position: relative;
  width: 100%;
}

.home-all-breakpoints .frame-4 {
  display: flex;
  position: relative;
}

.home-all-breakpoints .frame-96 {
  align-items: flex-start;
  position: relative;
}

.home-all-breakpoints .frame-982 {
  display: flex;
  flex-direction: column;
  position: relative;
}

.home-all-breakpoints .genti-delle-alture {
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}

.home-all-breakpoints .home-4 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.home-all-breakpoints .place {
  line-height: normal;
  position: relative;
}

.home-all-breakpoints .rectangle {
  align-self: stretch;
  object-fit: cover;
  position: relative;
  width: 100%;
}

.home-all-breakpoints .testo {
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}
/* screen - mobile */

/* Assicurati che i container mobile e tablet supportino sticky */
.mobile {
  align-items: center;
  background-color: var(--bianco);
  display: flex;
  flex-direction: column;
  min-width: 320px;
  /* overflow: hidden; RIMUOVI QUESTA RIGA */
  position: relative;
}

/* Mobile Menu Sticky */
.mobile .nav {
  align-items: center;
  align-self: stretch;
  background-color: var(--bianco);
  border-bottom: 1px solid var(--gray);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  padding: 18px 24px;
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  width: 100%;
  box-sizing: border-box;
}

.mobile .logo {
  height: 81.51px;
  position: relative;
  width: 88.66px;
  border-radius: 1px !important;
}

.mobile .menu {
  cursor: pointer;
  height: 32px;
  position: relative;
  width: 32px;
}

.mobile .frame-979 {
  align-items: center;
  background-image: url(../img/frame-979-2.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 560px;
  justify-content: center;
  padding: 0px 24px;
  position: relative;
  width: 393px;
}

.mobile .custodiamo-le-tradiz {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  text-align: center;
}

.mobile .cta {
  align-self: stretch;
  background-color: var(--gold);
  border-radius: 62.5px;
  display: flex;
  gap: 6.25px;
  padding: 14px 25px;
  width: 100%;
}

.mobile .testo {
  white-space: nowrap;
}

.mobile .arrow-up {
  height: 15px;
  position: relative;
  width: 15px;
}

.mobile .frame-990 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  padding: 32px 24px;
  position: relative;
  width: 100%;
}

.mobile .frame {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  position: relative;
  width: 100%;
}

.mobile .frame-1 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  position: relative;
  width: 100%;
}

.mobile .frame-2 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 100%;
}

.mobile .x-nostr {
  align-self: stretch;
  letter-spacing: 1.30px;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.mobile .la-nostra-storia-un {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}

.mobile .esplora-il-viaggio-c {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}

.mobile .frame-996 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  position: relative;
}

.mobile .cta-1 {
  background-color: var(--gold);
  border-radius: 62.5px;
  display: inline-flex;
  gap: 6.25px;
  padding: 14px 25px;
}

.mobile .cta-2 {
  border: 1.25px solid;
  border-color: var(--gold);
  border-radius: 62.5px;
  display: inline-flex;
  gap: 6.25px;
  height: 40px;
  padding: 14px 25px;
}

.mobile .contattaci {
  color: var(--gold);
  font-family: var(--font-family-montserrat);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.25px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.mobile .rectangle-4 {
  align-self: stretch;
  height: 408px;
  width: 100%;
}

.mobile .frame-1018 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  padding: 12px 24px;
  position: relative;
  width: 100%;
}

.mobile .frame-3 {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  margin-left: -24.00px;
  margin-right: -24.00px;
  padding: 0px 24px;
  position: relative;
  width: 393px;
}

.mobile .frame-1010 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 40px;
  position: relative;
  width: 100%;
}

.mobile .name {
  align-self: stretch;
  color: var(--gold);
  font-family: var(--font-family-cormorant_garamond);
  font-size: var(--font-size-s);
  font-weight: 400;
  letter-spacing: 1.60px;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.mobile .due-visioni-una-sola-direzione {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.mobile .genti-delle-alture-n {
  align-self: stretch;
}

.mobile .esportare-il-meglio {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.mobile .dietro-genti-delle-a {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}

.mobile .frame-982 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 12.54px;
  height: 482.89px;
  position: relative;
  width: 100%;
}

.mobile .enrico {
  align-self: stretch;
  background-color: var(--black);
  border-radius: 10.45px;
  flex: 1;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.mobile .overlap-group {
  height: 713px;
  left: -211px;
  position: relative;
  top: -230px;
  width: 662px;
}

.mobile .ellipse-2 {
  border-radius: 126.51px/174.25px;
  height: 349px;
  left: 70px;
  opacity: 0.6;
  top: 40px;
  transform: rotate(-29.68deg);
  width: 253px;
}

.mobile .ellipse-1 {
  border-radius: 163.84px/156.26px;
  height: 313px;
  left: 334px;
  opacity: 0.7;
  top: 400px;
  width: 328px;
}

.mobile .image-1 {
  height: 425px;
  left: 211px;
  object-fit: cover;
  position: absolute;
  top: 288px;
  width: 260px;
}

.mobile .image-2 {
  height: 425px;
  left: 283px;
  object-fit: cover;
  position: absolute;
  top: 288px;
  width: 272px;
}

.mobile .frame-4 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  position: relative;
  width: 100%;
}

.mobile .unbrand-unicoche-r {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}

.mobile .dallexport-dei-prod {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}

.mobile .card-servizi {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  margin-left: -2.61px;
  margin-right: -2.61px;
  position: relative;
  width: 350.22px;
}

.mobile .immagine {
  background-image: url(../img/rectangle-6-5@2x.png);
}

.mobile .frame-2-1 {
  background-color: var(--blu);
  justify-content: center;
}

.mobile .frame-4-1 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8.47px;
  position: relative;
  width: 100%;
}

.mobile .food-logistic-hub {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -0.71px;
  position: relative;
}

.mobile .servizi-logistici-de {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}

.mobile .cta-3 {
  align-self: stretch;
  background-color: var(--bianco);
  border-radius: 62.5px;
  display: flex;
  gap: 6.25px;
  padding: 14px 25px;
  width: 100%;
}

.mobile .arrow-up-1 {
  height: 15px;
  position: relative;
  width: 15px;
}

.mobile .immagine-1 {
  background-image: url(../img/rectangle-6-6@2x.png);
}

.mobile .frame-2-2 {
  background-color: var(--cactus);
}

.mobile .bed-breakfast {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -0.71px;
  position: relative;
}

.mobile .un-rifugio-immerso-n {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}

.mobile .cta-4 {
  align-self: stretch;
  background-color: var(--bianco);
  border-radius: 62.5px;
  display: flex;
  gap: 6.25px;
  padding: 14px 25px;
  width: 100%;
}

.mobile .immagine-2 {
  background-image: url(../img/rectangle-6-7@2x.png);
}

.mobile .frame-2-3 {
  background-color: var(--indian-tan);
}

.mobile .alture-farm {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -0.71px;
  position: relative;
}

.mobile .una-rete-di-produtto {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}

.mobile .cta-5 {
  align-self: stretch;
  background-color: var(--bianco);
  border-radius: 62.5px;
  display: flex;
  gap: 6.25px;
  padding: 14px 25px;
  width: 100%;
}

.mobile .frame-991 {
  align-items: flex-start;
  align-self: stretch;
  background-color: var(--bianco);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  padding: 32px 24px;
  position: relative;
  width: 100%;
}

.mobile .la-nostra {
  letter-spacing: 1.30px;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.mobile .guidati-dai-valori {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}

.mobile .frame-984 {
  align-items: flex-end;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.mobile .frame-983 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  position: relative;
  width: 100%;
}

.mobile .qualit-integrit {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.mobile .cta-6 {
  align-self: stretch;
  background-color: var(--gold);
  border-radius: 62.5px;
  display: flex;
  gap: 8px;
  padding: 14px 25px;
  width: 100%;
}

.mobile .gallery {
  align-items: flex-start;
  background-color: var(--eerie-black);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 40px;
  padding: 24px 0px;
  position: relative;
  width: 100%;
}

.mobile .frame-993 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  padding: 0px 24px;
  position: relative;
  width: 100%;
}

.mobile .un-racconto-visivo-f {
  align-self: stretch;
  color: var(--bianco);
  font-family: var(--font-family-cormorant_garamond);
  font-size: var(--font-size-xxl);
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.mobile .esplorate-la-nostra {
  align-self: stretch;
  color: var(--bianco);
  font-family: var(--font-family-montserrat);
  font-size: var(--font-size-m);
  font-weight: 300;
  letter-spacing: 0;
  line-height: normal;
  opacity: 0.8;
  position: relative;
}

.mobile .cta-7 {
  align-self: stretch;
  background-color: var(--gold);
  border-radius: 67.19px;
  display: flex;
  gap: 8px;
  padding: 14px 26.88px;
  width: 100%;
}

.mobile .arrow-up-2 {
  height: 16.13px;
  position: relative;
  width: 16.13px;
}

.mobile .frame-1003::-webkit-scrollbar {
  display: none;
  width: 0;
}

.mobile .frame-1003 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  overflow: hidden;
  overflow-x: scroll;
  padding: 0px 0px 0px 24px;
  position: relative;
  width: 100%;
}

.mobile .rectangle {
  height: 311px;
  width: 239px;
}

.mobile .rectangle-11 {
  height: 311px;
  width: 240px;
}

.mobile .frame-985 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
}

.mobile .frame-11 {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 48px;
  padding: 40px 24px;
  position: relative;
}

.mobile .i-marchi-con-cui-collaboriamo {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.mobile .slider {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 24px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.mobile .slider {
  display: flex;
  overflow-x: auto;           /* ✅ DOVREBBE FUNZIONARE MA... */
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  gap: 16px;
  padding: 20px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.mobile .image {
  height: 126px;
  object-fit: cover;
  position: relative;
  width: 235px;
}

.mobile .image-3 {
  height: 126px;
  margin-left: -5603.00px;
  margin-top: -6818.09px;
  position: relative;
  width: 235px;
}

.mobile .contact {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  padding: 24px;
  position: relative;
}

.mobile .frame-962 {
  align-items: flex-end;
  align-self: stretch;
  background-image: url(../img/frame-962-2@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 20px;
  display: flex;
  gap: 10px;
  height: 400px;
  justify-content: center;
  padding: 48px 24px;
  position: relative;
  width: 100%;
}

.mobile .contataci-e-scopri-lazienda {
  flex: 1;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  text-align: center;
}

.mobile .frame-959 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 52px;
  position: relative;
  width: 100%;
}

.mobile .contattaci-ed-un-mem {
  align-self: stretch;
  color: var(--black);
  font-family: var(--font-family-montserrat);
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.44px;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.mobile .frame-958 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 49px;
  position: relative;
  width: 100%;
}

.mobile .frame-1013 {
  height: 437px;
  position: relative;
  width: 345px;
}

.mobile .frame-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 437px;
}

.mobile .frame-96 {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  position: relative;
  width: 345px;
}

.mobile .frame-9 {
  align-items: center;
  border: 2px solid;
  border-color: var(--black);
  border-radius: 100px;
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 10px;
  height: 70px;
  opacity: 0.5;
  padding: 23px 54px;
  position: relative;
}

.mobile .place {
  letter-spacing: 1.60px;
  margin-right: -1.50px;
}

.mobile .frame-93 {
  align-items: center;
  border: 2px solid;
  border-color: var(--black);
  border-radius: 100px;
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 10px;
  height: 70px;
  justify-content: center;
  opacity: 0.5;
  padding: 23px 54px;
  position: relative;
}

.mobile .cognome {
  letter-spacing: 1.60px;
  line-height: normal;
  margin-left: -21.75px;
  margin-right: -21.75px;
  position: relative;
  width: fit-content;
}

.mobile .telefono {
  letter-spacing: 1.60px;
  line-height: normal;
  margin-left: -22.75px;
  margin-right: -22.75px;
  position: relative;
  width: fit-content;
}

.mobile .place-1 {
  letter-spacing: 1.60px;
}

.mobile .frame-944 {
  align-items: center;
  border: 2px solid;
  border-color: var(--black);
  border-radius: 100px;
  display: flex;
  gap: 10px;
  height: 70px;
  opacity: 0.5;
  padding: 23px 54px;
  position: relative;
  width: 345px;
}

.mobile .frame-945 {
  align-items: flex-start;
  border: 2px solid;
  border-color: var(--black);
  border-radius: 30px;
  display: flex;
  gap: 10px;
  height: 179px;
  opacity: 0.5;
  padding: 23px 54px;
  position: relative;
  width: 345px;
}

.mobile .frame-745 {
  align-items: center;
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 12px;
  position: relative;
}

.mobile .check-square-contained {
  height: 24px;
  position: relative;
  width: 24px;
}

.mobile .acconsento-al-tratta {
  flex: 1;
  letter-spacing: 0.26px;
  line-height: 16px;
  margin-top: -1.00px;
  position: relative;
}

.mobile .cta-8 {
  align-self: stretch;
  background-color: var(--gold);
  border-radius: 100px;
  display: flex;
  gap: 10px;
  padding: 20px 40px;
  width: 100%;
}

.mobile .arrow-up-3 {
  height: 24px;
  position: relative;
  width: 24px;
}

.mobile .footer {
  align-items: flex-start;
  background-color: var(--bianco);
  border-bottom-style: none;
  border-color: var(--silver);
  border-left-style: none;
  border-right-style: none;
  border-top-style: solid;
  border-top-width: 2px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  padding: 35px 24px;
  position: relative;
  width: 393px;
}

.mobile .frame-966 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.mobile .logo-1 {
  height: 110.32px;
  position: relative;
  width: 120px;
}

.mobile .genti-delle-alture {
  cursor: pointer;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  width: 318px;
}

.mobile .frame-965 {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  height: 222.32px;
  justify-content: space-between;
  position: relative;
}

.mobile .men {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.mobile .frame-964 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  position: relative;
}

.mobile .frame-5 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  position: relative;
}

.mobile .place-2 {
  letter-spacing: 0;
  margin-top: -1.00px;
}

.mobile .genti-delle-alture-1 {
  margin-top: -1.00px;
  width: fit-content;
}

.mobile .prodotti {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.mobile .lavora-con-noi {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.mobile .frame-967 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.mobile .infogentidellealturecom {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.mobile .via-san-giorgio-19 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.mobile .phone {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.mobile .frame-926 {
  align-items: flex-end;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.mobile .frame-929 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 32px;
  justify-content: center;
  position: relative;
}

.mobile .seguici {
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.mobile .social {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 20.46px;
  position: relative;
}

.mobile .social-icons-1 {
  height: 30.69px;
  position: relative;
  width: 30.69px;
}

.mobile .contatti-2 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.mobile .cta-9 {
  align-items: center;
  flex: 0 0 auto;
  justify-content: center;
  position: relative;
}

.mobile .ellipse {
  background-color: var(--gold);
  filter: blur(78.39px);;
  position: absolute;
}

.mobile .frame-2-4 {
  align-items: center;
  align-self: stretch;
  border-radius: 0px 0px 20px 20px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  margin-top: -0.71px;
  padding: 16.95px;
  position: relative;
  width: 100%;
}

.mobile .genti-delle-alture-2 {
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}

.mobile .immagine-3 {
  align-self: stretch;
  background-size: 100% 100%;
  height: 194.53px;
  position: relative;
  width: 100%;
}

.mobile .place-3 {
  line-height: normal;
  position: relative;
  width: fit-content;
}

.mobile .rectangle-1 {
  object-fit: cover;
  position: relative;
}

.mobile .testo-2 {
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  width: fit-content;
}
/* screen - tablet-prova */

.tablet-prova {
  align-items: flex-start;
  background-color: var(--bianco);
  flex-direction: column;
  min-width: 768px;
  /* overflow: hidden; RIMUOVI QUESTA RIGA */
  position: relative;
}

/* Tablet Menu Sticky */
.tablet-prova .nav-1 {
  align-items: center;
  align-self: stretch;
  backdrop-filter: blur(15px) brightness(100%);
  background-color: var(--bianco);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--gray);
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  padding: 18px 24px;
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tablet-prova .logo-2 {
  height: 81.51px;
  position: relative;
  width: 88.66px;
}

.tablet-prova .menu-1 {
  cursor: pointer;
  height: 32px;
  position: relative;
  width: 32px;
}

.tablet-prova .frame-979-1 {
  align-items: center;
  align-self: stretch;
  background-image: url(../img/frame-979-3.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 560px;
  justify-content: center;
  padding: 0px 44px;
  position: relative;
  width: 100%;
}

.tablet-prova .custodiamo-le-tradiz-1 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  text-align: center;
}

.tablet-prova .cta-9 {
  background-color: var(--gold);
  border-radius: 62.5px;
  display: inline-flex;
  gap: 6.25px;
  padding: 14px 25px;
}

.tablet-prova .testo-2 {
  white-space: nowrap;
  width: fit-content;
}

.tablet-prova .arrow-up-4 {
  height: 15px;
  position: relative;
  width: 15px;
}

.tablet-prova .frame-990-1 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  padding: 32px 24px;
  position: relative;
  width: 100%;
}

.tablet-prova .frame-6 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  position: relative;
  width: 100%;
}

.tablet-prova .frame-7 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  position: relative;
  width: 100%;
}

.tablet-prova .frame-994 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 100%;
}

.tablet-prova .la-nostra-storia {
  align-self: stretch;
}

.tablet-prova .la-nostra-storia-un-1 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}

.tablet-prova .esplora-il-viaggio-c-1 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}

.tablet-prova .frame-996-1 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  position: relative;
}

.tablet-prova .cta-10 {
  background-color: var(--gold);
  border-radius: 62.5px;
  display: inline-flex;
  gap: 6.25px;
  padding: 14px 25px;
}

.tablet-prova .cta-11 {
  border: 1.25px solid;
  border-color: var(--gold);
  border-radius: 62.5px;
  display: inline-flex;
  gap: 6.25px;
  height: 40px;
  padding: 14px 25px;
}

.tablet-prova .contattaci-1 {
  color: var(--gold);
  font-family: var(--font-family-montserrat);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.25px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.tablet-prova .rectangle-4-1 {
  align-self: stretch;
  height: 408px;
  position: relative;
  width: 100%;
}

.tablet-prova .frame-1019 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 56px;
  position: relative;
  width: 100%;
}

.tablet-prova .frame-101 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  padding: 0px 24px;
  position: relative;
  width: 100%;
}

.tablet-prova .frame-1010-1 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 40px;
  position: relative;
  width: 100%;
}

.tablet-prova .name-1 {
  align-self: stretch;
  color: var(--gold);
  font-family: var(--font-family-cormorant_garamond);
  font-size: var(--font-size-s);
  font-weight: 400;
  letter-spacing: 1.60px;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.tablet-prova .due-visioni-una-sola-direzione-1 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.tablet-prova .genti-delle-alture-n-1 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}

.tablet-prova .esportare-il-meglio-1 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.tablet-prova .dietro-genti-delle-a-1 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}

.tablet-prova .frame-982-1 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 12.54px;
  height: 482.89px;
  position: relative;
  width: 100%;
}

.tablet-prova .enrico-1 {
  align-self: stretch;
  background-color: var(--black);
  border-radius: 10.45px;
  flex: 1;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.tablet-prova .ellipse-2-1 {
  background-color: var(--gold);
  border-radius: 126.51px/174.25px;
  filter: blur(78.39px);;
  height: 349px;
  left: -141px;
  opacity: 0.6;
  position: absolute;
  top: -190px;
  transform: rotate(-29.68deg);
  width: 253px;
}

.tablet-prova .overlap-group-1 {
  height: 425px;
  left: 115px;
  position: absolute;
  top: 58px;
  width: 542px;
}

.tablet-prova .ellipse-1-1 {
  background-color: var(--gold);
  border-radius: 163.84px/156.26px;
  filter: blur(78.39px);;
  height: 313px;
  left: 8px;
  opacity: 0.7;
  position: absolute;
  top: 112px;
  width: 328px;
}

.tablet-prova .image-5 {
  height: 425px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 365px;
}

.tablet-prova .image-6 {
  height: 425px;
  left: 178px;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 364px;
}

.tablet-prova .frame-1016 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 54px;
  position: relative;
  width: 100%;
}

.tablet-prova .frame-987 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  padding: 0px 24px;
  position: relative;
  width: 100%;
}

.tablet-prova .i-nostri-servizi {
  letter-spacing: 3.60px;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.tablet-prova .frame-981 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 24px;
  position: relative;
  width: 100%;
}

.tablet-prova .un-brand-unico-che-r {
  color: var(--black);
  flex: 1;
  font-family: var(--font-family-cormorant_garamond);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.tablet-prova .dallexport-dei-prod-1 {
  color: var(--black);
  flex: 1;
  font-family: var(--font-family-montserrat);
  font-size: var(--font-size-l);
  font-weight: 300;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.tablet-prova .card-servizi-1 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.tablet-prova .frame-3-1 {
  background-image: url(../img/frame-3-6.png);
}

.tablet-prova .frame-2-4 {
  background-color: var(--blu);
}

.tablet-prova .frame-4-2 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 12px;
  position: relative;
  width: 100%;
}

.tablet-prova .food-logistic-hub-1 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.tablet-prova .servizi-logistici-de-1 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}

.tablet-prova .cta-12 {
  align-self: stretch;
  background-color: var(--bianco);
  border-radius: 100px;
  display: flex;
  gap: 10px;
  padding: 20px 40px;
  width: 100%;
}

.tablet-prova .testo-3 {
  flex: 1;
  text-align: center;
}

.tablet-prova .arrow-up-6 {
  height: 24px;
  position: relative;
  width: 24px;
}

.tablet-prova .frame-3-2 {
  background-image: url(../img/frame-3-7.png);
}

.tablet-prova .frame-2-5 {
  background-color: var(--cactus);
}

.tablet-prova .bed-breakfast-1 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.tablet-prova .un-rifugio-immerso-n-1 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}

.tablet-prova .cta-13 {
  align-self: stretch;
  background-color: var(--bianco);
  border-radius: 100px;
  display: flex;
  gap: 10px;
  padding: 20px 40px;
  width: 100%;
}

.tablet-prova .testo-4 {
  flex: 1;
  text-align: center;
}

.tablet-prova .arrow-up-5 {
  height: 24px;
  position: relative;
  width: 24px;
}

.tablet-prova .frame-3-3 {
  background-image: url(../img/frame-3-8.png);
}

.tablet-prova .frame-2-6 {
  background-color: var(--indian-tan);
}

.tablet-prova .alture-farm-1 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.tablet-prova .una-rete-di-produtto-1 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}

.tablet-prova .cta-14 {
  align-self: stretch;
  background-color: var(--bianco);
  border-radius: 100px;
  display: flex;
  gap: 10px;
  padding: 20px 40px;
  width: 100%;
}

.tablet-prova .testo-5 {
  flex: 1;
  text-align: center;
}

.tablet-prova .frame-991-1 {
  align-items: flex-start;
  align-self: stretch;
  background-color: var(--bianco);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  padding: 32px 24px;
  position: relative;
  width: 100%;
}

.tablet-prova .frame-8 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  position: relative;
  width: 100%;
}

.tablet-prova .la-nostra-1 {
  width: fit-content;
}

.tablet-prova .guidati-dai-valori-1 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}

.tablet-prova .frame-984-1 {
  align-items: flex-end;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.tablet-prova .frame-983-1 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  position: relative;
  width: 100%;
}

.tablet-prova .qualit-integrit-1 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.tablet-prova .cta-15 {
  background-color: var(--gold);
  border-radius: 62.5px;
  display: inline-flex;
  gap: 8px;
  padding: 14px 25px;
}

.tablet-prova .arrow-up-7 {
  height: 15px;
  position: relative;
  width: 15px;
}

.tablet-prova .gallery-1 {
  align-items: flex-start;
  align-self: stretch;
  background-color: var(--eerie-black);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 40px;
  padding: 24px 0px;
  position: relative;
  width: 100%;
}

.tablet-prova .frame-993-1 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  padding: 0px 24px;
  position: relative;
  width: 100%;
}

.tablet-prova .un-racconto-visivo-f-1 {
  align-self: stretch;
  color: transparent;
  font-family: var(--font-family-cormorant_garamond);
  font-size: var(--font-size-xxl);
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.tablet-prova .span0 {
  color: var(--bianco);
}

.tablet-prova .span1 {
  color: var(--gold);
}

.tablet-prova .esplorate-la-nostra-1 {
  align-self: stretch;
  color: var(--bianco);
  font-family: var(--font-family-montserrat);
  font-size: var(--font-size-m);
  font-weight: 300;
  letter-spacing: 0;
  line-height: normal;
  opacity: 0.8;
  position: relative;
}

.tablet-prova .cta-16 {
  align-self: stretch;
  background-color: var(--gold);
  border-radius: 67.19px;
  display: flex;
  gap: 8px;
  padding: 14px 26.88px;
  width: 100%;
}

.tablet-prova .arrow-up-8 {
  height: 16.13px;
  position: relative;
  width: 16.13px;
}

.tablet-prova .frame-1003-1::-webkit-scrollbar {
  display: none;
  width: 0;
}

.tablet-prova .frame-1003-1 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  overflow: hidden;
  overflow-x: scroll;
  padding: 0px 0px 0px 24px;
  position: relative;
  width: 100%;
}

.tablet-prova .rectangle-1 {
  height: 311px;
  object-fit: cover;
  position: relative;
  width: 239px;
}

.tablet-prova .rectangle-11-1 {
  height: 311px;
  object-fit: cover;
  position: relative;
  width: 240px;
}

.tablet-prova .frame-11-1 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 48px;
  padding: 40px 24px;
  position: relative;
  width: 100%;
}

.tablet-prova .i-marchi-con-cui-collaboriamo-1 {
  align-self: stretch;
  color: var(--gold);
  font-family: var(--font-family-cormorant_garamond);
  font-size: var(--font-size-xxl);
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.tablet-prova .slider-1 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 24px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.tablet-prova .image-4 {
  height: 126px;
  object-fit: cover;
  position: relative;
  width: 235px;
}

.tablet-prova .image-7 {
  height: 126px;
  margin-left: -8059.00px;
  margin-top: -6009.52px;
  position: relative;
  width: 235px;
}

.tablet-prova .contact-1 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  padding: 50px 24px;
  position: relative;
  width: 100%;
}

.tablet-prova .frame-962-1 {
  align-items: flex-end;
  align-self: stretch;
  background-image: url(../img/frame-962-4.png);
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 20px;
  display: flex;
  gap: 10px;
  height: 400px;
  justify-content: center;
  padding: 48px 24px;
  position: relative;
  width: 100%;
}

.tablet-prova .contataci-e-scopri-lazienda-1 {
  flex: 1;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  text-align: center;
}

.tablet-prova .frame-959-1 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  position: relative;
  width: 100%;
}

.tablet-prova .contattaci-ed-un-mem-1 {
  align-self: stretch;
  color: var(--black);
  font-family: var(--font-family-montserrat);
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.44px;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.tablet-prova .frame-958-1 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  position: relative;
  width: 100%;
}

.tablet-prova .frame-1013-1 {
  align-self: stretch;
  display: flex;
  height: 437px;
  position: relative;
  width: 100%;
}

.tablet-prova .frame-1017 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 437px;
  margin-top: 0.4px;
  position: relative;
  width: 786px;
}

.tablet-prova .frame-960 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  gap: 16px;
  height: 70px;
  position: relative;
  width: 100%;
}

.tablet-prova .frame-9-1 {
  align-items: center;
  border: 2px solid;
  border-color: var(--black);
  border-radius: 100px;
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 10px;
  height: 70px;
  opacity: 0.5;
  padding: 23px 54px;
  position: relative;
}

.tablet-prova .place-3 {
  letter-spacing: 1.60px;
}

.tablet-prova .cognome-1 {
  letter-spacing: 1.60px;
  line-height: normal;
  position: relative;
  width: fit-content;
}

.tablet-prova .frame-961 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  position: relative;
  width: 100%;
}

.tablet-prova .telefono-1 {
  letter-spacing: 1.60px;
  line-height: normal;
  position: relative;
  width: fit-content;
}

.tablet-prova .place-4 {
  letter-spacing: 1.60px;
}

.tablet-prova .frame-944-1 {
  align-items: center;
  align-self: stretch;
  border: 2px solid;
  border-color: var(--black);
  border-radius: 100px;
  display: flex;
  gap: 10px;
  height: 70px;
  opacity: 0.5;
  padding: 23px 54px;
  position: relative;
  width: 100%;
}

.tablet-prova .oggetto-1 {
  letter-spacing: 1.60px;
  line-height: normal;
  position: relative;
  width: fit-content;
}

.tablet-prova .frame-945-1 {
  align-items: flex-start;
  align-self: stretch;
  border: 2px solid;
  border-color: var(--black);
  border-radius: 30px;
  display: flex;
  gap: 10px;
  height: 179px;
  opacity: 0.5;
  padding: 23px 54px;
  position: relative;
  width: 100%;
}

.tablet-prova .messaggio-1 {
  letter-spacing: 1.60px;
  line-height: normal;
  margin-top: -2.00px;
  position: relative;
  width: fit-content;
}

.tablet-prova .frame-745-1 {
  align-items: center;
  align-self: stretch;
  display: flex;
  gap: 12px;
  height: 64px;
  position: relative;
  width: 100%;
}

.tablet-prova .check-square-contained-1 {
  height: 24px;
  position: relative;
  width: 24px;
}

.tablet-prova .acconsento-al-tratta-1 {
  flex: 1;
  letter-spacing: 0.26px;
  line-height: 16px;
  position: relative;
}

.tablet-prova .cta-17 {
  align-self: stretch;
  background-color: var(--gold);
  border-radius: 100px;
  display: flex;
  gap: 10px;
  padding: 20px 40px;
  width: 100%;
}

.tablet-prova .testo-6 {
  width: fit-content;
}

.tablet-prova .footer-1 {
  align-items: flex-start;
  background-color: var(--bianco);
  border-bottom-style: none;
  border-color: var(--silver);
  border-left-style: none;
  border-right-style: none;
  border-top-style: solid;
  border-top-width: 2px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  padding: 35px 44px;
  position: relative;
  width: 100%;
}

.tablet-prova .frame-1014 {
  align-items: flex-end;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.tablet-prova .frame-966-1 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.tablet-prova .logo-3 {
  height: 110.32px;
  position: relative;
  width: 120px;
}

.tablet-prova .genti-delle-alture-2 {
  width: 318px;
}

.tablet-prova .frame-926-1 {
  align-items: flex-end;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.tablet-prova .frame-929-1 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 32px;
  justify-content: center;
  position: relative;
}

.tablet-prova .seguici-1 {
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.tablet-prova .social-1 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 20.46px;
  position: relative;
}

.tablet-prova .frame-96-1 {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  height: 222.32px;
  justify-content: space-between;
  position: relative;
}

.tablet-prova .men-1 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.tablet-prova .frame-964-1 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  position: relative;
}

.tablet-prova .frame-10 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  position: relative;
}

.tablet-prova .place-5 {
  letter-spacing: 0;
  margin-top: -1.00px;
}

.tablet-prova .genti-delle-alture-3 {
  margin-top: -1.00px;
  width: fit-content;
}

.tablet-prova .prodotti-1 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.tablet-prova .lavora-con-noi-1 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.tablet-prova .infogentidellealturecom-1 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.tablet-prova .via-san-giorgio-19-1 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.tablet-prova .phone-1 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.tablet-prova .cta {
  align-items: center;
  flex: 0 0 auto;
  justify-content: center;
  position: relative;
}

.tablet-prova .frame-2 {
  align-items: center;
  align-self: stretch;
  border-radius: 0px 0px 20px 20px;
  display: flex;
  flex-direction: column;
  height: 275.5px;
  justify-content: space-between;
  margin-top: -1px;
  padding: 24px;
  position: relative;
  width: 100%;
}

.tablet-prova .frame-3 {
  align-self: stretch;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 20px 20px 0px 0px;
  height: 275.5px;
  position: relative;
  width: 100%;
}

.tablet-prova .genti-delle-alture {
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}

.tablet-prova .la-nostra {
  letter-spacing: 1.30px;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
}

.tablet-prova .place {
  line-height: normal;
  position: relative;
  width: fit-content;
}

.tablet-prova .testo {
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}
/* Media Queries corrette */
@media screen and (max-width: 767px) {
  .screen.tablet-prova { 
    display: none;
   }
  .screen.home-all-breakpoints { 
    display: none;
   }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .screen.mobile { 
    display: none;
   }
  .screen.home-all-breakpoints { 
    display: none;
   }
}

@media screen and (min-width: 1200px) {
  .screen.mobile { 
    display: none;
   }
  .screen.tablet-prova { 
    display: none;
   }
}

.toro {
    transition: transform 0.1s ease-out;
    will-change: transform;
    padding-bottom: 20px;
}

.galleria .frame-8-1 {
    position: relative;
    overflow: hidden;
}
img{
  border-radius: 20px;
}

.nav-link {
  color: black;
  text-decoration: none;
  font-weight: normal;
  transition: font-weight 0.2s ease;
  cursor: pointer;
}

.nav-link:hover {
  font-weight: bold;
  color: #C6A76E !important;
}

.nav-link:visited {
  color: black;
  text-decoration: none;
}

.nav-link:link {
  color: black;
  text-decoration: none;
}

.nav-link:active {
  color: black;
  text-decoration: none;
}

.nav-link:focus {
  color: black;
  text-decoration: none;
  outline: none;
}

/* Popup styles */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.popup-content {
  background: white;
  border-radius: 20px;
  max-width: 90%;
  max-height: 90%;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.popup-close {
  position: absolute;
  top: -5px;
  right: 0px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  z-index: 10000;
}

.animate-appear {
  animation: fadeIn 0.3s ease-in-out;
}

.animate-disappear {
  animation: fadeOut 0.3s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes fadeOut {
  from { opacity: 1; transform: scale(1); }
  to { opacity: 0; transform: scale(0.9); }
}
/* Styles for lavora-con-noi popup */
.popup-content .lavora-con-noi {
  background: white;
  padding: 40px;
  border-radius: 20px;
  max-width: 100%;
  margin: 0 auto;
}

.popup-content .frame-992 {
  margin-bottom: 30px;
}

.popup-content .compila-il-formcon {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}

.popup-content .frame-956 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 30px;
}

.popup-content .frame-960,
.popup-content .frame-961 {
  display: flex;
  gap: 16px;
  width: 100%;
}

.popup-content .frame-9 {
  flex: 1;
  border: 2px solid #ccc;
  border-radius: 50px;
  padding: 15px 25px;
  min-height: 50px;
  display: flex;
  align-items: center;
  width: 100%;
}

.popup-content .frame-945 {
  border: 2px solid #ccc;
  border-radius: 25px;
  padding: 15px 25px;
  min-height: 120px;
  width: 100%;
}

.popup-content .cta {
  background-color: var(--gold);
  border-radius: 50px;
  padding: 15px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  border: none;
  font-weight: bold;
}

.mobile .mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 10000;
  transition: left 0.3s ease;
  padding: 80px 24px 24px 24px;
  overflow-y: auto;
}

.mobile .mobile-menu.active {
  left: 0;
}

.mobile .mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  position: absolute;
  top: 18px;
  left: 24px;
  right: 24px;
}

.mobile .mobile-menu-close {
  background: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
  color: #333;
}

.mobile-menu-nav :first-child {
  margin-top: 20px;
}

.mobile .mobile-menu-nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mobile .mobile-menu-item {
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}

.mobile .mobile-menu-link {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.mobile .mobile-menu-link:hover {
  color: #C6A76E;
}

.mobile .mobile-language {
  margin-top: 40px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.mobile .mobile-lang-button {
  padding: 8px 16px;
  border: 1px solid #C6A76E;
  background: white;
  color: #333;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mobile .mobile-lang-button:hover,
.mobile .mobile-lang-button.active {
  background: #C6A76E;
  color: white;
}

/* Tablet Menu Styles */
.tablet-prova .nav-1 {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tablet-prova .tablet-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 400px;
  height: 100vh;
  background-color: white;
  z-index: 9999;
  transition: left 0.3s ease;
  padding: 100px 40px 40px 40px;
  overflow-y: auto;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}

.tablet-prova .tablet-menu.active {
  left: 0;
}

.tablet-prova .tablet-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  position: absolute;
  top: 18px;
  left: 40px;
  right: 40px;
}

.tablet-prova .tablet-menu-close {
  background: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
  color: #333;
}

.tablet-prova .tablet-menu-nav {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.tablet-prova .tablet-menu-item {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.tablet-prova .tablet-menu-link {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.tablet-prova .tablet-menu-link:hover {
  color: #C6A76E;
}

.tablet-prova .tablet-language {
  margin-top: 50px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.tablet-prova .tablet-lang-button {
  padding: 10px 20px;
  border: 1px solid #C6A76E;
  background: white;
  color: #333;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
}

.tablet-prova .tablet-lang-button:hover,
.tablet-prova .tablet-lang-button.active {
  background: #C6A76E;
  color: white;
}

/* Menu overlay */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

.menu-overlay.active {
  display: block;
}

/* I MARCHI CON CUI COLLABORIAMO - Desktop */
.home-all-breakpoints .frame-985-desktop {
  align-items: center;
  align-self: stretch;
  background-color: var(--bianco);
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  padding: 80px 100px;
  position: relative;
  width: 100%;
}

.home-all-breakpoints .frame-11-desktop {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 60px;
  position: relative;
  width: 100%;
  max-width: 1200px;
}

.home-all-breakpoints .i-marchi-con-cui-collaboriamo-desktop {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  width: fit-content;
  color: var(--nero);
  font-family: "Cormorant Garamond", Helvetica;
  font-size: 45px;
  font-weight: 500;
}

.home-all-breakpoints .slider-desktop {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 40px 80px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.home-all-breakpoints .image-desktop {
  height: 150px;
  object-fit: contain;
  position: relative;
  width: auto;
  max-width: 133px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
}

.home-all-breakpoints .image-desktop:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

/* Responsive adjustments */
@media screen and (max-width: 1400px) {
  .home-all-breakpoints .frame-985-desktop {
    padding: 60px 80px;
  }
  
  .home-all-breakpoints .slider-desktop {
    gap: 30px 40px;
  }
  
  .home-all-breakpoints .image-desktop {
    height: 70px;
    max-width: 100px;
  }
}

@media screen and (max-width: 1200px) {
  .home-all-breakpoints .frame-985-desktop {
    padding: 50px 60px;
  }
  
  .home-all-breakpoints .i-marchi-con-cui-collaboriamo-desktop {
    font-size: 38px;
  }
  
  .home-all-breakpoints .slider-desktop {
    gap: 25px 35px;
  }
  
  .home-all-breakpoints .image-desktop {
    height: 60px;
    max-width: 90px;
  }
}

@media screen and (min-width: 1200px) {
  .home-all-breakpoints .nav-2 {
    padding: 12px 5%;
  }
  
  .home-all-breakpoints .hero {
    padding: 220px 10%;
  }
  
  .home-all-breakpoints .frame-990-2,
  .home-all-breakpoints .frame-1012,
  .home-all-breakpoints .frame-982-3,
  .home-all-breakpoints .frame-981-1,
  .home-all-breakpoints .galleria,
  .home-all-breakpoints .contact-2,
  .home-all-breakpoints .footer-2 {
    padding-left: 5%;
    padding-right: 5%;
  }
  
  .home-all-breakpoints .frame-985-desktop {
    padding: 80px 5%;
  }
}

@media screen and (min-width: 1600px) {
  .home-all-breakpoints .nav-2,
  .home-all-breakpoints .frame-990-2,
  .home-all-breakpoints .frame-1012,
  .home-all-breakpoints .frame-982-3,
  .home-all-breakpoints .frame-981-1,
  .home-all-breakpoints .galleria,
  .home-all-breakpoints .contact-2,
  .home-all-breakpoints .footer-2 {
    padding-left: 100px;
    padding-right: 100px;
  }
  
  .home-all-breakpoints .hero {
    padding: 220px 200px;
  }
  
  .home-all-breakpoints .frame-985-desktop {
    padding: 80px 100px;
  }
}

.lavora-con-noi .frame-962 {
  align-self: stretch;
  background-image: url(../img/frame-962-3.png);
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 10px;
  flex: 1;
  flex-grow: 1;
  position: relative;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  width: 90%;
  max-width: 1200px;
  height: 80vh;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.lavora-con-noi.screen {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}

/* Immagine a sinistra - 50% */
.frame-962 {
  width: 30%;
  height: 100%;
  background-image: url(../img/frame-962-3.png); /* Sostituisci con il percorso corretto */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* Se preferisci un colore di background temporaneo per vedere la divisione */
.frame-962 {
  background-color: #f0f0f0; /* Rimuovi questa riga quando aggiungi l'immagine */
}

/* Form a destra - 50% */
.frame-959 {
  width: 70%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
}

/* Header del form */
.frame-992 {
  margin-bottom: 30px;
}

.frame-1005 {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.popup-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.compila-il-formcon {
  font-size: 24px;
  margin: 0;
  line-height: 1.3;
  color: #333;
}

/* Contenuto del form */
.frame-991 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.frame-958 {
  flex: 1;
}

.frame-956 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.frame-960, .frame-961 {
  display: flex;
  gap: 15px;
}

.frame-9 {
  flex: 1;
  min-height: 50px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  background-color: #f9f9f9;
}

.frame-945 {
  min-height: 120px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
  background-color: #f9f9f9;
}

/* Responsive per tablet */
@media (max-width: 768px) {
  .popup-content {
    width: 95%;
    height: 90vh;
  }
  
  .lavora-con-noi.screen {
    flex-direction: column;
  }
  
  .frame-962 {
    width: 100%;
    height: 40%;
  }
  
  .frame-959 {
    width: 100%;
    height: 60%;
    padding: 20px;
  }
}

/* Responsive per mobile */
@media (max-width: 480px) {
  .frame-959 {
    padding: 15px;
  }
  
  .frame-960, .frame-961 {
    flex-direction: column;
  }
  
  .compila-il-formcon {
    font-size: 18px;
  }
}

/* POPUP MOBILE */
.popup-content-mobile {
  width: 95%;
  max-width: 400px;
  max-height: 90vh;
  background-color: white;
  border-radius: 15px;
  overflow-y: auto;
  position: relative;
}

.lavora-con-noi-mobile {
  padding: 20px;
  width: 100%;
}

.popup-header-mobile {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.popup-close-mobile {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.x-mobile {
  width: 24px;
  height: 24px;
}

.popup-title-mobile {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.4;
}

.form-fields-mobile {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 25px;
}

.field-row-mobile {
  display: flex;
  gap: 10px;
}

.field-mobile {
  flex: 1;
  border: 2px solid #ddd;
  border-radius: 25px;
  padding: 12px 20px;
  min-height: 45px;
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
}

.field-mobile-full {
  border: 2px solid #ddd;
  border-radius: 25px;
  padding: 12px 20px;
  min-height: 45px;
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
}

.field-textarea-mobile {
  border: 2px solid #ddd;
  border-radius: 15px;
  padding: 15px 20px;
  min-height: 100px;
  background-color: #f9f9f9;
}

.field-text {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

.cta-mobile {
  background-color: var(--gold);
  border-radius: 25px;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-mobile:hover {
  background-color: #b8965c;
  transform: scale(1.02);
}

.cta-text {
  color: #000;
  font-weight: bold;
  font-size: 14px;
}

.arrow-mobile {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 767px) {
  .field-row-mobile {
    flex-direction: column;
    gap: 15px;
  }
  
  .popup-title-mobile {
    font-size: 16px;
  }
}
/* POPUP TABLET */
.popup-content-tablet {
  width: 90%;
  max-width: 600px;
  max-height: 85vh;
  background-color: white;
  border-radius: 20px;
  overflow-y: auto;
  position: relative;
}

.lavora-con-noi-tablet {
  padding: 30px;
  width: 100%;
}

.popup-header-tablet {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 25px;
}

.popup-close-tablet {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.x-tablet {
  width: 28px;
  height: 28px;
}

.popup-title-tablet {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
}

.form-fields-tablet {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 30px;
}

.field-row-tablet {
  display: flex;
  gap: 15px;
}

.field-tablet {
  flex: 1;
  border: 2px solid #ddd;
  border-radius: 30px;
  padding: 15px 25px;
  min-height: 50px;
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
}

.field-tablet-full {
  border: 2px solid #ddd;
  border-radius: 30px;
  padding: 15px 25px;
  min-height: 50px;
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
}

.field-textarea-tablet {
  border: 2px solid #ddd;
  border-radius: 20px;
  padding: 20px 25px;
  min-height: 120px;
  background-color: #f9f9f9;
}

.cta-tablet {
  background-color: var(--gold);
  border-radius: 30px;
  padding: 18px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-tablet:hover {
  background-color: #b8965c;
  transform: scale(1.02);
}

.arrow-tablet {
  width: 22px;
  height: 22px;
}

/* ANIMAZIONI POPUP - GLOBALI */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.popup-overlay.animate-appear {
  opacity: 1;
}

.popup-overlay.animate-disappear {
  opacity: 0;
}

/* ANIMAZIONI POPUP CONTENT - DESKTOP */
.popup-content {
  width: 90%;
  max-width: 1200px;
  height: 80vh;
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  transform: scale(0.7) translateY(50px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.popup-overlay.animate-appear .popup-content {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.popup-overlay.animate-disappear .popup-content {
  transform: scale(0.7) translateY(50px);
  opacity: 0;
}

/* ANIMAZIONI POPUP CONTENT - MOBILE */
.popup-content-mobile {
  width: 95%;
  max-width: 400px;
  max-height: 90vh;
  background-color: white;
  border-radius: 15px;
  overflow-y: auto;
  position: relative;
  transform: scale(0.8) translateY(30px);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.popup-overlay.animate-appear .popup-content-mobile {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.popup-overlay.animate-disappear .popup-content-mobile {
  transform: scale(0.8) translateY(30px);
  opacity: 0;
}

/* ANIMAZIONI POPUP CONTENT - TABLET */
.popup-content-tablet {
  width: 90%;
  max-width: 600px;
  max-height: 85vh;
  background-color: white;
  border-radius: 20px;
  overflow-y: auto;
  position: relative;
  transform: scale(0.8) translateY(40px);
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.popup-overlay.animate-appear .popup-content-tablet {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.popup-overlay.animate-disappear .popup-content-tablet {
  transform: scale(0.8) translateY(40px);
  opacity: 0;
}

/* STILI POPUP DESKTOP */
.lavora-con-noi.screen {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}

.frame-962 {
  width: 50%;
  height: 100%;
  background-image: url('img/rectangle-4-2.png'); /* Sostituisci con il percorso corretto */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.frame-959 {
  width: 60%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
}

.frame-992 {
  margin-bottom: 30px;
}

.frame-1005 {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.popup-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  transition: transform 0.2s ease;
}

.popup-close:hover {
  transform: scale(1.1);
}

.compila-il-formcon {
  font-size: 24px;
  margin: 0;
  line-height: 1.3;
  color: #333;
  text-align: left;
}

/* STILI POPUP MOBILE */
.lavora-con-noi-mobile {
  padding: 20px;
  width: 100%;
}

.popup-header-mobile {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.popup-close-mobile {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  transition: transform 0.2s ease;
}

.popup-close-mobile:hover {
  transform: scale(1.1);
}

.x-mobile {
  width: 24px;
  height: 24px;
}

.popup-title-mobile {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.4;
}

.form-fields-mobile {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 25px;
}

.field-row-mobile {
  display: flex;
  gap: 10px;
}

.field-mobile {
  flex: 1;
  border: 2px solid #ddd;
  border-radius: 25px;
  padding: 12px 20px;
  min-height: 45px;
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  transition: border-color 0.2s ease;
}

.field-mobile:hover {
  border-color: #bbb;
}

.field-mobile-full {
  border: 2px solid #ddd;
  border-radius: 25px;
  padding: 12px 20px;
  min-height: 45px;
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  transition: border-color 0.2s ease;
}

.field-mobile-full:hover {
  border-color: #bbb;
}

.field-textarea-mobile {
  border: 2px solid #ddd;
  border-radius: 15px;
  padding: 15px 20px;
  min-height: 100px;
  background-color: #f9f9f9;
  transition: border-color 0.2s ease;
}

.field-textarea-mobile:hover {
  border-color: #bbb;
}

.cta-mobile {
  background-color: var(--gold);
  border-radius: 25px;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-mobile:hover {
  background-color: #b8965c;
  transform: scale(1.02);
}

/* STILI POPUP TABLET */
.lavora-con-noi-tablet {
  padding: 30px;
  width: 100%;
}

.popup-header-tablet {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 25px;
}

.popup-close-tablet {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  transition: transform 0.2s ease;
}

.popup-close-tablet:hover {
  transform: scale(1.1);
}

.x-tablet {
  width: 28px;
  height: 28px;
}

.popup-title-tablet {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
}

.form-fields-tablet {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 30px;
}

.field-row-tablet {
  display: flex;
  gap: 15px;
}

.field-tablet {
  flex: 1;
  border: 2px solid #ddd;
  border-radius: 30px;
  padding: 15px 25px;
  min-height: 50px;
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  transition: border-color 0.2s ease;
}

.field-tablet:hover {
  border-color: #bbb;
}

.field-tablet-full {
  border: 2px solid #ddd;
  border-radius: 30px;
  padding: 15px 25px;
  min-height: 50px;
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  transition: border-color 0.2s ease;
}

.field-tablet-full:hover {
  border-color: #bbb;
}

.field-textarea-tablet {
  border: 2px solid #ddd;
  border-radius: 20px;
  padding: 20px 25px;
  min-height: 120px;
  background-color: #f9f9f9;
  transition: border-color 0.2s ease;
}

.field-textarea-tablet:hover {
  border-color: #bbb;
}

.cta-tablet {
  background-color: var(--gold);
  border-radius: 30px;
  padding: 18px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-tablet:hover {
  background-color: #b8965c;
  transform: scale(1.02);
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
  .field-row-mobile {
    flex-direction: column;
    gap: 15px;
  }
  
  .popup-title-mobile {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .popup-content {
    width: 95%;
    height: 90vh;
  }
  
  .lavora-con-noi.screen {
    flex-direction: column;
  }
  
  .frame-962 {
    width: 100%;
    height: 40%;
  }
  
  .frame-959 {
    width: 100%;
    height: 60%;
    padding: 20px;
  }
}

/* MENU MOBILE FISSO */
.mobile .nav {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
  background-color: var(--bianco);
  border-bottom: 1px solid var(--gray);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  width: 100%;
  box-sizing: border-box;
}

/* CONTENUTO MOBILE - AGGIUNGE PADDING TOP PER COMPENSARE IL MENU FISSO */
.mobile {
  padding-top: 96px; /* Altezza approssimativa del menu mobile */
}

.mobile .frame-979 {
  margin-top: 0; /* Rimuove eventuali margini top */
}

/* ASSICURATI CHE IL MENU SIA SEMPRE SOPRA TUTTO */
.mobile .nav {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* MENU MOBILE OVERLAY */
.mobile .mobile-menu {
  position: fixed;
  top: 96px; /* Inizia sotto il menu fisso */
  left: -100%;
  width: 100%;
  height: calc(100vh - 99px); /* Altezza piena meno il menu */
  background-color: white;
  z-index: 10000;
  transition: left 0.3s ease;
  padding: 40px 24px 24px 24px;
  overflow-y: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.mobile .mobile-menu.active {
  left: 0;
}

/* RIMUOVI HEADER DAL MENU MOBILE (non più necessario) */
.mobile .mobile-menu-header {
  display: none;
}

/* OVERLAY MENU */
.menu-overlay {
  position: fixed;
  top: 99px; /* Inizia sotto il menu fisso */
  left: 0;
  width: 100%;
  height: calc(100vh - 99px);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

.menu-overlay.active {
  display: block;
}

/* SCROLL SMOOTH PER COMPENSARE IL MENU FISSO */
@media screen and (max-width: 767px) {
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px; /* Compensa il menu fisso */
  }
  
  /* SEZIONI CON ID - AGGIUNGE PADDING TOP */
  #storia-mobile,
  #servizi-mobile,
  #contatti-mobile {
    scroll-margin-top: 120px;
  }
}

/* MIGLIORAMENTI VISUALI */
.mobile .nav {
  transition: all 0.3s ease;
}

.mobile .nav:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* LOGO E MENU BUTTON */
.mobile .logo {
  height: 60px; /* Leggermente più piccolo per il menu fisso */
  width: auto;
}

.mobile .menu {
  cursor: pointer;
  height: 32px;
  width: 32px;
  transition: transform 0.2s ease;
}

.mobile .menu:hover {
  transform: scale(1.1);
}

/* ANIMAZIONE MENU ITEMS */
.mobile .mobile-menu-nav {
  display: flex;
  flex-direction: column;
  gap: 32px;
  animation: slideInFromTop 0.4s ease-out;
}

@keyframes slideInFromTop {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mobile .mobile-menu-item {
  opacity: 0;
  animation: fadeInUp 0.3s ease-out forwards;
}

.mobile .mobile-menu-item:nth-child(1) { animation-delay: 0.1s; }
.mobile .mobile-menu-item:nth-child(2) { animation-delay: 0.2s; }
.mobile .mobile-menu-item:nth-child(3) { animation-delay: 0.3s; }
.mobile .mobile-menu-item:nth-child(4) { animation-delay: 0.4s; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mobile .mobile-menu-link {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 15px 0;
  border-bottom: 2px solid transparent;
}

.mobile .mobile-menu-link:hover {
  color: #C6A76E;
  border-bottom-color: #C6A76E;
  transform: translateX(10px);
}

/* LANGUAGE SELECTOR NEL MENU MOBILE */
.mobile .mobile-language {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #eee;
  text-align: center;
}

.mobile .mobile-language span {
  font-size: 16px;
  color: #666;
  margin-right: 15px;
}

.mobile .mobile-lang-button {
  background: none;
  border: 2px solid #ddd;
  padding: 8px 16px;
  margin: 0 5px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mobile .mobile-lang-button.active,
.mobile .mobile-lang-button:hover {
  background-color: #C6A76E;
  border-color: #C6A76E;
  color: white;
}

/* FORM MOBILE STYLES */
.form-container-mobile {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.form-row-mobile {
  display: flex;
  gap: 12px;
  width: 100%;
}

.input-wrapper-mobile {
  flex: 1;
  position: relative;
}

.input-wrapper-mobile.full-width {
  width: 100%;
}

.form-input-mobile {
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 24px;
  background-color: #f9f9f9;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  transition: all 0.3s ease;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-input-mobile:focus {
  outline: none;
  border-color: #c6a76e;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(198, 167, 110, 0.1);
}

.form-input-mobile::placeholder {
  color: #666;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.form-textarea-mobile {
  width: 100%;
  min-height: 120px;
  padding: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 16px;
  background-color: #f9f9f9;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  transition: all 0.3s ease;
  resize: vertical;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-textarea-mobile:focus {
  outline: none;
  border-color: #c6a76e;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(198, 167, 110, 0.1);
}

.form-textarea-mobile::placeholder {
  color: #666;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* CHECKBOX PERSONALIZZATA MOBILE */
.checkbox-wrapper-mobile {
  display: flex;
  align-items: center;
  margin-right: 12px;
  flex-shrink: 0;
}

.checkbox-mobile {
  display: none;
}

.checkbox-label-mobile {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.checkmark-mobile {
  width: 24px;
  height: 24px;
  border: 2px solid #c6a76e;
  border-radius: 4px;
  background-color: transparent;
  position: relative;
  transition: all 0.3s ease;
}

.checkbox-mobile:checked + .checkbox-label-mobile .checkmark-mobile {
  background-color: #c6a76e;
}

.checkbox-mobile:checked + .checkbox-label-mobile .checkmark-mobile:after {
  content: '';
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* PRIVACY SECTION MOBILE */
.frame-745 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 20px 0;
  padding: 16px;
  background-color: #f9f9f9;
  border-radius: 12px;
}

.acconsento-al-tratta {
  margin: 0;
  line-height: 1.4;
  font-size: 12px;
}

/* SUBMIT BUTTON MOBILE */
.form-submit-mobile {
  background-color: #c6a76e;
  border: none;
  border-radius: 25px;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
  width: 100%;
  box-sizing: border-box;
}

.form-submit-mobile:hover {
  background-color: #b8965c;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(198, 167, 110, 0.3);
}

.form-submit-mobile:active {
  transform: translateY(0);
}

/* RESPONSIVE MOBILE */
@media screen and (max-width: 480px) {
  .form-row-mobile {
    flex-direction: column;
    gap: 16px;
  }
  
  .form-input-mobile {
    height: 52px;
    font-size: 16px; /* Previene zoom su iOS */
  }
  
  .form-textarea-mobile {
    min-height: 100px;
    font-size: 16px; /* Previene zoom su iOS */
  }
  
  .frame-745 {
    flex-direction: column;
    gap: 12px;
  }
  
  .checkbox-wrapper-mobile {
    margin-right: 0;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 360px) {
  .form-container-mobile {
    gap: 12px;
  }
  
  .form-input-mobile {
    height: 48px;
    padding: 12px 14px;
  }
  
  .form-textarea-mobile {
    min-height: 90px;
    padding: 14px;
  }
  
  .acconsento-al-tratta {
    font-size: 11px;
  }
}

/* VALIDAZIONE FORM */
.form-input-mobile:invalid:not(:placeholder-shown) {
  border-color: #ff6b6b;
  background-color: #fff5f5;
}

.form-textarea-mobile:invalid:not(:placeholder-shown) {
  border-color: #ff6b6b;
  background-color: #fff5f5;
}

.form-input-mobile:valid:not(:placeholder-shown) {
  border-color: #51cf66;
  background-color: #f0fff4;
}

.form-textarea-mobile:valid:not(:placeholder-shown) {
  border-color: #51cf66;
  background-color: #f0fff4;
}

/* LOADING STATE */
.form-submit-mobile.loading {
  pointer-events: none;
  opacity: 0.7;
}

.form-submit-mobile.loading .testo-2:after {
  content: '...';
  animation: dots 1.5s infinite;
}

@keyframes dots {
  0%, 20% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}

/* AGGIUNGI QUESTO CSS ALLA FINE DEL FILE */

/* POPUP FORM MOBILE STYLES */
.form-fields-mobile form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.field-row-mobile {
  display: flex;
  gap: 12px;
  width: 100%;
}

.field-mobile {
  flex: 1;
  position: relative;
}

.field-mobile-full {
  width: 100%;
  position: relative;
}

.form-input-popup-mobile {
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 24px;
  background-color: #f9f9f9;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  transition: all 0.3s ease;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-input-popup-mobile:focus {
  outline: none;
  border-color: #c6a76e;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(198, 167, 110, 0.1);
  transform: translateY(-1px);
}

.form-input-popup-mobile::placeholder {
  color: #666;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.form-textarea-popup-mobile {
  width: 100%;
  min-height: 100px;
  padding: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 16px;
  background-color: #f9f9f9;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  transition: all 0.3s ease;
  resize: vertical;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-textarea-popup-mobile:focus {
  outline: none;
  border-color: #c6a76e;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(198, 167, 110, 0.1);
  transform: translateY(-1px);
}

.form-textarea-popup-mobile::placeholder {
  color: #666;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* FILE UPLOAD MOBILE */
.file-upload-wrapper-mobile {
  position: relative;
  width: 100%;
}

.file-input-mobile {
  display: none;
}

.file-label-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 24px;
  background-color: #f9f9f9;
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.file-label-mobile:hover {
  border-color: #c6a76e;
  background-color: #fff;
  transform: translateY(-1px);
}

.file-label-mobile .field-text {
  color: #666;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
}

.upload-icon-mobile {
  width: 20px;
  height: 20px;
  opacity: 0.6;
  border-radius: 1px !important;
}

.file-name-mobile {
  font-size: 12px;
  color: #999;
  margin-top: 4px;
  padding-left: 16px;
  font-style: italic;
}

.file-input-mobile:valid + .file-label-mobile {
  border-color: #51cf66;
  background-color: #f0fff4;
}

.file-input-mobile:valid + .file-label-mobile .field-text {
  color: #51cf66;
}

/* CHECKBOX PRIVACY POPUP MOBILE */
.privacy-section-mobile {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 12px 0;
  padding: 16px;
  background-color: #f9f9f9;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
}

.checkbox-wrapper-popup-mobile {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.checkbox-popup-mobile {
  display: none;
}

.checkbox-label-popup-mobile {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.checkmark-popup-mobile {
  width: 20px;
  height: 20px;
  border: 2px solid #c6a76e;
  border-radius: 4px;
  background-color: transparent;
  position: relative;
  transition: all 0.3s ease;
}

.checkbox-popup-mobile:checked + .checkbox-label-popup-mobile .checkmark-popup-mobile {
  background-color: #c6a76e;
  transform: scale(1.1);
}

.checkbox-popup-mobile:checked + .checkbox-label-popup-mobile .checkmark-popup-mobile:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.privacy-text-mobile {
  margin: 0;
  line-height: 1.4;
  font-size: 11px;
  color: #666;
}

.privacy-link-mobile {
  color: #c6a76e;
  text-decoration: underline;
  font-weight: 500;
}

.privacy-link-mobile:hover {
  color: #b8965c;
}

/* SUBMIT BUTTON POPUP MOBILE */
.form-submit-popup-mobile {
  background: linear-gradient(135deg, #c6a76e 0%, #b8965c 100%);
  border: none;
  border-radius: 25px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 16px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.form-submit-popup-mobile:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(198, 167, 110, 0.4);
}

.form-submit-popup-mobile:active {
  transform: translateY(0);
}

.form-submit-popup-mobile .cta-text {
  font-weight: bold;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.5px;
}

.form-submit-popup-mobile .arrow-mobile {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.form-submit-popup-mobile:hover .arrow-mobile {
  transform: translateX(3px);
}

/* LOADING STATE */
.form-submit-popup-mobile.loading {
  pointer-events: none;
  opacity: 0.7;
}

.form-submit-popup-mobile.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.form-submit-popup-mobile.loading .cta-text,
.form-submit-popup-mobile.loading .arrow-mobile {
  opacity: 0;
}

/* VALIDATION STATES */
.form-input-popup-mobile:invalid:not(:placeholder-shown) {
  border-color: #ff6b6b;
  background-color: #fff5f5;
}

.form-textarea-popup-mobile:invalid:not(:placeholder-shown) {
  border-color: #ff6b6b;
  background-color: #fff5f5;
}

.form-input-popup-mobile:valid:not(:placeholder-shown) {
  border-color: #51cf66;
  background-color: #f0fff4;
}

.form-textarea-popup-mobile:valid:not(:placeholder-shown) {
  border-color: #51cf66;
  background-color: #f0fff4;
}

/* RESPONSIVE MOBILE POPUP */
@media screen and (max-width: 480px) {
  .field-row-mobile {
    flex-direction: column;
    gap: 16px;
  }
  
  .form-input-popup-mobile,
  .form-textarea-popup-mobile {
    font-size: 16px; /* Previene zoom su iOS */
  }
  
  .privacy-section-mobile {
    flex-direction: column;
    gap: 12px;
  }
  
  .checkbox-wrapper-popup-mobile {
    align-self: flex-start;
  }
}

@media screen and (max-width: 360px) {
  .form-input-popup-mobile {
    height: 44px;
    padding: 10px 14px;
  }
  
  .form-textarea-popup-mobile {
    min-height: 80px;
    padding: 12px 14px;
  }
  
  .privacy-text-mobile {
    font-size: 10px;
  }
}

/* SUCCESS/ERROR MESSAGES */
.form-message-mobile {
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 16px;
  text-align: center;
}

.form-message-mobile.success {
  background-color: #f0fff4;
  border: 1px solid #51cf66;
  color: #2b8a3e;
}

.form-message-mobile.error {
  background-color: #fff5f5;
  border: 1px solid #ff6b6b;
  color: #c92a2a;
}