.form-container {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
}
label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #334155;
    cursor: unset !important;
}
input,
select,
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
}
.btn-submit {
    background: #0066ff;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
}
.btn-submit:hover {
    background: #004bcc;
}
.submit_form {
    padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .works-area.style-foure {
        padding: 20px 0 15px !important;
    }
}
