/*
Theme Name: Jusoor Cargo
Theme URI: https://example.com/jusoor-cargo
Author: Jusoor Cargo
Author URI: https://example.com/
Description: قالب ووردبريس احترافي لشركة جسور للشحن البري - Jusoor Cargo. تصميم عصري متكامل يدعم العربية RTL والإنجليزية LTR، مع نظام تتبع شحنات متوافق مع نوع المحتوى jusoor_shipment. A premium WordPress theme for Jusoor Cargo land-freight company with a built-in shipment tracking experience.
Version: 1.1.0
Requires at least: 5.6
Tested up to: 6.6
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jusoor-cargo
Domain Path: /languages
Tags: rtl-language-support, custom-logo, custom-menu, translation-ready, responsive-layout, right-sidebar, blog, one-column, two-columns, featured-images, threaded-comments

Jusoor Cargo is distributed under the terms of the GNU GPL v2 or later.

NOTE
====
The full visual stylesheet lives in assets/css/main.css and is loaded through
wp_enqueue_style() in inc/enqueue.php. This file only carries the theme header
plus a small safety net of base resets, so that the theme still renders
sensibly if the main stylesheet is ever unavailable.
*/

/* ---------------------------------------------------------------
   Safety-net base styles (the real design system is in main.css)
   --------------------------------------------------------------- */

html {
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
	font-family: "Tajawal", "Segoe UI", system-ui, -apple-system, sans-serif;
	color: #16233c;
	background-color: #ffffff;
	line-height: 1.75;
}

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

a {
	color: #0b2a5b;
}

/* WordPress core required classes ------------------------------- */

.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

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

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

.alignwide {
	max-width: 1180px;
}

.alignfull {
	max-width: 100%;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
	font-size: 0.875rem;
	color: #64748b;
}

.gallery-caption {
	display: block;
	font-size: 0.875rem;
}

.sticky {
	display: block;
}

.bypostauthor {
	display: block;
}

.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: #ffffff;
	border-radius: 6px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #0b2a5b;
	display: block;
	font-size: 0.95rem;
	font-weight: 700;
	height: auto;
	inset-inline-start: 16px;
	line-height: normal;
	padding: 14px 22px;
	text-decoration: none;
	top: 16px;
	width: auto;
	z-index: 100000;
}
