/*!
Theme Name: Hejdustarter
Theme URI: https://hejd.it/
Author: Matteo Aiale
Description: Custom Theme sviluppato per Sail La Dolce Vita
Version: 1.0.0
*/

/* ==========================================================================
   SCREEN READER TEXT
   - Nasconde contenuti agli utenti normali
   - Rende il testo visibile solo ai lettori di schermo
========================================================================== */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Rende il testo visibile se ha focus (accessibilità tastiera) */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* ==========================================================================
   ROOT VARIABLES
   - Palette colori
   - Tipografia
   - Misure responsive
========================================================================== */

/* ==========================================================================
   BASE STYLES
========================================================================== */

/* Migliora la resa dei font */
* {
  -webkit-font-smoothing: antialiased;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: normal;
  font-variation-settings: normal;
}

html,
body {
  margin: 0;
}

body {
  position: relative;
  width: 100%;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Reset margini sui titoli */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  /* font-family: "veslay", sans-serif; */
  font-family: "Veslay", sans-serif;
}

/* Paragrafi base */
p {
  margin: 0;
  font-family: "GT America", sans-serif;
  font-size: 16px;
}

/* Stile base link */
a {
  font-family: "GT America", sans-serif;
  display: inline-block;
  outline: none;
  text-decoration: none;
  transition: all 0.25s ease;
}

/* Colore hover sui link */
a:active,
a:focus,
a:hover {
  color: rgb(32, 32, 32);
}

/* Evidenziazione testo selezionato */
::selection {
  color: rgb(32, 32, 32);
  background: #f4543a;
}

::-moz-selection {
  color: rgb(32, 32, 32);
  background: #f4543a;
}

/* Nasconde la scrollbar */
::-webkit-scrollbar {
  display: none;
  width: 0;
}

@media (min-width: 768px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-left: 48px;
    padding-right: 48px;
  }
}

/* ==========================================================================
   HELPERS - Spaziature
========================================================================== */

.py-120-single {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* Versione desktop */
@media (min-width: 1200px) {
  .py-120-single {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.pb-120-single {
  padding-bottom: 120px;
}

@media (min-width: 1200px) {
  .pb-120-single {
    padding-bottom: 80px;
  }
}

/* Spazio tra paragrafi nella pagina singola */
.single-page-text p {
  padding-bottom: 16px;
}

/* Padding responsive per container */
@media (max-width: 991.98px) {
  .container-fluid,
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* ==========================================================================
   NAVBAR
========================================================================== */

/* Logo immagini */
img.custom-logo {
  max-height: 70px;
  width: auto;
  position: relative;
}

/* Versione desktop logo */
@media (min-width: 768px) {
  img.custom-logo {
    max-height: 120px;
    width: auto;
  }
}

/* Navbar fixed */
header.header-content {
  position: fixed;
  background-color: transparent;
  transition: all 0.25s ease;
  z-index: 999;
  left: 0;
  right: 0;
  top: 16px;
}

/* ==========================================================================
   FOOTER
========================================================================== */

footer#footer {
  padding-top: 64px;
  background-color: #f4543a;
  position: relative;
  z-index: 9998;
}
@media(min-width:768px) {
  footer#footer {
    padding-top: 100px;
  }
}

.logo_footer_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo_footer {
  max-height: 500px;
}
.contacts_footer_container {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sub_footer_container {
  margin-top: 100px;
  padding-bottom: 48px;
}

.footer_facebook_container { 
  margin-right: 35px;
}

.footer_instagram_container {
  margin-right: 35px;
}

.policy_content,
.footer_col_content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.agency_content {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .policy_content,
  .footer_col_content {
    justify-content: center;
  }

  .agency_content {
    justify-content: flex-end;
  }
}


p.footer_contact,
a.footer_contact,
.privacy-content a,
.privacy-content p,
a.policy_link,
p.copyright-text,
.agency_content a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0;
  font-family: "GT America", sans-serif;
}

p.copyright_text,
a.policy_link,
p.copyright-text,
.agency_content a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 16px;
  font-family: "GT America", sans-serif;
  text-align: center;
}
@media(min-width: 1200px) {
  p.copyright_text,
  a.policy_link,
  p.copyright-text,
  .agency_content a {
    text-align: left;
  }
}

a.footer_contact {
    margin-bottom: 16px;
}

.footer-social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.footer-social-icons svg {
    width: 24px;
    height: 24px;
    fill: #fff;
    transition: fill 0.25s ease;
}

/* ==========================================================================
   HERO SECTION
========================================================================== */

#hero-home {
  width: 100%;
  min-height: 100vh;
  isolation: isolate;
  z-index: 900;
}

/* Video hero background */
.hero-video-bg-absolute::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #0000004d;
}

.hero-video-bg-absolute {
  height: 100%;
  width: 100%;
  display: block;
  z-index: 10;
}

