.elementor-17 .elementor-element.elementor-element-68ab9ac{--display:flex;}/* Start custom CSS for html, class: .elementor-element-623b0d0 */.contact-form {
    max-width: 450px;
    margin: auto;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
    border-top: 6px solid #e87c60;
}

.contact-form h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #e87c60;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    border: 1px solid #e5c3b9;
    border-radius: 6px;
    font-size: 15px;
    transition: 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #e87c60;
    box-shadow: 0 0 5px #e87c6060;
}

.contact-form button {
    width: 100%;
    padding: 12px;
    border: none;
    background: #e87c60;
    color: white;
    font-size: 18px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.contact-form button:hover {
    background: #c5644d;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-68ab9ac */.contact-form {
        max-width: 400px;
        margin: auto;
        background: #fff;
        padding: 25px;
        border-radius: 10px;
        box-shadow: 0 0 10px #ccc;
    }
    .contact-form h2 {
        text-align: center;
        margin-bottom: 20px;
    }
    .contact-form input,
    .contact-form textarea {
        width: 100%;
        padding: 12px;
        margin: 8px 0;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 16px;
    }
    .contact-form button {
        width: 100%;
        padding: 12px;
        border: none;
        background: #007bff;
        color: white;
        font-size: 18px;
        border-radius: 6px;
        cursor: pointer;
    }
    .contact-form button:hover {
        background: #0056b3;
    }/* End custom CSS */