html, body {
   
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  
}
body,h1,h2,h3,h6,p,quote,small,form,input,ul,li,ol,label {
    margin: 0px;
    padding: 0px;
}
h3 { font-size:24px}
/* Poppins - Thin */
.oswald-<uniquifier> {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

/* Poppins - ExtraLight */
@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

/* Poppins - Regular */
@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Poppins - Medium */
@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

/* Poppins - SemiBold */
@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

/* Poppins - Bold */
@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

/* Poppins - ExtraBold */
@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

/* Poppins - Black */
@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
h2 { font-weight:500 }
#cont_pinfs p { color:#fff; font-size:12px}
p {font-size: 18px;line-height:1.4em;margin:10px 0;text-align:justify;}
h1 {font-size:50px;font-weight: 500;}
h5 { font-size:14px; font-weight:600;    }
h6 {font-size: 18px;font-weight: 600;text-transform:uppercase;}
body {
    color: #121212;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
body {
    background: #edeef5;
}
.forgiati-section {
  padding: 90px 20px;
  /* background: linear-gradient(135deg, #0f1117 0%, #171d2e 100%); */
}

.forgiati-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.forgiati-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 35px;
}

.forgiati-image-box {
  position: relative;
  overflow: hidden;
  /* border-radius: 24px; */
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.forgiati-image-box img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.forgiati-image-box:hover img {
  transform: scale(1.05);
}

.forgiati-content {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  /* background: rgba(255, 255, 255, 0.05); */
  /* border: 1px solid rgba(255,255,255,0.08); */
  /* border-radius: 24px; */
  padding: 40px 30px;
  /* backdrop-filter: blur(8px); */
  /* box-shadow: 0 15px 35px rgba(0,0,0,0.25); */
}

.forgiati-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  /* background: rgba(26, 39, 156, 0.18); */
  color: #1a279c;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.forgiati-content h2 {
  margin: 0 0 18px;
  font-size: 42px;
  color: #000000;
  font-weight: 500;
}

.forgiati-content p {
  margin: 0 0 16px;
  color: #333;
  font-size: 17px;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .forgiati-gallery {
    grid-template-columns: 1fr;
  }

  .forgiati-image-box img {
    height: 320px;
  }

  .forgiati-content h2 {
    font-size: 34px;
  }
}

@media (max-width: 1024px) {
  .forgiati-container { flex-direction:column-reverse}
  .forgiati-section {
    padding: 65px 15px;
  }

  .forgiati-image-box {
    border-radius: 18px;
  }

  .forgiati-image-box img {
    height: 220px;
  }

  .forgiati-content {
    padding: 28px 20px;
    border-radius: 18px;
  }

  .forgiati-content h2 {
    font-size: 28px;
  }

  .forgiati-content p {
    font-size: 15px;
    line-height: 1.7;
  }
}
.motori-usati-section {
  position: relative;
  padding: 80px 20px;
  /* background: linear-gradient(135deg, #0f1117, #1b2238); */
  overflow: hidden;
}

.motori-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(26, 39, 156, 0.10), transparent 60%);
  pointer-events: none;
}

.motori-container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.motori-img {
  flex: 1;
  max-width: 320px;
  display: flex;
  justify-content: center;
}

.motori-img img {
  width: 100%;
  max-width: 320px;
  height: 420px;
  object-fit: cover;
  /* border-radius: 22px; */
  /* box-shadow: 0 20px 40px rgba(0,0,0,0.35); */
  /* border: 3px solid rgba(255,255,255,0.08); */
  /* transition: transform 0.4s ease, box-shadow 0.4s ease; */
}

.motori-img img:hover {
  transform: scale(1.04);
  box-shadow: 0 25px 50px rgba(0,0,0,0.45);
}

.motori-content {
  flex: 1.4;
  max-width: 700px;
  background: rgba(255,255,255,0.05);
  /* backdrop-filter: blur(10px); */
  /* border: 1px solid rgba(255,255,255,0.08); */
  /* border-radius: 24px; */
  padding: 45px 35px;
  /* box-shadow: 0 15px 35px rgba(0,0,0,0.30); */
}

.title-kit h1 {
  font-size: 42px;
  color: #000000;
  margin: 0 0 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

.title-kit h1::after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  background: #1a279c;
  border-radius: 20px;
  margin-top: 12px;
}

.descr-kit h3 {
  font-size: 19px;
  line-height: 1.7;
  color: #dfe5ff;
  font-weight: 400;
  margin-bottom: 25px;
}

.motori-text p {
  color: #333333;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.motori-text ul {
  list-style: none;
  padding: 0;
  margin: 25px 0 30px;
}

.motori-text ul li {
  color: #1a279c;
  font-size: 16px;
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
}

.motori-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  color: #1a279c;
  font-weight: bold;
  font-size: 18px;
}

.motori-btn {
  display: inline-block;
  padding: 14px 28px;
  background: #1a279c;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  /* box-shadow: 0 10px 25px rgba(26, 39, 156, 0.35); */
}

.motori-btn:hover {
  transform: translateY(-3px);
  background: #2434c7;
  box-shadow: 0 14px 30px rgba(26, 39, 156, 0.45);
}

/* Animazioni iniziali */
.animate-item {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.9s ease;
}

.animate-item.from-left {
  transform: translateX(-70px);
}

.animate-item.from-right {
  transform: translateX(70px);
}

.animate-item.show {
  opacity: 1;
  transform: translate(0, 0);
}

/* Responsive */
@media (max-width: 1100px) {
  .motori-container {
    gap: 25px;
  }

  .motori-content {
    padding: 35px 25px;
  }

  .title-kit h1 {
    font-size: 34px;
  }

  .descr-kit h3 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .motori-container {
    flex-direction: column;
  }

  .motori-img {
    max-width: 100%;
  }

  .motori-img img {
    max-width: 100%;
    height: 300px;
  }

  .motori-content {
    max-width: 100%;
    text-align: center;
  }

  .title-kit h1::after {
    margin: 12px auto 0;
  }

  .motori-text ul {
    text-align: left;
    max-width: 500px;
    margin: 25px auto 30px;
  }
}

