.elementor-798 .elementor-element.elementor-element-06d361e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-798 .elementor-element.elementor-element-97d173c{--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-798 .elementor-element.elementor-element-5c8d532{--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-798 .elementor-element.elementor-element-3d2e331{--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-798 .elementor-element.elementor-element-058e5a3{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-798 .elementor-element.elementor-element-5c8d532{--width:33.3333%;}.elementor-798 .elementor-element.elementor-element-3d2e331{--width:66.6666%;}}/* Start custom CSS for shortcode, class: .elementor-element-e0531fe *//* 1. OVERALL FORM TEXT */
.forminator-ui.forminator-custom-form {
    font-family: sans-serif !important;
}

/* 2. INPUT FIELDS & TEXTAREAS */
.forminator-input, 
.forminator-textarea {
    background-color: #111 !important; /* Deeper black to match site */
    border: 1px solid #333 !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    transition: all 0.3s ease !important;
    padding: 15px !important;
}

/* 3. INPUT FOCUS STATE (BRAND RED) */
.forminator-input:focus, 
.forminator-textarea:focus {
    border-color: #E31B23 !important; 
    background-color: #1a1a1a !important;
}

/* 4. LABELS (BRAND RED) */
.forminator-label {
    color: #E31B23 !important; 
    font-weight: 800 !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    letter-spacing: 1.5px !important;
}

/* 5. THE SUBMIT BUTTON (ROCKET BRUSH STYLE) */
.forminator-button-submit {
    background-color: #E31B23 !important; 
    color: #ffffff !important;
    font-family: 'Rocket Brush', sans-serif !important;
    font-size: 26px !important;
    text-transform: uppercase !important;
    padding: 12px 30px !important;
    border-radius: 4px !important;
    border: 2px solid #E31B23 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.forminator-button-submit:hover {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

/* 6. SUCCESS/ERROR MESSAGES */
.forminator-response-message.forminator-show {
    background: #1a1a1a !important;
    border-left: 4px solid #E31B23 !important;
    color: #fff !important;
    border-radius: 0 !important;
}

/* 7. PLACEHOLDER TEXT */
::placeholder {
    color: #666 !important;
    opacity: 1;
}/* End custom CSS */