video.hero-video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #000;
  aspect-ratio: 16 / 9;
}

/* Hero title + subtitle */
.hero-text-content {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 15;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
}

.hero-text-content h2 {
  font-family: "veslay", sans-serif;
  font-size: 3.25rem;
  letter-spacing: -0.02em;
  font-weight: 100;
  line-height: 100%;
  color: rgb(255 255 255 / 1);
  text-align: center;
  text-wrap: auto;
}

@media (min-width: 768px) {
  .hero-text-content h2 {
    font-size: clamp(5rem, 3.23943661971831rem + 7.511737089201878vw, 10rem);
  }
}

.hero-text-content p {
  font-family: "GT America", sans-serif;
  text-wrap: balance;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  max-width: 460px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  margin-top: 24px;
  color: #fff;
}

/* Hero button container */
.hero-button-content {
  position: absolute;
  bottom: 64px;
  z-index: 15;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-inline: 16px 24px;
}

/* Hero animated text + button wrapper */
.hero-button-text-animated {
  font-family: "veslay", sans-serif;
  line-height: 0.95;
  text-transform: uppercase;
  font-size: 1.25rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 64px;
  padding-inline: 8px;
  color: rgb(255 255 255 / 1);
  text-align: center;
  background-color: transparent !important;
  border: 4px solid #f4543a;
  border-radius: 0;
  max-width: 1024px;
  transition: color 0.25s, background-color 0.25s, border-color 0.25s;
}

@media (min-width: 768px) {
  .hero-button-text-animated {
    border: 6px solid #f4543a;
    text-align: left;
    min-height: 96px;
    padding-inline: 8px;
    justify-content: space-between;
  }
}

.hero-button-text-animated:hover {
  background-color: #f4543a !important;
  color: rgb(32, 32, 32);
  border-color: #f4543a;
}

/* Hero animated text wrapper */
.hero-animated-text-wrapper {
  position: relative;
  height: auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 40px;
}

@media (min-width: 768px) {
  .hero-animated-text-wrapper {
    padding-left: 40px;
  }
}

.hero-animated-text {
  font-family: "veslay", sans-serif;
  opacity: 0;
  transform: translateY(0px);
  white-space: nowrap;
  font-family: monospace;
  font-size: 1.5rem;
  border-right: 2px solid rgb(255 255 255 / 1);
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
  color: rgb(255 255 255 / 1);
  line-height: 1.2;
  transition: color 0.25s ease, border-right-color 0.25s ease;
  font-weight: 900;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .hero-animated-text {
    font-size: 2rem;
  }
}

.hero-animated-text:first-child {
  opacity: 1;
  transform: translateY(0);
}

.hero-button-text-animated:hover .hero-animated-text {
  color: rgb(32, 32, 32);
  border-right-color: rgb(32, 32, 32);
}

/* -------------------------------------------
   SECTION LINK BUTTON - SLIDE UP FILL EFFECT
------------------------------------------- */
a.section-link {
  display: none;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 768px) {
  a.section-link {
    opacity: 1;
    visibility: visible;
    font-family: "GT America", sans-serif;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 24px 40px;
    color: rgb(32, 32, 32);
    background-color: rgb(255, 255, 255);
    border-radius: 2px;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    isolation: isolate;
    transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1),
      background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
      filter 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }

  /* Bordo del bottone, gestito via ::before */
  a.section-link::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 3px solid transparent;
    border-radius: 2px;
    transition: border-color 0.25s ease;
  }

  /* Rende il bordo trasparente all'hover → evita "righe bianche" visibili sopra il fill nero */
  .hero-button-text-animated:hover a.section-link::before {
    border-color: transparent;
  }

  /* Rettangolo nero che sale dal basso */
  a.section-link::after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background-color: rgb(32, 32, 32);
    translate: 0 101% 0;
    transition: translate 0.25s cubic-bezier(0.165, 0.84, 0.44, 1),
      background-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 2px;
  }

  /* Testo */
  a.section-link span {
    font-family: "veslay", sans-serif;
    position: relative;
    z-index: 1;
    color: rgb(32, 32, 32);
    transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    line-height: 0.95;
    text-transform: uppercase;
    font-size: 1.5rem;
  }
}

/* Hover effect: slide-up fill nero e testo bianco */
@media (hover: hover) {
  .hero-button-text-animated:hover a.section-link::after {
    translate: 0 0 0;
  }

  .hero-button-text-animated:hover a.section-link span {
    color: rgb(255, 255, 255);
  }
}

/* ==========================================================================
   SECOND SECTION 
========================================================================== */
#section-two {
  padding-top: 84px;
  padding-bottom: 84px;
}

@media (min-width: 992px) {
  #section-two {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section2-stiky-col {
    position: sticky;
    top: 100px;
  }
}

