/*
Theme Name: NetBranding Starter
Version: 2.0.0
Requires at least: 5.0
Requires PHP: 7.0
Text Domain: netbranding-starter
*/

/* Base reset */
*,*::before,*::after { box-sizing: border-box; }
body { margin: 0; padding: 0; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, video { max-width: 100%; height: auto; display: block; }
.site { display: flex; flex-direction: column; min-height: 100vh; }
.site-main { flex: 1; }

/* Skip link */
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 0; top: 0; z-index: 9999; background: #042C53; color: #fff; padding: 8px 16px; }

/* Elementor full-width pages */
.elementor-page .site-main,
.elementor-page .content-area {
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
}

/* Elementor Theme Builder hides theme header/footer automatically
   when a custom header/footer template is active via Theme Builder.
   These rules are a safety fallback only. */
.elementor-page-template-canvas .site-header,
.elementor-page-template-canvas .site-footer {
    display: none !important;
}
