.elementor-89 .elementor-element.elementor-element-8590a64{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7e394b3 */.elementor-89 .elementor-element.elementor-element-7e394b3 {
    background: white;
    border-radius: 12px;
    padding: 20px 30px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

h1 {
    text-align: center;
    color: #4a148c;
    margin-bottom: 20px;
}

input, select {
    padding: 10px 12px;
    margin-bottom: 16px;
    border: 2px solid #bbb;
    border-radius: 8px;
    font-size: 1rem;
}

input:focus, select:focus {
    border-color: #4a148c;
    outline: none;
}

button {
    background: #7b1fa2;
    color: #fff;
    padding: 12px;
    font-size: 1.1rem;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 700;
}

button:hover {
    background: #4a148c;
}/* End custom CSS */