.elementor-kit-7{--e-global-color-primary:#3D3B3A;--e-global-color-secondary:#F5C063;--e-global-color-text:#333333;--e-global-color-accent:#FFD166;--e-global-color-78ceda3:#FAFAFA;--e-global-color-c58a8fc:#333333;--e-global-color-13c8b15:#E5E7EB;--e-global-color-14f7f5c:#FFEBB2;--e-global-color-afb9e6f:#FFFFFF;--e-global-typography-primary-font-family:"Tajawal";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-secondary-font-family:"Tajawal";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:capitalize;--e-global-typography-text-font-family:"Tajawal";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Tajawal";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:capitalize;color:var( --e-global-color-c58a8fc );line-height:1.7rem;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-primary );}.elementor-kit-7 a:hover{color:var( --e-global-color-primary );}.elementor-kit-7 h1{font-size:57px;text-transform:capitalize;}.elementor-kit-7 h2{font-size:47px;text-transform:capitalize;}.elementor-kit-7 h3{font-size:32px;text-transform:capitalize;}.elementor-kit-7 h4{font-size:24px;text-transform:capitalize;}.elementor-kit-7 h5{font-size:21px;text-transform:capitalize;}.elementor-kit-7 h6{font-size:16px;text-transform:capitalize;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{text-transform:capitalize;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ✅ تحسين عرض الصفحة والتنسيق العام */
body {
    font-family: Arial, sans-serif;
    line-height: 1.8;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
}

/* ✅ تحسين تنسيق الهيدر */
header {
    background: #222;
    color: #fff;
    padding: 15px 0;
    text-align: center;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline-block;
    margin: 0 15px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

nav ul li a:hover {
    color: #F5C063;
}

/* ✅ تحسين تنسيق القسم الرئيسي */
.hero {
    background: #fff;
    text-align: center;
    padding: 60px 20px;
    border-bottom: 5px solid #F5C063;
}

.hero h2 {
    font-size: 32px;
    color: #222;
}

.hero p {
    font-size: 18px;
    color: #555;
}

.cta-button {
    display: inline-block;
    background: #F5C063;
    color: #222;
    padding: 14px 22px;
    margin-top: 15px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s;
}

.cta-button:hover {
    background: #e0a040;
}

/* ✅ تحسين تنسيق الخدمات */
.services {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
}

.service-box {
    display: inline-block;
    width: 30%;
    margin: 15px;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 10px;
    transition: transform 0.3s;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.service-box:hover {
    transform: translateY(-5px);
}

.service-box i {
    font-size: 40px;
    color: #F5C063;
    margin-bottom: 10px;
}

.service-box h3 {
    font-size: 22px;
    color: #222;
}

.service-box p {
    font-size: 16px;
    color: #666;
}



/* ✅ تحسين التجاوب على الهواتف */
@media only screen and (max-width: 768px) {
    nav ul {
        text-align: center;
        padding: 10px;
    }

    nav ul li {
        display: block;
        margin: 10px 0;
    }

    .hero h2 {
        font-size: 26px;
    }

    .hero p {
        font-size: 16px;
    }

    .cta-button {
        padding: 12px 18px;
        font-size: 16px;
    }

    .service-box {
        width: 90%;
        display: block;
        margin: 15px auto;
    }
}
/* ✅ منع التمرير الجانبي */
html, body {
    overflow-x: hidden; /* يمنع التحرك الجانبي */
    width: 100%;
    margin: 0;
    padding: 0;
}

/* ✅ تأكد من أن جميع العناصر تتكيف مع الشاشة */
.container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* ✅ ضبط أقسام الموقع */
section, header, footer {
    max-width: 100%;
    width: 100%;
}

/* ✅ معالجة المشاكل المحتملة داخل Elementor أو القالب */
.elementor-section {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ✅ التأكد من عدم وجود عناصر تسبب فراغات */
* {
    box-sizing: border-box;
}/* End custom CSS */