
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

:root {
  --colore_1: #149381;
  --colore_1_light: #e8f5f0;
  --colore_1_alpha2: rgba(0,160,105,.2);
  --colore_testo_1: #41403F;
  --colore_testo_light: #41403F;
  --bianco: #ffffff;
  --nero: #000000;
  --errore: #B22222;
  --placeholder: #999999;
  --dark: #141213;
  --gradient-bg: linear-gradient(135deg, #e8f5f0 0%, #d4ede4 50%, #c0e5d8 100%);
  --gradient-hero: linear-gradient(180deg, #ffffff 0%, #e8f5f0 100%);
}

/*GENERALI*/
html,body{overflow-x: hidden!important;background-color: #eeeeee;}
button:focus,a:focus {outline: 0;}
h1, h2, h3, h4, h5, h6{font-family: "Lexend", sans-serif;font-optical-sizing: auto;color:var(--colore_testo_1);font-weight: 400;}
h1{font-size: 60px;}
h3{font-size: 35px;}
p,input,ul,li,label,table,tr,td{font-family: "Lexend", sans-serif;font-optical-sizing: auto;font-weight: 300;color:var(--colore_testo_1);font-size: 19px;line-height: 26px}
label{line-height: 30px}
tr{border:1px solid #707070;}
td{border-right:1px solid #707070;padding: 10px;}
strong{font-weight: 600;}
a{transition: all 0.3s ease;color:var(--colore_1);}
a:hover{color:var(--colore_1);}
dl, ol, ul {margin-top: 0;margin-bottom: 0;}
footer .studio09{max-width: 100px;width: 200px;}
.wow{visibility: hidden;}
ul{padding-inline-start: 0px;}


.navbar-toggler{background:#ffffff!important; width: 45px;height: 45px;border-radius: 60px;text-align: center;padding: 0}
.navbar-toggler-linea{transition: all 0.3s ease;border-radius:15px;background:var(--colore_1)!important;height: 2px;width: 25px;margin-bottom: 5px;display:block;margin:0px auto 5px;position:relative;top:0;}
.navbar-toggler-linea:nth-child(3){margin-bottom: 0px; }
.menu-toggle-open .navbar-toggler-linea:nth-child(1){transform: rotate(45deg) translate(6px,6px);}
.menu-toggle-open .navbar-toggler-linea:nth-child(2){transform: translate(40px);opacity: 0;}
.menu-toggle-open .navbar-toggler-linea:nth-child(3){transform: rotate(-45deg) translate(4px,-4px);}


/*MARGIN-TOP*/
.mt-10{margin-top: 10px;}.mt-20{margin-top: 20px;}.mt-30{margin-top: 30px;}.mt-40{margin-top: 40px;}.mt-50{margin-top: 50px;}.mt-60{margin-top: 60px;}.mt-70{margin-top: 70px;}.mt-80{margin-top: 80px;}.mt-90{margin-top: 90px;}.mt-100{margin-top: 100px;}.mt-120{margin-top: 120px;}
/*MARGIN-BOTTOM*/
.mb-10{margin-bottom: 10px;}.mb-20{margin-bottom: 20px;}.mb-30{margin-bottom: 30px;}.mb-40{margin-bottom: 40px;}.mb-50{margin-bottom: 50px;}.mb-60{margin-bottom: 60px;}.mb-70{margin-bottom: 70px;}.mb-80{margin-bottom: 80px;}.mb-90{margin-bottom: 90px;}.mb-100{margin-bottom: 100px;}.mb-120{margin-bottom: 120px;}

/*PADDING-TOP*/
.pt-10{padding-top: 10px;}.pt-20{padding-top: 20px;}.pt-30{padding-top: 30px;}.pt-40{padding-top: 40px;}.pt-50{padding-top: 50px;}.pt-60{padding-top: 60px;}.pt-70{padding-top: 70px;}.pt-80{padding-top: 80px;}.pt-90{padding-top: 90px;}.pt-100{padding-top: 100px;}.pt-120{padding-top: 120px;}
/*PADDING-BOTTOM*/
.pb-10{padding-bottom: 10px;}.pb-20{padding-bottom: 20px;}.pb-30{padding-bottom: 30px;}.pb-40{padding-bottom: 40px;}.pb-50{padding-bottom: 50px;}.pb-60{padding-bottom: 60px;}.pb-70{padding-bottom: 70px;}.pb-80{padding-bottom: 80px;}.pb-90{padding-bottom: 90px;}.pb-100{padding-bottom: 100px;}.pb-120{padding-bottom: 120px;}


.due-colonne{column-count: 2;column-gap: 50px;}
.tre-colonne{column-count: 3;column-gap: 50px;}


.fs-20{font-size: 20px;line-height: 26px}
.fs-22{font-size: 22px;line-height: 28px}
.fs-24{font-size: 24px;line-height: 30px}
.fs-26{font-size: 26px;line-height: 32px}
.fs-28{font-size: 28px;line-height: 34px}
.fs-30{font-size: 30px;line-height: 36px}



.fw-b{font-weight: 500}
.br-5{border-radius: 5px;}
.br-10{border-radius: 10px;}
.br-15{border-radius: 16px;}
.br-25{border-radius: 25px;}
.br-30{border-radius: 30px;}
.br-40{border-radius: 40px;}


/*.privacy {display: none;}*/





/* BOTTONI */

.btn-success,
.btn-success:hover,
.btn-success.focus,
.btn-success:focus,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
	background-color: var(--colore_1);
	border-color: var(--colore_1);
	color: #00a069;
	font-weight: 700;
	padding-left: 1.4375rem;
	padding-right: 1.4375rem;
}

.btn-success {
	transition: box-shadow .3s ease-in-out;
	transition-delay: 0;
}

.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
	box-shadow: var(--colore_1_alpha2) 0 0 0 6px;
}

.btn-sm {
	padding-top: .5rem;
	padding-bottom: .375rem;
	font-size: 1rem;
}

.btn-circle.btn-sm {
	padding-left: 1.4375rem;
	padding-right: 1.4375rem;
	min-width: calc(.875rem + 1.5em + 2px);
}



/* FORMS */
.message {display: none;}
.form-check{position: relative;}
.form-group-material {
	margin-bottom: .625rem;
	padding-top: 1rem;
	position: relative;
}

.form-group-material .label {
	position: absolute;
	left: 0;
	font-size: 16px;
	color: var(--placeholder);
	pointer-events: none;
	transform-origin: left top;
	transition: all .3s ease-in-out;
}




.form-group-material .form-control {
	border-radius: 0;
	color: var(--nero);
}


.form-border-bottom .form-group-material .form-control {
	border: 1px solid #dee2e6;
	padding-left: 10px;
	border-radius:15px;
}
.form-border-bottom .form-group-material textarea.form-control {
	border-radius:15px;
}
.form-border-bottom .form-group-material .label {
	color: #888888 !important;

	left: 10px;
	transform: scale(1)!important;
	top:20px!important;
}

.form-group-material .form-control:not(textarea) {
	height: calc(1.5em + 1rem + 1px);
}


.form-group-material.active .label {
	color: #ffffff!important;
	transform: scale(.77777778)!important;
	top: -7px!important;
}

.form-group-material .form-control:focus {
	outline: none;
	box-shadow: none;
}
.invalid-tooltip{padding: .03rem .3rem;font-size: 12px;top: 98%;border-radius: 0 0 .25rem .25rem}
label.error {
	margin-top: .5rem;
	margin-bottom: 0;
	color: var(--errore);
    width: 100%;
    font-size: 90%;
}

.form-control.error,
.form-control.error:focus {
	border-color: var(--errore);
	color: var(--errore);
}

.control-file {
	margin-top: 1.625rem;
	margin-bottom: 2.5rem;
	position: relative;
}

.control-file i {
	position: absolute;
	left: -.25rem;
	top: .5625rem;
	font-size: 1.625rem;
}

.control-file .file-path-wrapper {
	overflow: hidden;
}

.control-file input.file-path {
	padding: 0 0 0 2.125rem;
	border: none;
	border-radius: 0;
	background: transparent;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.125rem;
}

.control-file input.file-path::-moz-placeholder {
	color: var(--placeholder);
	text-decoration: underline;
	opacity: 1;
	transition: color .3s ease;
}

.control-file:hover input.file-path::-moz-placeholder {
	color: var(--colore_1);
}

.control-file input.file-path:-ms-input-placeholder {
	color: var(--placeholder);
	text-decoration: underline;
	transition: color .3s ease;
}

.control-file:hover input.file-path:-ms-input-placeholder {
	color: var(--colore_1);
}

.control-file input.file-path::-webkit-input-placeholder {
	color: var(--placeholder);
	text-decoration: underline;
	transition: color .3s ease;
}

.control-file:hover input.file-path::-webkit-input-placeholder {
	color: var(--colore_1);
}

.control-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.125rem;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0)
}
.form-check-label{font-size: 13px;}
/*
.custom-checkbox .custom-control-label::before {border-radius: 0;border: var(--colore_1) solid 2px;}
.custom-control-input:checked~.custom-control-label::before {color: var(--bianco);border-color: var(--colore_1);background-color: var(--colore_1);}
*/
.control-file input[type=file]::-webkit-file-upload-button {
	display: none;
}
.custom-checkbox .custom-control-label::before {border-radius: 0;border: var(--colore_1) solid 2px;}
.custom-control-input:checked~.custom-control-label::before {color: var(--bianco);border-color: var(--colore_1);background-color: var(--colore_1);}

.glass-effect{background-color: #ffffff10;
backdrop-filter: blur(120x);
-webkit-backdrop-filter: blur(12px):}






/* RESPONSIVE */

@media (max-width: 1199px) {
    .invalid-tooltip{font-size: 11px}

}



@media (max-width: 991px) {
    a,p,input,ul,li,table,tr,td{font-size: 16px;line-height: 24px}
}



@media (max-width: 767px) {
    .due-colonne,.tre-colonne{column-count: 1;column-gap: 0px;}
    a,p,input,ul,li,label,table,tr,td{font-size: 15px;line-height: 22px}

}


@media (max-width: 575px) {
	.mt-80{margin-top: 50px;}
	.mb-80{margin-bottom: 50px;}
}


/* =============================================
   SELLMATRIX VENDOR - LANDING PAGE STYLES
   ============================================= */

/* HERO SECTION */
.hero-section {
    padding: 120px 0px 200px;
    background-image: url('../img/hero-bg.jpg');
    background-size: cover;
    background-position: bottom right;
    position: relative;
    overflow: hidden;
}

.logo-hero {
    max-width: 300px;
    height: auto;
}

.hero-content h1 {
    font-size: 48px;
    line-height: 1.2;
    color: var(--colore_testo_1);
    font-weight: 600;
}

.text-highlight {
    color: var(--colore_1);
}

.hero-subtitle {
    font-size: 18px;
    line-height: 1.6;
    color: var(--colore_testo_light);
}

.hero-image-placeholder img {
    max-width: 100%;
    border-radius: 15px;
}


/* BUTTONS */
.btn-primary {
    background-color: var(--colore_1);
    border-color: var(--colore_1);
    color: var(--bianco);
    font-weight: 600;
    padding: 16px;
    border-radius: 8px;
    font-size: 20px;
    transition: all 0.3s ease;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #41403F;
    border-color: #41403F;
    box-shadow: 0 8px 25px rgba(0, 160, 105, 0.3);
    transform: translateY(-2px);
}


/* PROBLEMA SECTION */
.problema-section {
    background-color: #eeeeee;
}

.problema-content h2 {
    font-size: 36px;
    line-height: 1.3;
    color: var(--colore_testo_1);
    font-weight: 400;
}

.problema-image img {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.lista-problemi {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lista-problemi li {
    padding: 10px 0;
    padding-left: 35px;
    position: relative;
    color: var(--colore_testo_1);
    font-size: 16px;
}

.icon-x::before {
    content: '✕';
    position: absolute;
    left: 0;
    color: #dc3545;
    font-weight: bold;
    font-size: 14px;
}

.icon-check::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--colore_1);
    font-weight: bold;
    font-size: 16px;
}

.highlight-box {
    background: var(--colore_1_light);
    padding: 20px 25px;
    border-radius: 10px;
    border-left: 4px solid var(--colore_1);
}

.highlight-box strong {
    color: var(--colore_1);
    font-size: 18px;
}


/* MODELLO SECTION */
.modello-section {
    background: #eeeeee;
}

.modello-section h2 {
    font-size: 36px;
    line-height: 1.3;
    color: var(--colore_testo_1);
    font-weight: 400;
}

.modello-image img {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.modello-intro {
    font-size: 16px;
    line-height: 1.4;
    color: var(--colore_testo_1);
}

.modello-intro strong {
    color: var(--colore_testo_1);
}

/* Lista con pill/badge style */
.lista-vantaggi-pill {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lista-vantaggi-pill li {
    background: transparent;
    border: 1px solid #149381;
    border-radius: 8px;
    padding: 12px 15px 12px 40px;
    margin-bottom: 5px;
    position: relative;
    font-size: 15px;
    line-height: 1.5;
    color: var(--colore_1);
    font-weight: 500;
    transition: all 0.3s ease;
}

.lista-vantaggi-pill li:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transform: translateX(5px);
}

.bullet-dot {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: var(--colore_1);
    border-radius: 50%;
}

.modello-footer {
    text-align: left;
    padding-top: 0;
    border-top: none;
}

.modello-footer strong {
    color: var(--colore_1);
    font-size: 18px;
    line-height: 1.5;
}


/* CONFRONTO SECTION */
.confronto-section {
    background-color: var(--bianco);
}

.confronto-section h2 {
    font-size: 36px;
    line-height: 1.3;
    color: var(--colore_testo_1);
    font-weight: 600;
}

.confronto-box {
    padding: 35px 30px;
    border-radius: 15px;
    height: 100%;
}

.confronto-vendor {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
}

.confronto-sellmatrix {
    background: var(--colore_1);
    border: 2px solid var(--colore_1);
}

.confronto-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid currentColor;
}

.confronto-vendor .confronto-title {
    color: var(--colore_testo_1);
    border-color: #dee2e6;
}

.confronto-sellmatrix .confronto-title {
    color: var(--bianco);
    border-color: rgba(255,255,255,0.3);
}

.lista-confronto {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lista-confronto li {
    padding: 8px 0;
    padding-left: 30px;
    position: relative;
    font-size: 18px;
}

.confronto-vendor .lista-confronto li {
    color: var(--colore_testo_1);
}

.confronto-sellmatrix .lista-confronto li {
    color: var(--bianco);
}

.confronto-sellmatrix .icon-check::before {
    color: var(--bianco);
}


/* PROCESSO SECTION */
.processo-section {
    background: var(--gradient-bg);
    border-radius: 70px;
}

.processo-section h2 {
    font-size: 36px;
    line-height: 1.3;
    color: var(--colore_testo_1);
    font-weight: 400;
}
.processo-section2 h2 {
    font-size: 36px;
    line-height: 1.3;
    color: var(--colore_testo_1);
    font-weight: 400;
}
/* Card container */
.processo-card {
    background: var(--bianco);
    border-radius: 20px;
    padding: 50px 60px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

/* Timeline verticale */
.processo-timeline-vertical {
    position: relative;
    padding-left: 80px;
}

/* Linea verticale che connette i numeri */
.processo-timeline-vertical::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 60px;
    bottom: 60px;
    width: 3px;
    background-color: var(--colore_1);
}

/* Singolo step */
.processo-step-v {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
    position: relative;
}

.processo-step-v:last-child {
    margin-bottom: 0;
}

/* Numero quadrato con angoli arrotondati */
.step-number-box {
    position: absolute;
    left: -80px;
    width: 60px;
    height: 60px;
    background: var(--colore_1);
    color: var(--bianco);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    z-index: 2;
    flex-shrink: 0;
}

/* Contenuto dello step */
.step-content-v {
    padding-top: 5px;
}

.step-content-v h5 {
    color: var(--colore_testo_1);
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}

.step-content-v p {
    color: var(--colore_testo_light);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.6;
}

/* Vecchi stili mantenuti per retrocompatibilità */
.processo-timeline {
    position: relative;
}

.processo-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    background: var(--bianco);
    padding: 25px 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.processo-step:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.processo-step:last-child {
    margin-bottom: 0;
}

.step-number {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: var(--colore_1);
    color: var(--bianco);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    margin-right: 25px;
}

.step-content h5 {
    color: var(--colore_1);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.step-content p {
    color: var(--colore_testo_light);
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.6;
}


/* CHI SIAMO SECTION */
.chi-siamo-section {
    background-color: var(--bianco);
}

.chi-siamo-section h2 {
    font-size: 36px;
    line-height: 1.3;
    color: var(--colore_testo_1);
    font-weight: 400;
}

.chi-siamo-section p {
    color: var(--colore_testo_light);
    font-size: 17px;
    line-height: 1.5;
}

.highlight-text strong {
    color: var(--colore_1);
    font-size: 20px;
}

.chi-siamo-images img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.chi-siamo-images img:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}


/* CONTATTI SECTION */
.contatti-section {
    background: var(--gradient-bg);
}

.contatti-section h2 {
    font-size: 36px;
    line-height: 1.3;
    color: var(--colore_testo_1);
    font-weight: 400;
}

.small-text {
    font-size: 14px;
    color: var(--colore_testo_light);
    font-style: italic;
}

.form-container {
    background: var(--bianco);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.form-border-bottom .form-group-material .form-control {
    	border: 1px solid #dee2e6;

    border-radius: 10px;
    background: transparent;
}

.form-border-bottom .form-group-material .form-control:focus {
    border-color: var(--colore_1);
}

.form-border-bottom .form-group-material .label {
    left: 12px;
    color: var(--placeholder);
}

.form-border-bottom .form-group-material.active .label {
    color: var(--colore_1) !important;
}

.form-border-bottom .form-group-material textarea.form-control {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 15px;
    min-height: 120px;
}


/* FOOTER */
.footer-section {
border-radius: 72px 72px 0 0;
background: linear-gradient(180deg, #149381 10.8%, #021210 150%);
    color: var(--bianco);
}

.footer-title {
    color: var(--bianco);
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 5px;
}

.footer-subtitle {
    color: rgba(255,255,255,0.7);
    font-size: 30px;
    line-height: normal;
}

.footer-contact a {
    color: var(--bianco);
     font-size: 20px;
   text-decoration: none;
}

.footer-contact a:hover {
    color: var(--bianco);
}

.footer-contact,
.footer-address {
    color: rgba(255,255,255,0.8);
    font-size: 20px;
    line-height: 1.8;
}

.footer-social a {
    color: rgba(255,255,255,0.7);
    margin-left: 15px;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-social a:first-child {
    margin-left: 0;
}

.footer-social a:hover {
    color: var(--colore_1);
}

.copyright {
    color: rgba(255,255,255,0.5);
    font-size: 13px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 30px;
}

.copyright a {
    color: rgba(255,255,255,0.5);
}

.copyright a:hover {
    color: var(--bianco);
}


/* =============================================
   RESPONSIVE STYLES
   ============================================= */

@media (max-width: 1199px) {
    .hero-content h1 {
        font-size: 42px;
    }

    .problema-content h2,
    .modello-section h2,
    .confronto-section h2,
    .processo-section h2,
    .processo-section2 h2,
    .chi-siamo-section h2,
    .contatti-section h2 {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .hero-section {
min-height: auto;
        padding: 50px 0px 510px 0;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .hero-content {
        text-align: center;
        margin-bottom: 50px;
    }

    .hero-image-placeholder {
        text-align: center;
    }

    .problema-image {
        margin-bottom: 40px;
    }

    .modello-box {
        padding: 30px;
    }

    .form-container {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .hero-content h1 {
        font-size: 32px;
    }

    .problema-content h2,
    .modello-section h2,
    .confronto-section h2,
    .processo-section h2,
    .processo-section2 h2,
    .chi-siamo-section h2,
    .contatti-section h2 {
        font-size: 28px;
    }

    .pt-100 {
        padding-top: 60px;
    }

    .pb-100 {
        padding-bottom: 60px;
    }

    .confronto-box {
        margin-bottom: 20px;
    }

    .processo-step {
        flex-direction: column;
        text-align: center;
    }

    .step-number {
        margin-right: 0;
        margin-bottom: 15px;
    }

    /* Processo timeline verticale responsive */
    .processo-card {
        padding: 30px 25px;
    }

    .processo-timeline-vertical {
        padding-left: 70px;
    }

    .processo-timeline-vertical::before {
        left: 25px;
        top: 50px;
        bottom: 50px;
    }

    .step-number-box {
        left: -70px;
        width: 50px;
        height: 50px;
        font-size: 20px;
        border-radius: 10px;
    }

    .step-content-v h5 {
        font-size: 18px;
    }

    .step-content-v p {
        font-size: 14px;
    }

    /* Modello section responsive */
    .modello-image {
        margin-bottom: 30px;
    }

    .lista-vantaggi-pill li {
        font-size: 14px;
        padding: 10px 12px 10px 35px;
    }

    .bullet-dot {
        left: 12px;
        width: 8px;
        height: 8px;
    }

    .footer-section {
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-social a {
        margin: 0 10px;
    }
}

@media (max-width: 575px) {
    .hero-content h1 {
        font-size: 28px;
    }

    .btn-primary {
        padding: 12px 25px;
        font-size: 14px;
    }

    .modello-box,
    .form-container {
        padding: 25px 20px;
    }

    .processo-step {
        padding: 20px;
    }
}