/* Test CTAs */ 

    /* Desktop */
    .come-contattare2 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    


    .come-contattare2 h3 {
        font-size: 30px;
        font-family: Lato, Arial, Helvetica, sans-serif;
        font-weight: 900;
        margin-bottom: 15px;
        text-align: left;

    }

    .come-contattare2 .box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 15px 15px 0px;
        border-top: solid 1px rgb(114, 114, 114) ;
    }


    .come-contattare2 .titolo1 {
        font-size: 22px;
        font-family: Lato, Arial, Helvetica, sans-serif;
        font-weight: 700;
        line-height: 30px;
    }

    .come-contattare2 .titolo2 {
        font-size: 22px;
        font-family: Lato, Arial, Helvetica, sans-serif;
        font-weight: 700;
        margin-bottom: 25px;
        color: rgb(126, 126, 126);
    }

    .come-contattare2 .cta1 {
        display: flex;
        justify-content: flex-start;
        gap: 10px;
        align-items: flex-start;
    }

    .come-contattare2 .button-call,
    .come-contattare2 .button-whatsapp,
    .come-contattare2 .form-box {
        text-decoration: none;
    }

    .come-contattare2 .button-whatsapp {
        display: flex;
        width: 100%;
    }

    .come-contattare2 .button-whatsapp p {
        text-align: center;
        color: #000000;
    }

    @media only screen and (min-width: 900px) {
        .come-contattare2 .cta1 {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            grid-auto-rows: 1fr;
            justify-items: stretch;
        }

        .come-contattare2 .button-call {
            grid-column: 1;
            grid-row: 1;
        }

        .come-contattare2 .button-whatsapp {
            grid-column: 1;
            grid-row: 2;
        }

        .come-contattare2 .form-box {
            grid-column: 2;
            grid-row: 1 / span 2;
            align-self: stretch;
        }

        .come-contattare2 .form-box form {
            height: 100%;
        }
    }


    .come-contattare2 .button {
        padding: 10px;
        margin-top: 1.5em;
        background-color: #ffffffee; 
        border: 1.5px solid #dfdfdf;
        border-radius: 12px;
        transition: border-color 0.1s;
        border-radius: 12px; 
        color:#000000;
        line-height: 1.1;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        border: 0.15px solid #8f8f8f;
        font-size: 13px;
        gap: 15px;
        font-family: Lato, helvetica, arial, sans-serif;
        font-weight:400;
        text-transform: none;
        letter-spacing: normal;
        }
        
        
        
        .come-contattare2 .button-come-contattare:hover {
        border: 1px solid #000000;
        }

        .button .calltoaction {
            background-color: #55BB9B;
            color: rgb(255, 255, 255);
            font-family: Lato, helvetica, arial, sans-serif;
            font-weight: 500;
            font-size: 16px;
            width: 50%;
            padding: 10px;
            cursor: pointer;
            transition: opacity 0.3s ease-in-out;
        }
        .button .calltoaction:hover {
            opacity: 0.6;
        }
        
        .come-contattare2 .button-whatsapp .calltoaction {
            background-color: #ffffff;
            border: 1px solid #adadad;
            color: #000000;
            width: 90%;
            padding: 8px;
            border-radius: 5px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 14px;
            font-weight: 500;
            transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
            vertical-align: middle;
        }

        .come-contattare2 .button-whatsapp .calltoaction:hover {
            background-color: #f5f5f5;
            border-color: #8f8f8f;
        }


        .come-contattare2 .testo-bottone {
        font-size: 16.5px; 
        font-weight: 600; 
        font-family: Lato, helvetica, arial, sans-serif;
        }


    /* Mobile */
        @media only screen and (max-width: 900px) {
            .come-contattare2 .box {
                align-items: center;

            }

            .come-contattare2 .titolo1 {
                text-align: center;
            }

            .come-contattare2 .cta1 {
                flex-direction: column;
                align-items: center;
            }
        }





/* TEST BOX LINK */

.box_link {
    display: block;
}

.box_link .figlio {
    display: block;
    margin-bottom: 7.5px;
    padding-left: 15px;
    padding-right: 10px;
}


.figlio .due {
    padding-left: 2em;
    margin-bottom: 7.5px;
}

.box_link .grey {
    background-color: rgb(246, 246, 246);
}






/* STEP DELLA VISITA */

.stepmain {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 20px;
}

.stepmain .figlio {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 20px;
}

.figlio .mobile {
    display: inherit;
    margin-top: 40px;
}

.stepmain .figlio .testo {
    font-size: 15px;
}

.stepmain .figlio .figlio1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: Lato, helvetica,arial, sans-serif;
    gap: 10px;
}

.figlio1 .testo1 {
    font-size: 17px;
    color: #5175E5;
    font-weight: 700;
    margin-top: 0px;
}

.figlio1 .testo2 {
    font-size: 35px;
    font-weight: 900;
    text-align: left;
    margin-top: 0px;
}

.figlio1 svg {
    margin-top: 40px;
    display: none;
}


