/*
Theme Name: Alofouq
Theme URI: https://alofouq.com/
Author: Mohamed Salah
Author URI: https://alofouq.com/
Description: Alofouq is a premium, bilingual (EN/AR, LTR + RTL) enterprise-technology theme for WordPress. It ships an ACF-driven section kit (hero, card grids, sticky lists, flow stacks, stat grids, dark bands, FAQ accordions, CTAs, marquees, scroll-drawn roadmaps and more), a complete Customizer option set, nine custom post types, first-class WooCommerce and Elementor support, and an SEO/performance/accessibility layer built to WordPress Coding Standards.
Version: 1.1.0
Requires at least: 6.2
Tested up to: 6.9
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alofouq
Domain Path: /languages
Tags: business, portfolio, blog, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, translation-ready, block-patterns, accessibility-ready, e-commerce, theme-options, threaded-comments, editor-style

Alofouq WordPress Theme, (C) 2026 Mohamed Salah.
Alofouq is distributed under the terms of the GNU GPL v2 or later.

--------------------------------------------------------------------------
NOTE
--------------------------------------------------------------------------
This file exists to carry the theme header and a minimal, dependency-free
bootstrap. The compiled design system lives in:

    assets/css/dist/alofouq.min.css   (production)
    assets/css/src/*.css              (authoring sources)

Enqueue order and dependencies are declared in inc/enqueue.php.
Do not add design rules to this file — they will not be loaded in the
optimised path. Use assets/css/src/ instead.
--------------------------------------------------------------------------
*/

/* Fail-safe base: applied even if the compiled bundle is unavailable. */
html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	margin: 0;
	background: #fff;
	color: #0a2777;
	font-family: 'Plus Jakarta Sans', 'IBM Plex Sans Arabic', system-ui, -apple-system, 'Segoe UI', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* WordPress core alignment + caption classes (required for theme review). */
.alignleft {
	float: left;
	margin-inline-end: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-inline-start: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-inline: auto;
}

.alignwide,
.alignfull {
	clear: both;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text,
.wp-block-image figcaption {
	font-size: 0.8125rem;
	color: #5b6b8c;
	text-align: center;
}

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

.screen-reader-text:focus {
	background-color: #fff;
	clip-path: none;
	color: #0a2777;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	inset-inline-start: 8px;
	line-height: normal;
	padding: 16px 24px;
	text-decoration: none;
	top: 8px;
	width: auto;
	z-index: 100000;
}

.sticky,
.bypostauthor {
	display: block;
}

.gallery-caption {
	display: block;
}
