.elementor-4683 .elementor-element.elementor-element-05e1994{padding:60px 20px 60px 20px;}.elementor-4683 .elementor-element.elementor-element-5facbef > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-4683 .elementor-element.elementor-element-911b5e3 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 30px 0px;}.elementor-4683 .elementor-element.elementor-element-911b5e3{text-align:center;}.elementor-4683 .elementor-element.elementor-element-da1a8a5{padding:60px 20px 60px 20px;}.elementor-4683 .elementor-element.elementor-element-69f6f1c > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-4683 .elementor-element.elementor-element-701224b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 30px 0px;}.elementor-4683 .elementor-element.elementor-element-701224b{text-align:center;}/* Start custom CSS for section, class: .elementor-element-05e1994 *//* ===== FORM WRAPPER ===== */
.donation-form .gform_wrapper {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;

}

/* ===== LABELS ===== */
.donation-form .gfield_label {
    color: #484848;
    font-weight: 600;
    margin-bottom: 6px;
}

/* ===== INPUT FIELDS ===== */
.donation-form input,
.donation-form select,
.donation-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #C3CDD6;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fff;
}

/* ===== INPUT FOCUS ===== */
.donation-form input:focus,
.donation-form select:focus,
.donation-form textarea:focus {
    border-color: #DC030B;
    box-shadow: 0 0 0 2px rgba(220, 3, 11, 0.1);
    outline: none;
}

/* ===== PLACEHOLDER ===== */
.donation-form input::placeholder {
    color: #999;
}

/* ===== REQUIRED ASTERISK ===== */
.donation-form .gfield_required {
    color: #DC030B;
}

/* ===== NAME FIELD (2 COLUMNS GAP FIX) ===== */
.donation-form .ginput_container_name {
    gap: 10px;
}

/* ===== ADDRESS GRID FIX ===== */
.donation-form .ginput_container_address {
    gap: 10px;
}

.donation-form .gform_wrapper.gravity-theme .ginput_container_address span {
    flex: 0 0 100%;
}

/* ===== STRIPE FIELD ===== */
.donation-form .StripeElement {
    border: 1px solid #C3CDD6;
    border-radius: 6px;
    padding: 12px;
    background: #fff;
}

/* ===== DONATION AMOUNT FIELD ===== */
.donation-form .ginput_amount {
    font-size: 16px;
    font-weight: 600;
}

/* ===== SUBMIT BUTTON ===== */
.donation-form .gform_button {
    background: #DC030B;
    color: #fff;
    padding: 14px 20px;
    border-radius: 6px;
    border: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    width: 100%;
}

/* ===== BUTTON HOVER ===== */
.donation-form .gform_button:hover {
    background: #0B1F54;
    transform: translateY(-1px);
}

/* ===== ERROR STATES ===== */
.donation-form .gfield_error input,
.donation-form .gfield_error select {
    border-color: #DC030B;
}

/* ===== VALIDATION MESSAGE ===== */
.donation-form .validation_message {
    color: #DC030B;
    font-size: 13px;
}

/* ===== VOLUNTEER CHECKBOX WRAPPER ===== */
.donation-form #input_13_10 .gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* ===== EACH OPTION CARD ===== */
.donation-form #input_13_10 .gchoice {
    position: relative;
}

/* ===== HIDE DEFAULT CHECKBOX ===== */
.donation-form #input_13_10 .gfield-choice-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* ===== CUSTOM LABEL STYLE ===== */
.donation-form #input_13_10 label {
    display: inline-block;
    padding: 10px 16px;
    border: 1px solid #C3CDD6;
    border-radius: 6px;
    background: #fff;
    color: #484848;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

/* ===== HOVER EFFECT ===== */
.donation-form #input_13_10 label:hover {
    border-color: #DC030B;
    color: #DC030B;
}

/* ===== CHECKED STATE ===== */
.donation-form #input_13_10 .gfield-choice-input:checked+label {
    background: #DC030B;
    color: #fff;
    border-color: #DC030B;
}

/* ===== FOCUS STATE ===== */
.donation-form #input_13_10 .gfield-choice-input:focus+label {
    box-shadow: 0 0 0 2px rgba(220, 3, 11, 0.2);
}

.donation-form .gform_heading,
.donation-form .gform_required_legend {
    display: none;
}


.donation-form .gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 10px;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 767px) {

    .donation-form .gform_wrapper {
        padding: 20px;
        width: 100%;
    }

    .donation-form .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 1.5;
    }

    /* 2 column layout */
    .donation-form #input_13_10 .gfield_checkbox {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .donation-form #input_13_10 .gchoice {
        width: calc(50% - 5px);
    }

    .donation-form #input_13_10 label {
        width: 100%;
    }
}

@media (max-width: 479px) {

    .donation-form #input_13_10 .gchoice {
        width: 100%;
        padding-right: 0;
    }

}/* End custom CSS */