.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ==========================================
   1. GLOBAL DESKTOP TYPOGRAPHY & BUTTON STYLES 
   ========================================== */

/* Clean Form Labels */
.elementor-field-group > label {
    font-family: 'Jost', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #0A192F !important;
    margin-bottom: 6px !important;
    text-transform: none !important;
}

/* Minimalist Input Boxes */
.elementor-field-textual {
    font-family: 'Jost', sans-serif !important;
    font-size: 15px !important;
    background-color: #ffffff !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 8px !important;
    padding: 14px 16px !important;
    color: #1A202C !important;
    transition: all 0.25s ease-in-out !important;
}

.elementor-field-textual:focus {
    border-color: #0A192F !important; 
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(10, 25, 47, 0.05) !important;
}

.elementor-form ::placeholder {
    color: #A0AEC0 !important;
}

/* Desktop 50/50 Grid Columns Layout */
.elementor-form .elementor-field-group:not(.elementor-field-type-textarea):not(.elementor-field-type-submit):not(.elementor-field-type-checkbox) {
    flex: 1 1 calc(50% - 10px) !important;
    width: calc(50% - 10px) !important;
}

.elementor-form .elementor-field-type-textarea,
.elementor-form .elementor-field-type-checkbox,
.elementor-form .elementor-field-type-submit {
    flex: 1 1 100% !important;
    width: 100% !important;
}

/* Premium Pill-Shaped Submit Button */
.elementor-button {
    font-family: 'Jost', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    background-color: #0A192F !important;
    color: #ffffff !important;
    border-radius: 30px !important;
    padding: 14px 40px !important;
    width: auto !important;
    align-self: flex-start !important;
    transition: all 0.3s ease-in-out !important;
}

.elementor-button:hover {
    background-color: #D4AF37 !important; 
    color: #ffffff !important;
}


/* ==========================================
   2. MOBILE EDGE-ALIGNMENT & WIDENING (768px and down)
   ========================================== */
@media (max-width: 768px) {

    /* Target Elementor's internal wrappers to force a true full-bleed alignment envelope */
    .elementor-widget-heading,
    .elementor-widget-form,
    .elementor-widget-container,
    .elementor-form {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box !important;
    }

    /* Target the Title text to pull it flush left, matching the fields in image_f6fb99.png */
    .elementor-heading-title {
        text-align: left !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    /* Pull all side-by-side input fields out to 100% full width */
    .elementor-form .elementor-field-group {
        width: 100% !important;
        flex-basis: 100% !important;
    }

    /* Expand the send button full-width so its layout mirrors the inputs precisely */
    .elementor-button {
        width: 100% !important;
        text-align: center !important;
    }
}/* End custom CSS */