@media (max-width: 767px) {
    /* Target header buttons and hero section buttons on home page */
    .elementor-location-header .elementor-widget-button,
    .elementor-82 .elementor-top-section:first-of-type .elementor-widget-button {
        text-align: center !important;
        width: 100% !important;
    }

    .elementor-location-header .elementor-widget-button .elementor-button-wrapper,
    .elementor-82 .elementor-top-section:first-of-type .elementor-widget-button .elementor-button-wrapper {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
    }
    
    /* Target specifically the Contact Us button on the homepage by its ID */
    .elementor-82 .elementor-element-1d78a9a {
        text-align: center !important;
    }
    .elementor-82 .elementor-element-1d78a9a .elementor-button-wrapper {
        justify-content: center !important;
    }
}