/*
Theme Name: Wide Communication
Theme URI: https://widecoms.store
Author: Wide Communication
Author URI: https://widecoms.store
Description: Custom premium WordPress theme for Wide Communication — an IT services, networking and hardware distribution company established in 2008. Dark-mode-first design with a light mode toggle, glassmorphism styling, full Elementor Theme Builder compatibility (header/footer/single/archive locations), a services showcase, and a horizontally scrolling Guides/articles section. Fully responsive across mobile, tablet and desktop.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: widecom
*/

/* -----------------------------------------------------------
   Base resets. All visual design lives in assets/css/main.css
   (enqueued separately via functions.php) so it can be cached
   and edited independently from this required theme header.
------------------------------------------------------------ */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	text-decoration: none;
	color: inherit;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

button {
	font-family: inherit;
	cursor: pointer;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.skip-link {
	position: absolute;
	top: -100px;
	left: 0;
	background: #000;
	color: #fff;
	padding: 10px 18px;
	z-index: 10000;
	transition: top 0.2s ease;
}

.skip-link:focus {
	top: 0;
	position: fixed;
}
