/*
Theme Name: LP-TEC-theme-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/*** Font ****/
@font-face {
  font-family: 'Neue Montreal';
  src: url('fonts/NeueMontreal-Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Montreal';
  src: url('fonts/NeueMontreal-LightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Neue Montreal';
  src: url('fonts/NeueMontreal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Montreal';
  src: url('fonts/NeueMontreal-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Neue Montreal';
  src: url('fonts/NeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Montreal';
  src: url('fonts/NeueMontreal-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Neue Montreal';
  src: url('fonts/NeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Montreal';
  src: url('fonts/NeueMontreal-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 700;
}

/**** End Fonts *****/

/**** Classic CSS ****/

/** Card Servizi **/
.servizio-banner{
    position: relative;
    top: 0;
}
/*
.row-servizi{
    gap: 3.5rem;
    flex-wrap: nowrap !important;
}

@media screen and (max-width: 850px) {
 .row-servizi{
    gap: 1rem;
    flex-wrap: nowrap !important;
}
}
@media screen and (max-width: 680px) {
 .row-servizi{
    gap: 0rem;
    flex-wrap: nowrap !important;
}
}

@media screen and (max-width: 550px) {
 .row-servizi{
    gap: 0rem;
    flex-wrap: wrap !important;
}
}
*/
@media screen and (max-width: 550px) {
	.col:has(.servizio-banner) .service-top-span{
		    width: 50% !important;
		left: 25% !important;
	}
}

.col:has(.servizio-banner) .service-top-span{
    width: 70%;
    position: absolute;
    top: -25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.3rem;
    height: 50px;
    left: 15%;
    border-radius: 10px;
}

.col:has(.servizio-banner) .service-top-span.beige{
    background-color: #eabf8c;
}

.col:has(.servizio-banner) .service-top-span.green{
    background-color: #424e21;
  /*  color: #789429;*/
}
.col:has(.servizio-banner) .service-top-span.purple{
    background-color: #906299;
}

.servizi-banner-btn{

    font-size: 1.3rem !important;
    padding: 0 !important;
    margin: 0 !important;
margin-bottom: .8rem !important;

}

@media screen and (max-width: 850px) {
    .servizi-banner-btn{
            font-size: 1rem !important;
            margin-bottom: 0rem !important;
    }
}

/** END Card Servizi **/

/**** Form ****/
.form-lp-servizi input,.form-lp-servizi   textarea{
    background-color: transparent !important;
    border: 0 !important;
    border-bottom: 1.15px solid #FFFFFF !important;
    font-weight: bold;
    color: white !important;
    padding-left: 0 !important;
    box-shadow: none !important;
    font-size: 1.1rem !important;
}

.form-lp-servizi input::placeholder, .form-lp-servizi textarea::placeholder {
        font-weight: bold;
    color: white !important;
}

.form-lp-servizi select{
    border-radius: 10px !important;
    background-color: transparent !important;
        box-shadow: none !important;
    font-size: 1.1rem !important;
    color: white !important;

}

.form-lp-servizi select option{
    background-color: rgba(0, 0, 0, 1);
}

.form-lp-servizi select option:hover{

	cursor: pointer;
}
.form-lp-servizi input.form-custm-btn{
    background-color: rgba(58, 58, 58, 0.5) !important;
padding: 0;
margin: 0;
padding: 0px 45px !important;
display: flex;
justify-content: center !important;
border: 0 !important;
border-radius: 7px;
font-size: 1rem !important;
transition: all .5s ease-in-out !important;

}

@media screen and (max-width: 550px) {
.form-lp-servizi input.form-custm-btn{
    margin: 0 auto;
  }
}

.form-lp-servizi input.form-custm-btn:hover{
      background-color: rgba(58, 58, 58, 1) !important;
}
/*****/

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: transparent !important;
	    margin-top: 0;
    margin-left: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
    background-color: #f5b335;
    color: #ffffff !important;
    border-color: #f5b335 !important;
    font-weight: 400;
    display: inline-block;
    text-wrap: wrap !important;
	    margin-top: 0;
    margin-left: 10%;
    text-align: center;
    width: 80%;
    
}

.wpcf7 form.sent .wpcf7-response-output{
    background-color: #46b251 !important;
    color: #ffffff !important;
    border-color: #46b251 !important;
    font-weight: 400;
    display: inline-block;
	    margin-top: 0;
text-align: center;
    width: 80%;
     margin-left: 10%;
}


.form-lp-servizi select option[value="Base"]

 {
    background-color: #bb9970 !important;
}
.form-lp-servizi select option[value="Medio"]

 {
    background-color: #5f7621 !important;
}
.form-lp-servizi select option[value="Pro"]

 {
    background-color: #734e7a !important;
}


.form-lp-e-commerce form input, .form-lp-e-commerce form textarea{
    background-color: transparent;
    border: 0px;
    border-bottom: 1.5px solid rgba(0,0,0,0.6);
    box-shadow: unset;
    padding-top: 1rem;
}
.form-lp-e-commerce form input{
    min-height: 45px;
    

}


.form-lp-e-commerce form input::placeholder, .form-lp-e-commerce form textarea::placeholder{
    border: 0px;
position: absolute;
top: 0;
left: 0;
    color: black;
    font-weight: bold;
    opacity: .9;
    transition: all .2s ease-in-out;
}

.form-lp-e-commerce form input:focus::placeholder, .form-lp-e-commerce form textarea:focus::placeholder{
 opacity: 0;
}
.form-lp-e-commerce form input:focus{
 box-shadow: unset;
}
.form-lp-e-commerce form .wpcf7-form-control.wpcf7-acceptance label input{
   margin: 0;
}
.form-lp-e-commerce form .wpcf7-form-control.wpcf7-acceptance label{
    display: flex;
    align-items: center;
    gap: .7rem;

}

.form-lp-e-commerce form .wpcf7-form-control.wpcf7-acceptance label span{
font-weight: 200;

}

.form-lp-e-commerce form .form-custm-btn{
    background-color: red;
    padding: 5px 3rem 5px 5px;
    display: flex;
    gap: 1rem;
    color: white;
    align-items: center;
    border-radius: 99rem;
    font-size: 1.3rem;
    margin: 0;
    height: 45px;
    transition: all .2s ease-in-out;
}
.form-lp-e-commerce form .form-custm-btn .arrow-right-btn{
    height: 40px;
    width: 40px;
    display: inline-block;
    background-color: white;
    border-radius: 999rem;
    margin: 0;
    background-image: url(/wp-content/uploads/2025/07/arrow-right-2.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
        transition: all .4s ease-in-out;
}
.form-lp-e-commerce form .form-custm-btn:hover .arrow-right-btn{
   transform: translateX(140%);
}
.form-lp-e-commerce form .form-custm-btn:hover{
   color: transparent;
}


/** LP E-commerce cards style **/
#lp-ecommerce-cards-container{
  padding: 5rem;
  display: flex;
  flex-direction: column;
}
#lp-ecommerce-cards-container .lp-card-ec:nth-child(odd) {
  align-self: flex-start;
}
#lp-ecommerce-cards-container .lp-card-ec:nth-child(even) {
  align-self: flex-end;
}
#lp-ecommerce-cards-container .lp-card-ec:nth-child(1) {
  transform: rotate(-9deg);
}
#lp-ecommerce-cards-container .lp-card-ec:nth-child(2) {
  transform: translateY(-30%);
}
#lp-ecommerce-cards-container .lp-card-ec:nth-child(3) {
  transform: rotate(9deg) translateY(-30%);
}


#lp-ecommerce-cards-container .lp-card-ec{
  background-color: #ffffff;
  width: 47%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  padding: 1.2rem;
  border-radius: 20px;
  min-height: 200px;
  box-shadow: 5px 4px 33.3px 3px #0000000F;

}

#lp-ecommerce-cards-container .lp-card-ec .lp-card-ec-top img{
  height: 50px;
}

