/*
Description: Tema child di Hello Elementor
Author: Luigi Vitale
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/
@font-face {
  font-family: 'Raleway';
  src: url('fonts/raleway-v37-latin-100.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('fonts/raleway-v37-latin-200.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('fonts/raleway-v37-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('fonts/raleway-v37-latin-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('fonts/raleway-v37-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('fonts/raleway-v37-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('fonts/raleway-v37-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('fonts/raleway-v37-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('fonts/raleway-v37-latin-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ========== Nunito Sans ========== */
@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/nunito-sans-v19-latin-200.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/nunito-sans-v19-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/nunito-sans-v19-latin-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/nunito-sans-v19-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/nunito-sans-v19-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/nunito-sans-v19-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/nunito-sans-v19-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/nunito-sans-v19-latin-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ========================================
   VARIABILI GLOBALI (PALETTE)
======================================== */
:root {
  --color-primary: #7ed956bf;
  --color-primary-hover: #7ed956;
  --color-secondary: #EB3030B3;
  --color-secondary-hover: #EB3030;
  --color-bg: #fffffff1;
  --color-dark: #1d1d1d;
  --color-text: #555555;
}

/* ========================================
   RESET & BASE
======================================== */
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* ========================================
   FONT PERSONALIZZATI - Raleway + Nunito Sans
