.elementor-6247 .elementor-element.elementor-element-1bd7a30b{--display:flex;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-6247 .elementor-element.elementor-element-4a677c52{color:#161616;}@media(max-width:767px){.elementor-6247 .elementor-element.elementor-element-1bd7a30b{--margin-top:20px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for wpforms, class: .elementor-element-0170acb */#wpforms-submit-424613{
    background-color: red;
    color: white;
    font-size: 1.6em !important;
    border-radius: 20px;
    padding: 20px ,40px;
}

div.wpforms-container-full .wpforms-form select {
   
    font-size: 12px !important;
    
}/* End custom CSS */
/* Start custom CSS *//* Container Styling */
#wpforms-424613 {
   
    margin: 0px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* Heading Style */
#wpforms-424613-field_6 {
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #e32b21; /* Empire Red */
    padding-bottom: 10px;
    margin-bottom: 30px !important;
}

/* Labels and Spacing */
.wpforms-form .wpforms-field-label {
    font-weight: 600 !important;
    color: #444 !important;
    font-size: 15px !important;
    margin-bottom: 8px !important;
}

/* Input Fields Styling */
.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form input[type="tel"],
.wpforms-form select,
.wpforms-form .wpforms-uploader {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    padding: 12px 15px !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background-color: #fcfcfc !important;
}

/* Field Focus State */
.wpforms-form input:focus,
.wpforms-form select:focus {
    border-color: #e32b21 !important;
    box-shadow: 0 0 0 3px rgba(227, 43, 33, 0.1) !important;
    outline: none !important;
}

/* File Upload (Dropzone) Area */
.wpforms-form .wpforms-uploader {
    background: #f9f9f9 !important;
    border: 2px dashed #ccc !important;
}

.wpforms-form .wpforms-uploader:hover {
    border-color: #e32b21 !important;
}

/* Submit Button Styling */
#wpforms-submit-424613 {
    background-color: #e32b21 !important; /* Empire Red */
    color: #fff !important;
    border: none !important;
    padding: 15px 40px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border-radius: 50px !important; /* Rounded pill style to match "Get Our App" button */
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease !important;
    margin-top: 20px !important;
}

#wpforms-submit-424613:hover {
    background-color: #b31d16 !important; /* Darker red on hover */
    transform: translateY(-2px);
}

/* Error Message Styling */
.wpforms-error {
    color: #e32b21 !important;
    font-size: 13px !important;
}

/* Address Field Sub-labels */
.wpforms-field-sublabel {
    font-size: 12px !important;
    color: #777 !important;
    margin-top: 5px !important;
}


/* Styling for the Introduction Note */
.elementor-element-4a677c52 .description {
    background-color: #f8f9fa; /* Light grey background */
    border-left: 5px solid #e32b21; /* Red accent border to match brand */
    padding: 20px 30px;
    margin-bottom: 30px;
    border-radius: 4px;
    color: #444;
    font-size: 16px;
    line-height: 1.6;
    text-align: left !important; /* Overriding the inline center style for better readability */
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

/* Styling the email link within the note */
.elementor-element-4a677c52 .description a {
    color: #e32b21;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.elementor-element-4a677c52 .description a:hover {
    color: #333;
    text-decoration: underline;
}

/* Responsive adjustment for mobile */
@media (max-width: 768px) {
    .elementor-element-4a677c52 .description {
        padding: 15px;
        font-size: 14px;
    }
}/* End custom CSS */