/*
Theme Name: NileEstate
Theme URI: https://www.nilecode.com
Author: NileCode
Author URI: https://www.nilecode.com
Description: NileEstate — عقارات متكاملة: نظام وساطة، CRM، لوحات سماسرة وعملاء، خرائط، Elementor جاهز. تطوير NileCode.
Version: 2.1.18
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: radar-estate
Tags: block-theme, full-site-editing, real-estate, rtl-language-support, custom-colors, custom-logo, custom-post-type, featured-images, grid-layout, one-column
*/

/* استايل أساسي بسيط - الباقي عبر theme.json و blocks */

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--wp--preset--color--radar-cream);
  color: var(--wp--preset--color--radar-ink);
  font-family: var(--wp--preset--font-family--cairo);
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--wp--preset--color--radar-gold); text-decoration: none; }
a:hover { text-decoration: underline; }

::selection { background: rgba(212, 175, 55, 0.3); }

::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: var(--wp--preset--color--radar-border); }
::-webkit-scrollbar-thumb { background: var(--wp--preset--color--radar-gold-soft); border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: var(--wp--preset--color--radar-gold); }

.wp-caption { max-width: 100%; }
.wp-caption-text { color: var(--wp--preset--color--radar-muted); font-size: 13px; text-align: center; }
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }
