@media (max-width: 1199.98px) {
    .contatti-body .nascondo-desk {
    display: block!important;
}

.contatti-body .nascondo-mobile {
    display: none!important;
}

    .contatti-body .logo-wrapper-left {
        display: none;
    }

.mobile-item-card {
    border-radius: 8px; 
    overflow: hidden; 
    position: relative;
}

.item-header-mobile {
    background-color: #00627D; 
    color: white;
    padding: 8px 15px;
    font-size: 0.9rem;
    height: 40px;
    align-items: center;
}

.item-body-mobile {
    padding: 10px 15px;
    border-bottom: 1px solid #eee; 
    background-color: white;
    color: #333;
    font-size: 1rem;
}

.item-body-total-mobile {
    padding: 10px 15px;
    background-color: white;
    color: #333;
    font-size: 1rem;
    font-weight: bold; 
}

.mobile-item-card .row:last-of-type .item-body-total-mobile,
.mobile-item-card .row:last-of-type .item-body-mobile {
    border-bottom: none;
}

.custom-col-left {
    padding-right: 1px !important; 
}

.custom-col-right {
    padding-left: 1px !important; 
}

.custom-col-left .item-body-mobile, .custom-col-left .item-body-total-mobile {
    border-right: 1px solid #eee;
}

.coupon-box-mobile {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background-color: white;
    border-bottom: 1px solid #eee;
}

.coupon-input-mobile {
    flex-grow: 1;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 5px 0 0 5px;
    height: 38px;
}

.btn-mobile-dropdown {
    background-color: white;
    border: 1px solid #ccc;
    border-left: none;
    border-radius: 0 5px 5px 0;
    padding: 8px 12px;
    height: 38px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 10px;
}

.delete-icon-mobile {
    position: relative;
    padding: 30px;
    display: block;
    text-align: right;
}
}

/* smartphones, Android phones, landscape iPhone */
@media (max-width: 480px), (max-width: 700px) {
    .navbar {
        padding: 20px;
    }

    .dropdown-toggle::after {
    margin-right: 23px;
    }
	
	nav .container {
	--bs-gutter-x:0!important;
	}
	
	.colonna-mobile {
	display:block!important;
}
    
/*SPAZI*/
.mb-5 {
    margin-bottom: 5rem!important;
}

    .hero {
        padding: 30px;
        height: 300px;
        align-items: center;
        justify-content: center;
        display: flex;
        background: url(/img/bg-hero.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hero-product {
        padding: 30px;
        height: 600px;
        align-items: center;
        justify-content: center;
        display: flex;
        background: url(/img/bg-hero.png);
        background-position: center;
        background-size: inherit;
        background-repeat: no-repeat;
    }
    
    .dropdown-menu {
        position: relative!important;
        margin: 0px;
        transform: translate(0px, 0px)!important;
        text-align: right!important;
    }
	
	.ombra {
	width:80%;
	}

    .h-300 {
        height: 200px!important;
    }

    .logo-wrapper-left, .logo-wrapper-right {
        display: none;
    }

    .hero-home {
        padding: 30px;
        height: 600px;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .hero h1, .hero-home h1 {
        font-size: 36px;
    }

    .hero p{
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-weight: 300;
        padding: 60px;
    }
	
	.hero-home p {
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-weight: 300;
    }

    .counters {
        padding: 20px;
        height: 450px;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
	
.counters h2 {
        font-size: 35px;
    }
	
.counters p {
        font-size: 16px;
    }

    .logo-wrapper-right {
        top: 50%;
    }

    .logo-fisso-right {
        width: 100px;
    }

    .logo-fisso-left {
        width: 50px;
    }

    .module-box {
        justify-content: center;
        text-align: center;
        padding: 10px;
    }
    .inner-text {
        width: 100%;
        align-items: center;
        margin-top: 20px;
    }

    .w-500 {
        width: 100%;
    }

    .title-alone {
        text-align: center;
        font-size: 36px;
        color: #00627D;
    }

    .forza {
        padding: 80px 20px;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        border-radius: 20px;
        box-shadow: 0px 2px 2px rgb(0, 0, 0, .5);
        margin-top:0px!important;
    }

    .box-ombra .ombra {
        display: none;
    }

     .forza .box {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 20px!important;
        border-radius: 30px!important;
        margin-bottom: 10px;
    }
	
.forza .box h4 {
	font-size: 23px;
	}

    .box {
        flex-direction: column;
        text-align: center;
    }
    
    .forza .box h4 {
        text-align: left;
    }

    .forza .arrow-icon-inside img {
        display: block!important;
        margin-top: 100px;
        width: 30px;
        height: 30px;
    }

    /*PRODOTTO*/
    .hero-product {
        height: 750px!important;
    }

    .inner-hero {
        flex-direction: column;
    }
    .inner-hero .content-hero h1 {
        width: 100%;
        padding: 0px 50px;
        text-align: center;
    }

    .inner-hero .content-hero p {
        padding: 0;
        text-align: center;
    }

    .content-hero .centrato {
        justify-content: center!important;
    }

    .image-hero h2 {
        display: none;
    }

    .image-hero img {
        margin-bottom: 40px;
    }

    .inner-hero .image-hero, .inner-hero .content-hero {
    width: 100%;
    }

    .video-prodotto {
    border-radius: 20px;
}

    .prodotto .modules-section .inner-text {
        text-align: left;
        background-color: #EFEFEF;
        padding: 30px;
        border-radius: 20px;
    }

    .prodotto .content-wrapper {
        padding: 10px;
    }

    .inner-text-left {
        margin-left: 0!important;
    }

    .prodotto .padding-mobile {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }

    .prodotto .modules-section .inner-text h2 {
        align-self: baseline;
        width: 100%;
    }

    .prodotto .module-box {
        padding:0;
    }

    .swiperSkills .swiper-slide {
        padding: 40px;
        text-align: left;
		height:400px;
    }

    .swiperSkills .swiper-pagination {
        padding-left: 0px;
        text-align: center!important;
    }

    .puntini {
        visibility: visible!important;
    }

    .testimonial-swiper {
        height: 440px;
    }

    .pricing-section {
        padding: 0px;
    }
    
    .pricing-section h2 {
        font-size: 36px;
    }

    .pricing-section .price {
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }

    .pricing-section .price .vat {
        margin-top: 10px;
    }

    .pricing-section .card-content {   
        height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .pricing-section .price .amount {
        font-size: 3rem;
    }

     .pricing-section .placeholder-text {   
        text-align: left;
    }

    .bg-card h5, .bg-card p {
        text-align: left;
    }

    .padding-60 {
        padding: 20px;
    }

    .bg-blue {
        padding:55px;
        background: url(/img/bg-blue-mobile.png);
        height: 550px;
        align-content: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bg-blue-form {
        padding: 50px 30px;
    }

    .prova-gratuita {
        width: 100%;
        padding: 0;
    }

    .prova-gratuita h2 {
        font-size: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .come-funziona .arrow-icon img {
        margin-top: -30px;
    }
	
	.come-funziona .arrow-icon {
        margin-top: 0px;
		display:block;
    }

    .come-funziona p, .come-funziona ul li {
    width: 100%;
}

    .box h4 {
    height: 100%;
}

.prodotto .ombra-immagine-bordo {
    display: none;
}

.prodotto .modules-section {
    margin: 20px 0px!important;
}

.prodotto .inner-hero .content-hero h1 {
    padding: 0px;
}
	
.logo img {
	width:100px;
	}

 /* GRUPPO */
 .gruppo-body .logo-wrapper-left {
    display: none;
 }

  .career-body .logo-wrapper-left {
    display: none;
 }

  .contatti-body .logo-wrapper-left {
    display: none;
 }

 .gruppo .inner-text p, .gruppo .inner-text h2 {
    text-align: center;
 }

 .gruppo-body .come-funziona .arrow-icon img {
       display: block;
       margin-left: auto;
       margin-right: auto;
       margin-top: -20px;
    }

    .gruppo {
        background-color: #F9F9F9;
        padding: 40px;
        border-radius: 20px;
    }


    .content-wrapper {
        padding: 20px;
    }

    .content-wrapper-no-p {
        padding: 0px;
    }
.testimonial-box {
    width: 300px;
}

    /*FAQ*/

    .faq-body .inner-text .fw-bold {
        width: 300px;
        font-size: 24px;
    }

    .faq-body .gruppo, .faq-body .content-wrapper {
        padding: 0px;
        background-color: #fff;
    }

    .faq-btn {
        padding: 10px;
        color: #4B4B4B;
    }

    .faq-item, .faq-body .active {
        padding: 30px!important;
    }

    .accordion-body {
        padding: 30px 10px!important;
    }

    .accordion-button {
        width: 100%;
        margin-left: auto;
		font-size:20px;
    }

     .accordion-button::after {
        width: 50px;
        margin-left: 0;
    }

    .accordion-button:first-child:after {
        display: none;
    }

    /*LAVORA CON NOI*/
    .lavori li {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    /*CONTATTI*/
    .w-700 {
    width: 100%;
}

.inverti {
    flex-direction: column-reverse;
}

.contatti {
    margin: 50px 0px;
}

.career-body .gruppo {
        padding: 30px 0px;
}

/*CARRELLO*/
.checkbox {
    flex-direction: column;
}

.form-check:first-child {
    margin-left: 0;
}

.form-check {
    margin-top: 30px;
    margin-bottom: 30px;
}

.bottoni {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
margin-right: 0;}

.step-wrapper {
    display: flex!important;
    flex-direction: column;
    gap: 30px;
}

.accedi {
    margin-right: 0;
}

.step-wrapper .step {
    padding: 20px 25px;
}

.login-box .title {
font-size: 28px;
}

.login-box {
padding: 20px;
}

.registrazione .title {
    font-size: 28px;
}

.registrazione {
    margin-top: 60px;
}

.form-container {
    padding: 20px!important;
}



.summary {
    text-align: right;
}

.total-summary-col {
    width: 100%;
    padding-right: 15px !important;
}

.total-box-mobile {
    font-size: 1.2rem;
    font-weight: bold;
    color: #00627D;
    text-align: right;
}

.summary-mobile {
    font-size: 1.8rem;
    font-weight: bolder;
    color: #333;
    text-align: right;
}

.nascondo-mobile {
    display: none!important;
}

.nascondo-desk {
    display: block;    
}


.active {
    padding: 0;
}

.accordion-body {
    padding: 65px;
	font-size: 16px;
}

    /* FOOTER */
    .footer {
        text-align: center;
    }
	
.footer ul {
	padding-left:0!important;}

    .footer .contacts {
        align-items: center;
        margin-top: 30px!important;
    }

    .footer .contacts .inner {
        width: 125px;
    }

    .footer .social-icons ul {
        align-items: center;
        justify-content: center;
        margin-top: -20px!important;
        margin-bottom: 40px!important;
    }

    .footer .copyright {
        padding: 20px;
        border-top: 1px solid #ffffff;
        width: 300px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        font-size: 12px;
    }

    .footer img {
        border-radius: 0!important;
    }

 }

@media (max-width: 320px), (max-width: 475px) {
	.inner-text h2 {
	font-size:27px;
	}
	
	.forza .box-icon {
	width:80px;
	}
	
	.forza h4 {
	font-size:16px;
	}
	
	.forza .arrow-icon img {
	margin-left:10px;
	}
	
	.come-funziona p {
	font-size:16px;
	}
	
	.come-funziona .arrow-icon {
	display:block;
	margin-top:0px;
	}
	
	.come-funziona ul li {
	font-size:16px;
	}
	
	.inner-text h2 {
	font-size:20px;
	}
	
	 .swiperSkills .swiper-slide {
        padding: 40px;
        text-align: left;
		height:550px;
    }
	
}
