.elementor-7728 .elementor-element.elementor-element-57e54299{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}#elementor-popup-modal-7728 .dialog-widget-content{background-color:#FFFFFF00;}#elementor-popup-modal-7728{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-7728 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-7728 .dialog-close-button{display:flex;}/* Start custom CSS for html, class: .elementor-element-19b9dd7b */form {
    max-width: 400px;
    width: 100%;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}


label[for="email"],
label[for="phone"],
label[for="fullname"],
label[for="field[1]"]{
    display: none;
}
input[type="text"],
input[type="tel"],
textarea,
select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

input[type="radio"] {
    margin-right: 5px;
}

.radio-group,
.checkbox-group {
    margin-bottom: 15px;
}

.radio-group label,
.checkbox-group label {
    font-weight: normal;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

._submit {
    width: 100%;
    background-color: #2ecc71;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

._submit:hover {
    background-color: #27ae60;
}/* End custom CSS */