.elementor-kit-6{--e-global-color-primary:#014169;--e-global-color-secondary:#3A86AA;--e-global-color-text:#000000;--e-global-color-accent:#014169;--e-global-typography-primary-font-family:"Antonio";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Antonio";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Antonio";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Antonio";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 a{color:var( --e-global-color-secondary );}.elementor-kit-6 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-6 h1{font-family:"Antonio", Sans-serif;font-size:48px;font-weight:900;}.elementor-kit-6 h2{font-family:"Antonio", Sans-serif;font-size:36px;font-weight:800;text-transform:capitalize;}.elementor-kit-6 h3{font-size:28px;font-weight:700;text-transform:capitalize;}.elementor-kit-6 h4{font-size:20px;font-weight:700;text-transform:capitalize;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{color:#FFFEFE;background-color:var( --e-global-color-secondary );border-style:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1540px;}.e-con{--container-max-width:1540px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h2{font-size:32px;line-height:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Move the file upload field block upwards by 100px and align it to the left */
body .gform_wrapper .gfield.gfield--type-fileupload {
    margin-top: -300px;  /* Moves the entire upload field 100px upwards */
    text-align: left;     /* Aligns text and button to the left */
}

/* Align the file input ("Choose File" button) to the left */
body .gform_wrapper .gfield.gfield--type-fileupload input[type="file"].large {
    width: auto !important;   /* Ensures the file input isn't stretched */
    margin: 5px 0;            /* Removes auto centering and adds space around */
    display: block;           /* Keeps it block-level for left alignment */
}

/* Adjusts the description text below the file input (Accepted file types) */
body .gform_wrapper .gfield.gfield--type-fileupload .gfield_description {
    margin-top: 10px;  /* Adds space between the input and the description text */
    font-size: 14px;   /* Adjusts the font size */
    color: #555;       /* Changes the text color */
    text-align: left;  /* Ensures the description text is aligned left */
}





/* ------------------------------
   Gravity Forms - Custom Styling
   ------------------------------ */

/* Center the form footer buttons (Previous + Submit) */
body .gform_wrapper .gform_page_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px; /* spacing between buttons */
    text-align: center;
}

/* Ensure footer buttons are properly aligned */
body .gform_wrapper .gform_page_footer input[type="submit"],
body .gform_wrapper .gform_page_footer input[type="button"] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

/* ------------------------------
   Checkbox Agreement Section
   ------------------------------ */

/* Center the checkbox block */
body .gform_wrapper .gfield_checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: nowrap; /* prevent unwanted wrapping */
}

/* Keep label text inline with checkbox */
body .gform_wrapper .gfield_checkbox li label {
    display: inline-flex;
    align-items: center;
    margin-left: 5px;
}

/* ------------------------------
   Mobile Responsiveness
   ------------------------------ */
@media (max-width: 767px) {
    body .gform_wrapper .gfield_checkbox {
        flex-wrap: wrap;       /* allow wrapping on smaller screens */
        white-space: normal;   /* allow text to break */
    }

    body .gform_wrapper .gfield_checkbox li {
        width: 100%;           /* full width per checkbox */
        display: flex;
        justify-content: center; /* keep centered */
    }
}








/* Mobile Fix: Show checkbox + text properly */
@media (max-width: 767px) {
    body .gform_wrapper .gfield_checkbox {
        flex-wrap: wrap;   /* allow wrapping */
        white-space: normal; /* let text break to next line */
    }

    body .gform_wrapper .gfield_checkbox li {
        width: 100%; /* make each checkbox take full width */
        display: flex;
        justify-content: center; /* keep centered */
    }
}



/* Mobile-specific styles (screen widths 767px and below) */
@media (max-width: 767px) {
    /* Center the entire upload field block */
    body .gform_wrapper .gfield.gfield--type-fileupload {
        display: flex;
        flex-direction: column;
        align-items: center; /* Centers horizontally */
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    /* Center the "Choose File" button on mobile */
    body .gform_wrapper .gfield.gfield--type-fileupload input[type="file"] {
        width: 80% !important;   /* Ensures the "Choose File" button doesn't stretch too wide */
        margin: 10px auto;       /* Centers the file input button horizontally */
        display: block;          /* Makes it a block-level element */
    }
}


/* Mobile-specific styles (screen widths 767px and below) */
@media (max-width: 767px) {
    body .gform_wrapper .gfield.gfield--type-fileupload {
        margin-top: 0 !important;  /* Removes the negative margin on mobile */
    }
}













html, body {
    max-width: 100%;
    overflow-x: hidden;
}
@media only screen and (max-width: 768px){
    html,
    body{
    width:100%;
    overflow-x:hidden;
    }
}/* End custom CSS */