/*
Theme Name: Zakronix Air Solutions
Theme URI: https://www.zakronixairsolutions.com/
Author: Zakronix Web Team
Description: Custom theme for Zakronix Air Solutions — commercial HVAC & ventilation contractor. Header and footer are theme-controlled; all page content is built and edited with Elementor.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: zakronix
*/

/* This file intentionally left minimal — all real styling lives in
   assets/css/style.css (enqueued in functions.php) so the original
   hand-written stylesheet never has to be modified. Only small
   WordPress-specific overrides go below. */

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	background: #0D3B7A;
	color: #fff;
	padding: 0.5rem 1rem;
	z-index: 9999;
}
.skip-link:focus {
	left: 0;
}

/* Make sure Elementor full-width sections never get clipped by a
   theme container, since header/footer use .container from the
   original stylesheet but Elementor content should be free to go
   edge-to-edge when a section is set to "Full Width". */
.elementor-section.elementor-section-stretched {
	width: 100vw;
}
