/*
Theme Name: Kitor
Theme URI: https://morkitor.xshakeddev.com
Author: Mor Kitor
Author URI: https://morkitor.xshakeddev.com
Description: תבנית Kitor מותאמת אישית עם Elementor Pro Theme Builder. תבנית מודרנית ומקצועית למערכות קיטור והסקה.
Version: 1.0.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: kitor
Tags: elementor, custom, hebrew, rtl, business
*/

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    direction: rtl;
}

/* Elementor Compatibility */
.elementor-page {
    margin: 0;
    padding: 0;
}

.elementor-page .site {
    margin: 0;
    padding: 0;
}

/* Accessibility */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* Responsive Images */
img {
    max-width: 100%;
    height: auto;
}

/* Links */
a {
    color: #2c5aa0;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #1e3f6f;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1em;
}

p {
    margin-bottom: 1em;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Clearfix */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
