/*!
Theme Name: Glowply
Theme URI: https://glowply.com
Author: Glowply
Author URI: https://glowply.com
Description: The official marketing theme for the Glowply WaaS platform — the complete system to run and grow an online business in Egypt, live in 45 seconds. Bilingual (Arabic default / English at /en/, full RTL support), fast, and conversion-focused. The homepage is built from modular template parts and styled with a self-contained emerald/teal design system.
Version: 1.4.1
Requires at least: 6.0
Tested up to: 6.9.4
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glowply
Tags: custom-logo, custom-menu, translation-ready, rtl-language-support, full-width-template, two-columns, e-commerce, featured-images, threaded-comments

Copyright 2026 Glowply. This theme is distributed under the terms of the GNU General Public License (GPL).

The full design system lives in assets/css/main.css (enqueued via functions.php).
RTL adjustments live in assets/css/rtl.css (enqueued only when is_rtl()).
This file holds the required WordPress theme header plus accessibility helpers.
*/

/* ------------------------------------------------------------
   Accessibility
   ------------------------------------------------------------ */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #047a5b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	inset-inline-start: 8px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 8px;
	width: auto;
	z-index: 100000;
}

.skip-link {
	position: absolute;
	inset-inline-start: -9999px;
	top: 0;
	z-index: 100000;
}

.skip-link:focus {
	inset-inline-start: 8px;
}
