.elementor-1056 .elementor-element.elementor-element-1661cb4{--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;}/* Start custom CSS for shortcode, class: .elementor-element-0e01bc3 */.smart-form{
max-width:520px;
background:#ffffff;
padding:30px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
font-family:Arial, sans-serif;
}

.smart-form h3{
margin-bottom:5px;
font-size:22px;
color:#222;
}

.form-sub{
font-size:14px;
color:#777;
margin-bottom:20px;
}

.form-row{
display:flex;
gap:15px;
}

.form-field{
width:100%;
margin-bottom:16px;
}

.form-field label{
display:block;
font-size:13px;
margin-bottom:6px;
color:#444;
}

.smart-form input,
.smart-form select,
.smart-form textarea{
width:100%;
padding:12px;
border:1px solid #ddd;
border-radius:6px;
font-size:14px;
transition:0.2s;
box-sizing:border-box;
}

.smart-form input:focus,
.smart-form select:focus,
.smart-form textarea:focus{
border-color:#1e88e5;
outline:none;
box-shadow:0 0 0 2px rgba(30,136,229,0.15);
}

.smart-form textarea{
min-height:110px;
resize:vertical;
}

.smart-form input[type="submit"]{
background:#1e88e5;
color:#fff;
border:none;
padding:14px;
border-radius:6px;
font-weight:600;
cursor:pointer;
transition:0.25s;
width:100%;
}

.smart-form input[type="submit"]:hover{
background:#1565c0;
}

@media(max-width:600px){
.form-row{
flex-direction:column;
}
}/* End custom CSS */