.elementor-901 .elementor-element.elementor-element-77b3e44{--display:flex;}.elementor-901 .elementor-element.elementor-element-4c68801{--display:flex;}.elementor-901 .elementor-element.elementor-element-75671fa{--display:flex;}.elementor-901 .elementor-element.elementor-element-c4f1ba1{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-64b4ebf *//* Target Constant Contact Inline Form */
.ctct-inline-form {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
}

/* Style input fields */
.ctct-inline-form input[type="text"],
.ctct-inline-form input[type="email"],
.ctct-inline-form select,
.ctct-inline-form textarea {
    width: 100%;
    max-width: 400px;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 16px;
}

/* Style the submit button */
.ctct-inline-form button[type="submit"] {
    background-color: #60A5FA;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.ctct-inline-form button[type="submit"]:hover {
    background-color: #4a90e2;
}/* End custom CSS */