@media (max-width: 576px) {
  .motori-usati-section {
    padding: 60px 15px;
  }

  .title-kit h1 {
    font-size: 28px;
  }

  .descr-kit h3 {
    font-size: 16px;
    line-height: 1.6;
  }

  .motori-text p,
  .motori-text ul li {
    font-size: 15px;
  }

  .motori-content {
    padding: 28px 20px;
    border-radius: 18px;
  }

  .motori-img img {
    height: 220px;
    border-radius: 16px;
  }

  .motori-btn {
    width: 100%;
    text-align: center;
  }
}
  :root{
    --s-bg:#0b0b0b;
    --s-text:#ffffff;
    --s-muted:rgba(255,255,255,.78);
    --s-line:rgba(255,255,255,.18);
    --s-accent:#f5b400;
    --s-wrap: 1300px;
  }

  .servizi{
    background: #edeef5;
    color: #000000;
    padding: clamp(44px, 6vw, 90px) 22px;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  }

  .servizi__wrap{
    max-width:var(--s-wrap);
    margin:0 auto;
  }

  .servizi__title{
    margin:0 0 26px;
    font-size: clamp(34px, 5vw, 56px);
    text-align: center;
    text-transform: uppercase;
    letter-spacing:.02em;
  }

  .servizi__accordion{
    border-top: 1px solid rgb(0 0 0 / 18%);
  }

  .acc-item{
    border-bottom: 1px solid rgb(0 0 0 / 18%);
  }

  .acc-head{
    width:100%;
    background:transparent;
    border:0;
    color:inherit;
    cursor:pointer;
    padding: 22px 0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    text-align:left;
  }

  .acc-head__text{
    font-size: clamp(14px, 2.6vw, 20px);
    /* font-weight: 700; */
    text-transform: uppercase;
    letter-spacing:.02em;
  }

  .muted{
    text-transform:none;
    font-weight:600;
    opacity:.9;
  }

  /* Icona + / - */
  .acc-head__icon{
    width:26px;
    height:26px;
    flex:0 0 26px;
    position:relative;
    opacity:.95;
  }
  .acc-head__icon::before,
  .acc-head__icon::after{
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    width:18px;
    height:2px;
    background: #000000;
    transform:translate(-50%,-50%);
    border-radius:2px;
  }
  .acc-head__icon::after{
    transform:translate(-50%,-50%) rotate(90deg);
  }
  .acc-item.is-open .acc-head__icon::after{
    opacity:0; /* diventa "-" */
  }

  /* Panel (animato via max-height) */
  .acc-panel{
    max-height:0;
    overflow:hidden;
    transition:max-height .28s ease;
  }
  .acc-panel__inner{
    padding: 0 0 22px;
    max-width: 96%;
    color: rgb(0 0 0 / 78%);
    line-height:1.7;
    font-size: 15px;
  }
  .acc-panel__inner p{ margin:0 0 10px; }
  .acc-panel__inner b{color: #000000;}

  .acc-item.is-open .acc-panel{
    /* max-height impostato via JS per animazione precisa */
  }
.servizi__cta{
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color .3s ease, transform .2s ease;
}

/* layer animato */
.servizi__cta::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(90deg, #1a279c, #1a279c);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
  z-index:-1;
}

/* hover */
.servizi__cta:hover::before{
  transform: scaleX(1);
}

.servizi__cta:hover{
  color:#fff;
  border: 2px solid #1a279c;
  transform: translateY(-1px);
}

  .servizi__cta{
    margin: 40px auto;
    display: table;
    padding: 12px 22px;
    border-radius:4px;
    background: transparent;
    color: #000;
    font-size:18px;
    text-decoration:none;
    border:2px solid #000;
    font-weight:500;
    letter-spacing:.02em;
    text-transform:uppercase;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    width: auto;
    align-items: flex-start;
  }

  @media (max-width: 640px){
    .acc-head{ padding:18px 0; }
    .acc-panel__inner{ font-size:14px; }
    .acc-head__icon{ width:24px; height:24px; flex-basis:24px; }
  }
html {
    margin-top: -60px
}
a { text-decoration:none}
@media (min-width: 1024px) and (max-width: 1540px) {
    
     p {font-size:14px;line-height:1.4em;margin:10px 0;}
   .wrapper-left-content,.wrapper-right-content {max-height: calc((100vw + 100vh) / 6) !important;}
    .content-counter {width: 90vw !important;min-width: inherit !important;}
    .contact { width:60% !important}
    .back-img-cont { height:300px !important; }
    .text-generic p:first-child{ font-size:11px !important }
    .text-generic p { font-size:12px !important }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .content-nss { width:90% !important; position:relative; display:flex; margin:50px auto !important; }
    .titlesslide { font-size:32px !important;}
    p {font-size:14px;line-height:1.4em;margin:10px 0;}
    .item-img { flex: 1 0 97.3% !important; }
      #altreinfosinistra { width:90% !important}
    #content_infocp { width:90% !important}
    .copr-jdjfl34 p { margin:0 !important; display:flex;}
    .copr-jdjfl34 p font { margin:auto !important}
    .number-item-text {  font-size:70px !important; }
.title-item-number { font-size:16px !important; }
.simple-text { font-size:70px !important; }
  .back-img-cont { height:600px !important; }
    .text-generic p:first-child{ font-size:11px !important }
    .text-generic p { font-size:12px !important }
    .content {width: 90vw !important;min-width: inherit !important; }
    .contact { width:90% !important}
    .curve-shape { display:none !important; }
.content-counter {width: 90vw !important;min-width: inherit !important;}
    #desktop-static-menu {
        display: none !important;
    }
    #mobile-static-menu {
        display: block !important;
    }
    .menu-ui-mobile {/* gap:0 !important; *//* margin:auto !important; */}
    .menu-ui-mobile li {/* height:100% !important; */}
}

