/* --- LOAD RALEWAY FONT --- */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700&display=swap');

/* --- PAGE CLEANUP --- */
.entry-title {
    display: none;
}

.comments-area, #respond, #comments, .comment-list, .comment-respond, 
.posted-on, .entry-meta, .post-date, .date, time, 
.fa-calendar, .dashicons-calendar, .posted-on .icon, 
.entry-meta .icon, .post-date .icon, 
i[class*="calendar"], span[class*="calendar"], 
svg[class*="calendar"], .meta-info .icon {
    display: none !important;
}

/* --- UNIVERSAL GRAVITY FORMS STYLING --- */
body .gform_wrapper {
    font-family: 'Raleway', sans-serif !important;
    font-size: 22px;
    line-height: 1.6;
    color: #222;
}

/* Section titles like "Contact Details" */
body .gform_wrapper .gsection_title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}

/* Question/field labels */
body .gform_wrapper .gfield_label {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
}

/* Field description/help text */
body .gform_wrapper .gfield_description {
    font-size: 20px;
    line-height: 1.4;
    color: #555;
    margin-top: 4px;
}

/* Input fields, textareas, dropdowns */
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="url"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="number"],
body .gform_wrapper input[type="password"],
body .gform_wrapper select,
body .gform_wrapper textarea {
    font-size: 22px !important;
    font-family: 'Raleway', sans-serif !important;
    padding: 14px 16px !important;
    height: auto !important;
    border-radius: 6px;
    line-height: 1.5;
    box-sizing: border-box;
}

/* Prevent oversized "Other" or conditional textareas */
body .gform_wrapper .ginput_container_textarea textarea {
    min-height: 140px !important;
    max-height: 200px;
}

/* Placeholder text styling */
body .gform_wrapper ::placeholder {
    font-size: 20px !important;
    color: #888;
    font-family: 'Raleway', sans-serif !important;
}

/* --- RADIO & CHECKBOX STYLING AND ALIGNMENT FIX --- */

/* Wrap input and label side by side with spacing */
body .gform_wrapper .gfield_radio li,
body .gform_wrapper .gfield_checkbox li {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
}

/* Ensure long labels align beside inputs */
body .gform_wrapper .gfield_radio li label,
body .gform_wrapper .gfield_checkbox li label {
    display: inline;
    max-width: 100%;
    flex: 1;
    font-size: 22px !important;
    font-weight: 400;
    line-height: 1.5;
}

/* Larger radio/checkbox controls */
body .gform_wrapper input[type="radio"],
body .gform_wrapper input[type="checkbox"] {
    margin-top: 5px;
}

/* --- BUTTON STYLING --- */
body .gform_wrapper input[type="submit"],
body .gform_wrapper input[type="button"],
body .gform_wrapper input[type="reset"],
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_page_footer input.button {
    font-size: 22px !important;
    font-family: 'Raleway', sans-serif !important;
    padding: 14px 32px;
    background-color: #0073aa !important;
    color: #fff !important;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease !important;
}

/* Hover color for all form buttons */
body .gform_wrapper input[type="submit"]:hover,
body .gform_wrapper input[type="button"]:hover,
body .gform_wrapper input[type="reset"]:hover,
body .gform_wrapper .gform_footer input.button:hover,
body .gform_wrapper .gform_page_footer input.button:hover {
    background-color: #F5A51C !important;
    color: #fff !important;
}

.gf_progressbar_percentage {
    display: none;
}

/* Target the step indicator text */
.gf_progressbar_title{
    font-size: 18px !important;
}