.elementor-64 .elementor-element.elementor-element-d96122c{margin-top:1px;margin-bottom:0px;padding:0px 0px 60px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-329fdb9 */.volunteer-card {
    max-width: 700px;
    margin: auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.volunteer-card h3 {
    text-align: center;
    font-size: 28px;
    color: #1b6b3a;
    margin-bottom: 10px;
}

.volunteer-card p {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.volunteer-card label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.volunteer-card input,
.volunteer-card select,
.volunteer-card textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    background: #fafafa;
    font-size: 15px;
}

.volunteer-card textarea {
    min-height: 130px;
}

.volunteer-card input:focus,
.volunteer-card select:focus,
.volunteer-card textarea:focus {
    border-color: #1b6b3a;
    background: white;
}

.volunteer-card input[type="submit"] {
    width: 100%;
    margin-top: 25px;
    background: #1b6b3a;
    color: white;
    border: none;
    padding: 16px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.volunteer-card input[type="submit"]:hover {
    background: #14512c;
}

@media(max-width: 600px){
    .form-grid {
        grid-template-columns: 1fr;
    }

    .volunteer-card {
        padding: 25px;
    }
}/* End custom CSS */