.hire-page { background: #f9f9f9; padding: 30px; border-radius: 8px; }
.hire-form { background: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.hire-form .form-group { margin-bottom: 15px; }
.btn-hire-submit { background: #28a745; color: #fff; border: none; padding: 12px 25px; border-radius: 30px; transition: 0.3s; }
.btn-hire-submit:hover { background: #218838; color: #fff; }
.reviews-section .review { border-bottom: 1px solid #ddd; padding: 10px 0; }
.reviews-section .rating { color: #ffc107; margin-left: 10px; }

.hire-form {
    max-width: 700px;
    margin: auto;
    border: 2px solid #e9ecef;
    transition: 0.3s;
}
.hire-form:hover {
    border-color: #28a745;
}
.btn-success:hover {
    background: #28a745 !important;
    color: #fff !important;
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(40,167,69,.4);
}
.review {
    border-left: 4px solid #28a745;
}
