/*
Theme Name: Raha - راحة
Theme URI: https://echo-dev.com/raha-theme
Author: Echo
Author URI: https://wa.me/201000670867
Description: ثيم راحة لمتجر المراتب والمفروشات - دمياط
Version: 2.0.6
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
WooCommerce: true
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: raha
Domain Path: /languages
Tags: rtl-language, arabic, woocommerce, e-commerce, custom-colors
*/

/* ===== CSS VARIABLES ===== */
:root {
  --primary: #0B7FE8;
  --primary-light: #3d9bef;
  --primary-dark: #0756A8;
  --secondary: #C7AD86;
  --secondary-light: #d9c4a3;
  --accent: #18C7D8;
  --dark: #1F2937;
  --light: #F7FBFF;
  --warm-bg: #F8F4EE;
  --white: #ffffff;
  --gray: #6b7280;
  --gray-light: #e5e7eb;
  --text: #1F2937;
  --border: #e5e7eb;
  --shadow: 0 4px 20px rgba(11,127,232,0.08);
  --shadow-hover: 0 8px 30px rgba(11,127,232,0.15);
  --radius: 12px;
  --radius-sm: 6px;
  --transition: all 0.3s ease;
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: 'Cairo', 'Tajawal', sans-serif;
  color: var(--text);
  background: var(--white);
  direction: rtl;
  text-align: right;
  line-height: 1.6;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; transition: var(--transition); }
ul, ol { list-style: none; }
img { max-width: 100%; height: auto; display: block; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; direction: rtl; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
.section-padding { padding: 70px 0; }
.text-center { text-align: center; }

/* Screen reader only */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