/* Cambia la larghezza del menu mobile a 100% sotto i 768px */
@media (max-width: 1024px) {
    .elementor-widget-container{width: 90%!important;margin: 5% !important;}
    .content-nss .wrapper-content {flex-direction:column; gap:20px !important}
    .item-element {width:auto !important; padding: 10px !important }
    .content-ns {flex-direction:column !important;min-width: initial !important;}
    .content-ns .wrapper-content { padding:20px  !important; width:auto !important;}
    .card {
  width: 100% !important; /* Dimensione uniforme */
  height: auto
}
    .contenitore {display:flex;flex-direction: column;gap: 10px;}
  .imgsliderdiv {
 
  background:url(../immagini/sfondo-mobile.webp) no-repeat center/cover !important
}
    h1 { font-size:25px !important;  font-weight:800   }
    .descr_slide {text-align: center !important;}
    #contentlisl { max-width:90vw !important }
    #cookie-banner p {
    margin: 10px ;
    width:auto !important;
    font-size:12px;
}
    #cookie-banner h3 {
    margin: 10px ;
    width: auto; font-size:16px
}
    #cookie-banner {
    display: none;
    position: fixed;
    bottom: 0px !important;
    left: 0px !important;
    width: 96% !important;
    height: auto;
    background-color: #fff;
    color: #000;
    text-align: left;
    padding: 2% !important;
    z-index: 1000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 10px #00000040;
    -webkit-box-shadow: 0px 0px 10px #00000040;
    box-shadow: 0px 0px 10px #00000040;
}
    .title-kit h1 { font-size:26px !important; }
   .content-nss { width:90% !important; position:relative; display:flex; margin:50px auto !important; }
    .titlesslide {font-size: 44px !important;text-align: center !important;}
    .item-img { flex: 1 0 97.3% !important; }
    #mobile-static-menu-items {
        height: 100vh !important;
    }
     #desktop-static-menu {
        display: none !important;
    }
  .wht_product_g {padding: 5px !important;}
  .wht_product_g .whts-text { display:none}
 
#center-mobile-static-menu {flex-direction:row-reverse !important;}
    #mobile-static-menu {
        /* display: block !important; */
    }
    .logo-light { background:none !important}
    #mobile-static-menu-items {width: 100% !important;}
    .rsh  {left: 0px !important;}
  .relinkslide {width:auto;height:auto;position:relative;display: flex;flex-direction:column;opacity:0;top:1000px;justify-content: center;gap: 20px;align-items: center;}
.contact-btn-w {
    padding: 10px 28px !important;
   
}
    .requestNow {display: none !important;}
    .item-text-content {width: calc( 100% - 0px) !important;height: 300px !important;padding: 0 !important;margin: 0 !important;}
        .item-text-content:last-child { border-bottom:none}

    .wrapper-content_counter {width:100% !important; grid-template-columns: repeat(1, 1fr) !important;}
    .text-item-content {justify-content: center !important;font-size: 50px !important;}
    .title-item-number { font-size:24px !important; text-align:center;}
    .contact { width:100% !important}
    .curve-shape { display:none !important; }
    .menu-ui-mobile li a {font-size:28px !important;}
    .rows-4 {flex-direction:column;margin: 20px auto !important;gap: 0px !important;}
    .content-counter {width: 90vw !important;min-width: inherit !important;}
    .rows-5>.content { flex-direction:column-reverse !important;width:100% !important}
     .rows-6>.content { flex-direction:column !important;width:100% !important}
     .rows-7>.content { flex-direction:column-reverse !important;width:100% !important}
    .content {width: 90vw !important;min-width: inherit !important; }
    .item-content-w { flex-direction:column !important}
    #altreinfosinistra {width:90% !important;flex-direction: column-reverse;}
    #content_infocp { width:90% !important; flex-direction:column; justify-content:center }
    .copr-jdjfl34:last-child { justify-content: inherit !important; }
    .copr-jdjfl34 p { margin:0 !important; display:flex;}
    .copr-jdjfl34 p font { margin:auto !important}
    .rows-3 .description {/* width:80% !important; */}
    .wrapper-right-content {max-height: 300px !important;}
    .wrapper-left-content,.wrapper-right-content  { width:100% !important}
    .wrapper-left-content { max-height:inherit !important}
    .text-content-w{ width:90% !important}
    .rows-1 .preTitle {  text-align:center }
.rows-1 .title {  text-align:center }
    .rows-5 .preTitle {  text-align:center }
.rows-5 .title {  text-align:center }
}
#displayblocked {
    background: #00000050;
    display: none;
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 110vh;
}

#cookie-banner {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: auto;
    height: auto;
    background-color: #fff;
    color: #000;
    text-align: left;
    padding: 20px;
    z-index: 1000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 10px #00000040;
    -webkit-box-shadow: 0px 0px 10px #00000040;
    box-shadow: 0px 0px 10px #00000040;
}
.easetop {
    left: -100% !important;
    /* display: none !important; */
}
.hidden {
    display: none !important;
}

#cookie-banner.show, #mini-link.show, #cookie-customization.show, #displayblocked.show {
    display: block;
    animation: fadeIn 1s;
}

#mini-link {
    display:none;
    line-height:44px;
    position: relative;
    margin:0 10px;
    color: #3e5fff;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#cookie-customization {
    display: none;
    z-index: 1000;
    background: #fff;
    width: 500px;
    position: fixed;
    height: auto;
    bottom: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    padding: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 10px #00000040;
    -webkit-box-shadow: 0px 0px 10px #00000040;
    box-shadow: 0px 0px 10px #00000040;
}

#cookie-banner p {
    margin: 10px ;
    width: 440px;
    font-size:12px;
}

#cookie-customization p {
    margin: 10px 0;
    font-size: 16px;
}

#cookie-banner h3 {
    margin: 10px;
    width: auto;
    font-size: 16px;
    text-align: center;
}
#reject-cookies {
     background: #eee !important;
     border:1px solid #ddd !important;
    
}
#reject-cookies:hover {
     background: #3679f4 !important;
     border:1px solid #3679f4 !important;
    
}
#customize-cookies:hover {
     background: #3679f4 !important;
     border:1px solid #3679f4 !important;
    
}
#customize-cookies {
     background: #eee !important;
     border:1px solid #ddd !important;
    
}
#accept-all-cookies {
    background: #3679f4 !important;
    color: #fff !important
}

#accept-all-cookies:hover {
    background: #365cf4 !important;
    border: 1px solid #365cf4;
    color: #fff !important
}

#cookie-banner button, #cookie-customization button {
    background: none;
    border: 1px solid #3679f4;
    color: #000;
    padding: 10px 20px;
    margin: 5px 5px;
    cursor: pointer;
    font-weight: 500;
    border-radius:4px;
    font-size: 14px;
}

#save-preferences {
    bottom: 20px;
    position: absolute;
}