/* Titolo della sezione */
.section2-text-content h2 {
  font-family: "veslay", sans-serif;
  font-size: 3.25rem;
  letter-spacing: -0.02em;
  line-height: 0.95;
  font-weight: 100;
  color: #002744;
  text-align: start;
  text-wrap: balance;
}

@media (min-width: 768px) {
  .section2-text-content h2 {
    font-size: clamp(5rem, 3.23943661971831rem + 7.511737089201878vw, 10rem);
  }
}

.section2-text-content p {
  font-family: "GT America", sans-serif;
  text-wrap: balance;
  font-weight: 400;
  font-size: 16px;
  max-width: 460px;
  line-height: 24px;
  letter-spacing: -0.4px;
  margin-top: 48px;
  color: rgb(32, 32, 32);
}

.section2-imgvideo-content {
  padding-top: 48px;
  position: relative;
  z-index: 10;
  height: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .section2-imgvideo-content {
    padding-top: 200px;
  }
}

/* Video background */
video.section2-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ========================================================================
   SECTION THREE  
========================================================================== */
#section-three {
  padding-bottom: 84px;
  padding-top: 84px;
  background-color: #b0eafd;
}

@media (min-width: 768px) {
  #section-three {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}

.section3-text-content {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .section3-text-content {
    margin-bottom: 64px;
  }
}

/* Titolo della sezione */
.section3-text-content h2 {
  font-family: "veslay", sans-serif;
  font-size: 3.25rem;
  letter-spacing: -0.02em;
  line-height: 0.95;
  font-weight: 100;
  color: #002744;
  text-align: center;
  text-wrap: balance;
}

.section3-text-content p {
  font-family: "GT America", sans-serif;
  text-wrap: balance;
  font-weight: 400;
  font-size: 19px;
  text-align: center;
  max-width: 500px;
  line-height: 24px;
  letter-spacing: -0.4px;
  margin-top: 48px;
  text-align: center;
  color: rgb(32, 32, 32);
}

@media (min-width: 768px) {
  .section3-text-content h2 {
    font-size: 6.5rem;
  }

  .section3-text-content p {
    margin-top: 48px;
  }
}

.section3-video-img-content {
  width: 100%;
}

.section3-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ==========================================================================
   SECTION FOUR 
========================================================================== */
#section-four {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 84px;
}

@media (min-width: 768px) {
  #section-four {
    padding-top: 100px;
  }
}

.section4-text-content {
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .section4-text-content {
    margin-bottom: 64px;
  }
}

.section4-text-content .apex {
  font-family: "GT America", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
  text-align: center;
  margin-bottom: 24px;
  color: #002744;
}

@media (min-width: 768px) {
  .section4-text-content .apex {
    font-size: 0.875rem;
  }
}

.section4-text-content h2 {
  font-family: "veslay", sans-serif;
  font-size: 2.75rem;
  letter-spacing: -0.01em;
  line-height: 0.95;
  font-weight: 100;
  color: #002744;
  text-align: center;
  text-wrap: balance;
}

@media (min-width: 768px) {
  .section4-text-content h2 {
    font-size: 5rem;
  }
}

.section4-text-content p {
  font-family: "GT America", sans-serif;
  text-wrap: balance;
  font-weight: 400;
  font-size: 19px;
  text-align: center;
  max-width: 500px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  margin-top: 48px;
}

