.elementor-1170 .elementor-element.elementor-element-5b9bdb8{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:080px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-1170 .elementor-element.elementor-element-5b9bdb8:not(.elementor-motion-effects-element-type-background), .elementor-1170 .elementor-element.elementor-element-5b9bdb8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#003B5C;}.elementor-1170 .elementor-element.elementor-element-0461f7c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1170 .elementor-element.elementor-element-de15058{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1170 .elementor-element.elementor-element-a4a1c54{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:100px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-1170 .elementor-element.elementor-element-b69ede9{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1170 .elementor-element.elementor-element-b69ede9:not(.elementor-motion-effects-element-type-background), .elementor-1170 .elementor-element.elementor-element-b69ede9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#003B5C;}.elementor-1170 .elementor-element.elementor-element-628ddf3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-1170 .elementor-element.elementor-element-45d5a63{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1170 .elementor-element.elementor-element-0461f7c{--width:50%;}.elementor-1170 .elementor-element.elementor-element-de15058{--width:50%;}.elementor-1170 .elementor-element.elementor-element-628ddf3{--width:33.3333%;}.elementor-1170 .elementor-element.elementor-element-45d5a63{--width:66.6666%;}}/* Start custom CSS for wpforms, class: .elementor-element-ccaef42 *//* 1. Labels: Cleaner spacing and crisp white */
.elementor-1170 .elementor-element.elementor-element-ccaef42 .wpforms-field-label {
    color: #FFFFFF !important;
    font-weight: 600 !important;
    font-family: inherit !important;
    margin-bottom: 10px !important;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
}

/* 2. Standard Inputs & Textareas: Premium flat design */
.elementor-1170 .elementor-element.elementor-element-ccaef42 input.wpforms-field-medium, 
.elementor-1170 .elementor-element.elementor-element-ccaef42 textarea.wpforms-field-medium {
    background-color: #FFFFFF !important;
    border: 2px solid transparent !important;
    border-radius: 4px !important;
    padding: 16px 20px !important;
    color: #1a1a1a !important;
    font-size: 15px !important;
    margin-bottom: 5px !important; 
    transition: all 0.3s ease !important;
}

/* 3. Dropdown (Select) Specific Fix: Prevents cut-off text */
.elementor-1170 .elementor-element.elementor-element-ccaef42 select.wpforms-field-medium {
    background-color: #FFFFFF !important;
    border: 2px solid transparent !important;
    border-radius: 4px !important;
    padding: 0px 20px !important; /* Zero top/bottom padding to fix cut-off */
    color: #1a1a1a !important;
    font-size: 15px !important;
    margin-bottom: 5px !important; 
    transition: all 0.3s ease !important;
    height: 57px !important; /* Matches overall height of text inputs */
    line-height: 53px !important; /* Vertically centers the text */
}

/* 4. Input Focus State (Turns Brand Red when typing) */
.elementor-1170 .elementor-element.elementor-element-ccaef42 input.wpforms-field-medium:focus, 
.elementor-1170 .elementor-element.elementor-element-ccaef42 select.wpforms-field-medium:focus, 
.elementor-1170 .elementor-element.elementor-element-ccaef42 textarea.wpforms-field-medium:focus {
    border: 2px solid #990000 !important;
    outline: none !important;
}

/* 5. Placeholder Text (Corporate Grey) */
.elementor-1170 .elementor-element.elementor-element-ccaef42 ::placeholder {
    color: #7a7a7a !important;
    opacity: 1 !important;
}

/* 6. Submit Button: Sleek and authoritative */
.elementor-1170 .elementor-element.elementor-element-ccaef42 .wpforms-submit {
    background-color: #990000 !important; 
    color: #FFFFFF !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    letter-spacing: 1px !important; 
    text-transform: uppercase !important;
    padding: 18px 30px !important; 
    border: none !important;
    border-radius: 4px !important;
    width: 100% !important; 
    transition: all 0.3s ease !important;
    margin-top: 15px !important;
}

/* 7. Submit Button Hover (Premium lift effect) */
.elementor-1170 .elementor-element.elementor-element-ccaef42 .wpforms-submit:hover {
    background-color: #7a0000 !important; 
    cursor: pointer !important;
    transform: translateY(-2px) !important;
}/* End custom CSS */