.elementor-1058566 .elementor-element.elementor-element-f28a040{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-fead22f */.fields_group p{
        display: flex;
        gap: 10px;
}

.fields_group span{
    width: 50%;
}

.fields_group input, select,textarea{
    background: transparent;
    color: orange;
    font-family: 'poppins';
    font-size: 0.88rem;
    border-radius: 0px
}

.fields_group input::focus{
    background: #F48729;
}

.fields_group input:focus, select:focus,textarea:focus{
    background: transparent;
    color: orange;
    border-radius: 1px solid gray;
}

[type="submit"]{
    width: 100%;
    background: #F48729;
    color: black;
    border: none; 
}
[type="submit"]:hover{
    width: 100%;
    background: #F48729;
    color: orange;
    box-shadow: none;
}






@media (max-width: 368px) {
    .fields_group p{
        display: flex;
        flex-direction: column;
        gap: 2px;
        padding-bottom:12px;
}

.fields_group span{
    width: 100%;
}
    
}/* End custom CSS */