:root{--background:#fff;--foreground:#000;--radius:0.5rem}body{background-color:var(--background);color:var(--foreground);font-family:var(--tajawal-font-family),system-ui,-apple-system,sans-serif;margin:0;padding:0}.sticky{position:sticky}.top-0{top:0}.z-50{z-index:50}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:between}.w-full{width:100%}.h-full{height:100%}.bg-background{background-color:var(--background)}.text-primary{color:#005b96}.text-secondary{color:#008d36}.animate-fade-in{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.nav-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:hsla(0,0%,100%,.95)}.hero-gradient{background:linear-gradient(45deg,#005b96,#008d36)}[dir=rtl]{direction:rtl}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}
/*# sourceMappingURL=72c4c92f6d67b773.css.map*/