@media only screen and (min-width: 1000px) {


    .stepmain {
        padding-left: 0px;
    }
    .stepmain .figlio {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 65%;
        gap: 50px;
    }

    .stepmain .figlio .testo {
        margin-top: 50px;
        width: 65%;
    }

    .stepmain .figlio .figlio1 {
        align-items: flex-end;
        width: 35%;
    }

    .stepmain .figlio .mobile {
        display: none;
    }

    .figlio1 .testo2 {
        text-align: right;

    }

    .figlio1 svg {
        margin-top: 40px;
        display: inherit;
    }
    
}


/* SEZIONI LISTE LANDING PAGE */ 

.listalanding {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    background-color: rgb(244, 244, 244) ;
    padding-top: 50px;
    padding-bottom: 50px;
}

.listalanding .figlio1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    width: 60%;
    align-items: center;
}

.listalanding .sinistra {
    text-align: left;
}

.listalanding .destra {
    text-align: right;
}

.figlio1 h3 {
    font-size: 20px;
    font-weight: 700;
    font-family: Lato, helvetica, arial, sans-serif;
}

.figlio1 img {
    width: 40%;
    object-fit: cover;
    height: 40vh;
}

.destra img {
    order: 1;
}

.destra .ordine {
    order: 2;
}


@media only screen and (max-width: 1000px) {
    .listalanding .figlio1 {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .figlio1 img {
        width: 100%;
        object-fit: cover;
        height: 30vh;
    }

    .listalanding .sinistra {
        text-align: center;
    }

    .listalanding .destra { 
        text-align: center;
    }

    .destra img {
        order: 2;
    }

    .destra .ordine { 
        order: 1;
    }
}




/* Feedback Button */

.feedback {
    border: 1px solid rgb(240, 240, 240);
    padding: 10px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    color: #626262;
    margin: 20px 0px 20px 0px;
    width: fit-content;
    border-radius: 10px;
    align-items: center;
}

.feedback .testo {
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    line-height: 18px;
}

.feedback .testo:hover {
    text-decoration: underline !important;
} 

.feedbackform {
    width: 90%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-content: center;
    gap: 30px;
    position: fixed;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    background-color: white;
    padding: 30px;
    overflow: auto;
    box-shadow: 0 4px 12px 0 rgb(81, 81, 81);
    max-height: 400px;
    z-index: 10;
}

.feedbackform h5 {
    font-size: 20px;
    font-family: Lato, helvetica, arial, sans-serif;
    font-weight: 900;
    text-align: left;
}

.feedbackform .lista {
    text-align: left;
    font-size: 14px;
    line-height: 25px;
}

.feedbullet li {
    font-size: 14px;
    line-height: 1.5;
    font-family: Lato, helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.feedbullet li:before {
    content: "\25CF ";
    position: absolute;
    left: 0;
}

.feedbackform .input {
    width: 90%;
    max-width: 350px;
    height: 40px;
    margin: 0;
    padding: 3px;
    border-radius: 10px;
    font-size: 100%;
    vertical-align: baseline;
    font-family: inherit;
    text-align: inherit;
    border: solid 1px black;
    margin-bottom: 20px;

}

.feedbackform input[type="text"] {
    font-size: 13px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);  /* Dark, semi-transparent */
    z-index: 9;
}

.feedbackform .invio {
    height: 40px;
    width: 90%;
    max-width: 350px;
    border-radius: 5px;
    background-color: #5175E5 !important;
    text-align: center; 
    padding: 2px;
    margin: 0;
    border: none;
    font-size: 100%;
    vertical-align: baseline;
    font-family: inherit;
    color: rgb(255, 255, 255);
    transition: opacity 0.3s ease-in-out;
    border: solid 1px rgb(173, 173, 173);
    box-shadow: inset;
}


.feedbackform .invio:hover {
opacity: 0.7;
cursor: pointer;
}


/*@media only screen and (min-width: 768px) {
    .feedbackform {
        max-width: 400px;
    }
}*/




/* Prestazioni Offerte Boxes Ordinati */

.prest1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    gap: 20px;
    border-radius: 10px;
    /*background-color: #f4f4f4; */
    margin: 15px 0px 15px 10px;
    max-width: 500px;
}

.prest1 .c1 {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: flex-start;
}

    .prest1 .c1 .img {
        width: 40px;
        height: 40px;
    }

    .prest1 .c1 h3 {
        font-size: 20px;
        font-family: Lato, helvetica, arial, sans-serif;
        font-weight: 300;
        text-align: left;
    }


.prest1 .c2 {
    margin-left: 40px;
    padding-left: 15px;
    border-left: dashed 1px rgb(147, 147, 147);
}

    .prest1 .c2 p {
        font-size: 15px;
        text-align: left;
    }

    .prest1 .c2 a {
        color:#1571ce;
        font-size: 13px;
    }

    .prest1 .c2 .txtlft {
        text-align: left;
    }

        .txtlft li {
            font-size: 15px !important;
        }




/* Sezione studio del caso */

.sequenzastudio { 
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: ;
}
