.elementor-103 .elementor-element.elementor-element-7568b3c{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-103 .elementor-element.elementor-element-7568b3c.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-103 .elementor-element.elementor-element-911a06f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-103 .elementor-element.elementor-element-f893ff3{margin:-100px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-103 .elementor-element.elementor-element-4b35bee{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-103 .elementor-element.elementor-element-7778ab0{margin:-100px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-103 .elementor-element.elementor-element-1a13277{margin:-100px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:767px){.elementor-103 .elementor-element.elementor-element-7568b3c{--width:200%;}.elementor-103 .elementor-element.elementor-element-911a06f{--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS */body {
    /* إعدادات الخطوط والألوان الأساسية */
    font-family: 'Cairo', sans-serif;
    margin: 0; 
    padding: 0;
    color: #334155; /* لون النص الافتراضي */
    line-height: 1.6;

    /* --- إعدادات الخلفية الشفافة الجديدة --- */

    /* 1. لون الأرضية: أبيض مائل للرمادي الفاتح جداً */
    background-color: #f9fafb;

    /* 2. رسم الشبكة (Grid): */
    /* تم تقليل الشفافية إلى 0.03 (3%) لتكون خفيفة جداً */
    background-image: 
        linear-gradient(rgba(0, 35, 102, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 35, 102, 0.03) 1px, transparent 1px);

    /* 3. حجم المربعات */
    background-size: 30px 30px;

    /* 4. تثبيت الخلفية أثناء التمرير (Parallax feel) */
    background-attachment: fixed;
}/* End custom CSS */