.greenhands-contact {
    max-width: 650px;
    margin: 0 auto;
    font-family: "fuente-ev-web-local";
    color: #333;
}
.greenhands-contact .row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
.greenhands-contact .field {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.greenhands-contact label {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 0.9rem;
}
.greenhands-contact input, .greenhands-contact textarea {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}
.greenhands-contact .services-group {
    margin: 25px 0;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
}
.greenhands-contact .services-group label {
    display: block;
    font-weight: normal;
    margin-bottom: 8px;
    cursor: pointer;
}
.btn-submit {
    background-color: #38DC82; /* GreenHands green */
    border: 2px solid #38DC82!important;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    transition: background 0.3s;
}
.btn-submit:hover {
    background-color: transparent;
    border: 1px solid #38DC82!important;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
}