.elementor-654 .elementor-element.elementor-element-0cb8f38{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-654 .elementor-element.elementor-element-531ed8a{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-654 .elementor-element.elementor-element-531ed8a:not(.elementor-motion-effects-element-type-background), .elementor-654 .elementor-element.elementor-element-531ed8a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#071A38;}.elementor-654 .elementor-element.elementor-element-98ee188{--display:flex;}.elementor-654 .elementor-element.elementor-element-f22eeb8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-654 .elementor-element.elementor-element-ab96807{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-654 .elementor-element.elementor-element-e01ecdf{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-98a38e4 *//* =========================
   PREMIUM HOME INSPECTION FORM
========================= */

.hi-premium-form {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    
    width: 100%;
    max-width: 500px;
    margin: auto;
    
    padding: 28px;
    border-radius: 22px;

    box-shadow:
        0 20px 50px rgba(0,0,0,.15),
        0 6px 20px rgba(7,26,56,.12);

    border: 1px solid rgba(255,255,255,.8);
    
    font-family: "Poppins", sans-serif;
}


/* Header */

.form-top {
    margin-bottom: 18px;
}


.verify-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    background: #e9fff1;
    color: #008a3d;

    padding: 8px 15px;
    border-radius: 30px;

    font-size: 12px;
    font-weight: 700;
}


.form-top h3 {
    color: #071a38;
    font-size: 28px;
    line-height: 1.25;
    margin: 14px 0 10px;
    font-weight: 800;
}


.form-top p {
    color: #697386;
    font-size: 14px;
    line-height: 1.6;
}


/* Fields */

.field-box {
    margin-bottom: 14px;
}


.hi-premium-form input,
.hi-premium-form select,
.hi-premium-form textarea {

    width: 100%;
    border: 1.5px solid #d7deea;
    border-radius: 14px;

    background: #f8fbff;
    color: #071a38;

    font-size: 15px;
    font-weight: 500;

    padding: 0 18px;
    outline: none;

    transition: all .3s ease;
}


/* Input Heights */

.hi-premium-form input,
.hi-premium-form select {
    height: 52px;
}


.hi-premium-form textarea {
    height: 85px;
    resize: none;
    padding-top: 15px;
}


/* Focus */

.hi-premium-form input:focus,
.hi-premium-form select:focus,
.hi-premium-form textarea:focus {

    background: #ffffff;
    border-color: #ff7b00;

    box-shadow:
        0 0 0 5px rgba(255,123,0,.15);

}


/* Placeholder */

.hi-premium-form ::placeholder {
    color: #98a2b3;
}


/* Privacy */

.privacy-text {

    background: #f7f9fc;
    border-radius: 12px;

    padding: 10px 14px;
    font-size: 12px;
    color: #667085;

    margin: 5px 0 16px;

}


/* Submit */

.submit-area input {

    width: 100%;
    height: 56px;

    border: none !important;

    border-radius: 14px;

    background:
        linear-gradient(135deg,#ff7b00,#ff9a2f);

    color: #fff;

    font-size: 15px;
    font-weight: 700;

    cursor: pointer;

    box-shadow:
        0 12px 25px rgba(255,123,0,.35);

    transition: .35s ease;

}


.submit-area input:hover {

    transform: translateY(-3px);

    background:
        linear-gradient(135deg,#071a38,#0d4ea3);

    box-shadow:
        0 15px 35px rgba(7,26,56,.35);

}


/* CF7 Message */

.wpcf7-response-output {
    margin-top: 15px;
    border-radius: 12px;
    font-size: 13px;
}


/* Mobile */

@media (max-width: 600px) {


.hi-premium-form {

    max-width: 100%;

    padding: 18px;

    border-radius: 18px;

}


.form-top h3 {

    font-size: 19px;

}


.form-top p {

    font-size: 11px;

}


.hi-premium-form input,
.hi-premium-form select {

    height: 34px;

}


.hi-premium-form textarea {

    height: 50px;

}


.submit-area input {

    height: 50px;

    font-size: 13px;

}

}/* End custom CSS */