.elementor-319 .elementor-element.elementor-element-9de2b97{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7985744 *//* Main Contact Section */
.mapleads-contact-section {
    width: 100%;
    padding: 60px 20px;
    background-color: #; /* Light grey for a modern look */
}

/* Contact Wrapper - Flexbox for Layout */
.mapleads-contact-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}

/* Contact Details (Left Side) */
.contact-details {
    flex: 1;
    min-width: 300px;
    background-color: #333453;
    color: white;
    padding: 30px;
    border-radius: 10px;
    text-align: left;
}

.contact-details h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #ffffff;
}

.contact-details p {
    font-size: 16px;
    margin-bottom: 10px;
}

.contact-details a {
    color: #ff6f61;
    text-decoration: none;
    font-weight: bold;
}

/* Contact Form (Right Side) */
.contact-form {
    flex: 1;
    min-width: 300px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.contact-form h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333453;
}

.contact-form p {
    font-size: 16px;
    margin-bottom: 20px;
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
    .mapleads-contact-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .contact-details, .contact-form {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
}/* End custom CSS */