/*
Theme Name: Saqr Education (saqr-edu-theme)
Theme URI: https://saqr.ly/
Author: Saqr for Education & Training
Author URI: https://saqr.ly/
Description: A clean, bilingual (RTL/LTR) theme for Saqr for Education & Training. SEO-ready, OpenGraph/Twitter, and performance-friendly.
Version: 1.0.0
Text Domain: saqr-edu
Tags: rtl-language-support, custom-logo, one-column, two-columns, custom-menu, translation-ready, accessibility-ready
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
:root{
  --saqr-primary:#0b3bbf;
  --saqr-accent:#d4af37;
  --saqr-dark:#0f172a;
  --saqr-muted:#6b7280;
  --max-w:1100px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,'Noto Sans',sans-serif;line-height:1.65;color:#0f172a}
.container{max-width:var(--max-w);margin:0 auto;padding:0 16px}
.site-header{border-bottom:1px solid #e5e7eb;background:#fff;position:sticky;top:0;z-index:50}
.brand{display:flex;align-items:center;gap:10px;padding:10px 0}
.brand img{width:42px;height:42px;border-radius:999px}
.brand-title{font-weight:800;letter-spacing:.2px}
.nav{display:flex;gap:16px;flex-wrap:wrap}
.nav a{color:#111827;text-decoration:none;padding:10px 6px;border-radius:8px}
.nav a:hover,.nav a:focus{background:#f3f4f6}
.hero{background:linear-gradient(135deg,rgba(11,59,191,.1),rgba(212,175,55,.08));padding:64px 0}
.hero h1{font-size:clamp(28px,4vw,44px);margin:0 0 10px;font-weight:900;color:#0b3bbf}
.hero p{margin:0 0 20px;color:#334155}
.cta{display:inline-block;background:var(--saqr-primary);color:#fff;padding:12px 18px;border-radius:10px;text-decoration:none}
.grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:28px 0}
.card{border:1px solid #e5e7eb;border-radius:14px;padding:18px;background:#fff}
.card h3{margin:0 0 8px}
.site-footer{margin-top:40px;padding:30px 0;border-top:1px solid #e5e7eb;background:#fff;color:#334155}
small.muted{color:var(--saqr-muted)}
/* blocks */
.wp-block-image img{max-width:100%;height:auto}
.wp-block{max-width:var(--max-w)}
.alignwide{max-width:1200px}
.alignfull{max-width:none}
*/
