@media screen and (max-width: 768px) {
    /* Contact page container - stack vertically */
    .styles_main__y8Eob .container {
        flex-direction: column !important;
        padding: 0 15px !important;
        gap: 15px !important;
    }

    /* Left panel - full width */
    .left-panel {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 auto !important;
        order: 1;
    }

    /* Right panel - full width, below left panel */
    .right-panel {
        width: 100% !important;
        padding-top: 0 !important;
        order: 2;
    }

    /* Form name and phone fields - stack vertically */
    .form-row-form {
        flex-direction: column !important;
        gap: 0 !important;
    }

    .form-row-form .form-group {
        width: 100% !important;
        margin-bottom: 15px;
    }

    /* Form inputs - full width */
    .form input,
    .form textarea {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Social buttons - stack vertically */
    .social {
        flex-direction: column !important;
    }

    .social a {
        width: 100% !important;
    }

    /* Map - responsive */
    .map-contact iframe {
        width: 100% !important;
        height: 250px !important;
    }

    /* Cards styling */
    .card {
        margin-bottom: 12px;
    }

    /* Form header */
    .form h2 {
        font-size: 18px;
        text-align: center;
    }

    /* Hero section adjustments */
    .real-estate-news-hero {
        min-height: 150px;
    }

    .hero-title {
        font-size: 1.5rem !important;
    }

    .hero-subtitle {
        font-size: 1rem !important;
    }
}
