/*
Theme Name: ساری کمک
Theme URI: https://sarikomak.ir
Author: Sari Komak Team
Author URI: https://sarikomak.ir
Description: قالب حرفه‌ای وردپرس برای شرکت‌های خدمات لوله‌کشی و تاسیسات ساختمانی، مجهز به Elementor برای ویرایش آسان تمامی بخش‌ها، اتصال کامل به WooCommerce برای ثبت سفارش، پنل مدیریت سفارشات و ارسال ایمیل خودکار به ادمین. تمامی خدمات و تکنسین‌ها به‌صورت کامل قابل افزودن، حذف و ویرایش می‌باشند.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sari-komak
Domain Path: /languages
Tags: rtl-language-support, right-sidebar, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, translation-ready, elementor, woocommerce, plumbing, services
*/

/* Basic Reset and RTL Support */
html {
    direction: rtl;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Vazirmatn', 'IRANSans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Tahoma, sans-serif;
    color: #1e293b;
    background-color: #f8fafc;
    direction: rtl;
    text-align: right;
    line-height: 1.7;
}

* {
    box-sizing: border-box;
}

/* Typography - See main CSS in assets/css/main.css */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Vazirmatn', 'IRANSans', sans-serif;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 1rem 0;
    line-height: 1.4;
}

a {
    color: #2563eb;
    text-decoration: none;
    transition: color 0.2s;
}

a:hover {
    color: #1d4ed8;
}

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

/* WordPress Core Classes */
.alignleft { float: right; margin: 0 0 10px 20px; }
.alignright { float: left; margin: 0 20px 10px 0; }
.aligncenter { display: block; margin: 0 auto 10px; }
.screen-reader-text { position: absolute; left: -9999px; }

/* Basic Container */
.sari-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* WooCommerce Basic RTL Fixes */
.woocommerce ul.products li.product .price {
    direction: rtl;
    text-align: right;
}