======================================== */
body {
  font-family: 'Nunito Sans', Arial, sans-serif;
  color: var(--color-text);
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', Arial, sans-serif;
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
span {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  opacity: 1;
}

h1,
h2,
h3 {
  font-size: 6.813rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 12px 20px;
  pointer-events: none;
  white-space: nowrap;
  /*display: inline-block;*/
}

h3 {
  font-size: 4.263rem;
}

h4 {
  font-size: 1.618rem;
  font-weight: 700;
  color: var(--color-bg);
}

h5 {
  font-size: 1.618rem;
  font-weight: 400;
}

h6 {
  font-size: 1rem;
  font-weight: 400;
}

p {
  font-size: 1.16rem;
  font-weight: 400;
}

ul,
ol {
  margin-bottom: 1.2rem;
  padding-left: 1.5rem;
}

button,
.wp-element-button,
.elementor-button {
  display: inline-block;
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  line-height: 1.2;
  border: none;
  background: none;
  text-decoration: none!important;
}

button:hover,
.wp-element-button:hover,
.elementor-button:hover {
  text-decoration: none;
}

.elementor-button-icon {
  font-size: 20px;
}

/* ===========================
   BOTTONI PRINCIPALI
   - Sfondo semitrasparente
=========================== */

.btn-primary {
  background: #7ED956CC!important;
  color: #fff!important;
  border-radius: 50px 25px!important;
  padding: 1px 3px;
  text-decoration: none!important;
  transform: none!important;
}
.btn-primary .elementor-button-text {
    color: var(--color-bg)!important;
}

.btn-primary:hover {
  background: #7ED956E6!important;
  color: #fff!important;
  transform: translateY(-2px)!important;
}

/* ===========================
   BOTTONI SECONDARI
=========================== */
.btn-secondary {
  background: #FFFFFFdd;
  border-radius: 25px 50px;
}

.btn-secondary .elementor-button-text {
    color: var(--color-dark);
}
.btn-secondary .elementor-button-icon {
    fill: var(--color-dark);
}
.btn-secondary:hover {
  background: #FFFFFFED;
  color: #000 !important;
  transform: translateY(-2px);
}

.btn-trasparent-wt {
    background: #ffff0000;
}
.btn-trasparent-wt .elementor-button-text{
    color: var(--color-bg);
}
.btn-trasparent-bl {
    background: #ffff0000;
}
.btn-trasparent-bl .elementor-button-text{
    color: var(--color-dark);
}
.wpr-dual-button {
  display: flex;
  gap: 0px!important;
  justify-content: center;
  flex-wrap: wrap;
}


.wpr-button-a-wrap,
.wpr-button-b-wrap {
  flex: 0 0 auto;
}

.wpr-button-a,
.wpr-button-b {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-size: 1rem;
  cursor: pointer;
}

.site-headery {
  position: fixed;
  margin: 0px;
  padding: 7px 20px 5px 20px;
  z-index: 9990;
}

.cmplz-cookiebanner {
  opacity: 0!important; /* parte nascosto */
  pointer-events: none!important;
  transition: opacity 0.6s ease;
}

.footer {
    max-width: 1140px;
}
.footer .wpr-anim-text-visible {
  color: var(--color-dark) !important;
  text-transform: none;
}

.footer h2 {
    font-size: 1.16rem!important;
    font-weight: 400!important;
    color: var(--color-text)!important;
    text-transform: none!important;
}
.elementor-icon-list-text{
    font-size: 1rem!important;
}
.footer p, li {
  color: var(--color-text) !important;
  font-weight: 400!important;
  font-size: 1rem!important;
}
.footer h6 {
    font-weight: 400!important;
    font-size: 0.9rem!important;
}

/*-------FORM------*/
.forminator-custom-form {
  max-width: 550px!important;      /* limita la larghezza totale del modulo */
  margin: 0 auto!important;        /* centra il modulo nella pagina */
  text-align: center!important;    /* centra tutto ciò che è inline dentro il form */
}
.form-exp {
  display: none!important; /* Nascosto di default */
  max-width: 550px!important;
  margin: 0 auto!important;
  text-align: center!important;
  transition: all 0.4s ease!important;
}

.form-exp.active {
  display: block!important; /* Mostrato quando clicchi */
}
/* HOMEPAGE */

/* ========================================
   HERO SECTION
======================================== */
.hero {
  position: relative;
  color: #fff;
  text-align: center;
  max-width: 1140px;
}

.hero h1 {
  /*font-size: 6.813rem;*/
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), #ffffff80 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.hero h2 {
  background: linear-gradient(150deg, #7ed956fa, #7ed956f1, #7ed95691, #7ed95681, #7ed95671, #7ed95661, #7ed95651, #7ed95641, #7ed95631 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.hero h3 {
  font-size: 1.618rem;
  font-weight: 700;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), #ffffff80 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.hero p,
h4 {
  font-weight: 600;
}

.hero p {
  color: var(--color-bg);
}

.hero h5 {
  font-size: 1.25rem;
}

.scroll-container {
  background-color: rgba(0, 0, 0, 0.0);
  width: 100%;
  max-width: 1080px;
  display: flex;
  gap: 15px;
  padding: 10px 10px 10px 10px;
  justify-content: center;
  overflow-x: hidden;
}

.scroll-container::-webkit-scrollbar {
  display: none;
}

.scroll-card {
  flex: 1 1 185px;
  min-width: 175px;
  max-width: 210px;
  background: rgba(128, 128, 128, 0.1);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2),
    inset 0 1px 1px rgba(255, 255, 255, 0.3);
  padding: 16px;
  text-align: left;
  text-decoration: none;
  transition: transform 0.8s ease, box-shadow 0.3s ease;
  color: inherit;
  cursor: pointer;
}

.scroll-card * {
  text-decoration: none !important;
}

.scroll-card:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2),
    inset 0 1px 1px rgba(255, 255, 255, 0.3);
}

.scroll-card img {
  height: 125px;
  border-radius: 8px;
  margin-bottom: 0px;
}

/* ========================================
   second SECTION
======================================== */
.second-inn {
  max-width: 1140px !important;
}