/* Carosello 4 */
.section4-swiper-content {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.swiper-carousel-custom {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

.section4-swiper-slide {
  width: auto;
  /* permette slidesPerView: 'auto' */
  flex-shrink: 0;
}

.section4-single-slide {
  height: 600px;
  position: relative;
  overflow: hidden;
}

.section4-bg-slide {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.section4-bg-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.section4-single-slide:hover .section4-bg-slide img {
  transform: scale(1.05);
}

.section4-slide-text {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #0000004d;
}

.section4-slide-text .apex {
  font-family: "GT America", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  color: #fff;
  hyphens: auto;
  -webkit-hyphens: auto;
  display: inline-block;
}

@media (min-width: 768px) {
  .section4-slide-text .apex {
    font-size: 0.875rem;
  }
}

.section4-slide-text h3 {
  font-family: "veslay", sans-serif;
  font-size: 2.375rem;
  letter-spacing: -0.01em;
  color: #fff;
  hyphens: auto;
  -webkit-hyphens: auto;
  line-height: 0.95;
  max-width: 500px;
  text-align: center;
}

@media (min-width: 768px) {
  .section4-slide-text h3 {
    font-size: 4rem;
  }
}

.section4-slide-text p {
  font-family: "GT America", sans-serif;
  text-align: center;
  hyphens: auto;
  -webkit-hyphens: auto;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-wrap: balance;
  margin-top: 24px;
  max-width: 500px;
}

/* -------------------------------
   SECTION 4 SLIDE BORDER EFFECT
-------------------------------- */

/* BEFORE = bordo top e left */
.section4-single-slide::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 20;
  inset: -12px;
  transform: translate(12px, 12px);
  border-top: 0 solid #f4543a;
  border-left: 0 solid #f4543a;
  box-sizing: border-box;
  transition: border-width 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.section4-single-slide:hover::before {
  border-top: 12px solid #f4543a;
  border-left: 12px solid #f4543a;
  transform: translate(12px, 12px);
}

/* AFTER = bordo bottom e right */
.section4-single-slide::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 20;
  inset: -12px;
  transform: translate(-12px, -12px);
  border-bottom: 0 solid #f4543a;
  border-right: 0 solid #f4543a;
  box-sizing: border-box;
  transition: border-width 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.section4-single-slide:hover::after {
  border-bottom: 12px solid #f4543a;
  border-right: 12px solid #f4543a;
  transform: translate(-12px, -12px);
}

/* Default: verticale */
.section4-single-slide {
  aspect-ratio: 4 / 6;
}

@media (min-width: 768px) {
  /* Desktop: orizzontale */
  .section4-single-slide {
    aspect-ratio: 3 / 2;
  }
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear !important;
}



/* Pulsante */

.text-wrapper4 {
  height: 30px;
  position: relative;
  overflow: hidden;
  display: flex;
  border-block-end: 2px solid #f4543a;
  transition: border-color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  font-family: "GT America", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

@media (min-width: 768px) {
  .text-wrapper4 {
    font-size: 0.875rem;
  }
}

.text-default4,
.text-hover4 {
  display: block;
  transition: transform 0.3s ease;
  height: 30px;
}

.text-hover4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
}

.section-link4:hover .text-default4 {
  transform: translateY(-100%);
}

.section-link4:hover .text-hover4 {
  transform: translateY(0);
}

a.section-link4 {
  color: rgb(32, 32, 32);
  margin-top: 32px;
}

a.section-link4:hover {
  color: rgb(32, 32, 32);
}
.section4-second-button {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ==========================================================================
   SECTION FIVE 
========================================================================== */
section#section-five {
  padding-top: 84px;
  padding-bottom: 84px;
}

@media (min-width: 768px) {
  section#section-five {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.section5-col-text-content h2 {
  font-family: "veslay", sans-serif;
  font-size: 2.75rem;
  letter-spacing: -0.01em;
  line-height: 0.95;
  font-weight: 100;
  color: #002744;
  text-wrap: balance;
  max-width: 400px;
}

@media (min-width: 768px) {
  .section5-col-text-content h2 {
    font-size: 5rem;
  }
}

.section5-col-text-content .apex {
  font-family: "GT America", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
  color: #002744;
  hyphens: auto;
  -webkit-hyphens: auto;
  max-width: 500px;
  display: inline-block;
}

@media (min-width: 768px) {
  .section5-col-text-content .apex {
    font-size: 0.875rem;
  }
}

.section5-col-text-content p {
  font-family: "GT America", sans-serif;
  hyphens: auto;
  -webkit-hyphens: auto;
  font-size: 16px;
  line-height: 24px;
  color: rgb(32, 32, 32);
  text-wrap: balance;
  margin-top: 32px;
  max-width: 500px;
}

/* Colonna video e immagine */
.section5-col-img-video-content {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/2;
}

.section5-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Pulsante */

.text-wrapper5 {
  height: 30px;
  position: relative;
  overflow: hidden;
  display: flex;
  border-block-end: 2px solid #f4543a;
  transition: border-color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  font-family: "GT America", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

@media (min-width: 768px) {
  .text-wrapper5 {
    font-size: 0.875rem;
  }
}

.text-default5,
.text-hover5 {
  display: block;
  transition: transform 0.3s ease;
  height: 30px;
}

.text-hover5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
}

.section-link5:hover .text-default5 {
  transform: translateY(-100%);
}

.section-link5:hover .text-hover5 {
  transform: translateY(0);
}

a.section-link5 {
  color: rgb(32, 32, 32);
  margin-top: 32px;
}

a.section-link5:hover {
  color: rgb(32, 32, 32);
}

@media (min-width: 768px) {
  .section5-col-text-content {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 1200px) {
  .section5-col-text-content {
    padding-left: 64px;
    padding-right: 64px;
  }
}

.section5-col-content-flex {
  margin-bottom: 64px;
}

@media (min-width: 992px) {
  .section5-col-content-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
	margin-bottom: 0;
  }
}

/* ==========================================================================
   SECTION six 
========================================================================== */
#section-six {
  padding-top: 84px;
}
@media (min-width: 768px) {
  #section-six {
    padding-top: 100px;
  }
}

.section6-col-text-content h2 {
  font-family: "veslay", sans-serif;
  font-size: 2.75rem;
  letter-spacing: -0.01em;
  line-height: 0.95;
  font-weight: 100;
  color: #002744;
  text-wrap: balance;
  max-width: 550px;
}

@media (min-width: 768px) {
  .section6-col-text-content h2 {
    font-size: 5rem;
  }
}

.section6-col-text-content .apex {
  font-family: "GT America", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
  color: #002744;
  hyphens: auto;
  -webkit-hyphens: auto;
  max-width: 500px;
  display: inline-block;
}

@media (min-width: 768px) {
  .section6-col-text-content .apex {
    font-size: 0.875rem;
  }
}

.section6-col-text-content p {
  font-family: "GT America", sans-serif;
  hyphens: auto;
  -webkit-hyphens: auto;
  font-size: 16px;
  line-height: 24px;
  color: rgb(32, 32, 32);
  text-wrap: balance;
  margin-top: 32px;
  max-width: 500px;
}

/* Colonna video e immagine */
.section6-col-img-video-content {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/2;
}

.section6-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Pulsante */

.text-wrapper6 {
  height: 30px;
  position: relative;
  overflow: hidden;
  display: flex;
  border-block-end: 2px solid #f4543a;
  transition: border-color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  font-family: "GT America", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

@media (min-width: 768px) {
  .text-wrapper6 {
    font-size: 0.875rem;
  }
}

.text-default6,
.text-hover6 {
  display: block;
  transition: transform 0.3s ease;
  height: 30px;
}

.text-hover6 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
}

.section-link6:hover .text-default6 {
  transform: translateY(-100%);
}

.section-link6:hover .text-hover6 {
  transform: translateY(0);
}

a.section-link6 {
  color: rgb(32, 32, 32);
  margin-top: 32px;
}

a.section-link6:hover {
  color: rgb(32, 32, 32);
}

@media (min-width: 768px) {
  .section6-col-text-content {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 1200px) {
  .section6-col-text-content {
    padding-left: 64px;
    padding-right: 64px;
  }
}

.section6-col-content-flex {
  margin-bottom: 62px;
}

@media (min-width: 992px) {
  .section6-col-content-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    margin-bottom: 0;
  }
}

/* ==========================================================================
   SEVENTH SECTION 
========================================================================== */

#section-seven {
  padding-top: 84px;
}

