:root{--cr-primary:#1B3252;--cr-primary-hover:#24426E;--cr-accent:#E07A2F;--cr-accent-hover:#C9661C;--cr-accent-light:#F4C49A;--cr-bg:#F5F1EB;--cr-bg-alt:#EDE8DC;--cr-strong:#ffffff;--cr-soft:#E8EEF7;--cr-soft-primary:#E0E8F4;--cr-soft-secondary:#E6F2EA;--cr-soft-accent:#FDF0E4;--cr-secondary:#1B3252;--cr-third:#FDF0E4;--cr-hover:#E0DACA;--cr-strong-secondary:rgba(27,50,82,0.12);--cr-border:rgba(27,50,82,0.15);--cr-shadow:rgba(27,50,82,0.10);--cr-text:#10233F;--cr-text-muted:#6B7280;--cr-error:#C83030;--cr-overlay:rgba(15,22,38,0.55);--cr-success:#2D6E4B;--font-size-default:14px;--max-z-index:100;--height-header:80px;--radius:12px;--max-media-tablet:1000px;--min-media-tablet:1001px;--min-media-mobile:767px;--max-media-mobile:767px}*{padding:0;margin:0;list-style:none;box-sizing:border-box;border:0;outline:0;font-family:var(--noto-kufi-arabic),"Noto Kufi Arabic",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:var(--font-size-default)}a,button{background:rgba(0,0,0,0);text-decoration:none;font-family:var(--noto-kufi-arabic),"Noto Kufi Arabic",sans-serif!important}a,body,button{color:var(--cr-text)}body{background:var(--cr-bg)}.wrap{max-width:1300px;width:100%;margin:0 auto;padding:10px 25px}@media screen and (max-width:767px){.wrap{padding:15px}}.btns{display:flex;gap:10px}.titleLg{font-size:44px;font-weight:800;color:var(--cr-primary)}@media screen and (max-width:1024px){.titleLg{font-size:35px;line-height:1.4}}@media screen and (max-width:600px){.titleLg{font-size:28px}}.titleMd{font-size:30px;font-weight:700;color:var(--cr-primary)}@media screen and (max-width:1024px){.titleMd{font-size:24px}}.titleSm{font-size:20px;font-weight:700;color:var(--cr-primary)}@media screen and (max-width:1024px){.titleSm{font-size:18px}}.textMuted{color:var(--cr-text-muted);font-size:13px}.textPrimary{color:var(--cr-primary);font-size:13px;font-weight:600}.pointerLink{cursor:pointer;color:var(--cr-accent);font-size:13px}.pointerLink:hover{text-decoration:underline}.grid3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:15px;gap:15px;margin-top:20px}@media screen and (max-width:1024px){.grid3{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.grid3{grid-template-columns:1fr}}#nprogress .bar{background:var(--cr-accent)!important;height:3px!important}#nprogress .spinner{display:none!important}.notFoundErrorPage{min-height:70vh;gap:10px;display:flex;flex-direction:column;justify-content:center;align-items:center}.notFoundErrorPage .wrap{border-radius:10px;background:linear-gradient(to bottom,transparent,var(--cr-soft));padding-bottom:70px}.notFoundErrorPage .photo404{width:100%;height:250px}.notFoundErrorPage .notFoundInfo{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;max-width:400px;margin:0 auto}.notFoundErrorPage .notFoundInfo .textMuted{width:90%;margin-bottom:15px}@media screen and (max-width:767px){.notFoundErrorPage .notFoundInfo{max-width:100%}.notFoundErrorPage .goHomePage{width:100%}}.skeleton{background:linear-gradient(90deg,var(--cr-bg-alt) 25%,var(--cr-soft-primary) 37%,var(--cr-bg-alt) 63%);background-size:400% 100%;animation:loadingSkeleton 1.4s ease infinite;border-radius:10px;color:rgba(0,0,0,0);pointer-events:none}@keyframes loadingSkeleton{0%{background-position:100% 0}to{background-position:-100% 0}}