#lp-ecommerce-cards-container .lp-card-ec .lp-card-ec-bottom{
   background-color: #f1f1f1;
  width: calc(100% - 3rem);
  padding: 0px 1.5rem; 
  border-radius: 20px;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
	padding: 1rem auto;
}
#lp-ecommerce-cards-container .lp-card-ec .lp-card-nr{
  font-size: 2.5rem;
  margin-bottom: 1rem;
	color: black;
		font-family: Clash Display;
font-weight: 500;
font-style: Medium;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
}

#lp-ecommerce-cards-container .lp-card-ec .lp-card-text{
  font-size: 1.3rem;
	color: black;
    line-height: 100%;
		font-family: Clash Display;
	font-weight: 500;
}
#card-heading{
    display: flex;

    justify-content: end;
}
#card-heading span{
    background-color: #ca0a0b;
    padding: 0px .9rem;
    font-size: 2rem;
    text-transform: uppercase;
}
@media only screen and (max-width: 850px) {
    
    
#lp-ecommerce-cards-container .lp-card-ec {
    width: 60% !important;
    gap: 1rem;
    padding: 1rem !important;

}
#lp-ecommerce-cards-container .lp-card-ec:nth-child(2)
 {
    transform: translateX(10%)  translateY(-5%) !important;
    
}
#lp-ecommerce-cards-container .lp-card-ec:nth-child(3) {
    transform: rotate(9deg) translateX(-10%) translateY(-10%) !important;
     
}
}
@media only screen and (max-width: 650px) {
    #lp-ecommerce-cards-container .lp-card-ec:nth-child(1) {
    transform: rotate(0deg) !important;
}
    
#lp-ecommerce-cards-container .lp-card-ec {
    width: 100% !important;
    gap: 1rem;
    padding: 1rem !important;

}
#lp-ecommerce-cards-container .lp-card-ec:nth-child(2)
 {
    transform: translateX(0%)  translateY(0%) !important;
    
}
#lp-ecommerce-cards-container .lp-card-ec:nth-child(3) {
    transform: rotate(0deg) translateX(0%) translateY(0%) !important;
     
}
#lp-ecommerce-cards-container .lp-card-ec
 {
    align-self: center !important;
    margin-bottom: 2rem;
}
#lp-ecommerce-cards-container {
    padding: 1rem !important;

}
#card-heading {
    justify-content: center !important;
}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}