#cookie-banner button:hover, #cookie-customization button:hover {
    background-color: #365cf4;
    color: #fff !important
}
.overlaysfondo {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 32%), #303030);
}
.overlays{
    z-index: 1;
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #ffffff40;
}
.overlay .piece {
    position: absolute;
    background: #fff;
    border: 1px solid #000;
    opacity: 0;
}
header {top:0;position:fixed;height: 90px;width:100vw;display:flex;z-index: 9;background: #ffffff;box-shadow: 0 0px 15px rgb(0 0 0 / 12%); /* Ombra leggera */}
footer {width:100%;height:auto;position:relative;display:flex;background: #242424;flex-direction: column;top: -8px;}
#altreinfo { width:100%; height:auto; position:relative; display:flex;   }
#altreinfosinistra {width:60%;height:auto;position:relative;display:flex;margin:50px auto;gap: 20px;}
#info-footer  {width:100%;height:auto;position:relative;display:flex;flex-direction: column;}
#info-footer_logo{width:100%;height:auto;position:relative;display:flex;flex-direction: column;}
#logosito { background:url(../immagini/logo.png) no-repeat center/contain; width:100%; height:100px }
#info_copiry {width:100%;/* height:40px; */position:relative;background: #161616;}
#titlesinfs { width:100%; position:relative; height:auto; display:inline-block; border-bottom:1px solid #fff  }
#cont_pinfs { width:100%; position:relative; height:auto; display:inline-block  }
#cont_pinfs p a { color:#ddd; font-size:12px; text-transform:uppercase; font-weight:bold; }
#cont_pinfs p a:hover  {color: #3679f4;}
#titolosinfs { color:#fff; font-size:18px; text-transform:uppercase; font-weight:bold; position:relative}
#content_infocp {width: 80%;height:auto;position:relative;display:flex;margin:auto;/* justify-content: center; */}
.copr-jdjfl34 {width:100%;height:auto;position:relative;display:flex;}
.copr-jdjfl34:last-child { justify-content: flex-end; }
.copr-jdjfl34 a { line-height:40px; position:relative; margin:0 15px; color:#ddd}
.copr-jdjfl34 a:hover {color: #e2e511;}
#content-html {width:100%;position:relative;height:100%;display:inline-block;margin-top: 120px;}
.b-row {width:100%;position:relative;height: 100%;display:inline-block;}
.b-rows {width:100%;position:relative;height: auto;display:inline-block;top: -7px;}
.content-row {width:100%;position:relative;height:100%;display:flex; }
 
.rows-15 {color: #000000;}
.rows-4 {flex-direction:column;margin: 80px auto;gap: 80px;}
.content-nss { width:80%; position:relative; display:flex; margin:100px auto; }
.content-jotform {width: 100%;position:relative;display:flex;margin: 0px auto;flex-direction: column;color: #fff;}
.content-nss .wrapper-content {width:100%;position:relative;gap: 20px;display:flex;margin:0;align-items: flex-start;}
.rows-15 .wrapper-content {flex-direction: column; gap:20px}
.motori-usati-section .title-kit h1 { color:#000; font-weight:500}
.motori-usati-section .descr-kit h3 { color:#333; text-align:justify }
.title-kit { position:relative; margin:auto; }
.title-kit h1 { font-size:36px; }
.descr-kit {position:relative;margin:auto;text-align: center;font-size: 20px;}
.descr-kit h3 { font-size:16px; font-weight:400}
.item-element {width:33%;position:relative; gap:10px;height:auto;display:flex;padding:50px;flex-direction: column; border:1px solid transparent; -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;}
.item-element:hover {background: #444;}
.item-element-title {width:auto;position:relative;height:auto;display:flex;margin:auto;color: #ffffff;font-weight:bold;font-size:20px;}
.item-element-title div { margin:auto; width:50px;}
.item-element-title div svg {fill: #96aafb;}
.item-element-description {text-align:justify;color: #ddd;}
.elementor-widget-container{width:80%;position:relative;height: auto;display:flex;flex-direction: column;margin:40px auto}
.elementor-widget-container p { text-align:left;}
.info-title { margin:0 0 50px 0}
.curve-shape   {width:100%;position:absolute;height:250px;bottom:-125px;display:inline-block;background: #eeeeee;border-radius:100%}
.text-item-content {width:100%;position:relative;/* height:100%; */display:flex;align-items: center;justify-content: center;font-size: 60px;}
.number-item-text {/* color: #000; */font-weight:bold;font-family:sans-serif;position:relative;display:inline-block}
.title-item-number {text-align: center;font-size: 30px;/* font-weight:100; */position:relative;display:inline-block;width: 90%;}
.simple-text {/* color: #000; */font-weight:bold;font-family:sans-serif;position:relative;display:inline-block}
.rows-1 .content { flex-direction: row; }
.rows-5 .content {flex-direction: row;width: 100%;min-width: 1024px;gap: 0;}
.rows-6 .content {flex-direction: row;width: 100%;min-width: 1024px;gap: 0;}
.rows-7 .content {flex-direction: row;width: 100%;min-width: 1024px;gap: 0;}
.rows-2 .content { margin:80px auto !important;}
.content-ns {width: 100vw;min-width: 1280px;position:relative;height:100%;display:flex;/* margin:100px auto; */gap: 50px;flex-direction: row;z-index:1}
.content {width: 80vw;min-width: 1280px;position:relative;height:100%;display:flex;margin: 0 auto;gap: 50px;flex-direction: column;z-index:1;}
.content-counter {width: 1024px;/* min-width: 1280px; */position:relative;height:auto;display:flex;margin: 0px auto;gap: 50px;flex-direction: column;}
.content-ns .wrapper-content { padding:120px 50px; width:50%;}
.wrapper-content {width:100%;position:relative;height: auto;display:flex;}
.contenitoreimages {width:auto;position:relative;height:100%;display:flex;}
.contenitoreimages img {width: 100%;position:relative;display:flex;height:auto}
.contenitore {
  display: flex;
  /* gap: 20px; */
  justify-content: space-around;
  align-items: stretch;
}
.pics1 .sfondocard {
    background: #1a2bf7c2;
    color:#fff
}
.pics2 .sfondocard {
    background: #ffffffc2;
}
.pics3 .sfondocard {
    background: #000000c2;color:#fff
}
.card-btn { font-size:16px; font-weight:bold; text-transform:uppercase}
.pics1  .card-btn { background:#fff; padding:8px 10px; color:#000 }
.pics2  .card-btn { background:#1e1e1e; padding:8px 10px; color:#fff }
.pics3  .card-btn {background: #1a279c;padding:8px 10px;color: #fff;}
.pics1 {
    
    background:url(../immagini/file2-parte1.webp) no-repeat center/cover  }
.pics2 {
    
    background:url(../immagini/file2-parte2.webp) no-repeat center/cover  }
.pics3 {
    
    background:url(../immagini/file2-parte3.webp) no-repeat center/cover  }
/* Stile dei card */
.elementor-widget-container .card { width:100%}
.card {overflow:hidden; text-align: left;width: 33.3%; /* Dimensione uniforme */height: auto}
.sfondocard {position: relative;z-index:0;width: 94%;height: calc(100% - 160px);padding: 80px 3%;display:flex;flex-direction:column;align-items: center;justify-content: space-between;}
.card h3 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}

/* Testo normale */
.card p {
  font-size: 14px;
  line-height: 1.6;
    text-align:justify;
 
}
#contact { position:relative;height:100%;display:flex;flex-direction: column;margin:20px;}
#response {position:relative;height:40px;line-height:40px;text-align:center; display:block; margin: 10px;font-weight:600;border-radius:4px;}
.colorGreen { border:1px solid #569e40; color:#176200; background: #bce3c5; }
.colorRed {border: 1px solid #9e4040;color: #620000;background: #e3bcbc;}
.colorOrange {border: 1px solid #9e5740;color: #621b00;background: #e3c7bc;}
.contact  {width:50%;position:relative;height:100%;display:flex;background:#fff;justify-content: center;margin:auto;box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1); /* Ombra per le immagini */flex-direction: column-reverse;}
.moduloinpt {width:100%;display:flex;border:2px solid #ccc;margin:20px 0 0 0;background:#fff;}
.checkpriv, .richiestainvia {width:100%;position:relative;display:flex;height:auto;margin:20px 0;justify-content: center;}
.checkpriv input[type=checkbox] { margin:0 20px 0 10px}
.richiestainvia button {height:auto;color: #366ff4;background:none;border: 2px solid #366ff4;font-size:16px;text-transform:uppercase;font-weight:600;cursor:pointer;padding:10px 30px;}
.richiestainvia button:hover { background:#366ff4; color:#fff;}
.moduloinpt label {width:auto;position: absolute;padding:0 10px;font-size:12px;font-weight:bold;margin:-10px 0px 0 25px;background:#fff;display:inline-block;}
.moduloinpt input {width: 100%;margin: 15px;border:none;background:none;outline:none !important;}
#car-brand {width: 100%;margin: 15px;border:none;background:none;outline:none !important;}
.moduloinpt textarea { width:100%; margin:15px; resize:none; height:200px; border:none !important; background:none; outline:none !important;}
.moduloinpt textarea:hover { border:none; outline:none } 
.moduloinpt textarea:active { border:none; outline:none } 
.moduloinpt input:hover { border:none; outline:none } 
.moduloinpt input:active { border:none; outline:none } 
.wrapper-content_counter{width: 100%;position:relative;height:auto;display: grid;grid-template-columns: repeat(3, 1fr);flex-direction: row;justify-content: center;gap: 20px;}
.item-text-content {/* width: 50%; */background:#fff;height: 300px;/* border-radius:50%; */position:relative;/* height: auto; */display:flex;flex-direction: column;align-content: center;justify-content: center;align-items: center;/* color:#ff7200; *//* padding: 0 50px; */}
.item-text-content:last-child {/* border: 20px solid #FFC107; *//* color: #FFC107; */}
.item-text-content:first-child {/* border: 20px solid #ff3d00; *//* color: #ff3d00; */}
.item-content-ws {width:100%;position:relative;height:100%;display:flex;flex-direction: row; gap:2%}
.item-content-w {width:100%;position:relative;height:100%;display:flex;flex-direction: row; gap:10px;}
.item-text {position:relative;height:100%;display:flex;flex: 1 0 33.3%;width:100%;flex-direction: column; text-align:center;}
.item-img {width: 33%;position:relative;cursor:pointer;height:100%;display:flex;/* border-radius:8px; */overflow:hidden;flex-direction: column;}
.item-img:first-child {margin-left:2%;}
.item-img:hover>.back-img-cont>.content-info-product { opacity:1;}
.back-img-cont {width: 100%;height: 400px;position:relative;display:inline-block; border-radius:8px; overflow:hidden}
.back-img-cont:hover > .img-item-product { transform:scale(1.2)}
.product-audi-rs6 { background:url(../immagini/audirs6.jpeg) no-repeat center/cover }
.product-audi-q3 { background:url(../immagini/audiq3.jpeg) no-repeat center/cover }
.product-bmw-x5 { background:url(../immagini/bmwx5.jpeg) no-repeat center/cover }
.product-fiat-500x { background:url(../immagini/500x.jpeg) no-repeat center/cover }
.product-mercedes-glc { background:url(../immagini/glc.jpeg) no-repeat center/cover }
.product-renault-capture { background:url(../immagini/capture.jpeg) no-repeat center/cover }
.img-item-product {width: 100%;height: 100%;position:relative;display:inline-block; transition: All 0.3s linear;
    -webkit-transition: All 0.3s linear;
    -moz-transition: All 0.3s linear;
    -o-transition: All 0.3s linear;}
.product1 {background:url(../immagini/pellet-a1awg-480x480.jpg) no-repeat center/cover}
.product2 {background:url(../immagini/biocalors_verde2-758x720-1.jpg) no-repeat center/cover}
.product3 {background:url(../immagini/pinewood.png) no-repeat center/cover}
.product4 {background:url(../immagini/termopellet.jpg) no-repeat center/cover}
.product5  {background:url(../immagini/1169444780.jpg) no-repeat center/cover}
.product6{background:url(../immagini/pelletschuster.jpg) no-repeat center/cover}
.product-slider-container {
            position: relative;
            width: 100%;
            overflow: hidden;
            /* max-width: 600px; */ /* Puoi impostare una larghezza fissa */
            margin: auto;
        }

        .item-content-ws {
            display: flex;
            transition: transform 0.5s ease; /* Transizione di scorrimento */
            /* width: 400%; */ /* Larghezza di tutti gli elementi insieme */
        }

        .item-img {
            flex: 1 0 31.3%; /* Ogni elemento occupa un terzo dello slider */
            /* padding: 10px; */
        }

        
        .dots-container {
            text-align: center;
            margin-top: 10px;
        }

        .dot {
            display: inline-block;
            width: 40px;
            height: 6px;
            margin: 5px;
            background-color: transparent;
            border:1px solid #000;
            border-radius: 2px;
            cursor: pointer;
        }

        .dot.active {
            background-color: #000000;
        }
       .dot:hover {
            background-color: #000000;
        }
        .nav-buttons {
            position: relative;
            gap:10px;
            width: 100%;
            display: flex;
            justify-content: flex-end;
            margin:20px 0
        }

        .nav-button {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 30px;
    height:50px; width:50px;
    border-radius: 50%;
    text-align: center;
    transition: background-color 0.3s ease;
    
}

/* Stile per il pulsante Next */
#nextProduct::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(-70%, -50%) rotate(135deg);
    width: 15px;
    height: 15px;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
}

/* Stile per il pulsante Previous */
#prevProduct::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(-25%, -50%) rotate(-45deg);
    width: 15px;
    height: 15px;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
}

/* Effetto hover */
.nav-button:hover {
    color:#ffffff;
    background-color: rgba(0, 0, 0, 0.8);
}
.it-price-contact {
    width: 100%;
    height:100%;
    position:relative;
    display:flex;
    flex-direction: column;
    }
.it-price-contact-a {
    width: 100%;
    height:auto;
    bottom: 0px;
    position:absolute;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    }

.wht_product_g {
    width:auto;
    height:auto;
    position:fixed;
    border-radius:40px;
    bottom:40px;
    right: 10px;
    display:flex;
    color:#ffffff;
    padding:10px 15px;
    background: #419945;
    opacity: 1;
    font-weight:700;
    margin:0px;
    z-index:8;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    cursor:pointer;
    }
.wht_product_g .whts-text { font-size:25px; margin:15px 15px 15px  5px }
.wht_product_g .whts { width:30px; height:30px;}
.wht_product {
    width:auto;
    height:auto;
    position:relative;
    display:flex;
     color:#fff;
    border:1px solid #fff;
    opacity:0.8;
    font-weight:700;
    margin:20px; 
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    cursor:pointer;
    } 
.wht_product:hover { background:#ffffff; opacity:1 ;    color:#000;}
 .wht_product:hover .whts { background:url(../immagini/whatsp.png) no-repeat center/cover; }
.whts { width:20px; height:20px; margin:10px ; position:relative;  background:url(../immagini/whatsph.png) no-repeat center/cover; -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease; }
.whts-text { width:auto; height:20px; line-height:20px; position:relative; display:flex; margin:10px 10px 10px 0px;}
.price-price {width:auto;height:auto;position:relative;display:flex;justify-content: space-between;} 
.price-price span:last-child {background: #d5000d;padding:10px;color:#fff;top:0px;}
.price-price span {width:auto;height:auto;position:relative;display:flex;margin: 0px 20px;line-height:20px;font-size:18px;font-weight:bold;align-content: center;justify-content: center;align-items: center;}
.title-price { width:auto; height:auto; position:relative; display:flex; }
.title-price h5 {width:auto;height:auto;position:relative;display:flex;margin: 10px 20px;font-size:14px;/* font-weight:100; */}
.content-info-product {
    width:100%;
    height: 100%;
    top:0;
    position:absolute;
    display:flex;
    opacity:0;
    background:#0000008c;
    transition: All 0.8s ease;
    -webkit-transition: All 0.8s ease;
    -moz-transition: All 0.8s ease;
    -o-transition: All 0.8s ease;
    flex-direction: column;
    }
.text-generic:first-child { margin:40px auto 10px auto; }
.text-generic {width:90%;height:auto;position:relative;display:flex;margin:0 auto;color:#ffffff;font-size:16px;flex-direction: column;}
.text-generic p:first-child{ font-size:14px }

.wrapper-left-content,.wrapper-right-content {width: 50%;max-height: calc((100vw + 100vh) / 4);height:100%;overflow:hidden;position:relative;display:flex;justify-content: center;align-content: center;align-items: center;margin: auto;}
.content-picture-intro  {width: 100%;/* max-width:400px; */height:100%;position:relative;gap:40px;display:flex;justify-content: center;align-content: flex-end;align-items: flex-end;flex-direction: column;}
.pictureIntro {width: 100%;max-width:400px;height:100%;position:relative;gap:40px;display:flex;justify-content: center;align-content: flex-end;align-items: flex-end;flex-direction: column;}
.text-content-w {width: 80%;position:relative;height:auto;display:flex;margin: auto;flex-direction: column;align-items: center;justify-content: center;align-content: center;padding: 40px 0;}
.opacity { opacity: 0}
.top {opacity: 0;margin-top: 100px !important;}
.scale { transform: scale(1.5); opacity: 0; }
.rows-5 .preTitle {text-align:center;color: #e2e511;}
.rows-5 .title {text-align:left;color: #fff;font-weight: 500 !important; font-size:22px}
.rows-5 .description {text-align:justify;color: #fff;font-weight: 300 !important;}
.rows-2 .preTitle {text-align:center;color: #365cf4;}
.rows-2 .title {text-align:center;color: #ffffff;font-weight: 500 !important;}
.rows-2 .description { color:#fff}
.rows-3 .preTitle {  text-align:center }
.rows-3 .title {  text-align:center }
.rows-3 .description {text-align:center;width: 100%;margin:20px auto;}
.rows-6 .title {text-align:left;color: #fff;font-weight: 500 !important; font-size:22px}
.rows-6 .description {  text-align:left !important; color:#ffffff }
.rows-6 .description p { text-align:justify !important;  }
.rows-7 .title {text-align:left;color: #fff;font-weight: 500 !important; font-size:22px}
.rows-7 .description {  text-align:left !important; color:#ffffff }
.rows-7 .description p { text-align:justify !important;  }
.preTitle  {width:100%;height:auto;position:relative;display:inline-block;color: #1a279c;font-weight: bold;font-size: 16px;}
.rows-11 .title h1 {font-size: 36px;!;}
.title {width:100%;height:auto;position:relative;display:inline-block;font-weight:600;margin: 0 0 20px 0;}
.description  { width:100%; height:auto; position:relative; display:inline-block; margin:20px 0  }
.img-content-w {width:100%;height:100%;position:relative;display:flex;overflow:hidden !important} 
.imglarge {width:100%;height: auto;}
.immagine-residua { width:100%; height:100%; position:absolute;  bottom:0px; right:0px; box-shadow:  20px 20px 10px rgb(190 190 190 / 50%);}
.carousel-container {
    position: relative;
    width: 100%;
    max-width: 800px; /* Larghezza massima */
    margin: auto;
    overflow: hidden;
}

/* Slider e singole slide */
.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide {
    min-width: 100%; /* Ogni slide occupa tutta la larghezza del contenitore */
    height: 400px; /* Altezza della slide */
}

.carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Navigazione slider */
.carousel-nav {
    position: absolute;
    z-index:1;
    top: 35px;
    right:15px;
    gap:10px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    transform: translateY(-50%);
    pointer-events: none;
}

.carousel-prev, .carousel-next {
    font-size: 24px;
    color: #fff;
    padding:5px 15px;
    cursor: pointer;
    background-color: #e2e5119e;
    pointer-events: all; /* Abilita eventi sui pulsanti */
}

.carousel-prev:hover, .carousel-next:hover {
    background-color: rgb(0 0 0);
}

/* Dots container */
.carousel-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

.carousel-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: rgb(255 255 255 / 69%);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.carousel-dot.active, .carousel-dot:hover {
    background-color: #fff;
}
.transition {   transition: All 0.5s linear;
    -webkit-transition: All 0.5s linear;
    -moz-transition: All 0.5s linear;
    -o-transition: All 0.5s linear; }
.image1-content-w {width: 100%;height: auto;position:relative;display:inline-block;float:left;}
.primary-color { background:#ffffff; }
.secondary-color {background: #303030;}
.tree-color {background: #474747;color:#fff}

.four-color {background: #eee;}
#desktop-static-menu {
    width: 100%;
    position: relative;
    display: flex;
    /* border-bottom: 1px solid #ddd; */
    height: 100%;
    margin: auto;
    max-width: 1300px;
}


#mobile-static-menu {
    width: 100vw;
    position: fixed;
    top: 0;
    right: 0;
    /* display: none; */ /* Nasconde per impostazione predefinita */
    height: 90px;
    /* border-bottom: 1px solid #ddd; */
    z-index: 2;
}
#menu-color { background:#fff; position:absolute; width:100%; height:100%; display:inline-block}
#mobile-menu-color { background:#fff; position:absolute; width:100%; height:100%; display:inline-block}
#center-static-menu {/* min-width: 1000px; */margin:auto;height:100%;position:relative;display:flex;justify-content: space-between;width: 98%;}
#center-mobile-static-menu {width:auto;margin:auto;height:100%;position:relative;display:flex;justify-content: space-between;z-index:1;width: 98%;flex-direction: row;}
#mobile-static-menu-items {background: #000000;position:absolute;width: 20%;height: 100vh;padding: 5vh 0;display:flex;top:0px;/* align-content: center; *//* align-items: center; */justify-content: center;}
.rsh  {left: 0px;}
.menu-ui-mobile {width: 100%;margin: 80px auto;height:100%;position:relative;display:flex;flex-direction: column;gap: 2px;}
.menu-ui-mobile-tendina {display: none;padding: 20px;height:100%;position:relative;/* display:flex; */flex-direction: column;gap: 2px;background: #141414;}
.menu-ui-mobile li {width: 100%;list-style:none;cursor:pointer;/* margin:auto; */height:auto;position:relative;display:flex;transition: all 0.5s ease;flex-direction: column;}
.menu-ui-mobile li:hover { background:#22222230}
.menu-ui-mobile  li:hover .menu-link { left:20px }
.menu-ui-mobile-tendina li:hover .menu-link-tendina { left:20px }
.menu-ui-mobile li a {font-size: 18px;text-transform:uppercase;padding: 8px 45px;color:#fff}
#menu-open {width: auto;height: auto;position:relative;display:flex;cursor: pointer;}
.menu-ui-mobile-tendina.menu-open{
  display: flex;
}
.icon-open-menu {
    margin: auto 20px;
    width: 30px;
    height: 2px;
    background-color: #000000; /* Colore della linea centrale */
    position: relative;
    border-radius: 2px; /* Arrotondamento */
    cursor: pointer;
}

.icon-open-menu::before,
.icon-open-menu::after {
    content: '';
    width: 90%; /* Larghezza delle linee */
    height: 2px; /* Spessore delle linee */
    background-color: #000000; /* Colore delle linee */
    position: absolute;
    left: 0;
    border-radius: 2px; /* Arrotondamento */
    transition: all 0.3s ease; /* Transizione per l'animazione */
}

.icon-open-menu::before {
    top: -8px; /* Posiziona la linea superiore */
}

.icon-open-menu::after {
    top: 8px; /* Posiziona la linea inferiore */
}
.icon-open-menu.active {
    background-color: transparent; /* Nasconde la linea centrale */
}

.icon-open-menu.active::before {
     background-color:#fff;
    transform: rotate(45deg);
    top: 0;
}

.icon-open-menu.active::after {
    background-color:#fff;
    transform: rotate(-45deg);
    top: 0;
}
#logo-wrapper {width:auto;/* margin:auto; */height:100%;position:relative;display:flex;}
#mobile-logo-wrapper {
    width: auto;
    margin: auto 0px;
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    }
#static-menu-items {width:auto;margin: 0 50px;height:100%;position:relative;display:flex;}
.requestNow {width:auto;/* margin:auto; */height:100%;position:relative;display:flex;}
.menu-ui {width:auto;margin:auto;height:100%;position:relative;display:flex;/* gap:30px; */}
.menu-ui li { width:auto;   list-style:none; margin:auto; height:100%; position:relative; display:flex; }
.menu-ui li:hover .submenu { display:block }

.menu-link,.menu-link-tendina  {  position: relative;
  left: 0;
  transition: left 0.3s ease; width:auto;padding:0 20px;cursor:pointer;position:relative;display:flex;/* margin:auto; */text-decoration:none;color: #fff;font-weight: 500;/* font-style:italic; */font-size: 14px;text-transform: uppercase;}
.menu-link-request {
   width:auto;
   padding:10px 20px;
   background: #000;
   cursor:pointer;
   position:relative;
   display:flex;
   margin:auto;
   text-decoration:none;
   color: #ffffff;
   font-weight:400;
   text-transform: uppercase;
   font-size: 14px;
   transition: All 0.4s ease;
   -webkit-transition: All 0.4s ease;
   -moz-transition: All 0.4s ease;
   -o-transition: All 0.4s ease;
   letter-spacing: 2px;
   border-radius: 6px;
   }
.menu-link-request:hover {background: #1a279c;color: #fff;}
.menu-ui li:hover .menu-link {color: #e2e511;}
 
.submenu {
   moz-box-shadow: 0px 0px 4px #00000040;
   -webkit-box-shadow: 0px 0px 4px #00000040;
   box-shadow: 0px 0px 4px #00000040;
   transition: All 0.4s ease;
   -webkit-transition: All 0.4s ease;
   -moz-transition: All 0.4s ease;
   -o-transition: All 0.4s ease;
   padding-top:0px;
   display:none;
   overflow:hidden;
   /* width: 150px; */
   top: 90px;
   /* border-top:4px solid #FFC107; */
   left:0px;
   background: #2b2270;
   position: absolute;
   }
.submenu li { height:auto; position:relative; display:block; width:100%; transition: All 0.4s ease;
   -webkit-transition: All 0.4s ease;
   -moz-transition: All 0.4s ease;
   -o-transition: All 0.4s ease; }
.submenu li:hover {/* background:#FFC10715; */}
.submenu li a:hover {color: #e2e511;}
.submenu li a {
      white-space: nowrap;
      height:auto;
      position:relative;
      display:block;
      color: #e2e511;
      width: auto;
      padding: 10px 30px;
      transition: All 0.4s ease;
      -webkit-transition: All 0.4s ease;
      -moz-transition: All 0.4s ease;
      -o-transition: All 0.4s ease;
   }
#logo-link { width:222px; margin:auto; height:50px; position:relative; display:flex; }

#mobile-logo-link  {
    width: 160px; /* Aggiungi larghezza per rendere visibile l'elemento */
    height: 50px; /* Aggiungi altezza per adattare l'immagine */
    position:relative;
    transition: All 0.5s linear;
    -webkit-transition: All 0.5s linear;
    -moz-transition: All 0.5s linear;
    -o-transition: All 0.5s linear;
    }
.img_logo {
    width: auto; /* Aggiungi larghezza per rendere visibile l'elemento */
    height: 100%; /* Aggiungi altezza per adattare l'immagine */
    }
.logo-dark { background:url(../immagini/logo.png) no-repeat center/contain }
.logo-light { background:url(../immagini/logo.png) no-repeat center/contain }
#slide {
    width: 100%;
    height: 900px;
    float: left;
    position: relative;
    overflow: hidden;
    transform: scale(2);
    /* Zoom iniziale */
    transition: transform 1s ease;
}
#image_slide {
    width: 100%;
    height: 400px;
    float: left;
    position: relative;
    overflow: hidden;
     
}
.overlay {background: #00000040;z-index: 1;width:100%;height: 100%;position: absolute;}
#image_slide #zt_slide {left:10px; min-width:1000px; width:80% }
#image_slide #zt_slide #contentlisl { justify-content:end;  bottom:50px;  }
#image_slide #zt_slide #contentlisl .titlesslide { color:#fff !important; font-size:70px ;}
#content_slide {
    width: 100%;
    height: 100%;
    float: left;
    position: relative
}
#prevButton {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
     background-color:transparent;
    border-radius:50%;
    opacity:0.7;
    border: 2px solid #ffffff;
    cursor: pointer;
    outline: none;
    z-index: 10;
}

/* Creazione della freccia con il pseudo-elemento ::before */
#prevButton::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-25%, -50%) rotate(-45deg);
    width: 15px;
    height: 15px;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
}
#nextButton {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    opacity:0.7;
     background-color:transparent;
    border-radius:50%;
    border: 2px solid #ffffff;
    cursor: pointer;
    outline: none;
    z-index: 10;
}
#nextButton:hover {
    margin-top:-15px;
    opacity:1;
    transform:scale(1.5) ;
}
#prevButton:hover {
    margin-top:-15px;
    opacity:1;
    transform:scale(1.5) ;
}
/* Creazione della freccia con il pseudo-elemento ::before */
#nextButton::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-75%, -50%) rotate(135deg);
    width: 15px;
    height: 15px;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
}
 
.slide {
    width: 100%;
    height: 100%;
    position: absolute; 
    opacity: 0;
    transition: opacity 0.5s;
}
.slidew {
    width: 100%;
    height: 100%;
    position: absolute; 
    opacity: 0;
    transition: opacity 0.5s;
}
.active-slide {
    opacity: 1;
}
.container_slide {
    width: 100%;
    height: 100%;
    position: absolute;
    display:flex;
}
.imgsliderdiv {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    background-size: cover !important;
  background:url(../immagini/sfondo-desktop.webp) no-repeat center/cover
}
#zt_slide {z-index:2;padding: 0 2%;top: 0px;left: 0;position: relative;margin:auto;height: 100%;display: flex;}

#zt_slide_content {
  position:relative;
  display: flex;
  width: auto;
  height: auto;
}
#contentlisl {
    width: auto;
    max-width: 80vw;
    height: auto;
    position: relative;
    display:flex;
    word-wrap: break-word;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
    z-index: 1;
    gap: 25px;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    /* align-items: flex-end; */
}
.q {
    padding:30px 60px;
    border:2px solid #fff;
}
.titlesslide {
    left: -100%;
    opacity: 0;
    font-weight:600;
    color: #ffffff;
    text-align: center;
    text-transform:uppercase;
    font-size: 120px;
    !;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    position:relative;
    font-family: Oswald;
}

.descr_slide {
    display:inline-block;
    color: #dfe5ef;
    font-size: clamp(18px, 2vw, 26px) !important;
    top: 1000px;
    position: relative;
    font-weight: 600;
    text-align: center;
    opacity: 0;
    word-wrap: break-word;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    letter-spacing: -1px;
}
.relinkslide {width:auto;height:auto;position:relative;display: flex;opacity:0;top:1000px;justify-content: center;gap: 20px;}
.relinkslide>a {color:#fff;width:auto;height:auto;font-size:18px;text-transform:uppercase;display:inline-block;background: #1a279c;border-radius: 8px;}
.relinkslide>a>span  {color: #fff;width:auto;height:auto;font-size:18px;text-transform:uppercase;margin:15px 25px;display:inline-block;}
.contact-btn-w{
    padding: 0px 28px;
    min-width: 170px;
    background: #169144 !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
    }
.contact-btn-w i {font-size: 26px;}
.contact-btn-w>span {margin: 0 !important;}