.elementor-6337 .elementor-element.elementor-element-24faf2b{--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;}.elementor-6337 .elementor-element.elementor-element-049f968{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}#elementor-popup-modal-6337{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-6337 .dialog-message{width:655px;height:432px;align-items:flex-start;}#elementor-popup-modal-6337 .dialog-close-button{display:flex;}#elementor-popup-modal-6337 .dialog-widget-content{border-radius:9px 9px 9px 9px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){#elementor-popup-modal-6337 .dialog-message{height:417px;}}/* Start custom CSS for container, class: .elementor-element-24faf2b *//* Wrap the form in a div */
#customZohoForm {
    max-width: 500px;
    margin: auto;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Style form fields */
#customZohoForm input,
#customZohoForm select,
#customZohoForm textarea {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

/* Style the submit button */
#customZohoForm input[type="submit"] {
    background-color: #007bff;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
}

#customZohoForm input[type="submit"]:hover {
    background-color: #0056b3;
}/* End custom CSS */