/*
Theme Name: Star Clean
Theme URI: https://t-emeralds.com
Author: Temeralds
Author URI: https://t-emeralds.com
Description: قالب ووردبريس عربي (RTL) لشركات تنظيف وعزل خزانات المياه. يحتوي على هيدر وفوتر مخصصين وصفحة رئيسية جاهزة، مع لوحة إعدادات لضبط أرقام التواصل وبيانات الشركة من لوحة التحكم.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: star-clean
Tags: rtl-language-support, custom-logo, custom-menu, translation-ready
*/

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

html { scroll-behavior: smooth; }

body {
    font-family: 'Cairo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    direction: rtl;
    font-weight: 400;
    line-height: 1.6;
    color: #0e3a40;
    background: #fff;
    overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font-family: inherit; }

:focus-visible { outline: 3px solid #f9cc02; outline-offset: 2px; }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