@media (min-width: 992px) {
  #section-seven {
    padding-top: 100px;
  }

  .section7-stiky-col {
    position: sticky;
    top: 100px;
  }
}
.section7-text-content{
  overflow: hidden;
}

/* Titolo della sezione */
.section7-text-content h2 {
  font-family: "veslay", sans-serif;
  font-size: 3.25rem;
  letter-spacing: -0.02em;
  line-height: 0.95;
  font-weight: 100;
  color: #002744;
  text-align: start;
  text-wrap: balance;
}

@media (min-width: 768px) {
  .section7-text-content h2 {
    font-size: clamp(5rem, 3.23943661971831rem + 7.511737089201878vw, 10rem);
  }
}
/* .section7-text-content {
  margin-top: 48px;
} */

.section7-text-content p {
  font-family: "GT America", sans-serif;
  text-wrap: balance;
  font-weight: 400;
  font-size: 16px;
  max-width: 460px;
  line-height: 24px;
  letter-spacing: -0.4px;
  margin-top: 16px;
  color: rgb(32, 32, 32);
}

.section7-imgvideo-content {
  padding-top: 62px;
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .section7-imgvideo-content {
    padding-top: 200px;
  }
}

/* Video background */
video.section7-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ==========================================================================
   SECTION EGHT 
========================================================================== */
#section-eight {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 84px;
}

.section8-text-content {
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .section8-text-content {
    margin-bottom: 64px;
  }
}

.section8-text-content .apex {
  font-family: "GT America", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
  text-align: center;
  margin-bottom: 24px;
  color: #002744;
}

@media (min-width: 768px) {
  .section8-text-content .apex {
    font-size: 0.875rem;
  }
}

.section8-text-content h2 {
  font-family: "veslay", sans-serif;
  font-size: 2.75rem;
  letter-spacing: -0.01em;
  line-height: 0.95;
  font-weight: 100;
  color: #002744;
  text-align: center;
  text-wrap: balance;
}

@media (min-width: 768px) {
  .section8-text-content h2 {
    font-size: 5rem;
  }
}

.section8-text-content p {
  font-family: "GT America", sans-serif;
  text-wrap: balance;
  font-weight: 400;
  font-size: 19px;
  text-align: center;
  max-width: 500px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  margin-top: 48px;
}

.section8-single-slide {
  min-height: 280px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .section8-single-slide {
    min-height: 400px;
  }
}

