/* Mobile Responsive CSS Overrides - 3026e5ad */

@media (max-width: 767px) {
    /* Prevent horizontal scrolling and improve body margins */
    html, body {
        overflow-x: hidden !important;
        width: 100%;
    }

    /* Container layout improvements for small viewports */
    .elementor-container, 
    .elementor-column, 
    .elementor-widget-wrap {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* Adjust oversized headings for smaller screens */
    h1, .elementor-heading-title.elementor-size-xl, 
    .elementor-heading-title.elementor-size-xxl {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }

    h2, .elementor-heading-title.elementor-size-l {
        font-size: 24px !important;
        line-height: 1.25 !important;
    }

    h3, .elementor-heading-title.elementor-size-m {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }

    /* Scale down giant background images or margins */
    .elementor-section {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    /* Make buttons and interactive links easily tappable */
    .elementor-button, 
    .btn, 
    button, 
    a.button {
        min-height: 44px;
        padding: 12px 24px !important;
        font-size: 16px !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 100% !important; /* Full width buttons look cleaner on mobile */
        text-align: center;
    }

    /* Ensure images resize fluidly */
    img {
        max-width: 100% !important;
        height: auto !important;
    }
}
