.elementor-kit-1345{--e-global-color-primary:#304DBE;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#172662;--e-global-color-8be6f69:#2D30C4;--e-global-typography-primary-font-family:"Cairo";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Cairo";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Cairo";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Cairo";--e-global-typography-accent-font-weight:500;}.elementor-kit-1345 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1345 img:hover{opacity:1;}.elementor-kit-1345 img{transition-duration:0s;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 *//* ==========================================================================
   GfxLab - Global Theme & Texture Settings
   ========================================================================== */

/* 1. تفعيل التمرير الناعم للموقع بالكامل */
html {
    scroll-behavior: smooth !important;
}

/* 2. إعداد الخلفية الأساسية للموقع */
body {
    background-color: #09090b !important;
    color: #ededed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 3. نقشة الـ SaaS Mesh الاحترافية (أوسع وأكثر تفصيلاً) */
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    /* z-index لضمان وجود النسيج خلف المحتوى */
    z-index: -1; 
    pointer-events: none;
    
    /* تداخل درجات الرمادي لإنشاء تأثير النسيج */
    background-image: 
      linear-gradient(45deg, #141419 25%, transparent 25%, transparent 75%, #141419 75%, #141419),
      linear-gradient(45deg, #0e0e12 25%, transparent 25%, transparent 75%, #0e0e12 75%, #0e0e12);
    
    background-size: 6px 6px;
    background-position: 0 0, 3px 3px;
    opacity: 1; 
}

/* 4. تخصيص لون التحديد (Highlight) باللون البنفسجي */
::selection {
    background-color: #7047eb;
    color: #ffffff;
}
::-moz-selection {
    background-color: #7047eb;
    color: #ffffff;
}

/* 5. تخصيص شريط التمرير (Scrollbar) ليناسب التصميم المظلم */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #09090b; 
}
::-webkit-scrollbar-thumb {
    background: #27272a; 
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #7047eb; /* يتحول للبنفسجي عند التمرير */
}/* End custom CSS */