#soheil-contact-form {
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fafafa;
    font-family: sans-serif;
}

#soheil-contact-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

#soheil-contact-form input,
#soheil-contact-form select {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#soheil-contact-form button {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    transition: background 0.3s ease;
}

#soheil-contact-form button:hover {
    background: #005f8d;
}

#soheil-form-message {
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}
