@charset "utf-8";
.contact .container{
    padding: 30px 100px;
    margin-left: auto;
    margin-right: auto;
    color: #5a5c5f;
    height: 100vh;
    background: #fff;
    line-height: 1.7;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 250px;
}
.contact-title{
    color: gray;
    font-size: 26px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    
}
.contact-text{
    padding: 22px 26px;
    margin: 20px 0 28px;
    font-size: 18px;
    color: gray;
    line-height: 1.5;
}
.contact-form{
    margin-left: 15px;
    padding: 10px 0;
}
.contact-form h3{
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 6px 0;
    color: #4c3e52;
}
input, textarea{
    font-size: 15px;
    width: 500px;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.submit-button{
    background: #0A3D62;
    color: #fff;
    padding: 14px 40px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
    text-align: center;
    margin-top: 40px;
}
.submit-button:hover {
    background: #1B9CFC;
}
.required {
    color: #d9534f;
    font-size: 14px;
}
.page-title {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 3px solid #C9A86A;
    display: inline-block;
    margin-bottom: 24px;
}
