/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 16 2026 | 06:46:12 */
/* Form background */
#_builder-form {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

/* Labels */
#_builder-form label {
    color: #ffffff !important;
}

/* Inputs */
#_builder-form input {
    background-color: #ffffff !important;
    border: 1px solid #ffffff !important;
    color: #000000 !important;
}

/* Placeholder */
#_builder-form input::placeholder {
    color: #cccccc !important;
}

/* Focus state */
#_builder-form input:focus {
    border: 1px solid #E0370E !important;
    outline: none !important;
}

/* Button */
#_builder-form button {
    background-color: #E0370E !important;
    border: 1px solid #E0370E !important;
}

/* Links */
#_builder-form a {
    color: #ffffff !important;
}

#_builder-form a:hover {
    color: #E0370E !important;
}

/* ===== Layout (2 columns) ===== */

/* Row container */
#_builder-form .fields-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

/* Default full width */
#_builder-form .form-field-wrapper {
    width: 100% !important;
}

/* First + Last Name */
#el_jQYVuBRUvvneUihX0AHo_first_name_0,
#el_jQYVuBRUvvneUihX0AHo_last_name_1 {
    width: calc(50% - 5px) !important;
}

/* Phone + Email */
#el_jQYVuBRUvvneUihX0AHo_phone_2,
#el_jQYVuBRUvvneUihX0AHo_email_3 {
    width: calc(50% - 5px) !important;
}

/* Keep Age + Education full width */
#el_jQYVuBRUvvneUihX0AHo_6jG4OF0gtopfr3gBO33F_4,
#el_jQYVuBRUvvneUihX0AHo_QulxjTp5ld8XzOwY2SXI_5 {
    width: 100% !important;
}