/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.grecaptcha-badge {
	visibility:hidden!important;
}

.auto-card .uc_ispt_container_list {
	display:none;
}


/* Modifiche al form */
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.form-full-col {
  flex: 1 1 100%;
}
.form-col {
  flex: 1 1 48%;
}
.uacf7-step {
	font-family:"Outfit";
}

.uacf7-step a {
	color:#2900fa;
}
.uacf7-buttons button{
	color: #181441;
    font-size: 20px;
    border: 2px solid #181441;
    border-radius: 25px;
}
.uacf7-buttons button:hover{
	transform:scale(1.1);
	background-color:transparent;
}
.uacf7-buttons button.uacf7-next{
	background-color: #2900fa;
	color:#ffffff;
    border: 2px solid #2900fa;
}
.uacf7-buttons button:hover{
	transform:scale(1.1);
	background-color:#2900fa;
}

.wpcf7-submit{
	color: #ffffff;
    margin: 30px 0px;
    background: #181441;
    border: none;
    border-radius: 50px;
    font-size: 30px;
    width: 100%;
}
.wpcf7-submit:hover{
	transform:scale(1.1);
    background: #181441;
}
.wpcf7-list-item{
	margin:0px;
}

@media (max-width: 768px) {
  .form-col {
    flex: 1 1 100%;
  }
}
.form-col label, .form-full-col label{
    font-size: 25px;
    font-weight: 600;
    color: #181441;
    padding-bottom: 10px;
	min-width: 100%;
}
.form-col input, .form-col select, .form-full-col input, .form-full-col select{
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #686766;
    border: 2px solid #181441;
    border-radius: 50px;
    background-color: #fff;
}
.form-col input:active{
    border-color: #181441;
} 

.progressbar-style-1.steps-form .steps-row{
	column-gap:30px;
	margin-bottom:50px;
}
.steps-step {
	background:none !important;
}
.steps-step a {
	border:none!important;
	border-radius:25px!important;
}


/* card prezzo */
.mese-iva {
    font-size: 16px;
}
.bottone-offerta{
	position: absolute;
    right: 2%;
    padding: 10px 25px 10px 25px;
    background-color: #2900fa;
    border-radius: 10px;
    color: white;
	transition:0.4s;
}
.bottone-offerta:hover{
	scale: 1.1;
    background-color: #181441;
    color: white;
}
.mobile-spacer{
	display:none;
}

/* offerta in hero */
.offerta-hero img{
	border: solid 2px #181441;
	border-radius: 50px;
}


/* Cambia colore solo alla scritta guida gratuita */
.highlight-guida {
  color: #2900fa!important;
}

/* Schermi piccoli */
@media only screen and (max-width: 1430px) {
	.titolo-landing h1{
		font-size: 45px!important;
		line-height:55px!important;
	}
	.titoli h2{
		font-size: 35px!important;
		line-height:45px!important;
	}
	.benefici h3{
		font-size:20px!important;
		line-height:25px!important;
	}
	.benefici p{
		font-size:16px!important;
		line-height:20px!important;
	}
}


/* Mobile*/
@media only screen and (max-width: 748px) {
	.titolo-landing h1{
		font-size: 30px!important;
		line-height:40px!important;
	}
	.form-row{
		flex-direction: column;
	}
	.form-col{
		width: 100%;
	}
	#form-contatti input{
		font-size: 18px;
	}
	.form-col label, .form-full-col label{
		font-size: 20px;
		padding-bottom:0px;
	}
	.form-col input, .form-col select, .form-full-col input, .form-full-col select{
		margin-top: 5px;
		font-size: 18px;
	}
  	#form-contatti p{
		display:flex;
		flex-wrap:wrap;
	}
	#form-contatti p input{
		max-width:100%;
	}
	#form-contatti p .wpcf7-spinner{
		display:none;
	}

	.uacf7-buttons{
		justify-content:space-between;
	}
	.wpcf7-submit{
		white-space: normal;
	}	
	.price-period{
		margin-top:10px!important;
	}
	.price-period {
		display:flex;
	}
	.bottone-offerta{
		position: relative;
		right: 0px;
		padding: 10px 25px 10px 25px;
	}
	.mobile-spacer{
		display:block;
		color:white;
		height:25px;
		border:none;
	}
}






