
.page-template-page-landing-partner  header.elementor,
.page-template-page-landing-partner footer.elementor{display: none!important;}

.page-template-page-landing-partner { font-size: 1em!important; }


@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}


.swiper-wrapper{list-style-type: none;padding: 0;}



header.landing-header { background: #53534A; padding: 10px 0; position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 999; }
header.landing-header .width-wrap { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; align-content: center; }
header.landing-header nav ul { list-style-type: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 20px; padding: 0; align-items: center; align-content: center;}
header.landing-header nav ul li a { color: #fff; text-decoration: none; text-transform: uppercase; }

.icon-bar{display: none;}
span.close-bar{display: none;}

#landing-partner *{box-sizing: border-box;}
#landing-partner p{font-size: 1.125em;color: #51534A;line-height: 1.5em;margin: 20px 0;}
#landing-partner span{font-size: 1.125em;}
#landing-partner h1,
#landing-partner h2,
#landing-partner h3,
#landing-partner h4{font-weight: 700;}

.width-wrap{max-width: 1440px;padding: 0 20px; margin: 0 auto;}

#hero { position: relative; margin-top: 110px; height: calc(100dvh - 110px);}
#hero img { width: 100%; }
#hero .width-wrap { position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; color: #fff; }


#hero h1 { font-size: 3em; text-transform: uppercase; max-width: 60%; margin: 0;}
#hero h2 {
    font-size: 2em;
    max-width: 55%;
    line-height: 1.5em;
    font-weight: 500;
}
#hero p { background-color: rgba(212, 206, 195, .9); padding: 15px; max-width: 45%; line-height: 1.5em; font-size: 1.25em; margin: 20px 0;font-weight: 300;}
#hero p strong{font-weight: 700;}

#hero h1,
#hero h2,
#hero .button-landing {
  opacity: 0;
  visibility: hidden;
  transform: translateY(28px);
  will-change: transform, opacity;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.9);
}

#hero img { will-change: transform, filter; height: calc(100dvh - 110px); object-fit: cover; }
#hero img.partner { position: absolute; bottom: 40px; right: 100px; width: auto; height: 200px; }

#hero .marquee { overflow: hidden; width: 100%; background-color: #9D9F45; color: #fff; position: absolute; bottom: 0; }

#hero .marquee-track{ display:flex; width:max-content; will-change: transform; animation: marqueevendita 45s linear infinite; }
#hero .marquee-list{ display:flex; padding:0; margin:0; list-style:none; }

#hero .marquee-list > li { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; box-sizing: border-box; padding: 10px 20px; text-align: left; position: relative;}
#hero .marquee-list > li h3 { text-transform: uppercase; padding-bottom: 0; font-size: 1.5em; margin: 0; color: #fff; text-decoration: underline; }
#hero .marquee-list > li p { margin: 0; color: #fff; font-size: 1em; background: transparent; max-width: max-content; }
#hero .marquee-list > li:after { content: '•'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 2em; }

.button-landing { background-color: #E50133; color: #fff; padding: 10px; display: inline-block; text-decoration: none; font-size: 1.25em; transition: all .3s;}
.button-landing:hover{background-color: #fff; color: #E50133;}

#liste { padding: 100px 20px; }

#liste ul li { border: 2px solid #9D9F45; padding: 20px; display: flex; flex-direction: column; height: 100%; }
#liste .swiper-slide { display: flex; height: auto; }
#liste .swiper-wrapper{
  align-items: stretch; /* tutte le slide stessa altezza */
  margin-bottom: 60px;
  pointer-events: none;
}


#liste .swiper-pagination{display: none;}

#liste .swiper-slide{
  height: auto;
  display: flex;        /* serve perché il li possa fare height:100% */
  padding-top: 70px;
}

#liste .swiper-slide > li{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* testo su in alto */
  border: 2px solid #9D9F45;
  padding: 20px;
}

.swiper.swiper-liste {padding: 60px 0 0;}

#liste .swiper-slide img {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    width: 100px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #9D9F45;
    height: 100px;
    padding: 10px;
}


