/*
Theme Name: Corporate Tech Standalone
Theme URI: https://www.corporatetech.com.au/
Description: Standalone Corporate Tech theme preserving the current design without Elementor or Astra runtime dependencies.
Author: Corporate Computer Solutions Pty Ltd
Version: 1.0.0
Text Domain: corporatetech-lite
*/

/* Elementor normally reveals animated elements with JavaScript. Static pages
   must remain visible when that runtime is intentionally absent. */
.elementor-invisible {
    visibility: visible !important;
}

.elementor-widget-google_maps iframe,
.elementor-widget-google_maps .elementor-widget-container {
    max-width: 100%;
}

.ccs-static-notice {
    margin: 2rem auto;
    max-width: 1140px;
    padding: 1rem;
}

/* Minimal behavior normally supplied by the old theme's JavaScript. */
.ast-mobile-header-content,
.ast-mobile-popup-drawer {
    display: none;
}

.ast-main-header-nav-open .ast-mobile-header-content,
.ast-main-header-nav-open .ast-mobile-popup-drawer.active {
    display: block;
}

@media (max-width: 921.99px) {
    #ast-desktop-header { display: none; }
    #ast-mobile-header { display: block; }
}

@media (min-width: 922px) {
    #ast-mobile-header { display: none; }
}
