/*
Theme Name: Nashashibi Law
Theme URI: https://nashashibilaw.com
Author: Nashashibi Studio
Author URI: https://nashashibilaw.com
Description: Professional legal theme for Nashashibi Law Firm & Consultations. Built for Nashashibi Studio plugin. RTL-first, responsive, SEO ready.
Version: 1.0.0
Requires at least: 6.7
Requires PHP: 8.2
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nashashibi-studio
Domain Path: /languages
Tags: rtl-language-support, one-column, two-columns, custom-logo, custom-menu, featured-images, full-width-template, theme-options, translation-ready
*/

:root {
    --nb-gold-50: #fbf8f1;
    --nb-gold-100: #f5edd9;
    --nb-gold-200: #ebdbb3;
    --nb-gold-300: #dec28a;
    --nb-gold-400: #d1a961;
    --nb-gold-500: #c49a45;
    --nb-gold-600: #b08845;
    --nb-gold-700: #8e6b33;
    --nb-gold-800: #6d5227;
    --nb-gold-900: #4a3822;
    --nb-navy-50: #e8ecf3;
    --nb-navy-100: #c5cfe0;
    --nb-navy-200: #9fb0ca;
    --nb-navy-300: #7a91b4;
    --nb-navy-400: #5f7aa3;
    --nb-navy-500: #4a6392;
    --nb-navy-600: #3d5580;
    --nb-navy-700: #14213d;
    --nb-navy-800: #0d1a32;
    --nb-navy-900: #0b1426;
    --nb-accent: #b08845;
    --nb-accent-dark: #8e6b33;
    --nb-link: #b08845;
    --nb-heading: #14213d;
    --nb-text: #1c2430;
    --nb-surface: #ffffff;
    --nb-body-bg: #fbf8f1;
    --nb-radius: 12px;
    --nb-radius-sm: 6px;
    --nb-radius-lg: 24px;
    --nb-max-width: 1200px;
    --nb-container: 1200px;
    --nb-font-heading: 'Tajawal', system-ui, sans-serif;
    --nb-font-body: 'Cairo', system-ui, sans-serif;
    --nb-transition: 0.3s ease;
    direction: rtl;
}

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

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

body {
    font-family: var(--nb-font-body);
    font-size: 16px;
    line-height: 1.8;
    color: var(--nb-text);
    background-color: var(--nb-body-bg);
    margin: 0;
    padding: 0;
    direction: rtl;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--nb-font-heading);
    color: var(--nb-heading);
    line-height: 1.4;
    margin-top: 0;
}

h1 { font-size: 2.5rem; font-weight: 800; }
h2 { font-size: 2rem; font-weight: 700; }
h3 { font-size: 1.5rem; font-weight: 700; }
h4 { font-size: 1.25rem; font-weight: 600; }

a {
    color: var(--nb-link);
    text-decoration: none;
    transition: color var(--nb-transition);
}

a:hover {
    color: var(--nb-accent-dark);
}

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

.container {
    max-width: var(--nb-container);
    margin: 0 auto;
    padding: 0 20px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