/********************* Modifiche per hero card *********************/

.promo-card {
    overflow: hidden;
	font-family: 'Outfit';
	color:#181441;
}
.image-container-promo{
	width:100%;
	max-height:280px;
	display:flex;
}

.promo-img {
	width:100%;
	object-fit: cover;
}

.promo-content {
    padding: 30px;
}

.promo-title {
    margin: 5px 0;
    font-size: 40px;
	font-weight:700;
	text-transform:uppercase;
}

.promo-version {
    font-size: 20px;
    color: #555;
    margin: 0 0 5px;
}

.promo-price {
    font-size: 65px;
    margin: 5px 0;
	font-weight:500;
}

.promo-price span {
    font-size: 20px;
}

.promo-list{
	font-size:20px;
	font-weight:400;
    padding: 0;
    list-style: none;
    line-height: 1.6;
    margin: 10px 0 0 0;
}
.promo-list li{
    margin: 10px 0 10px 0;
}
.promo-card hr{
	border: 1px solid #ededed;
}

@media only screen and (max-width: 600px) {
	.image-container-promo{
		width:100%;
		max-height:200px;
		display:flex;
	}
    .promo-card {
        max-width: 100% !important;
        font-size: 14px !important;
    }
	.promo-content {
		padding: 15px;
	}

    .promo-title {
        font-size: 30px !important;
    }

    .promo-price strong{
        font-size: 40px !important;
    }
	.promo-list{
		font-size:16px;
	}
}


/******************* Landing Permuta *******************/
.blur-bg{
	backdrop-filter: blur(9px);
}
.number-step{
	font-size:5vw;
}
.offerte-permuta .bottone-offerta{
	position: absolute;
    bottom: 3%;
    right: 2%;
    padding: 10px 25px 10px 25px;
    background-color: #2900fa;
    border-radius: 10px;
    color: white;
    transition: 0.4s;
}
.form-permuta .wpcf7-submit{
	width: 30%;
    font-size: 30px;
}

.form-permuta p:has(input.wpcf7-submit) {
    text-align: center;
	font-size:30px;
}
.form-permuta .wpcf7-spinner{
	display:none;
}
.titoletti-form-permuta{
	font-family:"Outfit";
	font-size:2vw;
	text-transform:uppercase;
	font-weight:800;
	color:#2900fa;
	margin-bottom:3%;
}
.divisore-permuta{
	border:none;
	height:5px;
	background-color:#2900fa!important;
	width:100%;
	margin-bottom:40px!important;
border-radius:25px;
}
@media only screen and (max-width: 1650px) {
	.offerte-permuta .menu-title{
		font-size:25px!important;
	}
	.offerte-permuta .menu-price{
		font-size:35px!important;
	}
	.offerte-permuta .menu-price span.mese-iva{
		font-size:9px!important;
	font-weight:300px;
	}
	.offerte-permuta .menu-text{
		font-size:15px!important;
	}
}
@media only screen and (max-width: 1500px) {
	.offerte-permuta .menu-title{
		font-size:18px!important;
	}
	.offerte-permuta .menu-price{
		font-size:25px!important;
	}
	.offerte-permuta .menu-price .mese-iva{
		font-size:8px!important;
		font-weight:300px;
	}
	.offerte-permuta .menu-text{
		font-size:14px!important;
	}
	.offerte-permuta img{
		width:350px!important;
		height:200px!important;
	}
	.offerte-permuta{
		min-width:100%;
	}
}
@media only screen and (max-width: 768px) {
	.number-step{
		font-size:9vw!important;
	}
	.titoletti-form-permuta{
		font-size:5vw;
		margin-bottom:6%;
	}
.divisore-permuta{
	margin-bottom:20px!important;
}
.form-permuta .wpcf7-submit{
	width: 100%;
    font-size: 25px;
}
}