* body {
    background-color: #f5f5f5; 
}



 /* RETURN BUTTON */

.back-to-home-page {
    display: flex;
    flex-direction: row;
    padding: 16px 128px;
    gap: 8px;
    align-items: center;
    /* margin-bottom: 40px; */
 }




.home-button {
    margin-top: 1em;
    border: none;
    padding: 0.5em 1em;
    cursor: pointer;
    border-radius: 4px;
}
.home-button button i{
    margin-left: 0.5em;
}

.home-button button:hover {
    background-color: #333;
}
.contact{
    display: flex;
    padding: 80px 240px;
}
.frm-contact {
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center;
    text-align: left;
    padding: 20px;
}

.ctext{
    padding: 40px 640px;
}
.ctext h2{
    text-align: justify;
    align-content: center;
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 60px;

}
.map{
    margin-left: 25px;
    width: 599px;
    height: 576px;
}
.map iframe{
    border-radius: 24px;
    width: 599px;
    height: 576px;
}
.contact-us-form{
    width: 599px;
    height: 576px;
    border-radius: 24px;
    box-shadow: 0 0 10px rgba(0,0,0,0.18);
    background:#F0EEEA ;
    align-items: left ; 
}
.form-group{
    padding: 40px 40px;
    height: 409px;
    width: 519px;
}
.form-group input{
    height: 40px;
}
.form-group textarea{
    height: 113px;
}
.name{
    display: flex;
    position:relative;
    margin-bottom: 24px;
}

.surname{
    padding-left: 8px;
}
.surname input{
    width: 251.5px;
}
.firstname input{
    width: 251.5px;

}
.con-info input{
    width: 519px;
    margin-bottom: 24px;
}
.con-info textarea{
    width: 519px;
    margin-bottom: 40px;

}
.contact-us-form h4{
    text-align: center;
}
.contact-us-form input{
    border-radius: 5px;

}
.contact-us-form textarea{
    border-radius: 5px;
}
.submit{
    background-color: orange;
    width: 519px;
    height: 40px;
    padding: 10px 20px;
    border: none;
    color:#fffdf7;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 50px;
}
@media(max-width: 720px ){
    .contact{
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 20px 20px;
    }
    .map{
       margin: 0 auto;
        width: 340px;
        height: 350px;
    }
    .map iframe{
        border-radius: 24px;
        width: 330px;
        height: 330px;
    }
    .contact-us-form{
        width: 360px;
        height: 420px;
        border-radius: 24px;
        box-shadow: 0 0 10px rgba(0,0,0,0.18);
        background:#F0EEEA ;
        align-items: left ; 
    }
    .form-group{
        justify-content: center;
        align-items: center;
        padding: 20px 20px;
        height: 305px;
        width: 200px;
    }
    .form-group input{
        height: 20px;
    }
    .form-group textarea{
        height: 30px;
    }
    .name{
        display: flex;
        position:relative;
        margin-bottom: 24px;
    }
    
    .surname{
        padding-left: 8px;
    }
    .surname input{
        width: 150px;
    }
    .firstname input{
        width:150px;
    
    }
    .con-info input{
        width: 316px;
        margin-bottom: 24px;
    }
    .con-info textarea{
        width: 318px;
        margin-bottom: 40px;
    
    }
    .contact-us-form h4{
        text-align: center;
    }
    .contact-us-form input{
        border-radius: 5px;
    
    }
    .contact-us-form textarea{
        border-radius: 5px;
    }
    .submit {
        background-color: orange;
        width: 300px;
        height: 40px;
        padding: 10px 20px;
        border: none;
        color: #fffdf7;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 15px;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 50px;
        /* Center the button horizontally */
        margin-left: auto;
        margin-right: auto;
    }
}





