.elementor-356 .elementor-element.elementor-element-d5c32f3{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-356 .elementor-element.elementor-element-d5c32f3.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-356 .elementor-element.elementor-element-7afa05c{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-356 .elementor-element.elementor-element-7afa05c.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-356 .elementor-element.elementor-element-1881c68{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.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-356 .elementor-element.elementor-element-1649f0a .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:600;color:#062963;}.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-356 .elementor-element.elementor-element-2512017{font-family:"Poppins", Sans-serif;font-weight:400;color:#44474F;}#elementor-popup-modal-356{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-356 .dialog-message{width:749px;height:auto;}#elementor-popup-modal-356 .dialog-close-button{display:flex;}#elementor-popup-modal-356 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-356 .elementor-element.elementor-element-d5c32f3{--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-popup-modal-356 .dialog-message{width:754px;}}@media(min-width:768px){.elementor-356 .elementor-element.elementor-element-d5c32f3{--width:99.869%;}.elementor-356 .elementor-element.elementor-element-7afa05c{--width:38.868%;}.elementor-356 .elementor-element.elementor-element-1881c68{--width:75%;}}/* Start custom CSS for shortcode, class: .elementor-element-9282a97 *//* =========================================
   CF7 QUOTE FORM - MOBILE FIX
========================================= */

.quote-form {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    font-family: "Poppins", sans-serif;
}

.quote-form *,
.quote-form *::before,
.quote-form *::after {
    box-sizing: border-box !important;
}

/* CF7 default paragraph fix */
.quote-form p {
    margin: 0 !important;
    padding: 0 !important;
}

/* CF7 wrapper */
.quote-form .wpcf7-form-control-wrap {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Fields */
.quote-form .form-field {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 19px 0 !important;
    padding: 0 !important;
}

/* Labels */
.quote-form .form-field label {
    display: block !important;
    width: 100% !important;
    margin: 0 0 7px 0 !important;
    padding: 0 !important;

    font-family: "Poppins", sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    letter-spacing: 0.2px !important;
    color: #292d35 !important;
}

/* =========================================
   INPUTS
========================================= */

.quote-form input[type="text"],
.quote-form input[type="email"],
.quote-form input[type="tel"],
.quote-form textarea {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    margin: 0 !important;

    border: 1px solid #dedede !important;
    border-radius: 5px !important;

    background: #fff !important;
    color: #222 !important;

    font-family: "Poppins", sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;

    outline: none !important;
    box-shadow: none !important;

    -webkit-appearance: none !important;
    appearance: none !important;
}

/* Text input */
.quote-form input[type="text"],
.quote-form input[type="email"],
.quote-form input[type="tel"] {
    height: 38px !important;
    padding: 0 12px !important;
}

/* Textarea */
.quote-form textarea {
    height: 51px !important;
    min-height: 51px !important;
    padding: 10px 12px !important;

    line-height: 1.5 !important;
    resize: vertical !important;
}

/* Placeholder */
.quote-form input::placeholder,
.quote-form textarea::placeholder {
    color: #bfc1c5 !important;
    opacity: 1 !important;
}

/* Focus */
.quote-form input:focus,
.quote-form textarea:focus {
    border-color: #0b3270 !important;
    box-shadow: 0 0 0 1px rgba(11, 50, 112, 0.08) !important;
}

/* =========================================
   BUTTON
========================================= */

.quote-form .form-submit {
    width: 100% !important;
    max-width: 100% !important;
    margin: 25px 0 0 0 !important;
    padding: 0 !important;
}

.quote-form input[type="submit"],
.quote-form .wpcf7-submit {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    height: 41px !important;

    margin: 0 !important;
    padding: 0 15px !important;

    border: 0 !important;
    border-radius: 4px !important;

    background: #0b3270 !important;
    color: #fff !important;

    font-family: "Poppins", sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;

    cursor: pointer !important;
    box-shadow: none !important;
}

/* Hover */
.quote-form .wpcf7-submit:hover {
    background: #08295c !important;
}

/* =========================================
   FIX: EXTRA GAP BETWEEN LABEL AND INPUT
   (CF7 wraps label text + <br> + input wrap;
   that <br> plus the wrap span create an
   unwanted extra line-height / blank line)
========================================= */

/* wpautop inserts a stray <br> right after the label
   (as a sibling, not inside the label) — hide it */
.quote-form .form-field br {
    display: none !important;
}

.quote-form .form-field label {
    line-height: 1 !important;
    margin-bottom: 7px !important;
}

.quote-form .wpcf7-form-control-wrap {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* =========================================
   VALIDATION
========================================= */

.quote-form .wpcf7-not-valid {
    border-color: #d93025 !important;
}

.quote-form .wpcf7-not-valid-tip {
    display: block !important;
    margin-top: 5px !important;
    font-size: 10px !important;
    color: #d93025 !important;
}

/* Response */
.quote-form .wpcf7-response-output {
    margin: 15px 0 0 !important;
    padding: 8px 10px !important;
    font-size: 11px !important;
    line-height: 1.4 !important;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .quote-form {
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
    }

    .quote-form .form-field {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 18px !important;
    }

    .quote-form input[type="text"],
    .quote-form input[type="email"],
    .quote-form input[type="tel"],
    .quote-form textarea {
        width: 100% !important;
        max-width: 100% !important;
    }

    .quote-form input[type="text"],
    .quote-form input[type="email"],
    .quote-form input[type="tel"] {
        height: 39px !important;
    }

    .quote-form textarea {
        min-height: 55px !important;
    }

    .quote-form .form-submit {
        width: 100% !important;
        margin-top: 24px !important;
    }

    .quote-form .wpcf7-submit {
        width: 100% !important;
        height: 42px !important;
    }
}

/* =========================================
   VERY SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .quote-form {
        width: 100% !important;
        max-width: 100% !important;
    }

    .quote-form .form-field {
        margin-bottom: 17px !important;
    }

    .quote-form input[type="text"],
    .quote-form input[type="email"],
    .quote-form input[type="tel"],
    .quote-form textarea {
        width: 100% !important;
        max-width: 100% !important;
    }

    .quote-form .wpcf7-submit {
        width: 100% !important;
    }
}


@media (max-width: 767px) {

    .dialog-widget-content,
    .dialog-message,
    .elementor-popup-modal .dialog-widget-content {
        max-width: 100vw !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }

    .elementor-popup-modal .elementor {
        max-width: 100% !important;
    }

    .elementor-popup-modal .quote-form {
        width: 100% !important;
        max-width: 100% !important;
    }
}/* End custom CSS */