.elementor-131 .elementor-element.elementor-element-8082bc4{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-131 .elementor-element.elementor-element-3e2aea8 .elementor-heading-title{color:var( --e-global-color-astglobalcolor2 );}.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-131 .elementor-element.elementor-element-06dc046{color:var( --e-global-color-astglobalcolor2 );}:root{--page-title-display:none;}@media(min-width:768px){.elementor-131 .elementor-element.elementor-element-8082bc4{--content-width:935px;}}/* Start custom CSS for sureforms_form, class: .elementor-element-0d19db5 *//* =========================================
   SUREFORMS #105 - PREMIUM CARD FORM
========================================= */

/* Main Form Card */
.srfm-form {
    width: 100% !important;
    max-width: 1050px !important;
    margin: 30px auto !important;
    padding: 40px !important;
    background: #ffffff !important;
    border: 1px solid #eeeeee !important;
    border-radius: 20px !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08) !important;
    box-sizing: border-box !important;
}

/* Form Fields */
.srfm-form .srfm-form-field {
    margin-bottom: 22px !important;
}

/* Labels */
.srfm-form label {
    display: block !important;
    margin-bottom: 9px !important;
    color: #222222 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
}

/* Input Fields */
.srfm-form input[type="text"],
.srfm-form input[type="email"],
.srfm-form input[type="tel"],
.srfm-form input[type="number"],
.srfm-form select,
.srfm-form textarea {
    width: 100% !important;
    min-height: 52px !important;
    padding: 13px 16px !important;
    background: #fafafa !important;
    border: 1px solid #e2e2e2 !important;
    border-radius: 10px !important;
    color: #222222 !important;
    font-size: 15px !important;
    box-sizing: border-box !important;
    outline: none !important;
    box-shadow: none !important;
    transition: all 0.3s ease !important;
}

/* Textarea */
.srfm-form textarea {
    min-height: 120px !important;
    resize: vertical !important;
}

/* Placeholder */
.srfm-form input::placeholder,
.srfm-form textarea::placeholder {
    color: #999999 !important;
}

/* Input Hover */
.srfm-form input:hover,
.srfm-form select:hover,
.srfm-form textarea:hover {
    border-color: #cccccc !important;
    background: #ffffff !important;
}

/* Input Focus */
.srfm-form input:focus,
.srfm-form select:focus,
.srfm-form textarea:focus {
    background: #ffffff !important;
    border-color: #E98C00 !important;
    box-shadow: 0 0 0 4px rgba(233, 140, 0, 0.10) !important;
}

/* Submit Button */
.srfm-form button[type="submit"],
.srfm-form input[type="submit"] {
    display: block !important;
    min-width: 150px !important;
    margin: 12px auto 0 !important;
    padding: 14px 35px !important;
    background: #E98C00 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    box-shadow: 0 6px 18px rgba(233, 140, 0, 0.25) !important;
    transition: all 0.3s ease !important;
}

/* Button Hover */
.srfm-form button[type="submit"]:hover,
.srfm-form input[type="submit"]:hover {
    background: #d17b00 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 9px 22px rgba(233, 140, 0, 0.32) !important;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .srfm-form {
        width: calc(100% - 20px) !important;
        margin: 20px auto !important;
        padding: 25px 18px !important;
        border-radius: 15px !important;
    }

    .srfm-form .srfm-form-field {
        margin-bottom: 18px !important;
    }

    .srfm-form input[type="text"],
    .srfm-form input[type="email"],
    .srfm-form input[type="tel"],
    .srfm-form input[type="number"],
    .srfm-form select {
        min-height: 49px !important;
    }

    .srfm-form button[type="submit"],
    .srfm-form input[type="submit"] {
        width: 100% !important;
    }
}/* End custom CSS */