.elementor-4691 .elementor-element.elementor-element-56d4f2b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.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-4691 .elementor-element.elementor-element-6c8f4e8{text-align:center;}.elementor-4691 .elementor-element.elementor-element-6c8f4e8 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:32px;font-weight:600;color:#111A2E;}.elementor-4691 .elementor-element.elementor-element-74400a9{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}#elementor-popup-modal-4691{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-4691 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-4691 .dialog-close-button{display:flex;}#elementor-popup-modal-4691 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-74400a9 */.wpcf7 form{
font-family: Arial, sans-serif;
}

/* Reduce paragraph spacing */
.wpcf7 p{
margin-bottom:2px;
}

/* Labels (main text) */
.wpcf7 label{
display:block;
font-size:15px;
font-weight:600;
color:#111A2E;
margin-bottom:0px; /* reduce point to box gap */
line-height:1px;
}

/* Input fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea{
width:100%;
padding:9px 12px;
margin-top:0px; /* reduce label to box distance */
margin-bottom:3px;
border:1px solid #ddd;
border-radius:6px;
font-size:14px;
transition:all 0.3s ease;
}

/* Focus effect */
.wpcf7 input:focus,
.wpcf7 textarea:focus{
border-color:#111A2E;
outline:none;
box-shadow:0 0 4px rgba(17,26,46,0.2);
}

/* Smaller message box */
.wpcf7 textarea{
height:65px;
resize:none;
}

/* Submit button */
.wpcf7 input[type="submit"]{
background:#111A2E;
color:#ffffff;
padding:15px 24px;
border:none;
border-radius:6px;
font-size:15px;
font-weight:600;
cursor:pointer;
transition:0.3s;
}

/* Button hover */
.wpcf7 input[type="submit"]:hover{
background:#111A2E;
}

/* Success message */
.wpcf7-response-output{
border-color:#111A2E;
font-size:13px;
margin-top:5px;
}/* End custom CSS */