.elementor-1367 .elementor-element.elementor-element-b131bd3{--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;--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-1367 .elementor-element.elementor-element-d21788f{--display:flex;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--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-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1367 .elementor-element.elementor-element-815aca8 img{width:100%;}.elementor-1367 .elementor-element.elementor-element-43f7caa{--display:flex;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1367 .elementor-element.elementor-element-dfe21af > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 20px 0px 0px;}#elementor-popup-modal-1367 .dialog-message{width:855px;height:auto;}#elementor-popup-modal-1367{justify-content:center;align-items:center;}#elementor-popup-modal-1367 .dialog-close-button{display:flex;background-color:#000000;font-size:24px;}#elementor-popup-modal-1367 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1367 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-1367 .dialog-close-button svg{fill:#FFFFFF;}@media(max-width:767px){#elementor-popup-modal-1367 .dialog-close-button{top:-999%;}body:not(.rtl) #elementor-popup-modal-1367 .dialog-close-button{right:5%;}body.rtl #elementor-popup-modal-1367 .dialog-close-button{left:5%;}}/* Start custom CSS for container, class: .elementor-element-d21788f */.solar-quote-form{
   font-family:'Poppins',sans-serif;
}

.solar-quote-form .form-header{
    margin-bottom:25px;
}

.solar-quote-form .sub-title{
    display:block;
    color:#D64545;
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:8px;
}

.solar-quote-form .form-header h2{
    font-size:42px;
    font-weight:700;
    line-height:1.2;
    color:#111827;
    margin:0 0 10px;
}

.solar-quote-form .form-header h2 span{
    color:#D64545;
}

.solar-quote-form .form-header p{
    font-size:15px;
    line-height:1.7;
    color:#6B7280;
    margin:0;
}

.solar-quote-form .form-row{
    display:flex;
    gap:16px;
    margin-bottom:16px;
}

.solar-quote-form .form-col{
    flex:1;
}

.solar-quote-form label{
    display:block;
    font-size:13px;
    font-weight:600;
    color:#374151;
    margin-bottom:8px;
}

.solar-quote-form input[type="text"],
.solar-quote-form input[type="email"],
.solar-quote-form input[type="tel"]{
    width:100%;
    height:54px;
    border:1px solid #D1D5DB;
    border-radius:8px;
    padding:0 16px;
    font-size:14px;
    font-family:'Poppins',sans-serif;
    background:#fff;
    transition:all .3s ease;
    box-sizing:border-box;
}

.solar-quote-form input[type="text"]:focus,
.solar-quote-form input[type="email"]:focus,
.solar-quote-form input[type="tel"]:focus{
    border-color:#D64545;
    box-shadow:0 0 0 4px rgba(214,69,69,.12);
    outline:none;
}

.solar-quote-form .submit-wrap{
    margin-top:20px;
}

.solar-quote-form input.wpcf7-submit{
    width:100%;
    height:58px;
    border:none;
    border-radius:8px;
    background:#D64545;
    color:#fff;
    font-size:16px;
    font-weight:700;
    font-family:'Poppins',sans-serif;
    cursor:pointer;
    transition:.3s ease;
    margin:0;
}

.solar-quote-form input.wpcf7-submit:hover{
    background:#c53737;
    transform:translateY(-2px);
}

.solar-quote-form .privacy-text{
    margin-top:14px;
    text-align:center;
    font-size:11px;
    color:#9CA3AF;
    line-height:1.6;
}

.solar-quote-form .wpcf7-not-valid-tip{
    font-size:12px;
    margin-top:5px;
}

.solar-quote-form .wpcf7-spinner{
    position:absolute;
}

@media(max-width:767px){

    .solar-quote-form{
        padding:24px;
    }

    .solar-quote-form .form-header h2{
        font-size:32px;
    }

    .solar-quote-form .form-row{
        flex-direction:column;
        gap:14px;
    }

    .solar-quote-form input[type="text"],
    .solar-quote-form input[type="email"],
    .solar-quote-form input[type="tel"]{
        height:52px;
    }

    .solar-quote-form input.wpcf7-submit{
        height:55px;
    }

}/* End custom CSS */