.second h3 {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1), #ffffff20 99%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.second .wpr-anim-text-visible {
  font-size: 6.813rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 12px 20px;
  pointer-events: none;
  white-space: nowrap;
  background: linear-gradient(to bottom, var(--color-primary-hover), #ffffff00 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.wpr-anim-text-hidden {
  font-size: 15.813rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 12px 20px;
  pointer-events: none;
  white-space: nowrap;
  background: linear-gradient(to bottom, var(--color-primary-hover), #ffffff00 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.second h4 {
  font-size: 2.618rem;
  color: var(--color-bg) !important;
}
.wpr-advanced-text-preffix {
    font-size: 4.263rem!important;
    font-weight: 500!important;
}
.wpr-highlighted-text-inner {
    font-size: 1.618rem!important;
    font-weight: 600!important;
}

.second p {
    color: var(--color-bg);
}

/* ========================================
   second EXPERIENCE
======================================== */
.exp p {
    color: var(--color-bg);
}
.exp-cnt {
  max-width: 1140px !important;
}

.cnt-tit-exp h2 {
  background: linear-gradient(150deg, #7ed956fa, #7ed956f1, #7ed95691, #7ed95681, #7ed95671, #7ed95661, #7ed95651, #7ed95641, #7ed95631 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.exp-cnt {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;

  /* 🔹 Ombra (profondità) */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2),
    inset 0 1px 1px rgba(255, 255, 255, 0.3);
  padding: 16px;
  text-align: left;
  /*transition: transform 0.8s ease, box-shadow 0.3s ease;*/
}

.exp-cnt h4 {
  text-decoration: underline;
  /*color: var(--color-bg) !important;*/
  /*font-weight: 700 !important;*/
}

.exp-cnt1 {
  /* 🔹 Effetto vetro */
  background: rgba(128, 128, 128, 0.0);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(10px);
}

.exp-cnt2 {
  /* 🔹 Effetto vetro */
  background: rgba(128, 128, 128, 0.0);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(0px);
}

.exp-cnt3 {
  /* 🔹 Effetto vetro */
  background: rgba(128, 128, 128, 0.0);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(10px);
}

.exp-title1 {
  background: linear-gradient(to bottom, #0f0, #ffffff00 99%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  /* 🔥 necessaria! */
}

.exp-title2 {
  background: linear-gradient(to bottom, #f42, #ffffff00 99%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  /* 🔥 necessaria! */
}

.exp-title3 {
  background: linear-gradient(to bottom, #F97, #ffffff00 99%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  /* 🔥 necessaria! */
}

.exp-cnt2 p {
  color: var(--color-text);
}

.about-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11.023rem !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 12px 20px;
  pointer-events: none;
  white-space: nowrap;
  display: inline-block;

  background: linear-gradient(to bottom, rgba(255, 255, 255, 1), #ffffff80 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;

}

.carousel-container {
  width: 100%;
  max-width: 1200px;
  height: 450px;
  position: relative;
  perspective: 1000px;
  margin-top: 125px;
  background-color: rgba(0, 0, 0, 0);

}

.carousel-track {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.0);
  margin-top: 225px;
}

.card {
  position: absolute;
  width: 300px !important;
  height: auto !important;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.0);
  cursor: pointer;
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2),
    inset 0 1px 1px rgba(255, 255, 255, 0.3);
  background: rgba(128, 128, 128, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  height: 100%;
  padding: 5px 20px;
}

.card-content h3 {
  font-size: 2.618rem;
  font-weight: 700;
}

.card-content .card-title1 {
  background: linear-gradient(to bottom, #0f0, #ffffff00 99%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: -20px;
}

.card-content .card-title2 {
  background: linear-gradient(to bottom, #F97, #ffffff00 99%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: -20px;
}

.card-content .card-title3 {
  background: linear-gradient(to bottom, #f42, #ffffff00 99%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: -20px;
}

.card-content p {
  color: var(--color-bg);
}

.card-content h5 {
    font-size: 1.09rem;
    font-weight: 500;
}
.card-content .phr {
  color: var(--color-bg);
  font-weight: 600;
}

.card-content li {
  color: var(--color-bg)!important;
  font-size: 1rem;
  font-weight: 500;
}

.card-content h6 {
  color: var(--color-bg);
}

.card-content img {
  width: 175px;
  height: auto;
  object-fit: contain;
}

.card.center {
  opacity: 1;
  z-index: 10;
  transform: scale(1.1) translateZ(0);
}

.card.center img {
  filter: none;
}

.card.left-2 {
  z-index: 1;
  transform: translateX(-400px) scale(0.8) translateZ(-300px);
  opacity: 0.7;
}

.card.left-2 img {
  filter: grayscale(100%);
}

.card.left-1 {
  z-index: 5;
  transform: translateX(-200px) scale(0.9) translateZ(-100px);
  opacity: 0.9;
}

.card.left-1 img {
  filter: grayscale(100%);
}

.card.right-1 {
  z-index: 5;
  transform: translateX(200px) scale(0.9) translateZ(-100px);
  opacity: 0.9;
}

.card.right-1 img {
  filter: grayscale(100%);
}

.card.right-2 {
  z-index: 1;
  transform: translateX(400px) scale(0.8) translateZ(-300px);
  opacity: 0.7;
}

.card.right-2 img {
  filter: grayscale(100%);
}

.card.hidden {
  opacity: 0;
  pointer-events: none;
}

.member-info {
  text-align: center;
  transition: all 0.5s ease-out;
  min-width: 900px;
  width: 90%;
  max-width: 90%;
}

.member-name {
  font-size: 4.213rem !important;
  font-weight: 800;
  position: relative;
  display: inline-block;
  margin-top: 50px;
  margin-bottom: -20px;
  background: linear-gradient(to bottom,
      var(--color-bg),
      rgb(255 255 255 / 50%) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.member-role {
  font-size: 1.618rem !important;
  font-weight: 800 !important;
  margin-top: -10px;
  background: linear-gradient(to bottom, #7ed956, #7ed95681 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  position: relative;
  text-transform: uppercase;
  padding: 10px 0;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: -5px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 1.0);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: rgb(255, 255, 255, 1.0);
  transform: scale(1.2);
}

.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 0.80);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999 !important;
  transition: all 0.3s ease;
  font-size: 6.238rem;
  border: none;
  outline: none;
}

.nav-arrow:hover {
  background-color: rgba(255, 255, 255, 0.0) !important;
  color: rgba(255, 255, 255, 1.0);
}

.nav-arrow:focus {
  background-color: rgba(255, 255, 255, 0.0) !important;
  color: rgba(255, 255, 255, 1.0);
}

.nav-arrow.left {
  left: 20px;
  padding-right: 3px;
}

.nav-arrow.right {
  right: 20px;
  padding-left: 3px;
}

.nav-arrow.active {
  background-color: rgba(255, 255, 255, 0.0) !important;
  color: rgba(255, 255, 255, 1.0);
}

/* ========================================
   second Travel
======================================== */
.travel {
  position: relative;
  min-height: 750px;
  height: 100vh;
  background: linear-gradient(180deg, #e0f7ff 0%, #ffffff 100%);
  overflow: hidden !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.travel h2 {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1), #ffffff80 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.travel h3 {
  background: linear-gradient(145deg, rgba(0, 0, 200, 0.8), rgba(0, 145, 255, 0.8) 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.travel h4 {
  color: var(--color-bg) !important;
  /*text-decoration: underline;*/
}

.travel h5 {
  color: var(--color-bg) !important;
  font-weight: 600!important;
  font-size: 1rem!important;
}

.travel h6 {
  position: absolute;
  top: -35px;
  right: -24px;
  font-size: 6.813rem;
  opacity: 0.5;
}

.travel p {
  color: var(--color-bg)!important;
}

.cnt-tit-trav p {
  color: var(--color-bg)!important;
}


.glass-container {
  position: relative;
  z-index: 10;
  padding: 10px 22px;
  width: min(900px, 90%);
  max-width: 1140px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.18);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 30px rgba(3, 12, 34, 0.12);
  text-align: center;
  transition: background 0.25s ease;
}

.plane {
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 100px;
  height: auto;
  z-index: 9;
  pointer-events: none;
}

/* ========================================
  REVIEWS
======================================== */
.reviews-short {
  max-width: 1140px !important;
}

/* -------------------------- */
/*        FLOTTA PAGE         */
/*---------------------------*/


.cnt-card-veicoli {
  max-width: 1140px;
}
/*
.cnt-request {
    max-width: 600px;
}*/

.hero-flotta h1 {
  font-size: 6.813rem !important;
  background: linear-gradient(150deg, #7ed956fa, #7ed956f1, #7ed95691, #7ed95681, #7ed95671, #7ed95661, #7ed95651, #7ed95641, #7ed95631 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  font-weight: 900 !important;
}


.hero-flotta h2 {
  font-size: 4.263rem !important;
  font-weight: 700 !important;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), #ffffff80 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.hero-flotta h4 {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), #ffffff80 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.forminator-button {
    padding: 11px 28px!important;
}

.cnt-request {
    max-width: 1140px;
}
.cnt-request h2 {
    font-size: 4.263rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), #ffffff80 95%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    
}
.cnt-request p {
    color: var(--color-bg);
}
/* -------------------------- */
/*       VEICOLI PAGE         */
/*---------------------------*/
.cnt-cat {
  border: 1px solid rgba(178, 178, 178, 0.7);
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2),
    inset 0 1px 1px rgba(255, 255, 255, 0.3);
  padding: 16px;
  text-align: left;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1), #00000000 100%);
  background: rgba(128, 128, 128, 0.0);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hero-veicoli .cnt-cat h3 {
    font-size: 1.618rem!important;
    white-space: normal!important;
    display:block!important;
}
.hero-veicoli .cnt-cat h4 {
  color: var(--color-bg)!important;
  text-decoration: none!important;
}

.cnt-cat p {
  color: rgba(178, 178, 178, 0.7);
}

.btn-rect {
  background: #fff !important;
  color: #000 !important;
  border-radius: 1px;
  text-decoration: none;
}

.btn-rect:hover {
  background: var(--color-DARK);
  color: #FFF !important;
  border-radius: 1px;
  text-decoration: none;
}
/*------------------------*/
/*    Coockie Policy      */
/*------------------------*/

.cnt-coockie h2 {
    font-size: 1.618rem!important;
    font-weight: 600!important;
    display: block!important;
    white-space: normal!important;
}
.cnt-coockie h3 {
    font-size: 1rem!important;
    font-weight:600!important;
    display: block!important;
    white-space: normal!important;
}
.cnt-coockie li, span, div, p {
    font-size: 1rem!important;
    font-weight: 500!important;
}







/* Tablet grande - max 1024px */
@media (max-width:1025px) {

  h1 {
    font-size: 4.263rem !important;
  }

  h2 {
    font-size: 6.813rem !important;
  }

  h4 {
    font-size: 1.618rem !important;
  }

  h5 {
    font-size: 1.25rem !important;
  }

  h6 {
    font-size: 1rem !important;
  }

  p {
    font-size: 1rem !important;
  }

  .hero h1 {
    font-weight: 800;
  }

  .hero h2 {
    font-weight: 800;
  }

  .hero h3 {
    font-size: 1.618rem !important;
  }

  .section {
    padding: 60px 0;
  }

  button,
  .wp-element-button,
  .elementor-button {
    padding: 8px 16px;
    font-size: 1rem;
    font-weight: 600;
  }

  .elementor-button-icon {
    font-size: 1rem;
  }
  .footer h2 {
      white-space: normal!important;
      display: block!important;
  }
  .scroll-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; /* Scorrimento fluido su iOS */
  gap: 10px;
  padding: 10px 0;
  justify-content: flex-start;
  max-width: 100%;
}

.scroll-container.dragging {
  cursor: grabbing;
  user-select: none;
}

.scroll-card {
  flex: 0 0 auto;
  width: 185px;
  max-width: 185px;
  min-width: 185px;
}


  .second h4 {
    font-size: 2.618rem !important;
  }

  .card h3 {
    font-size: 2.618rem !important;
  }

  .card p {
    color: var(--color-bg);
  }


  .second-inn {
    max-width: 825px !important;
  }
  .exp-cnt {
    max-width: 825px !important;
  }
  .glass-container {
    max-width: 825px !important;
  }
  .reviews-short {
    max-width: 825px !important;
  }
  .footer-cnt, .divid {
    max-width: 825px !important;
  }


  .member-info {
    min-width: 800px;
    width: 100%;
    max-width: 100%;
  }

  .member-info h3 {

    font-size: 2.618rem !important;
  }

  .travel {
    height: auto;
    min-height: 100vh;
    overflow: visible;
    padding: 60px 0;
  }
  .cnt-tit-trav h2 {
      font-size: 6.813rem!important;
  }

  .glass-container {
    width: 90%;
    padding: 20px;
  }
  
  .cnt-request h2 {
    font-size: 2.618rem!important;
  }
}



/* Tablet piccolo - max 768px */
@media (max-width:768px) {
  /* Mostra la navbar solo sulla home */
  body:not(.home) .mobile-nav {
    display: none !important;
  }
  h1 {
    font-size: 2.618rem !important;
    font-weight: 800 !important;
  }

  h2 {
    font-size: 1.618rem !important;
    font-weight: 700 !important;
  }

  h3 {
    font-size: 2.236rem !important;
    font-weight: 700 !important;
  }

  h4 {
    font-size: 1.618rem !important;
    font-weight: 500 !important;
  }

  h5 {
    font-size: 1rem !important;
    font-weight: 400 !important;
  }

  h6 {
    font-size: 1rem !important;
    font-weight: 400 !important;
  }

  p {
    font-size: 1.09rem !important;
    font-weight: 400 !important;
  }

  .mobile-nav {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(100%);
    opacity: 0;
    padding: 1rem 2rem;
    color: #fff;
  }
  .footer h2 {
      white-space: normal!important;
      line-height: 1.2rem;
      font-size: 1rem!important;
      display: block!important;
  }

  /* ========================================
    HERO SECTION
    ======================================== */
  .hero h2 {
    font-size: 4.263rem !important;
  }

  .hero h3 {
    font-size: 1rem !important;
    font-weight: 600;
  }

  .hero h4 {
    font-size: 1.618rem!important;
  }
  .hero h5 {
    font-size: 1.25rem!important;
  }


  /* ========================================
    SECOND SECTION
    ======================================== */

  .second h3 {
    font-size: 2.618rem !important;
    font-weight: 800 !important;
  }
  .wpr-advanced-text-preffix {
    font-size: 2.618rem!important;
}
  /* ========================================
    EXPERIENCE SECTION
    ======================================== */
  .cnt-tit-exp h2 {
    font-size: 2.618rem !important;
    font-weight: 800;
  }

  .exp h4 {
    font-size: 1.25rem!important;
    font-weight: 700!important;
    text-decoration: none!important;
  }

  .exp-cnt {
    max-width: 90% !important;
  }
  .carousel-track {
      margin-top: 120px!important;
  }

  .about-title {
    font-size: 6.813rem!important;
  }

  .card {
    width: 70%!important;
    height: 250px;
  }
  .carousel-container h3 {
    font-size: 2.236rem!important;  
  }
  .carousel-container h6, h5, li {
      font-size: 0.9rem!important;
  }
  .card-content h5 {
      font-weight: 500!important;
  }
  .card-content img {
      width: 125px;
      height: auto;
      object-fit: contain;
    }
    .nav-arrow {
    display: none !important;
  }
  /*    
  .card.left-2 {
    transform: translateX(-250px) scale(0.8) translateZ(-300px);
  }
  */
  .card.left-1 {
    transform: translateX(-120px) scale(0.9) translateZ(-100px);
  }

  .card.right-1 {
    transform: translateX(120px) scale(0.9) translateZ(-100px);
  }
  /*
  .card.right-2 {
    transform: translateX(250px) scale(0.8) translateZ(-300px);
  }
  */
  .member-info {
    min-width: 375px !important;
    width: 95% !important;
    max-width: 95% !important;
  }
  .member-info h3{
    font-size: 4.263rem!important;
  }
  .member-info p {
    font-size: 1.25rem!important;
  }
  .member-name {
      margin-top: 0px!important;
  }

  .member-name::before,
  .member-name::after {
    width: 50px;
  }

  .member-name::before {
    left: -70px;
  }

  .member-name::after {
    right: -70px;
  }
  .dots {
      display: none;
  }

  
  
  .travel h2 {
      font-size: 4.263rem!important;
  }
  .travel h3 {
      font-size: 3.634rem!important;
  }
  .travel-sub h4{
      font-size: 1.25rem!important;
      font-weight: 700!important;
      text-decoration: underline!important;
      
  }
  .cnt-request h2 {
    font-size: 1.618rem!important;
  }
  .furgone-tit h1{
      font-size: 2.618rem!important;
  }

}