.section8-bg-slide {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.section8-bg-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.section8-single-slide:hover .section8-bg-slide img {
  transform: scale(1.05);
}

.section8-slide-text {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #0000004d;
}

.section8-slide-text .apex {
  font-family: "GT America", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  color: #fff;
  hyphens: auto;
  -webkit-hyphens: auto;
  display: inline-block;
}

@media (min-width: 768px) {
  .section8-slide-text .apex {
    font-size: 0.875rem;
  }
}

.section8-slide-text h3 {
  font-family: "veslay", sans-serif;
  font-size: 1.5rem;
  letter-spacing: -0.01em;
  color: #fff;
  hyphens: auto;
  -webkit-hyphens: auto;
  text-align: center;
  line-height: 0.95;
  max-width: 500px;
}

@media (min-width: 768px) {
  .section8-slide-text h3 {
    font-size: 2.375rem;
  }
}

.section8-slide-text p {
  font-family: "GT America", sans-serif;
  text-align: center;
  hyphens: auto;
  -webkit-hyphens: auto;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-wrap: balance;
  margin-top: 24px;
  max-width: 500px;
}

.section8-single-slide::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 20;
  inset: -12px;
  transform: translate(12px, 12px);
  border-top: 0 solid #b0eafd;
  border-left: 0 solid #b0eafd;
  box-sizing: border-box;
  transition: border-width 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.section8-single-slide:hover::before {
  border-top: 12px solid #b0eafd;
  border-left: 12px solid #b0eafd;
  transform: translate(12px, 12px);
}

/* AFTER = bordo bottom e right */
.section8-single-slide::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 20;
  inset: -12px;
  transform: translate(-12px, -12px);
  border-bottom: 0 solid #b0eafd;
  border-right: 0 solid #b0eafd;
  box-sizing: border-box;
  transition: border-width 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.section8-single-slide:hover::after {
  border-bottom: 12px solid #b0eafd;
  border-right: 12px solid #b0eafd;
  transform: translate(-12px, -12px);
}

/* Pulsante */

.text-wrapper8 {
  height: 30px;
  position: relative;
  overflow: hidden;
  display: flex;
  border-block-end: 2px solid #f4543a;
  transition: border-color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  font-family: "GT America", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

@media (min-width: 768px) {
  .text-wrapper8 {
    font-size: 0.875rem;
  }
}

.text-default8,
.text-hover8 {
  display: block;
  transition: transform 0.3s ease;
  height: 30px;
}

.text-hover8 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
}

.section-link8:hover .text-default8 {
  transform: translateY(-100%);
}

.section-link8:hover .text-hover8 {
  transform: translateY(0);
}

a.section-link8 {
  color: rgb(32, 32, 32);
  margin-top: 32px;
}

a.section-link8:hover {
  color: rgb(32, 32, 32);
}

.section8-cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 48px;
}

.section8-cta-text {
  margin-bottom: 48px;
}
.section8-cta-text p {
  font-family: "GT America", sans-serif;
  text-wrap: balance;
  font-weight: 400;
  font-size: 19px;
  text-align: center;
  max-width: 500px;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
.or-cta {
  margin-top: 16px;
}
.section8-cta-text h3 {
  font-family: "veslay", sans-serif;
  font-size: 2.75rem;
  letter-spacing: -0.01em;
  line-height: 0.95;
  font-weight: 100;
  color: #002744;
  text-align: center;
  text-wrap: balance;
}
/* ========================================================================
   SECTION NINE  
========================================================================== */

#section-nine {
  padding-bottom: 84px;
  padding-top: 84px;
  background: #b0eafd;
  margin: 84px 6px 84px 6px;
  border-radius: 4px;
}

@media (min-width: 768px) {
  #section-nine {
    margin: 100px 0px 0px 0px;
    border-radius: 0px;
    padding-bottom: 100px;
    padding-top: 100px;
  }
}

.section9-text-content {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .section9-text-content {
    margin-bottom: 64px;
  }
}

.section9-text-content .apex {
  font-family: "GT America", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
  text-align: center;
  margin-bottom: 24px;
  color: #002744;
}

@media (min-width: 768px) {
  .section9-text-content .apex {
    font-size: 0.875rem;
  }
}

/* Titolo della sezione */
.section9-text-content h2 {
  font-family: "veslay", sans-serif;
  font-size: 3.25rem;
  letter-spacing: -0.02em;
  line-height: 0.95;
  font-weight: 100;
  color: #002744;
  text-align: center;
  text-wrap: balance;
}

.section9-text-content p {
  font-family: "GT America", sans-serif;
  text-wrap: balance;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  max-width: 460px;
  line-height: 24px;
  letter-spacing: -0.4px;
  margin-top: 48px;
  text-align: center;
}