.swiper-pagination-bullet.swiper-pagination-bullet-active { background: #E50133; }

#liste ul li h2 { margin: 0; margin-bottom: 10px; font-size: 1.25em; font-weight: 900; line-height: 1em; color: #000; text-transform: uppercase; }
#liste ul li p { margin: 0; margin-bottom: 10px; }


.swiper-why .swiper-slide { display: flex; flex-wrap: wrap; align-content: center; align-items: center; justify-content: space-between; }

#why { position: relative; padding: 100px 0; }
#why:after { content: ''; position: absolute; right: 0; width: 60%; background-color: rgba(212, 206, 195, .9); height: 100%; top: 0;}
#why .width-wrap{display: flex; flex-wrap: wrap; justify-content: space-between; align-content: center; align-items: center; position: relative; z-index: 1;}
#why h2 {
    font-size: 2em;
    color: #4A4512;
    text-transform: uppercase;
    margin: 0;
    line-height: 1em;
}
#why h3 {
    font-size: 1.25em;
    line-height: 1em;
    text-transform: uppercase;
    color: #51534A;
}
.why-left, .why-right{width: 50%;}

.why-left{text-align: center;}
.why-left img { display: block; width: 100%; }

.swiper-why .swiper-button-prev, .swiper-why .swiper-button-next{background-color: #E50133;color: #fff;padding: 20px;}
.swiper-why .swiper-button-prev:after, .swiper-why .swiper-button-next:after { font-size: 1em !important; }

.why-right{padding: 0 60px;}


#punti-vendita { background: #51534A; padding: 100px 0; color: #fff; margin:0; }
#punti-vendita h2{ font-size: 3em; text-transform: uppercase; margin: 0; margin-bottom: 20px; padding: 0 100px; padding-bottom: 40px;text-align: center;}

#punti-vendita .marquee { overflow: hidden; width: 100%; }
#punti-vendita .marquee-track{ display:flex; width:max-content; will-change: transform; animation: marqueevendita 45s linear infinite; }
#punti-vendita .marquee-list{ display:flex; padding:0; margin:0; list-style:none; }

#punti-vendita .marquee-list > li{ flex: 0 0 25vw;display:flex; align-items:center; justify-content: center; box-sizing:border-box; padding: 0 24px; text-align: center; flex-direction: column;}

#punti-vendita .marquee-list > li h3{text-transform: uppercase;border-bottom: 2px solid #9D9F45;margin-bottom: 5px;padding-bottom: 0;font-size: 2em;}
#punti-vendita .marquee-list > li p { margin: 0; color: #fff; font-size: 1em;}




@keyframes marqueevendita{
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}





#contattaci { padding: 100px 0; position: relative; }

#contattaci>div{display: flex;flex-wrap: wrap;justify-content: space-between;position: relative;z-index: 9;}
.contattaci-left, .contattaci-center, .contattaci-right { width: calc(33.33% - 20px); text-align: left; padding: 20px; background: rgba(81, 83, 74, .2); }
#contattaci h2 { color: #4A4512; font-size: 1.5em; line-height: 1.25em; font-weight: 800; margin-top: 0; }
#contattaci h2 span{color: #E50133;font-size: 1em!important;}



#supporto{background-color: #51534A;color: #fff;padding: 100px 0;text-align: center;}
#supporto h2{text-transform: uppercase;font-size: 3em;margin: 0;}
#supporto h3 { font-size: 1.25em; line-height: 1.25em; margin: 20px 0; }
#supporto p{color: #fff;margin: 20px 0;}


#supporto .swiper-button-prev, #supporto .swiper-button-next{background-color: #E50133;color: #fff;padding: 20px;}
#supporto .swiper-button-prev {left: 0;}
#supporto .swiper-button-next{right: 0;}
#supporto .swiper-button-prev:after, #supporto .swiper-button-next:after { font-size: 1em !important; }

#supporto .swiper-icone { padding: 0 40px; margin-bottom: 40px; }
#supporto .swiper-icone .swiper-slide{padding: 20px;}
#supporto .swiper-icone .swiper-slide img{height: 50px;}
#supporto .swiper-icone .swiper-slide p{margin: 0;text-align: left;}

#marquee{padding: 100px 0;}
#marquee .marquee { overflow: hidden; width: 100%; }
#marquee .marquee-track{ display:flex; width:max-content; will-change: transform; animation: marquee 30s linear infinite; }
#marquee .marquee-list{ display:flex; padding:0; margin:0; list-style:none; }

#marquee .marquee-list > li{ flex: 0 0 33vw;display:flex; align-items:center; justify-content: center; box-sizing:border-box; padding: 0 24px; }

.marquee-list-right{ min-width: 0; white-space: normal; overflow-wrap: anywhere; }
.marquee-list-right strong{ display:block; white-space: normal; font-size: 1.5em;}

@keyframes marquee{
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* layout interno */
.marquee-list-left, .marquee-list-right { padding: 20px; }
.marquee-list-left { text-align: right; }
.marquee-list-left span { font-size: 4em!important; font-family: "Lora", serif; }
.marquee-list-right { text-align: left; }
.marquee-list-right p{margin: 0!important;}



#modelli { text-align: center; padding: 100px 20px; }
#modelli h2{text-transform: uppercase;font-size: 3em;margin: 0;color: #4A4512;}
#modelli h4 { text-transform: uppercase; margin: 40px 0; margin-top: 80px; font-size: 1.5em; color: #4A4512; font-weight: 500;}
#modelli ul { display: flex; flex-wrap: wrap; list-style-type: none; padding: 0; margin: 0; justify-content: space-between; }
#modelli ul li { width: calc(25% - 10px); padding: 10px; background-color: #51534A; }
#modelli ul li h3 { font-size: 1.5em; text-transform: uppercase; text-decoration: underline; text-decoration-color: #9d9f45; color: #fff;}
#modelli ul li p{color: #fff;}


#numeri { background-image: url('https://lifecucine.com/wp-content/uploads/2026/02/numeri.jpg'); background-size: cover; background-repeat: no-repeat; color: #fff; padding: 100px 0; position: relative;}
#numeri:before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); }

#numeri .width-wrap { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; position: relative; z-index: 9;}
.numeri-left{width: 30%;}
.numeri-right{width: 70%;}
#numeri h2{font-size: 3em;margin: 0;text-transform: uppercase;}
#numeri h3 { font-size: 1.75em; margin: 0; font-weight: 400; }

.numeri-right ul { list-style-type: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: space-between; }
.numeri-right ul li { width: calc(50% - 10px); padding: 40px; background-color: rgba(197, 192, 181, 0.9); color: #51534A; }
.numeri-right span { font-size: 4em !important; font-family: "Lora", serif; display: block; line-height: 1em !important; font-weight: 600; }
.numeri-right p{color: #51534A;}


#numeri ul { list-style-type: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px;}
#numeri ul li { width: calc(25% - 15px); padding: 20px; background-color: rgba(197, 192, 181, 0.9); color: #51534A; text-align: center; }

#numeri ul li strong { width: 100%; display: inline-block; font-size: 1.5em;}
#numeri ul li h4{font-size: 3em;}
#numeri ul li h4 span{font-size: 1em;}



#recensioni { padding: 100px 0; }
#recensioni h2{text-transform: uppercase;font-size: 3em;text-align: center; margin-bottom: 40px;color: #51534A;}
#recensioni ul { list-style-type: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; }
#recensioni ul li { width: calc(25% - 20px); padding: 0; background: #51534A; color: #fff; padding: 20px; line-height: 1.25em; font-weight: 300; }
#recensioni ul li strong { display: block; text-align: left; margin-top: 10px; font-weight: 800; }


.row-form { display: flex; align-items: flex-end; gap: 20px; margin-bottom: 20px; }
.row-form label { text-align: left; width: 100%; font-size: .875em; }
.row-form label input, .row-form label textarea, .row-form label select { width: 100%; margin-top: 10px; text-align: left; text-indent: 0; border: 2px solid #9D9F45; border-radius: 0; outline: none; max-width: 100%; }
.row-form label textarea {height: 150px;}
form h3{text-align: left; font-weight: 500!important; color: #4A4512;font-size: 1.5em!important;}
form p { text-align: left; }

#landing-partner .cf7mls_btn { background-color: #E50133; color: #fff; border-radius: 0; padding: 10px 30px; display: inline-block; text-decoration: none; font-size: 1.25em; transition: all .3s; font-weight: 400;}
#landing-partner .cf7mls_btn:hover{background-color: #fff; color: #E50133; box-shadow: 0 0 4px;}

#landing-partner .cf7mls_back { background-color: #E50133; color: #fff; border-radius: 0; padding: 10px 30px; display: inline-block; text-decoration: none; font-size: 1.25em; transition: all .3s; font-weight: 400;}
#landing-partner .cf7mls_back:hover{background-color: #fff; color: #E50133; box-shadow: 0 0 4px;}

input.wpcf7-form-control.wpcf7-submit.has-spinner { background-color: #E50133; color: #fff; border-radius: 0 !important; padding: 10px 30px !important; display: inline-block; text-decoration: none; font-size: 1.25em; transition: all .3s; font-weight: 400;}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{background-color: #fff; color: #E50133; box-shadow: 0 0 4px;}

span.wpcf7-not-valid-tip { font-size: .875em !important; padding: 10px; }

.group-form { display: flex; gap: 20px; }
.wpcf7-form-control-wrap{width: 100%;}
.wpcf7-form-control-wrap[data-name="acceptance-396"] { text-align: right; width: 100%; display: block; }
.wpcf7-form-control-wrap[data-name="acceptance-396"] span { font-size: .875em !important; }

.wpcf7-spinner + .wpcf7-spinner { display:none !important; }




.dl-modal { position: fixed; inset: 0; z-index: 999999; display: none; }
.dl-modal.is-open { display: block; }
.dl-modal__overlay { position: absolute; inset: 0; background: rgba(0,0,0,.6); }
.dl-modal__dialog {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    padding: 43px;
    border-radius: 0;
    top: 50%;
    transform: translateY(-50%);
}
.dl-modal__close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: 0;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    background-color: #E50133!important;
    color: #fff !important;
    border-radius: 0 !important;
}
body.modal-open { overflow: hidden; }

#news-2, #news-4 { background-color: #9D9F45; color: #fff; }
#news-2 p, #news-4 p { color: #fff; }
#news img{aspect-ratio: 3 / 2; object-fit: cover;}

section#news h2{text-transform: uppercase;font-size: 3em;text-align: center; margin-bottom: 40px;color: #9D9F45;}
section#news ul { list-style-type: none; padding: 0; margin: 0; }
section#news ul li .width-wrap{ display: flex; flex-wrap: wrap; align-items: center; align-content: center; }
section#news ul li .left-news, section#news ul li .right-news { flex: 1; padding: 60px; }

footer.landing-footer .width-wrap{padding: 0;}
footer.landing-footer { background: #53534A; color: #C7C7C7; text-align: center; padding: 100px 0; }
footer.landing-footer .footer-wrap { list-style-type: none; padding: 0; display: flex; flex-wrap: wrap; padding-bottom: 100px; }
footer.landing-footer .footer-wrap .footer-col { width: 25%; text-align: left; padding: 20px;}
footer.landing-footer .footer-wrap .footer-col h4{font-size: 1.25em;text-transform: uppercase;font-weight: 500;}
footer.landing-footer p{color: #C7C7C7!important;}
footer.landing-footer .footer-wrap .footer-col a { color: #C7C7C7; font-size: 1.25em; margin-bottom: 10px; display: inline-block; }


@media(max-width:1440px){

  #marquee .marquee-list > li { flex: 0 0 50vw;}

}

@media(max-width:1280px){

#hero h1{max-width: 80%;}
#hero p{max-width: 70%;}

#marquee .marquee-list > li{ flex: 0 0 60vw;}

}


@media(max-width:998px){

header.landing-header .width-wrap { justify-content: space-between; }
header.landing-header nav { display: flex; height: 100dvh; position: fixed; top: 0; bottom: 0; background: #53534A; transform: translateX(100%); transition: all .5s; left: 0; right: 0; }
header.landing-header nav ul{justify-content: center;margin-top: 20px;flex-direction: column;width: 100%;margin: 0;}

header.landing-header nav.show-menu{transform: translateX(0);}

.icon-bar{display: block;}
.icon-bar svg{width: 40px; height: auto;}
.icon-bar svg path { fill: #fff !important; }

span.close-bar { position: absolute; top: 20px; right: 20px; width: 30px; height: 30px; }
span.close-bar:before, span.close-bar:after{ content: ""; position: absolute; top: 50%; left: 50%; width: 100%; height: 2px; background: #fff; transform-origin: center; }
span.close-bar:before {transform: translate(-50%, -50%) rotate(45deg);}
span.close-bar:after {transform: translate(-50%, -50%) rotate(-45deg);}

span.close-bar.show-close{display: block;}

#landing-partner p,
#landing-partner span{font-size: 1em;}
#hero h1, #why h2, #punti-vendita h2, #numeri h2, #supporto h2, #modelli h2, #recensioni h2{font-size: 2.5em;line-height: 1.125em;}    

#hero h1{max-width: 100%;}
#hero h2 { max-width: 100%; }
#hero p{max-width: 100%;}


#hero img { width: 100%; position: absolute; top: 0; bottom: 0; height: 100%; object-fit: cover; }
#hero .width-wrap { position: relative; left: 0; right: 0; color: #fff; padding: 40px 20px; transform: none; top: 0; }

#hero img.partner { position: absolute; bottom: 80px; right: 0; width: auto; height: 200px; top: unset; }

#hero .marquee-list>li h3{font-size: 1.125em;}

#liste{padding: 20px; padding-top: 40px;}
#liste ul li{width: 100%;}
#liste .swiper-pagination{display: block;}

#liste .swiper-wrapper{pointer-events: auto;}

#why{padding: 0;}
#why:after{width: 100%;}

#why .width-wrap{padding: 0;}

#why h2{font-size: 1.25em!important;}
#why h3{margin: 10px 0;font-size: 1em;}


.why-left, .why-right{width: 100%;}
.why-left { padding-bottom: 40px; }
.why-right{padding: 0;}
.why-right p{margin-bottom: 0;}


.why-left { position: absolute; top: 0;}
.why-right { position: relative; padding: 40px; top: 0; background: rgba(212, 206, 195, .9); margin: 20px; color: #fff; width: 100%; }

.why-right p{margin-bottom: 0!important;}

#punti-vendita{padding: 40px 0;margin-top: 0;}
#punti-vendita h2 { margin: 0; margin-bottom: 0; padding: 0 100px; padding-bottom: 40px; }

#punti-vendita .marquee-list > li{flex: 0 0 50vw;}

#numeri{padding: 40px 0;}
#numeri h2 br{display: none;}
.numeri-left, .numeri-right{width: 100%;}
.numeri-right span{font-size: 2.5em!important;}
.numeri-right ul{gap: 20px;}
.numeri-right ul li{padding: 20px;}
.numeri-right ul li p{ margin: 0; margin-top: 10px;}


#contattaci:before{border-radius: 0!important;}

.contattaci-left, .contattaci-center, .contattaci-right { width: 100%; padding: 20px; margin-bottom: 20px; }
.contattaci-right{margin-bottom: 0;}

#contattaci{padding: 40px 0;}
#contattaci h2{padding: 0;font-size: 1.5em;}
#contattaci:before{width: 100%;}


#numeri ul li{width: 100%;}
#recensioni { padding: 40px 0; }
#recensioni ul li{width: 100%;}

#supporto{padding: 40px 0;}
#supporto ul{margin: 40px 0;}
#supporto ul li { width: 100%; }

#marquee{padding: 40px 0;}
#marquee .marquee-list > li{flex: 0 0 auto;}

#modelli{padding: 40px 20px;}
#modelli ul{gap: 20px;}
#modelli ul li{width: calc(50% - 20px);}

.row-form label input[type="date"]{appearance: none;width: 100%;padding: 10px;background-color: #fff;}



section#news ul li{padding: 20px 0;padding-top: 40px;}
section#news ul li .left-news, section#news ul li .right-news {
    flex: auto;
    padding: 0px;
}
section#news em {
    margin-bottom: 20px;
    display: block;
}
.order-1-mob{order: 1;}

footer.landing-footer{padding: 40px 0;}
footer.landing-footer .footer-wrap .footer-col{width: 100%;padding: 20px;}
footer.landing-footer .footer-wrap{padding-bottom: 40px;}

}



@media(max-width:480px){
  #hero h1, #why h2, #punti-vendita h2, #numeri h2, #supporto h2, #modelli h2, #recensioni h2 { font-size: 1.5em; line-height: 1em; }
  #hero h2 { font-size: 1em; line-height: 1.25em; font-weight: 500; }
  #numeri h3 { font-size: 1em; margin: 0; font-weight: 400; line-height: 1.125em; margin-top: 10px; }
.numeri-right ul li{width: 100%;}
#modelli ul li{width: 100%;}

.row-form, .group-form{flex-wrap: wrap;}

#punti-vendita h2{padding:0 20px 40px;}
#punti-vendita .marquee-list > li{flex: 0 0 100vw;}



}