@media (min-width: 768px) {
  .section9-text-content h2 {
    font-size: 6.5rem;
  }
}
.form-select {
  padding: 1.375rem 2.25rem 1.375rem 0.75rem !important;
}
.form-control {
  padding: 1.375rem 0.75rem !important;
  color: rgb(32, 32, 32) !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn {
  background: #333;
  color: #fff;
  width: 100%;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 19px;
}
/* ==========================================================================
   SECTION EXPERIENCE 
========================================================================== */

#section-experience {
  padding-bottom: 84px;
  padding-top: 84px;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #eff6f8;
}

@media (min-width: 768px) {
  #section-experience {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}

.sectionexp-text-content {
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .sectionexp-text-content {
    margin-bottom: 64px;
  }
}

.sectionexp-text-content .apex {
  font-family: "GT America", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
  text-align: center;
  margin-bottom: 24px;
  color: #002744;
}

@media (min-width: 768px) {
  .sectionexp-text-content .apex {
    font-size: 0.875rem;
  }
}

.sectionexp-text-content h2 {
  font-family: "veslay", sans-serif;
  font-size: 2.75rem;
  letter-spacing: -0.01em;
  line-height: 0.95;
  font-weight: 100;
  color: #002744;
  text-align: center;
  text-wrap: balance;
}

@media (min-width: 768px) {
  .sectionexp-text-content h2 {
    font-size: 5rem;
  }
}

.sectionexp-text-content p {
  font-family: "GT America", sans-serif;
  text-wrap: balance;
  font-weight: 400;
  font-size: 19px;
  text-align: center;
  max-width: 500px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  margin-top: 48px;
}

/* Carosello 4 */
.sectionexp-swiper-content {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.swiper-carousel-exp {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

.swiper-slide-exp {
  width: auto;
  /* permette slidesPerView: 'auto' */
  flex-shrink: 0;
}

.sectionexp-single-slide {
  height: 600px;
  position: relative;
  overflow: hidden;
}

.sectionexp-bg-slide {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.sectionexp-bg-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sectionexp-single-slide:hover .sectionexp-bg-slide img {
  transform: scale(1.05);
}

.sectionexp-slide-text {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #0000004d;
}

.sectionexp-slide-text .apex {
  font-family: "GT America", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  color: #fff;
  hyphens: auto;
  -webkit-hyphens: auto;
  display: inline-block;
}

@media (min-width: 768px) {
  .sectionexp-slide-text .apex {
    font-size: 0.875rem;
  }
}

.sectionexp-slide-text h3 {
  font-family: "veslay", sans-serif;
  font-size: 2.375rem;
  letter-spacing: -0.01em;
  color: #fff;
  hyphens: auto;
  -webkit-hyphens: auto;
  line-height: 0.95;
  max-width: 500px;
  text-align: center;
}

@media (min-width: 768px) {
  .sectionexp-slide-text h3 {
    font-size: 4rem;
  }
}

.sectionexp-slide-text p {
  font-family: "GT America", sans-serif;
  text-align: center;
  hyphens: auto;
  -webkit-hyphens: auto;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-wrap: balance;
  margin-top: 24px;
  max-width: 500px;
}

/* BEFORE = bordo top e left */
.sectionexp-single-slide::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 20;
  inset: -12px;
  transform: translate(12px, 12px);
  border-top: 0 solid #b0eafd;
  border-left: 0 solid #b0eafd;
  box-sizing: border-box;
  transition: border-width 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.sectionexp-single-slide:hover::before {
  border-top: 12px solid #b0eafd;
  border-left: 12px solid #b0eafd;
  transform: translate(12px, 12px);
}

/* AFTER = bordo bottom e right */
.sectionexp-single-slide::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 20;
  inset: -12px;
  transform: translate(-12px, -12px);
  border-bottom: 0 solid #b0eafd;
  border-right: 0 solid #b0eafd;
  box-sizing: border-box;
  transition: border-width 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.sectionexp-single-slide:hover::after {
  border-bottom: 12px solid #b0eafd;
  border-right: 12px solid #b0eafd;
  transform: translate(-12px, -12px);
}

/* Default: verticale */
.sectionexp-single-slide {
  aspect-ratio: 4 / 6;
}

@media (min-width: 768px) {
  /* Desktop: orizzontale */
  .sectionexp-single-slide {
    aspect-ratio: 3 / 2;
  }
}
.sectionexp-first-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 48px;
}

a.experience-link {
  opacity: 1;
  visibility: visible;
  font-family: "GT America", sans-serif;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 24px 40px;
  color: rgb(32, 32, 32);
  background-color: #b0eafd;
  border-radius: 2px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    filter 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Bordo del bottone, gestito via ::before */
a.experience-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid transparent;
  border-radius: 2px;
  transition: border-color 0.25s ease;
}

/* Rettangolo nero che sale dal basso */
a.experience-link::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background-color: rgb(32, 32, 32);
  translate: 0 101% 0;
  transition: translate 0.25s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 2px;
}

/* Testo */
a.experience-link span {
  font-family: "veslay", sans-serif;
  position: relative;
  z-index: 1;
  color: rgb(32, 32, 32);
  transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  line-height: 0.95;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

@media (hover: hover) {
  a.experience-link:hover::after {
    translate: 0 0 0;
  }

  a.experience-link:hover::before {
    border-color: transparent;
  }

  a.experience-link:hover span {
    color: rgb(255, 255, 255);
  }
}

/* ==========================================================================
   SECTION PRICING TABLE 
========================================================================== */

.pricing-table-section.even {
  padding-top: 84px;
}

.pricing-table-section.odd {
  background: #eff6f8;
  padding-top: 84px;
  padding-bottom: 84px;
  margin-top: 84px;
}

@media (min-width: 768px) {
  .pricing-table-section.even {
    padding-top: 100px;
  }
  .pricing-table-section.odd {
    padding-top: 100px;
    margin-top: 100px;
    padding-bottom: 100px;
  }
}

.pricing-table-text-content {
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .pricing-table-text-content {
    margin-bottom: 64px;
  }
}

.pricing-table-text-content .apex {
  font-family: "GT America", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
  text-align: center;
  margin-bottom: 24px;
  color: #002744;
}

@media (min-width: 768px) {
  .pricing-table-text-content .apex {
    font-size: 0.875rem;
  }
}

.pricing-table-text-content h2 {
  font-family: "Veslay";
  font-size: 2.75rem;
  letter-spacing: -0.01em;
  line-height: 0.95;
  font-weight: 100;
  color: #002744;
  text-align: center;
  text-wrap: balance;
}

@media (min-width: 768px) {
  .pricing-table-text-content h2 {
    font-size: 5rem;
  }
}

.pricing-table-text-content p {
  font-family: "GT America", sans-serif;
  text-wrap: balance;
  font-weight: 400;
  font-size: 19px;
  text-align: center;
  max-width: 460px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  margin-top: 48px;
}
.pricing-table-info p {
  font-family: "GT America", sans-serif;
  text-wrap: balance;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.4px;
  display: block;
  margin-bottom: 6px;
  color: rgb(32, 32, 32);
  text-wrap: auto;
}

.pricing-table-info {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}
/* ========================================================================
   NAVBAR CONTACT CONTENT
   ======================================================================*/

a.transfer-link {
  opacity: 1;
  visibility: visible;
  font-family: "GT America", sans-serif;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 24px 40px;
  color: rgb(32, 32, 32);
  background-color: transparent;
  border-radius: 2px;
  border: 2px solid #f4543a;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    filter 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Bordo del bottone, gestito via ::before */
a.transfer-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid transparent;
  border-radius: 2px;
  transition: border-color 0.25s ease;
}

/* Rettangolo nero che sale dal basso */
a.transfer-link::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background-color: #f4543a;
  translate: 0 101% 0;
  transition: translate 0.25s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 2px;
}

/* Testo */
a.transfer-link span {
  font-family: "veslay", sans-serif;
  position: relative;
  z-index: 1;
  color: rgb(32, 32, 32);
  transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  line-height: 0.95;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

@media (hover: hover) {
  a.transfer-link:hover::after {
    translate: 0 0 0;
  }

  a.transfer-link:hover::before {
    border-color: transparent;
  }

  a.transfer-link:hover span {
    color: rgb(255, 255, 255);
  }
}

/* ==========================================================================
   SECTION Whatsapp
========================================================================== */
/* DI DEFAULT → Mobile visibile, desktop nascosto */
.whatsapp-desktop {
  display: none;
}

.whatsapp-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #25D366;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  z-index: 800;
  transition: background-color 0.3s ease;
}

.whatsapp-mobile:hover {
  background-color: #1ebe57;
}

.whatsapp-mobile svg {
  width: 24px;
  height: 24px;
}

/* DESKTOP ≥768px */
@media (min-width: 768px) {
  .whatsapp-mobile {
    display: none;
  }
  .whatsapp-desktop {
    display: flex;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: background-color 0.3s ease;
  }
  .whatsapp-desktop:hover {
    background-color: #1ebe57;
  }
  .whatsapp-desktop svg {
    width: 30px;
    height: 30px;
  }
}
a.whatsapp-desktop:hover {
    color: #f1f1f1;
}
a.whatsapp-mobile:hover {
    color: #f1f1f1;
}
/* ==========================================================================
   Language switch
========================================================================== */

.lang-switch {
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
    display: inline-block;
    z-index: 1000;
}

@media(max-width: 992px){
	.lang-switch {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    display: inline-block;
    z-index: 1000;
}
}

.lang-switch img {
    display: block;
    width: 36px;
    height: auto;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 5%);
}

.lang-switch-footer {
    display: inline-block;
    z-index: 1000;
    margin-top: 32px;
}

.lang-switch-footer img {
    display: block;
    width: 36px;
    height: auto;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 5%);
}
