:root { --brand-dark: #175595; --brand-blue: #218FE5; --brand-bg: #E6F2FC; } * { box-sizing: border-box; } html { scroll-behavior: smooth; } body { font-family: 'Noto Kufi Arabic', Tahoma, sans-serif; margin: 0; background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%); color: #0f172a; animation: fadeIn .4s ease; } .container { max-width: 1180px; margin: 0 auto; padding: 0 24px; } a { color: inherit; transition: color .18s ease, background-color .18s ease, opacity .18s ease, transform .18s ease, box-shadow .18s ease; } h1, h2, h3 { font-weight: 800; font-family: 'Noto Kufi Arabic', Tahoma, sans-serif; } h1, h2 { font-family: 'Lalezar', 'Noto Kufi Arabic', sans-serif; font-weight: 400; letter-spacing: .3px; } h3 { font-family: 'Noto Kufi Arabic', Tahoma, sans-serif; font-weight: 700; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } html.has-custom-cursor, html.has-custom-cursor body, html.has-custom-cursor a, html.has-custom-cursor button, html.has-custom-cursor input, html.has-custom-cursor select, html.has-custom-cursor textarea, html.has-custom-cursor label, html.has-custom-cursor [role="button"] { cursor: none; } .custom-cursor-dot, .custom-cursor-ring { position: fixed; top: 0; left: 0; pointer-events: none; z-index: 9999; border-radius: 50%; transform: translate(-50%, -50%); will-change: transform, opacity, width, height; } .custom-cursor-dot { width: 6px; height: 6px; background: radial-gradient(circle at 35% 30%, #7dd3fc, var(--brand-blue) 70%); box-shadow: 0 0 8px rgba(33,143,229,0.55), 0 0 2px rgba(255,255,255,0.4); transition: opacity .25s cubic-bezier(.16,1,.3,1), transform .25s cubic-bezier(.16,1,.3,1); opacity: 0; } .custom-cursor-ring { width: 24px; height: 24px; border-radius: 0; border: none; background: transparent; filter: drop-shadow(0 3px 6px rgba(23,85,149,0.35)); transition: width .3s cubic-bezier(.16,1,.3,1), height .3s cubic-bezier(.16,1,.3,1), filter .3s ease, opacity .25s ease; opacity: 0; } .cursor-icon { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0; transform: scale(.5); transition: opacity .2s ease, transform .2s ease; } .cursor-icon-pen { opacity: 1; transform: scale(1); color: var(--brand-blue); } .cursor-icon-pen svg { width: 100%; height: 100%; } .cursor-icon-hand { font-size: 20px; line-height: 1; } html.has-custom-cursor .custom-cursor-dot, html.has-custom-cursor .custom-cursor-ring { opacity: 1; } .custom-cursor-ring.is-hovering { width: 30px; height: 30px; filter: drop-shadow(0 4px 10px rgba(33,143,229,0.55)); } .custom-cursor-ring.is-hovering .cursor-icon-pen { color: #7dd3fc; } .custom-cursor-ring.is-link-hovering .cursor-icon-pen { opacity: 0; transform: scale(.5) rotate(20deg); } .custom-cursor-ring.is-link-hovering .cursor-icon-hand { opacity: 1; transform: scale(1.15) rotate(-10deg); } .custom-cursor-dot.is-hovering { opacity: 0; transform: translate(-50%, -50%) scale(0.3); } @media (hover: none), (pointer: coarse) { .custom-cursor-dot, .custom-cursor-ring { display: none !important; } } @keyframes fadeInUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } } .hero, .stats-bar .stat, .features-bar .feature, .card, .sidebar-box, .featured-company-item { animation: fadeInUp .5s ease both; } .grid .card:nth-child(2), .stats-bar .stat:nth-child(2), .features-bar .feature:nth-child(2), .job-list .job-card:nth-child(2), .featured-company-item:nth-child(2) { animation-delay: .06s; } .grid .card:nth-child(3), .stats-bar .stat:nth-child(3), .features-bar .feature:nth-child(3), .job-list .job-card:nth-child(3), .featured-company-item:nth-child(3) { animation-delay: .12s; } .grid .card:nth-child(4), .stats-bar .stat:nth-child(4), .job-list .job-card:nth-child(4), .featured-company-item:nth-child(4) { animation-delay: .18s; } .grid .card:nth-child(5), .job-list .job-card:nth-child(5), .featured-company-item:nth-child(5) { animation-delay: .24s; } .grid .card:nth-child(6), .job-list .job-card:nth-child(6), .featured-company-item:nth-child(6) { animation-delay: .3s; } .featured-company-item:nth-child(n+7) { animation-delay: .36s; } .job-list .job-card:nth-child(n+7) { animation-delay: .3s; } .scroll-progress { position: fixed; top: 0; right: 0; left: 0; height: 4px; z-index: 60; background: linear-gradient(90deg, var(--brand-blue), #7dd3fc, var(--brand-dark)); transform: scaleX(0); transform-origin: right; box-shadow: 0 1px 6px rgba(33,143,229,0.5); } .topbar { background: var(--brand-dark); color: #ffffff; font-size: 0.82rem; } .topbar-inner { display: flex; justify-content: space-between; align-items: center; padding-block: 8px; flex-wrap: wrap; gap: 6px; } @media (max-width: 700px) { .topbar-inner { flex-direction: column; align-items: center; padding: 12px 8px; gap: 10px; } .topbar-links { order: 1; width: 100%; justify-content: center; } .topbar-social { order: 2; } } .topbar-social { display: flex; align-items: center; gap: 8px; } .topbar-social span.label { color: #ffffff; margin-inline-end: 2px; } .topbar-links { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; } .topbar-legal { display: flex; align-items: center; gap: 14px; } .topbar-links a { color: #ffffff; text-decoration: none; opacity: 0.9; } .topbar-links a:hover { opacity: 1; } .topbar-legal a { position: relative; display: inline-block; } .topbar-legal a::after { content: ''; position: absolute; right: 0; left: 0; bottom: -3px; height: 1.5px; background: white; transform: scaleX(0); transition: transform .25s ease; transform-origin: center; } .topbar-legal a:hover { color: white; } .topbar-legal a:hover::after { transform: scaleX(1); } .topbar-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.15); padding: 4px 12px; border-radius: 999px; text-decoration: none; font-weight: 600; white-space: nowrap; } .topbar-badge-icon { display: inline-flex; flex: 0 0 auto; font-size: 0.85rem; transform-origin: top center; animation: floatWaggle 4.5s ease-in-out infinite; } @media (max-width: 700px) { .topbar-legal { display: none; } } @media (max-width: 420px) { .topbar-social span.label { display: none; } } .social-icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,0.12); color: #dce9f8; text-decoration: none; transition: transform .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease; } .social-icon-btn svg { width: 15px; height: 15px; } .social-icon-btn:hover { transform: translateY(-3px) scale(1.08); box-shadow: 0 8px 18px rgba(0,0,0,0.25); } .social-icon-btn.facebook:hover { background: #1877F2; color: white; } .social-icon-btn.twitter:hover { background: #0f172a; color: white; } .social-icon-btn.instagram:hover { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); color: white; } .social-icon-btn.telegram:hover { background: #229ED9; color: white; } .social-icon-btn.whatsapp:hover { background: #25D366; color: white; } .social-icon-btn.tiktok:hover { background: #010101; color: white; } .social-icon-btn.linkedin:hover { background: #0A66C2; color: white; } .social-icon-btn.snapchat:hover { background: #FFFC00; color: #000000; } .social-icon-btn.linkedin:hover { background: #0A66C2; color: white; } .social-icon-btn.light { background: #f1f5f9; color: #334155; } .site-header { background: white; box-shadow: 0 4px 18px rgba(15,23,42,0.06); position: sticky; top: 0; z-index: 30; transition: box-shadow .25s ease; } .site-header.is-scrolled { box-shadow: 0 8px 26px rgba(15,23,42,0.12); } .header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 24px; flex-wrap: wrap; } @media (max-width: 480px) { .header-inner { padding: 12px 16px; } } .brand { display: flex; align-items: center; gap: 10px; text-decoration: none; transition: transform .2s ease; } .brand:hover { transform: translateY(-1px); } .brand img { height: 60px; display: block; border-radius: 8px; } .brand-badge { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(135deg, var(--brand-blue), var(--brand-dark)); color: white; flex: 0 0 auto; } .brand-text { display: flex; flex-direction: column; line-height: 1.1; } .brand-text .brand-name { font-family: 'Lalezar', 'Noto Kufi Arabic', sans-serif; font-size: 1.6rem; font-weight: 400; background: linear-gradient(90deg, var(--brand-dark), var(--brand-blue)); -webkit-background-clip: text; background-clip: text; color: transparent; } .brand-text .brand-tagline { font-size: 0.68rem; color: #64748b; font-weight: 600; letter-spacing: .3px; } .main-nav { display: flex; align-items: center; gap: 6px; } .main-nav > a, .main-nav .nav-dropdown-head > a { position: relative; color: #334155; text-decoration: none; font-weight: 600; font-size: 0.95rem; padding: 9px 16px; border-radius: 8px; transition: color .2s ease, background-color .2s ease; display: inline-block; } .main-nav > a::after, .main-nav .nav-dropdown-head > a::after { content: ''; position: absolute; right: 16px; left: 16px; bottom: 4px; height: 2px; background: var(--brand-blue); transform: scaleX(0); transition: transform .25s ease; transform-origin: center; } .main-nav > a:hover, .main-nav > a.active, .main-nav .nav-dropdown-head > a:hover, .main-nav .nav-dropdown-head > a.active { color: var(--brand-dark); background: var(--brand-bg); } .main-nav > a:hover::after, .main-nav > a.active::after, .main-nav .nav-dropdown-head > a:hover::after, .main-nav .nav-dropdown-head > a.active::after { transform: scaleX(1); } .nav-dropdown { position: relative; } .nav-dropdown-head { display: flex; align-items: center; } .nav-dropdown-toggle { display: none; } .nav-dropdown-panel { opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .2s ease, transform .2s ease; position: absolute; top: calc(100% + 10px); right: 0; background: white; border: 1px solid var(--brand-bg); border-radius: 20px; box-shadow: 0 20px 45px rgba(15,23,42,0.18); padding: 14px; width: 460px; max-width: calc(100vw - 40px); display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; z-index: 40; } .nav-dropdown-panel::before { content: ''; position: absolute; top: -10px; right: 0; left: 0; height: 10px; background: transparent; } .nav-dropdown:hover .nav-dropdown-panel, .nav-dropdown:focus-within .nav-dropdown-panel { opacity: 1; visibility: visible; transform: translateY(0); } @media (max-height: 700px) { .nav-dropdown-panel { max-height: calc(100vh - 90px); overflow-y: auto; } } .nav-dropdown-panel a { display: flex; flex-direction: row; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 12px; text-decoration: none; color: #334155; background: #f8fafc; border: 1px solid transparent; transition: background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; } .nav-dropdown-panel a:hover { background: white; border-color: var(--brand-bg); transform: translateY(-2px); box-shadow: 0 10px 20px rgba(15,23,42,0.1); color: var(--brand-dark); } .nav-dropdown-icon { width: 30px; height: 30px; border-radius: 9px; background: var(--brand-bg); color: var(--brand-dark); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; } .nav-dropdown-icon svg { width: 15px; height: 15px; } .nav-dropdown-label { font-size: 0.84rem; font-weight: 700; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .nav-dropdown-panel-highlight { grid-column: 1 / -1; margin-top: 4px; padding: 11px 12px !important; background: linear-gradient(90deg, var(--brand-dark), var(--brand-blue)) !important; border-color: transparent !important; } .nav-dropdown-panel-highlight .nav-dropdown-icon { background: rgba(255,255,255,0.2); color: white; } .nav-dropdown-panel-highlight .nav-dropdown-label { color: white; } .nav-dropdown-panel-highlight:hover { transform: translateY(-2px) !important; box-shadow: 0 14px 28px rgba(23,85,149,0.32) !important; } .header-actions { display: flex; align-items: center; gap: 10px; } .header-search { display: flex; } .header-search input { border: 1px solid #e2e8f0; border-inline-end: 0; border-radius: 0 999px 999px 0; padding: 9px 14px; font-family: inherit; width: 190px; transition: border-color .2s ease, box-shadow .2s ease; } .header-search input:focus { outline: none; border-color: var(--brand-blue); box-shadow: 0 0 0 3px rgba(33,143,229,0.15); } .header-search button { border-radius: 999px 0 0 999px; padding: 9px 14px; } .header-search-btn { display: inline-flex; align-items: center; justify-content: center; transition: transform .25s cubic-bezier(.34,1.56,.64,1), box-shadow .25s ease; } .header-search-btn svg { width: 17px; height: 17px; stroke-width: 2.2; } .header-search-btn:hover { transform: scale(1.08) rotate(-8deg); box-shadow: 0 6px 16px rgba(23,85,149,0.35); } .menu-toggle { display: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 40px; height: 40px; border: 0; border-radius: 10px; background: var(--brand-bg); cursor: pointer; padding: 0; flex: 0 0 auto; } .menu-toggle span { display: block; width: 20px; height: 2.5px; border-radius: 2px; background: var(--brand-dark); transition: transform .3s ease, opacity .25s ease; } .menu-toggle.is-active span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); } .menu-toggle.is-active span:nth-child(2) { opacity: 0; } .menu-toggle.is-active span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); } .mobile-menu { display: contents; } body.mobile-menu-open { overflow: hidden; } @media (max-width: 1180px) { .menu-toggle { display: flex; order: 2; } .brand { order: 1; } .mobile-menu { display: block; position: absolute; top: 100%; right: 0; left: 0; background: white; border-radius: 0 0 18px 18px; box-shadow: 0 18px 36px rgba(15,23,42,0.14); max-height: 0; overflow-y: hidden; -webkit-overflow-scrolling: touch; opacity: 0; transform: translateY(-10px); transition: max-height .4s cubic-bezier(.4,0,.2,1), opacity .3s ease, transform .3s ease; } .mobile-menu.is-open { max-height: calc(100vh - 64px); overflow-y: auto; opacity: 1; transform: translateY(0); padding: 0 24px 18px; } .main-nav { flex-direction: column; align-items: stretch; gap: 2px; width: 100%; } .main-nav > a, .main-nav .nav-dropdown-head > a { width: 100%; } .main-nav > a::after, .main-nav .nav-dropdown-head > a::after { display: none; } .nav-dropdown { width: 100%; } .mobile-menu .main-nav > a, .mobile-menu .nav-dropdown, .mobile-menu .header-actions > * { opacity: 0; transform: translateY(-6px); transition: opacity .3s ease, transform .3s ease; } .mobile-menu.is-open .main-nav > a, .mobile-menu.is-open .nav-dropdown, .mobile-menu.is-open .header-actions > * { opacity: 1; transform: translateY(0); } .mobile-menu.is-open .main-nav > a:nth-of-type(1) { transition-delay: .05s; } .mobile-menu.is-open .main-nav > a:nth-of-type(2) { transition-delay: .1s; } .mobile-menu.is-open .nav-dropdown { transition-delay: .15s; } .mobile-menu.is-open .main-nav > a:nth-of-type(3) { transition-delay: .2s; } .mobile-menu.is-open .main-nav > a:nth-of-type(4) { transition-delay: .25s; } .mobile-menu.is-open .header-actions > *:nth-child(1) { transition-delay: .3s; } .mobile-menu.is-open .header-actions > *:nth-child(2) { transition-delay: .35s; } .main-nav .nav-dropdown-head > a { flex: 1; width: auto; } .nav-dropdown-toggle { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 34px; height: 34px; padding: 0; border: 0; border-radius: 8px; background: var(--brand-bg); color: var(--brand-dark); cursor: pointer; transition: transform .3s ease, background-color .2s ease; margin-inline-start: 8px; } .nav-dropdown-toggle svg { width: 16px; height: 16px; transition: transform .3s ease; } .nav-dropdown.is-expanded .nav-dropdown-toggle { background: var(--brand-dark); color: white; } .nav-dropdown.is-expanded .nav-dropdown-toggle svg { transform: rotate(180deg); } .nav-dropdown-panel { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: transparent; width: 100%; max-height: 0; overflow: hidden; padding: 0; margin: 0; border-right: 2px solid var(--brand-bg); margin-inline-end: 6px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; transition: max-height .35s ease, padding .3s ease; } .nav-dropdown.is-expanded .nav-dropdown-panel { max-height: 460px; padding: 10px 0 12px 14px; } .nav-dropdown-panel a { padding: 12px; font-size: 0.83rem; color: #475569; background: #f8fafc; } .nav-dropdown-icon { width: 30px; height: 30px; } .nav-dropdown-icon svg { width: 15px; height: 15px; } .nav-dropdown-panel a:hover { background: var(--brand-bg); color: var(--brand-dark); transform: none; box-shadow: none; } .header-actions { flex-direction: column; align-items: stretch; width: 100%; margin-top: 12px; gap: 10px; padding-top: 12px; border-top: 1px solid var(--brand-bg); } .header-search { width: 100%; } .header-search input { width: 100%; } .header-actions .btn { text-align: center; } } @media (max-width: 400px) { .nav-dropdown-panel { grid-template-columns: 1fr; } } .btn { display: inline-block; background: linear-gradient(90deg, var(--brand-blue), var(--brand-dark)); color: white; padding: 10px 18px; border-radius: 999px; text-decoration: none; font-weight: 600; border: 0; cursor: pointer; font-family: inherit; transition: transform .2s ease, box-shadow .2s ease; } .btn:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(23,85,149,0.28); } .btn:active { transform: translateY(0); } .btn-outline { display: inline-block; background: white; color: var(--brand-dark); padding: 9px 16px; border-radius: 999px; text-decoration: none; font-weight: 600; border: 1px solid var(--brand-bg); transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease; } .btn-outline:hover { background: var(--brand-bg); transform: translateY(-2px); box-shadow: 0 8px 18px rgba(15,23,42,0.08); } .muted { color: #64748b; } .hero-lead { font-size: 1.18rem; line-height: 1.8; color: #475569; font-weight: 500; max-width: 46ch; } @media (max-width: 640px) { .hero-lead { font-size: 1.05rem; max-width: none; } } .main-content { padding-top: 28px; padding-bottom: 12px; } @media (max-width: 480px) { .main-content { padding-top: 20px; } } .breadcrumbs { font-size: 0.875rem; color: #64748b; margin: 0 0 16px; } .breadcrumbs a { color: var(--brand-dark); text-decoration: none; } .hero { position: relative; background: linear-gradient(135deg, var(--brand-bg), white); border-radius: 26px; padding: 38px; margin-bottom: 20px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; overflow: hidden; } .hero::before { content: ''; position: absolute; top: -110px; right: -70px; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(33,143,229,0.16), transparent 70%); pointer-events: none; z-index: 0; } .hero::after { content: ''; position: absolute; bottom: -130px; left: -50px; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(circle, rgba(125,211,252,0.22), transparent 70%); pointer-events: none; z-index: 0; } .hero-icon { flex: 0 0 auto; width: 96px; height: 96px; } .hero-text { position: relative; z-index: 1; flex: 1 1 380px; } .hero-badge { position: relative; display: inline-flex; align-items: center; gap: 6px; background: white; color: var(--brand-dark); padding: 6px 14px; border-radius: 999px; font-size: 0.8rem; font-weight: 700; white-space: nowrap; box-shadow: 0 6px 16px rgba(15,23,42,0.08); border: 1px solid rgba(33,143,229,0.12); margin-bottom: 12px; } .hero-badge-icon { width: 15px; height: 15px; flex: 0 0 auto; color: var(--brand-blue); } .hero h1 { margin: 0 0 8px; font-size: 2rem; font-family: 'Lalezar', 'Noto Kufi Arabic', sans-serif; font-weight: 400; color: var(--brand-dark); } .hero p { margin: 0 0 14px; } .hero-image-wrap { position: relative; z-index: 1; flex: 0 0 auto; width: 300px; height: 300px; max-width: 100%; } .hero-blob { position: absolute; inset: 10px -18px 30px 18px; background: linear-gradient(135deg, var(--brand-blue), var(--brand-dark)); border-radius: 42% 58% 63% 37% / 45% 40% 60% 55%; opacity: .16; z-index: 0; } .hero-image-wrap::after { content: ''; position: absolute; inset: -10px; border-radius: 32px; background: conic-gradient(from 180deg, var(--brand-blue), #7dd3fc, var(--brand-dark), var(--brand-blue)); opacity: .22; z-index: -1; filter: blur(6px); } .hero-photo { position: relative; z-index: 1; display: block; width: 100%; height: 300px; object-fit: cover; border-radius: 24px; box-shadow: 0 20px 45px rgba(15,23,42,0.18); border: 4px solid white; } .hero-photo.hero-photo-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.2s ease; } .hero-photo.hero-photo-slide.is-active { opacity: 1; z-index: 1; } .hero-float-badge { position: absolute; z-index: 2; bottom: -18px; right: -18px; background: white; border-radius: 16px; padding: 12px 16px; display: flex; align-items: center; gap: 10px; box-shadow: 0 14px 32px rgba(15,23,42,0.16); animation: fadeInUp .6s ease .3s both; } .hero-float-badge strong { display: block; font-family: 'Lalezar', 'Noto Kufi Arabic', sans-serif; font-weight: 400; font-size: 1.2rem; color: var(--brand-dark); line-height: 1.1; } .hero-float-badge span { font-size: 0.72rem; color: #64748b; } @media (max-width: 760px) { .hero-image-wrap { margin: 0 auto; } .hero-float-badge { right: 10px; } } .hero-collage { position: relative; flex: 0 0 auto; width: 300px; height: 300px; max-width: 100%; } .hero-collage-main { position: absolute; z-index: 1; top: 0; right: 0; width: 76%; height: 80%; object-fit: cover; border-radius: 22px; border: 4px solid white; box-shadow: 0 20px 45px rgba(15,23,42,0.18); } .hero-collage-accent { position: absolute; object-fit: cover; border: 4px solid white; box-shadow: 0 14px 30px rgba(15,23,42,0.16); } .hero-collage-accent-1 { z-index: 2; width: 44%; height: 44%; bottom: 0; left: 0; border-radius: 50%; } .hero-collage-accent-2 { z-index: 2; width: 38%; height: 32%; top: -8%; left: 4%; border-radius: 16px; } @media (max-width: 760px) { .hero-collage { margin: 30px auto 0; } } @media (max-width: 420px) { .hero-collage { width: 240px; height: 240px; } } .hero-search-form { display: grid; grid-template-columns: 1fr 1fr 1.6fr auto; gap: 10px; background: white; padding: 12px; border-radius: 16px; box-shadow: 0 10px 30px rgba(15,23,42,0.08); margin-bottom: 14px; } .hero-search-form select, .hero-search-form input { border: 1px solid #e2e8f0; border-radius: 10px; padding: 10px 12px; width: 100%; min-width: 0; font-family: 'Noto Kufi Arabic', Tahoma, sans-serif; text-overflow: ellipsis; } .hero-search-form button { border-radius: 10px; white-space: nowrap; } @media (max-width: 760px) { .hero-search-form { grid-template-columns: 1fr 1fr; } .hero-search-form input[type="text"], .hero-search-form button { grid-column: 1 / -1; } } .hero-stats { position: relative; z-index: 1; flex-basis: 100%; display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; margin-top: 8px; padding-top: 24px; border-top: 1px dashed rgba(23,85,149,0.18); } .hero-stats .stat { display: flex; align-items: center; justify-content: center; gap: 10px; text-align: center; } .hero-stats .stat-icon { width: 38px; height: 38px; border-radius: 11px; background: white; box-shadow: 0 4px 12px rgba(15,23,42,0.06); } .hero-stats .stat-icon svg { width: 19px; height: 19px; } .hero-stats .stat-text { text-align: right; } .hero-stats .stat strong { display: block; font-size: 1.7rem; font-family: 'Lalezar', 'Noto Kufi Arabic', sans-serif; font-weight: 400; color: var(--brand-dark); line-height: 1.1; } .hero-stats .stat span { font-size: 0.82rem; color: #64748b; } @media (max-width: 480px) { .hero-stats .stat { flex-direction: column; } .hero-stats .stat-text { text-align: center; } } @media (max-width: 700px) { .hero-stats { grid-template-columns: repeat(2, 1fr); } } .jobs-search-bar { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr) auto; gap: 10px; background: white; padding: 14px; border-radius: 16px; box-shadow: 0 10px 30px rgba(15,23,42,0.08); margin: 20px 0; } .jobs-search-bar select { padding: 10px 14px; border: 1px solid #e2e8f0; border-radius: 10px; font-family: inherit; background: white; width: 100%; transition: border-color .2s ease, box-shadow .2s ease; } .jobs-search-bar select:focus { outline: none; border-color: var(--brand-blue); box-shadow: 0 0 0 3px rgba(33,143,229,0.12); } .jobs-search-input { display: flex; align-items: center; gap: 8px; border: 1px solid #e2e8f0; border-radius: 10px; padding: 0 14px; transition: border-color .2s ease, box-shadow .2s ease; } .jobs-search-input:focus-within { border-color: var(--brand-blue); box-shadow: 0 0 0 3px rgba(33,143,229,0.12); } .jobs-search-input svg { width: 18px; height: 18px; color: #64748b; flex: 0 0 auto; } .jobs-search-input input { flex: 1; min-width: 0; border: 0; padding: 10px 0; font-family: inherit; background: transparent; } .jobs-search-input input:focus { outline: none; } .jobs-search-btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; white-space: nowrap; } .jobs-search-btn svg { width: 18px; height: 18px; } .join-bar { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; padding: 14px 18px; background: white; border-radius: 14px; box-shadow: 0 8px 24px rgba(15,23,42,0.06); margin: 0 0 24px; } .join-bar strong { color: #0f172a; } .join-bar .btn-outline { display: inline-flex; align-items: center; gap: 6px; } .join-bar .btn-outline svg { width: 16px; height: 16px; } @media (max-width: 640px) { .join-bar { justify-content: center; text-align: center; } } @media (max-width: 980px) { .jobs-search-bar { grid-template-columns: repeat(2, 1fr); } .jobs-search-btn { grid-column: 1 / -1; } } @media (max-width: 560px) { .jobs-search-bar { grid-template-columns: 1fr; } } .quick-search { display: flex; align-items: center; gap: 8px 10px; row-gap: 10px; flex-wrap: wrap; font-size: 0.85rem; } .quick-search a { background: rgba(255,255,255,0.7); color: var(--brand-dark); padding: 5px 12px; border-radius: 999px; text-decoration: none; font-weight: 600; white-space: nowrap; transition: background-color .2s ease, transform .2s ease; } .quick-search a:hover { background: white; transform: translateY(-2px); } .stats-bar { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin: 0 0 28px; } .stats-bar .stat { background: white; border-radius: 14px; padding: 16px; box-shadow: 0 8px 24px rgba(15,23,42,0.06); display: flex; align-items: center; gap: 12px; } .stats-bar .stat strong { display: block; font-size: 1.6rem; color: var(--brand-dark); font-family: 'Lalezar', 'Noto Kufi Arabic', sans-serif; font-weight: 400; } .stat-icon { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: var(--brand-bg); color: var(--brand-dark); } .stat-icon svg { width: 22px; height: 22px; } .features-bar { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-bottom: 28px; } .features-bar .feature { background: white; border-radius: 14px; padding: 20px; box-shadow: 0 8px 24px rgba(15,23,42,0.06); transition: transform .25s ease, box-shadow .25s ease; } .features-bar .feature:hover { transform: translateY(-5px); box-shadow: 0 16px 34px rgba(15,23,42,0.12); } .features-bar .feature h3 { margin: 0 0 6px; color: var(--brand-dark); font-size: 1.05rem; } .feature-icon { width: 48px; height: 48px; border-radius: 13px; display: flex; align-items: center; justify-content: center; background: var(--brand-bg); color: var(--brand-dark); margin-bottom: 14px; transition: transform .3s ease, background-color .3s ease, color .3s ease; } .feature-icon svg { width: 24px; height: 24px; } .features-bar .feature:hover .feature-icon { background: linear-gradient(135deg, var(--brand-blue), var(--brand-dark)); color: white; transform: scale(1.08) rotate(-4deg); } @media (max-width: 700px) { .feature-icon { margin-inline: auto; } } .dashboard-grid { display: grid; grid-template-columns: 1fr 1.3fr 1fr; gap: 18px; margin-bottom: 28px; align-items: start; } @media (max-width: 980px) { .dashboard-grid { grid-template-columns: 1fr; } } .dashboard-col h2 { font-size: 1.35rem; margin: 0 0 14px; } .dashboard-col .see-all { float: left; display: inline-flex; align-items: center; gap: 4px; font-size: 0.9rem; font-weight: 700; color: var(--brand-dark); text-decoration: none; transition: color .2s ease, gap .2s ease; } .dashboard-col .see-all::after { content: '←'; transition: transform .2s ease; } .dashboard-col .see-all:hover { color: var(--brand-blue); gap: 8px; } .dashboard-col .see-all:hover::after { transform: translateX(-3px); } .category-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; } .category-list a { display: flex; align-items: center; gap: 10px; background: white; border-radius: 12px; padding: 10px 12px; text-decoration: none; color: #334155; box-shadow: 0 6px 18px rgba(15,23,42,0.05); transition: transform .2s ease, box-shadow .2s ease; } .category-list a:hover { transform: translateX(-3px); box-shadow: 0 10px 24px rgba(15,23,42,0.1); color: var(--brand-dark); } .category-list .cat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--brand-bg); color: var(--brand-dark); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; } .category-list .cat-icon svg { width: 18px; height: 18px; } .category-list .cat-count { margin-right: auto; font-size: 0.78rem; color: #64748b; } .job-row-list { display: flex; flex-direction: column; gap: 10px; } .job-row { display: flex; align-items: center; gap: 12px; background: white; border-radius: 12px; padding: 12px; box-shadow: 0 6px 18px rgba(15,23,42,0.05); transition: transform .2s ease, box-shadow .2s ease; } .job-row:hover { transform: translateX(-3px); box-shadow: 0 10px 24px rgba(15,23,42,0.1); } .job-row-logo { flex: 0 0 auto; width: 40px; height: 40px; box-sizing: border-box; border-radius: 10px; object-fit: contain; padding: 5px; background: linear-gradient(135deg, #f8fafc, #eef2f7); border: 1px solid #eef1f5; } span.job-row-logo { display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.05rem; } .job-row .job-row-title { font-weight: 700; font-size: 0.95rem; color: #0f172a; text-decoration: none; } .job-row .job-row-meta { font-size: 0.78rem; color: #64748b; display: flex; gap: 8px; align-items: center; flex-wrap: wrap; } .article-card-compact { display: flex; gap: 10px; background: white; border-radius: 12px; padding: 12px; box-shadow: 0 6px 18px rgba(15,23,42,0.05); margin-bottom: 10px; transition: transform .2s ease, box-shadow .2s ease; } .article-card-compact:hover { transform: translateX(-3px); box-shadow: 0 10px 24px rgba(15,23,42,0.1); } .article-card-compact img { width: 64px; height: 64px; border-radius: 10px; object-fit: cover; flex: 0 0 auto; } .article-card-compact > div:last-child { flex: 1; min-width: 0; } .article-card-compact .title, .article-card-compact .excerpt { overflow-wrap: break-word; } .article-card-compact .title { display: block; font-weight: 700; font-size: 0.92rem; text-decoration: none; color: #0f172a; margin-bottom: 4px; } .article-card-compact .excerpt { font-size: 0.8rem; color: #64748b; line-height: 1.6; margin: 0 0 6px; } .article-card-compact .meta { font-size: 0.75rem; color: #64748b; margin: 0; } .article-spotlight-card { display: flex; gap: 14px; background: white; border-radius: 16px; padding: 12px; box-shadow: 0 8px 22px rgba(15,23,42,0.06); margin-bottom: 12px; transition: transform .25s ease, box-shadow .25s ease; } .article-spotlight-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(15,23,42,0.12); } .article-spotlight-card .thumb { position: relative; width: 76px; height: 76px; border-radius: 12px; overflow: hidden; flex: 0 0 auto; } .article-spotlight-card .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; } .article-spotlight-card:hover .thumb img { transform: scale(1.12); } .article-spotlight-card > div:last-child { flex: 1; min-width: 0; } .article-spotlight-card .title { overflow-wrap: break-word; } .article-spotlight-card .category-tag { display: inline-block; font-size: 0.66rem; font-weight: 700; color: var(--brand-blue); background: var(--brand-bg); padding: 2px 9px; border-radius: 999px; margin-bottom: 5px; } .article-spotlight-card .title { display: block; font-weight: 700; font-size: 0.95rem; line-height: 1.5; text-decoration: none; color: #0f172a; margin-bottom: 8px; transition: color .2s ease; } .article-spotlight-card:hover .title { color: var(--brand-dark); } .article-spotlight-card .meta { display: flex; align-items: center; gap: 10px; font-size: 0.72rem; color: #64748b; margin: 0; } .article-spotlight-card .meta span { display: inline-flex; align-items: center; gap: 3px; } .article-spotlight-card .meta svg { width: 12px; height: 12px; flex: 0 0 auto; } .card, .subscribe-box { background: white; padding: 20px; border-radius: 16px; box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06); } .grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); } .card { transition: transform .15s ease, box-shadow .15s ease; position: relative; } .card:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(15,23,42,0.1); } .badge { display: inline-block; font-size: 0.72rem; font-weight: 700; padding: 3px 10px; border-radius: 999px; margin-bottom: 6px; } .article-card-meta { display: flex; align-items: center; gap: 14px; font-size: 0.78rem; color: #64748b; margin: 4px 0 12px; } .article-card-meta span { display: inline-flex; align-items: center; gap: 4px; } .article-card-meta svg { width: 14px; height: 14px; } .article-card-link { display: inline-flex; align-items: center; gap: 6px; font-size: 0.85rem; font-weight: 700; color: var(--brand-dark); margin-top: auto; } .article-card-link svg { width: 14px; height: 14px; transition: transform .2s ease; } .article-featured-card:hover .article-card-link svg, .article-card:hover .article-card-link svg { transform: translateX(-3px); } .article-featured-card { display: flex; gap: 26px; align-items: stretch; background: white; border-radius: 20px; padding: 22px; margin-bottom: 24px; box-shadow: 0 10px 30px rgba(15,23,42,0.07); text-decoration: none; color: inherit; transition: transform .2s ease, box-shadow .2s ease; } .article-featured-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(15,23,42,0.12); } .article-featured-body { flex: 1 1 50%; min-width: 0; display: flex; flex-direction: column; } .article-featured-body .pill { align-self: flex-start; } .article-featured-body h2 { margin: 10px 0 8px; font-size: 1.35rem; } .article-featured-body p { color: #64748b; line-height: 1.8; margin: 0 0 14px; } .article-featured-media { position: relative; flex: 1 1 46%; border-radius: 16px; overflow: hidden; min-height: 220px; } .article-featured-media img { width: 100%; height: 100%; object-fit: cover; display: block; } .article-featured-tag { position: absolute; top: 14px; left: 14px; display: inline-flex; align-items: center; gap: 5px; background: var(--brand-dark); color: white; font-size: 0.75rem; font-weight: 700; padding: 5px 12px; border-radius: 999px; } .article-featured-tag svg { width: 13px; height: 13px; } @media (max-width: 760px) { .article-featured-card { flex-direction: column; } .article-featured-media { min-height: 200px; } } .article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 24px; } .article-card { display: flex; flex-direction: column; background: white; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 24px rgba(15,23,42,0.06); text-decoration: none; color: inherit; transition: transform .2s ease, box-shadow .2s ease; min-width: 0; } .article-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(15,23,42,0.12); } .article-card-media { position: relative; height: 150px; min-width: 0; } .article-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; min-width: 0; } .article-card-media .article-card-category { position: absolute; bottom: 10px; left: 10px; margin: 0; background: rgba(255,255,255,0.92); } .article-card-body { padding: 16px; display: flex; flex-direction: column; flex: 1; min-width: 0; } .article-card-body h3 { margin: 0; font-size: 1.05rem; line-height: 1.5; font-family: 'Lalezar', 'Noto Kufi Arabic', sans-serif; font-weight: 400; letter-spacing: .3px; overflow-wrap: break-word; } @media (max-width: 980px) { .article-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 560px) { .article-grid { grid-template-columns: 1fr; } } .load-more-wrap { text-align: center; margin: 4px 0 8px; } .load-more-btn { display: inline-flex; align-items: center; gap: 8px; background: white; color: var(--brand-dark); border: 1px solid #e2e8f0; padding: 12px 26px; border-radius: 999px; font-weight: 700; font-size: 0.9rem; text-decoration: none; box-shadow: 0 6px 18px rgba(15,23,42,0.06); transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; } .load-more-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(15,23,42,0.1); background: var(--brand-bg); } .load-more-spinner { display: inline-block; width: 16px; height: 16px; border-radius: 50%; border: 2px dotted currentColor; flex: 0 0 auto; } .load-more-btn.is-loading { opacity: .7; pointer-events: none; } .load-more-btn.is-loading .load-more-spinner { animation: spin .9s linear infinite; } @keyframes spin { to { transform: rotate(360deg); } } .badge-new { background: #dcfce7; color: #15803d; } .badge-featured { background: #fef3c7; color: #b45309; } .badge-expiring { display: inline-flex; align-items: center; gap: 5px; background: #fee2e2; color: #b91c1c; } .badge-expiring::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #dc2626; animation: badgePulse 1.6s ease-in-out infinite; } @keyframes badgePulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(220,38,38,0.45); } 50% { box-shadow: 0 0 0 4px rgba(220,38,38,0); } } .pill { display: inline-flex; align-items: center; gap: 5px; color: var(--brand-dark); background: var(--brand-bg); font-weight: 600; font-size: 0.8rem; padding: 4px 12px 4px 10px; border-radius: 999px; text-decoration: none; margin-bottom: 6px; margin-inline-end: 4px; transition: background-color .2s ease, transform .2s ease; } .job-card:hover .pill { background: #dbeafe; } .pill-icon { display: inline-flex; flex: 0 0 auto; } .pill-icon svg { width: 14px; height: 14px; } .job-salary { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: 0.9rem; background: #dcfce7; color: #15803d; padding: 4px 12px 4px 10px; border-radius: 999px; margin-bottom: 6px; margin-inline-end: 4px; } .job-salary .pill-icon svg { width: 15px; height: 15px; } .layout-with-sidebar { display: grid; grid-template-columns: 1fr 2.2fr; gap: 24px; align-items: start; } .layout-with-sidebar > aside { order: -1; position: sticky; top: 90px; max-height: calc(100vh - 110px); overflow-y: auto; -ms-overflow-style: none; } .layout-with-sidebar > aside::-webkit-scrollbar { display: none; } .layout-with-sidebar > aside.aside-no-scroll { max-height: none; overflow: visible; } @media (max-width: 900px) { .layout-with-sidebar { grid-template-columns: 1fr; } .layout-with-sidebar > aside { order: 0; position: static; max-height: none; overflow: visible; } } @media (max-width: 900px) { .layout-with-sidebar.job-detail-layout > aside { order: -1; } } .layout-with-sidebar.jobs-layout-3col { grid-template-columns: 1fr 2.3fr 0.9fr; } .layout-with-sidebar.jobs-layout-3col > .side-extras { order: 1; position: sticky; top: 90px; display: flex; flex-direction: column; gap: 18px; } @media (max-width: 1180px) { .layout-with-sidebar.jobs-layout-3col { grid-template-columns: 1fr 2fr; } .layout-with-sidebar.jobs-layout-3col > .side-extras { order: 2; grid-column: 1 / -1; position: static; flex-direction: row; flex-wrap: wrap; } .layout-with-sidebar.jobs-layout-3col > .side-extras .ad-slot-skyscraper { display: none; } .layout-with-sidebar.jobs-layout-3col > .side-extras .job-alert-box { flex: 1 1 260px; } } @media (max-width: 900px) { .layout-with-sidebar.jobs-layout-3col { grid-template-columns: 1fr; } .layout-with-sidebar.jobs-layout-3col > aside { order: -1; margin-bottom: 4px; } .layout-with-sidebar.jobs-layout-3col > .side-extras { order: 2; } } .ad-slot { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; text-align: center; background: repeating-linear-gradient(135deg, #f1f5f9, #f1f5f9 10px, #e2e8f0 10px, #e2e8f0 20px); border: 1.5px dashed #cbd5e1; border-radius: 14px; color: #64748b; padding: 16px; } .ad-slot-label { font-size: 0.75rem; font-weight: 700; } .ad-slot strong { color: #64748b; font-size: 0.9rem; } .ad-slot-size { font-size: 0.72rem; } .ad-slot-banner { min-height: 90px; margin-bottom: 16px; } .ad-slot-skyscraper { min-height: 400px; } .job-alert-box { text-align: center; } .job-alert-icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; background: var(--brand-bg); color: var(--brand-dark); margin-bottom: 10px; } .job-alert-icon svg { width: 24px; height: 24px; } .job-alert-box .subscribe-form { justify-content: center; } .filter-group-head { display: flex; align-items: baseline; justify-content: space-between; margin: 18px 0 8px; padding-top: 14px; border-top: 1px solid var(--brand-bg); } .filter-group-head:first-of-type { padding-top: 4px; border-top: 0; margin-top: 4px; } .filter-group-head h3 { margin: 0; border: 0; padding: 0; font-size: inherit; font-weight: inherit; } .filter-reset { font-size: 0.78rem; font-weight: 700; color: var(--brand-blue); text-decoration: none; } .filter-reset:hover { text-decoration: underline; } .pagination-nav { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; margin: 28px 0 6px; direction: rtl; } #jobsResults { transition: opacity .2s ease; } #jobsResults.is-loading { opacity: .45; pointer-events: none; } .pagination-nav .page-btn, .pagination-nav .page-next, .pagination-nav .page-prev, .pagination-nav .page-dots { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 10px; border-radius: 10px; font-weight: 700; font-size: 0.9rem; text-decoration: none; color: #334155; background: white; box-shadow: 0 6px 18px rgba(15,23,42,0.06); transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease; } .pagination-nav .page-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(15,23,42,0.12); color: var(--brand-dark); } .pagination-nav .page-btn.is-active { background: linear-gradient(90deg, var(--brand-blue), var(--brand-dark)); color: white; box-shadow: 0 8px 18px rgba(23,85,149,0.28); } .pagination-nav .page-dots { box-shadow: none; background: transparent; color: #64748b; } .pagination-nav .page-next { padding: 0 18px; color: var(--brand-dark); font-weight: 700; } .pagination-nav .page-next:hover { background: var(--brand-bg); } .pagination-nav .page-prev svg { width: 16px; height: 16px; } .pagination-nav .page-next.is-disabled, .pagination-nav .page-prev.is-disabled { opacity: .4; pointer-events: none; } @media (max-width: 480px) { .pagination-nav .page-btn, .pagination-nav .page-next, .pagination-nav .page-prev, .pagination-nav .page-dots { min-width: 34px; height: 34px; padding: 0 6px; font-size: 0.82rem; } } .job-card-v2 { display: flex; flex-direction: column; gap: 14px; margin-bottom: 18px; } .job-card-v2:last-child { margin-bottom: 0; } .job-card-v2-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; flex-wrap: wrap; } .job-card-v2-heading { display: flex; align-items: center; gap: 12px; min-width: 0; } .job-card-v2-logo { flex: 0 0 auto; width: 48px; height: 48px; box-sizing: border-box; padding: 7px; border-radius: 12px; object-fit: contain; background: linear-gradient(135deg, #f8fafc, #eef2f7); border: 1px solid #eef1f5; } .job-card-v2-logo-fallback { display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.2rem; color: white; background: linear-gradient(135deg, var(--brand-blue), var(--brand-dark)); font-family: 'Noto Kufi Arabic', sans-serif; } .job-card-v2-title { margin: 0 0 4px; font-size: 1.05rem; } .job-card-v2-title a { text-decoration: none; color: inherit; } .job-card-v2-title a:hover { color: var(--brand-dark); } .job-card-v2-company { display: inline-flex; align-items: center; gap: 4px; font-size: 0.85rem; color: #64748b; } .job-card-v2-verified { width: 15px; height: 15px; color: var(--brand-blue); flex: 0 0 auto; } .job-card-v2-flags { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; } .job-card-v2-time { font-size: 0.78rem; color: #64748b; white-space: nowrap; } .bookmark-btn { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; padding: 0; border-radius: 8px; border: 1px solid #e2e8f0; background: white; color: #64748b; cursor: pointer; transition: color .2s ease, border-color .2s ease, background-color .2s ease; } .bookmark-btn svg { width: 16px; height: 16px; } .bookmark-btn .bookmark-icon-solid { display: none; } .bookmark-btn:hover { color: var(--brand-blue); border-color: var(--brand-blue); } .bookmark-btn.is-saved { color: var(--brand-blue); border-color: var(--brand-blue); background: var(--brand-bg); } .bookmark-btn.is-saved .bookmark-icon-outline { display: none; } .bookmark-btn.is-saved .bookmark-icon-solid { display: block; } .job-card-v2-row-bottom { align-items: center; } .job-card-v2-pills { display: flex; flex-wrap: wrap; gap: 4px; } .job-card-v2-cta { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; } .job-card-v2-cta svg { width: 15px; height: 15px; } @media (max-width: 640px) { .job-card-v2-row-bottom { flex-direction: column-reverse; align-items: stretch; } .job-card-v2-cta { justify-content: center; } } .job-detail-hero { position: relative; background: white; border-radius: 22px; padding: 30px 32px; box-shadow: 0 14px 40px rgba(15,23,42,0.07); overflow: hidden; margin-bottom: 20px; } .job-detail-hero::before { content: ''; position: absolute; top: 0; right: 0; left: 0; height: 4px; background: linear-gradient(90deg, var(--brand-blue), #7dd3fc, var(--brand-dark)); } .job-detail-badges-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; } .job-detail-badges-row .badge { position: static; } .job-detail-top { display: flex; align-items: flex-start; gap: 16px; flex-wrap: wrap; } .job-detail-logo { flex: 0 0 auto; width: 68px; height: 68px; box-sizing: border-box; padding: 10px; border-radius: 18px; object-fit: contain; background: linear-gradient(135deg, #f8fafc, #eef2f7); border: 1px solid #eef1f5; box-shadow: 0 8px 18px rgba(15,23,42,0.08); } .job-detail-logo-fallback { display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.5rem; color: white; background: linear-gradient(135deg, var(--brand-blue), var(--brand-dark)); font-family: 'Noto Kufi Arabic', sans-serif; } .job-detail-title h1 { margin: 0 0 6px; font-size: 1.5rem; } .job-detail-company { display: inline-flex; align-items: center; gap: 5px; font-size: 0.95rem; color: #475569; text-decoration: none; } .job-detail-company:hover { color: var(--brand-dark); } .job-detail-company svg { width: 16px; height: 16px; color: var(--brand-blue); flex: 0 0 auto; } .job-detail-pills { margin: 14px 0 0; } .job-detail-meta-row { display: flex; flex-wrap: wrap; gap: 16px; color: #64748b; font-size: 0.82rem; margin-top: 14px; padding-top: 14px; border-top: 1px dashed #e2e8f0; } .job-detail-meta-row span { display: inline-flex; align-items: center; gap: 6px; } .job-detail-meta-row svg { width: 14px; height: 14px; flex: 0 0 auto; } .job-detail-meta-row .meta-posted svg { color: var(--brand-blue); } .job-detail-meta-row .meta-views svg { color: #7c3aed; } .job-detail-meta-row .meta-deadline svg { color: #d97706; } .job-detail-meta-row .is-urgent { color: #b91c1c; font-weight: 700; } .job-detail-meta-row .is-urgent svg { color: #dc2626; } .job-detail-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 20px; } .job-detail-apply-btn { display: inline-flex; align-items: center; gap: 8px; font-size: 1rem; padding: 13px 26px; box-shadow: 0 10px 24px rgba(23,85,149,0.28); } .job-detail-apply-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(23,85,149,0.36); } .job-detail-apply-btn svg { width: 18px; height: 18px; transform: scaleX(-1); } .job-detail-icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; padding: 0; border-radius: 14px; border: 1px solid #e2e8f0; background: white; color: #64748b; cursor: pointer; transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease; text-decoration: none; } .job-detail-icon-btn svg { width: 19px; height: 19px; } .job-detail-icon-btn:hover { color: var(--brand-blue); border-color: var(--brand-blue); background: var(--brand-bg); transform: translateY(-2px); } .job-detail-icon-btn.is-saved { color: var(--brand-blue); border-color: var(--brand-blue); background: var(--brand-bg); } .job-detail-icon-btn.is-saved .bookmark-icon-outline { display: none; } .job-detail-icon-btn .bookmark-icon-solid { display: none; } .job-detail-icon-btn.is-saved .bookmark-icon-solid { display: block; } .job-detail-icon-btn.is-copied { color: #15803d; border-color: #15803d; background: #dcfce7; } @media (max-width: 640px) { .job-detail-hero { padding: 22px 20px; } .job-detail-actions { flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; } .job-detail-actions .job-detail-apply-btn { flex: 1 1 100%; justify-content: center; } } .job-detail-share-group { display: flex; gap: 10px; margin-inline-start: auto; } @media (max-width: 640px) { .job-detail-share-group { margin-inline-start: 0; } } .job-detail-block { background: white; border: 1px solid #eef2f7; border-radius: 18px; padding: 26px 28px; margin-bottom: 16px; transition: box-shadow .25s ease; } .job-detail-block:hover { box-shadow: 0 12px 30px rgba(15,23,42,0.06); } .job-detail-block-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; } .job-detail-block-icon { width: 38px; height: 38px; border-radius: 12px; background: var(--brand-bg); color: var(--brand-dark); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; transition: transform .3s ease, background-color .3s ease, color .3s ease; } .job-detail-block-icon svg { width: 19px; height: 19px; } .job-detail-block:hover .job-detail-block-icon { transform: scale(1.1) rotate(-6deg); background: var(--brand-blue); color: white; } .job-detail-block h2 { margin: 0; font-size: 1.1rem; } .job-detail-company-card { text-align: center; } .job-detail-company-card .btn-outline { display: inline-flex; align-items: center; justify-content: center; gap: 6px; } .job-detail-company-card .btn-outline svg { width: 16px; height: 16px; flex: 0 0 auto; } .job-detail-company-logo-lg { width: 68px; height: 68px; border-radius: 18px; object-fit: contain; background: var(--brand-bg); margin: 0 auto 12px; } .job-detail-company-logo-lg.job-detail-logo-fallback { display: flex; } .job-detail-quickfacts { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; } .job-detail-quickfacts li { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 2px; border-bottom: 1px solid #f1f5f9; transition: background-color .2s ease; } .job-detail-quickfacts li:last-child { border-bottom: 0; padding-bottom: 2px; } .job-detail-quickfacts li:first-child { padding-top: 0; } .job-detail-quickfacts li:hover { background-color: #fafcff; } .job-detail-quickfacts .label { display: inline-flex; align-items: center; gap: 10px; color: #64748b; font-size: 0.85rem; font-weight: 600; white-space: nowrap; } .job-detail-quickfacts .label-icon { width: 30px; height: 30px; border-radius: 9px; background: var(--brand-bg); color: var(--brand-dark); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; transition: transform .25s ease, background-color .25s ease, color .25s ease; } .job-detail-quickfacts .label-icon svg { width: 15px; height: 15px; } .job-detail-quickfacts li:hover .label-icon { background: var(--brand-blue); color: white; transform: scale(1.08) rotate(-6deg); } .job-detail-quickfacts .value { font-weight: 800; color: var(--brand-dark); text-align: left; font-size: 0.95rem; } .job-detail-quickfacts .value.is-salary { color: #15803d; } .job-detail-quickfacts .value.is-deadline { color: #b45309; font-size: 0.86rem; } .article-detail-hero { position: relative; background: white; border-radius: 22px; padding: 30px 32px; box-shadow: 0 14px 40px rgba(15,23,42,0.07); overflow: hidden; margin-bottom: 20px; } .article-detail-hero::before { content: ''; position: absolute; top: 0; right: 0; left: 0; height: 4px; background: linear-gradient(90deg, var(--brand-blue), #7dd3fc, var(--brand-dark)); } .article-detail-hero h1 { margin: 14px 0 10px; font-size: 1.6rem; } .article-detail-meta-row { display: flex; flex-wrap: wrap; gap: 16px; color: #64748b; font-size: 0.85rem; margin: 0 0 20px; } .article-detail-meta-row span { display: inline-flex; align-items: center; gap: 6px; } .article-detail-meta-row svg { width: 15px; height: 15px; flex: 0 0 auto; } .article-detail-meta-row .meta-author svg { color: var(--brand-blue); } .article-detail-meta-row .meta-date svg { color: #7c3aed; } .article-detail-meta-row .meta-reading svg { color: #d97706; } .article-detail-cover { width: 100%; height: 340px; object-fit: cover; border-radius: 16px; display: block; margin-bottom: 4px; box-shadow: 0 10px 26px rgba(15,23,42,0.1); } @media (max-width: 640px) { .article-detail-cover { height: 200px; } .article-detail-hero { padding: 22px 20px; } } .article-share-bar { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 20px; margin-top: 20px; border-top: 1px dashed #e2e8f0; } .article-share-btn { display: inline-flex; align-items: center; gap: 7px; padding: 9px 16px; border-radius: 999px; background: var(--brand-bg); color: var(--brand-dark); text-decoration: none; font-size: 0.85rem; font-weight: 600; border: 0; cursor: pointer; font-family: inherit; transition: background-color .2s ease, color .2s ease, transform .2s ease; } .article-share-btn svg { width: 15px; height: 15px; } .article-share-btn:hover { transform: translateY(-2px); } .article-share-btn.whatsapp:hover { background: #25D366; color: white; } .article-share-btn.twitter:hover { background: #0f172a; color: white; } .article-share-btn.copy-link.is-copied { background: #dcfce7; color: #15803d; } .article-share-btn.print:hover { background: var(--brand-blue); color: white; } .article-share-bar-v2 { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; padding-top: 20px; margin-top: 20px; border-top: 1px dashed #e2e8f0; } .article-share-label { display: inline-flex; align-items: center; gap: 6px; font-size: 0.85rem; font-weight: 700; color: #64748b; } .article-share-label svg { width: 17px; height: 17px; } .article-share-icons { display: flex; align-items: center; gap: 8px; } .article-share-utils { display: flex; flex-wrap: wrap; gap: 10px; margin-inline-start: auto; } .social-icon-btn.lg { width: 38px; height: 38px; } .social-icon-btn.lg svg { width: 18px; height: 18px; } .social-icon-btn.light.lg:hover { box-shadow: 0 8px 18px rgba(15,23,42,0.15); } @media (max-width: 640px) { .article-share-utils { margin-inline-start: 0; } } .article-detail-block { background: white; border: 1px solid #eef2f7; border-radius: 18px; padding: 28px 30px; margin-bottom: 16px; } .article-author-card { display: flex; align-items: center; gap: 16px; } .article-author-avatar { width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, var(--brand-blue), var(--brand-dark)); color: white; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.3rem; flex: 0 0 auto; font-family: 'Noto Kufi Arabic', sans-serif; } .article-author-avatar-photo { object-fit: cover; } .article-author-card h3 { margin: 0 0 4px; font-size: 1rem; } .article-author-card p { margin: 0; } @media (max-width: 480px) { .article-author-card { flex-direction: column; text-align: center; } } .toc-box a { display: inline-block; padding: 4px 0; transition: color .2s ease, transform .2s ease; } .toc-box a:hover { transform: translateX(-3px); } .error-page { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 60px 20px 40px; } .error-page-illustration { position: relative; width: 220px; height: 220px; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .error-page-illustration .hero-blob { inset: 0; opacity: .18; animation: errorBlobFloat 6s ease-in-out infinite; } .error-page-illustration svg { position: relative; z-index: 1; width: 96px; height: 96px; color: var(--brand-blue); animation: errorIconFloat 3.5s ease-in-out infinite; } @keyframes errorBlobFloat { 0%, 100% { transform: scale(1) rotate(0deg); } 50% { transform: scale(1.08) rotate(6deg); } } @keyframes errorIconFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } } .error-page-code { font-family: 'Lalezar', 'Noto Kufi Arabic', sans-serif; font-weight: 400; font-size: 6.5rem; line-height: 1; margin: 0; background: linear-gradient(90deg, var(--brand-dark), var(--brand-blue)); -webkit-background-clip: text; background-clip: text; color: transparent; } .error-page h1 { margin: 6px 0 10px; font-size: 1.6rem; } .error-page p.muted { max-width: 480px; margin: 0 auto 28px; font-size: 0.98rem; } .error-page-search { width: 100%; max-width: 460px; margin-bottom: 28px; } .error-page-search form { display: flex; gap: 8px; } .error-page-search input { flex: 1; border: 1px solid #e2e8f0; border-radius: 999px; padding: 11px 18px; font-family: inherit; transition: border-color .2s ease, box-shadow .2s ease; } .error-page-search input:focus { outline: none; border-color: var(--brand-blue); box-shadow: 0 0 0 3px rgba(33,143,229,0.15); } .error-page-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 36px; } .error-page-actions .btn, .error-page-actions .btn-outline { display: inline-flex; align-items: center; gap: 8px; } .error-page-actions svg { width: 17px; height: 17px; } .error-page-search button.btn { display: inline-flex; align-items: center; gap: 6px; border-radius: 999px; white-space: nowrap; } .error-page-search button.btn svg { width: 16px; height: 16px; } .error-page-links { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; } .error-page-links a { display: inline-flex; align-items: center; gap: 6px; background: var(--brand-bg); color: var(--brand-dark); padding: 8px 16px; border-radius: 999px; text-decoration: none; font-size: 0.85rem; font-weight: 600; transition: background-color .2s ease, transform .2s ease; } .error-page-links a:hover { background: #dbeafe; transform: translateY(-2px); } .error-page-links svg { width: 14px; height: 14px; } @media (max-width: 480px) { .error-page-code { font-size: 4.5rem; } .error-page-illustration { width: 170px; height: 170px; } .error-page-illustration svg { width: 76px; height: 76px; } .error-page-search form { flex-direction: column; } } .sidebar-box { background: white; border-radius: 16px; padding: 18px; box-shadow: 0 10px 30px rgba(15,23,42,0.06); margin-bottom: 18px; } .sidebar-box h3 { margin: 0 0 12px; font-size: 1rem; color: var(--brand-dark); } .filter-list { list-style: none; margin: 0; padding: 0; } .filter-list li { margin-bottom: 4px; } .filter-list a { display: flex; justify-content: space-between; padding: 7px 10px; border-radius: 8px; text-decoration: none; color: #334155; font-size: 0.9rem; } .filter-list a:hover, .filter-list a.active { background: var(--brand-bg); color: var(--brand-dark); } .filter-list a span.count { color: #64748b; font-size: 0.8rem; } .filter-list a.active span.count { color: var(--brand-dark); } .clear-filters { display: inline-block; margin-top: 8px; font-size: 0.85rem; color: var(--brand-dark); text-decoration: underline; } .filter-panel h3 { display: flex; align-items: center; gap: 8px; } .filter-panel h4 { margin: 14px 0 6px; font-size: 0.85rem; color: #64748b; font-weight: 700; padding-top: 12px; border-top: 1px solid var(--brand-bg); } .filter-panel h4:first-of-type { padding-top: 0; border-top: 0; margin-top: 4px; } .filter-panel { padding: 0; } .filter-panel-summary { display: flex; align-items: center; gap: 8px; padding: 16px 18px; margin: 0; font-weight: 700; color: var(--brand-dark); cursor: pointer; list-style: none; } .filter-panel-summary::-webkit-details-marker { display: none; } .filter-panel-summary::marker { content: ''; } .filter-active-badge { background: var(--brand-blue); color: white; font-size: 0.68rem; font-weight: 700; padding: 2px 9px; border-radius: 999px; } .filter-panel-chevron { margin-inline-start: auto; width: 18px; height: 18px; color: #64748b; transition: transform .25s ease; } .filter-panel[open] .filter-panel-chevron { transform: rotate(180deg); } .filter-panel-content { padding: 0 18px 18px; } @media (min-width: 901px) { .filter-panel-summary { cursor: default; pointer-events: none; } .filter-panel-summary .filter-panel-chevron { display: none; } } @media (max-width: 900px) { .filter-panel-summary { padding: 16px; } .filter-panel-content { padding: 0 16px 16px; } } .filter-list a.checkbox-row { display: flex; align-items: center; justify-content: flex-start; gap: 10px; padding: 5px 6px; border-radius: 8px; transition: background-color .2s ease; } .filter-list a.checkbox-row:hover { background: var(--brand-bg); } .checkbox-box { width: 16px; height: 16px; border: 1.5px solid #cbd5e1; border-radius: 5px; flex: 0 0 auto; position: relative; transition: background-color .2s ease, border-color .2s ease; } .checkbox-row.active .checkbox-box { background: var(--brand-blue); border-color: var(--brand-blue); } .checkbox-row.active .checkbox-box::after { content: ''; position: absolute; right: 4px; top: 1px; width: 4px; height: 8px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); } .checkbox-label { flex: 1; } .filter-show-more { display: inline-flex; align-items: center; gap: 4px; margin: 2px 0 0 8px; font-size: 0.82rem; color: var(--brand-blue); background: none; border: 0; cursor: pointer; font-family: inherit; font-weight: 700; padding: 0; } .filter-show-more:hover { text-decoration: underline; } .filter-list.collapsible li:nth-child(n+7) { display: none; } .filter-list.collapsible.is-expanded li:nth-child(n+7) { display: list-item; } .clear-filters-btn { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 16px; padding: 9px 14px; border-radius: 10px; background: #fef2f2; color: #b91c1c; text-decoration: none; font-size: 0.85rem; font-weight: 700; transition: background-color .2s ease; } .clear-filters-btn:hover { background: #fee2e2; } .clear-filters-btn svg { width: 16px; height: 16px; } .featured-companies { background: linear-gradient(135deg, var(--brand-bg), white); border-radius: 20px; padding: 24px 28px; margin: 24px 0; } .featured-companies-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; gap: 14px; } .featured-companies-head h2 { margin: 0; } .featured-companies-head .see-all { display: inline-flex; align-items: center; gap: 4px; font-size: 0.9rem; font-weight: 700; color: var(--brand-dark); text-decoration: none; transition: color .2s ease, gap .2s ease; } .featured-companies-head .see-all::after { content: '←'; transition: transform .2s ease; } .featured-companies-head .see-all:hover { color: var(--brand-blue); gap: 8px; } .featured-companies-head .see-all:hover::after { transform: translateX(-3px); } .featured-companies-track-wrap { position: relative; } .featured-companies-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; -ms-overflow-style: none; background: white; border: 1px solid #e7edf3; border-radius: 16px; } .featured-companies-track::-webkit-scrollbar { display: none; } .featured-company-item { flex: 0 0 calc(100% / 6); scroll-snap-align: start; display: flex; align-items: center; justify-content: center; min-height: 140px; padding: 24px 20px; border-inline-start: 1px solid #eef1f5; transition: background-color .2s ease; } .featured-company-item:first-child { border-inline-start: 0; } .featured-company-item:hover { background: #f8fafc; } .featured-company-logo { max-width: 100%; max-height: 84px; width: auto; height: auto; object-fit: contain; transition: transform .25s ease; } .featured-company-item:hover .featured-company-logo { transform: scale(1.07); } .companies-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 38px; height: 38px; border-radius: 50%; border: 1px solid #e2e8f0; background: white; color: var(--brand-dark); display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 20px rgba(15,23,42,0.14); cursor: pointer; z-index: 2; padding: 0; transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease, opacity .2s ease; } .companies-arrow svg { width: 18px; height: 18px; } .companies-arrow:hover { background: var(--brand-bg); transform: translateY(-50%) scale(1.08); } .companies-arrow[disabled] { opacity: 0.35; pointer-events: none; } .companies-arrow-prev { right: -17px; } .companies-arrow-next { left: -17px; } @media (max-width: 980px) { .featured-company-item { flex-basis: calc(100% / 4); } } @media (max-width: 700px) { .featured-company-item { flex-basis: calc(100% / 3); } .companies-arrow-prev { right: -8px; } .companies-arrow-next { left: -8px; } } @media (max-width: 480px) { .featured-company-item { flex-basis: calc(100% / 2); min-height: 110px; padding: 16px; } .featured-company-logo { max-height: 64px; } .featured-companies { padding: 20px; } } .companies-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; margin: 28px 0; } .company-card { display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; padding: 34px 20px; border-radius: 18px; background: white; box-shadow: 0 8px 24px rgba(15,23,42,0.06); text-decoration: none; color: inherit; transition: transform .2s ease, box-shadow .2s ease; } .company-card:hover { transform: translateY(-5px); box-shadow: 0 16px 34px rgba(15,23,42,0.12); } .company-card-logo { width: 104px; height: 104px; box-sizing: border-box; padding: 14px; object-fit: contain; border-radius: 18px; background: linear-gradient(135deg, #f8fafc, #eef2f7); border: 1px solid #eef1f5; transition: transform .3s ease, box-shadow .3s ease; } .company-card:hover .company-card-logo { transform: scale(1.05); box-shadow: 0 10px 22px rgba(15,23,42,0.08); } .company-card-logo-fallback { display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 2.2rem; color: white; background: linear-gradient(135deg, var(--brand-blue), var(--brand-dark)); font-family: 'Noto Kufi Arabic', sans-serif; } .company-card-name { margin: 0; font-size: 0.98rem; } .company-card-count { font-size: 0.78rem; font-weight: 700; color: var(--brand-dark); background: var(--brand-bg); padding: 4px 12px; border-radius: 999px; } @media (max-width: 480px) { .company-card-logo { width: 84px; height: 84px; padding: 10px; } } .filters-form { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; } select, .filters-form input[type="text"] { padding: 9px 14px; border: 1px solid #cbd5e1; border-radius: 999px; font-family: inherit; background: white; } form.subscribe-form { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 10px; } input[type="email"] { flex: 1 1 220px; min-width: 0; max-width: 100%; padding: 10px 14px; border: 1px solid #cbd5e1; border-radius: 999px; box-sizing: border-box; font-family: inherit; } button { border: 0; background: linear-gradient(90deg, var(--brand-blue), var(--brand-dark)); color: white; padding: 10px 18px; border-radius: 999px; cursor: pointer; font-weight: 600; font-family: inherit; } .popular-topics { display: flex; flex-wrap: wrap; gap: 8px; } .categories-bar-wrap { position: relative; margin-bottom: 20px; } .categories-bar { display: flex; gap: 10px; flex-wrap: nowrap; overflow-x: auto; scroll-snap-type: x proximity; scroll-behavior: smooth; padding: 2px 2px 6px; scrollbar-width: none; -ms-overflow-style: none; cursor: grab; -webkit-mask-image: linear-gradient(90deg, transparent, black 28px, black calc(100% - 28px), transparent); mask-image: linear-gradient(90deg, transparent, black 28px, black calc(100% - 28px), transparent); transition: mask-image .2s ease, -webkit-mask-image .2s ease; } .categories-bar::-webkit-scrollbar { display: none; } .categories-bar.is-dragging { cursor: grabbing; scroll-behavior: auto; -webkit-user-select: none; user-select: none; } .categories-bar-wrap.at-start .categories-bar { -webkit-mask-image: linear-gradient(90deg, black, black calc(100% - 28px), transparent); mask-image: linear-gradient(90deg, black, black calc(100% - 28px), transparent); } .categories-bar-wrap.at-end .categories-bar { -webkit-mask-image: linear-gradient(90deg, transparent, black 28px, black); mask-image: linear-gradient(90deg, transparent, black 28px, black); } .categories-bar-wrap.at-start.at-end .categories-bar { -webkit-mask-image: none; mask-image: none; } .category-pill { display: inline-flex; align-items: center; gap: 8px; flex: 0 0 auto; scroll-snap-align: start; white-space: nowrap; background: white; padding: 6px 16px 6px 6px; border-radius: 999px; color: #334155; text-decoration: none; font-size: 0.875rem; font-weight: 700; box-shadow: 0 4px 14px rgba(15,23,42,0.06); } .category-pill-icon { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: var(--brand-bg); color: var(--brand-dark); flex: 0 0 auto; transition: background-color .2s ease, color .2s ease; } .category-pill-icon svg { width: 16px; height: 16px; } .category-pill-count { font-size: 0.75rem; font-weight: 700; color: #64748b; background: #f1f5f9; padding: 2px 10px; border-radius: 999px; transition: background-color .2s ease, color .2s ease; } .category-pill.active { background: linear-gradient(90deg, var(--brand-blue), var(--brand-dark)); color: white; box-shadow: 0 10px 24px rgba(23,85,149,0.28); } .category-pill.active .category-pill-icon { background: rgba(255,255,255,0.2); color: white; } .category-pill.active .category-pill-count { background: rgba(255,255,255,0.2); color: white; } .share-bar { display: flex; gap: 10px; margin: 14px 0; flex-wrap: wrap; } .share-bar a { background: var(--brand-bg); color: var(--brand-dark); padding: 8px 14px; border-radius: 999px; text-decoration: none; font-size: 0.875rem; font-weight: 600; } .article-body { line-height: 1.9; font-size: 1.05rem; } .article-body h2, .article-body h3 { color: var(--brand-dark); scroll-margin-top: 90px; } .article-body blockquote { margin: 18px 0; padding: 16px 20px; background: var(--brand-bg); border-right: 4px solid var(--brand-dark); border-radius: 8px; font-family: 'Lalezar', 'Noto Kufi Arabic', sans-serif; font-size: 1.15rem; color: var(--brand-dark); } .article-body .article-tool-cta { display: flex; gap: 16px; align-items: center; background: linear-gradient(135deg, var(--brand-bg), white); border: 1px solid var(--brand-bg); border-radius: 16px; padding: 20px 22px; margin: 28px 0; } .article-body .article-tool-cta-icon { font-size: 1.8rem; flex: 0 0 auto; width: 56px; height: 56px; border-radius: 14px; background: white; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 16px rgba(15,23,42,0.08); } .article-body .article-tool-cta-body { flex: 1 1 auto; } .article-body .article-tool-cta-body strong { display: block; color: var(--brand-dark); font-size: 1.02rem; margin-bottom: 4px; } .article-body .article-tool-cta-body p { margin: 0 0 10px; color: #475569; font-size: 0.88rem; } .article-body .article-tool-cta-btn { display: inline-block; background: linear-gradient(90deg, var(--brand-blue), var(--brand-dark)); color: white !important; padding: 8px 18px; border-radius: 999px; text-decoration: none !important; font-weight: 700; font-size: 0.85rem; transition: transform .2s ease, box-shadow .2s ease; } .article-body .article-tool-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(23,85,149,0.28); } @media (max-width: 520px) { .article-body .article-tool-cta { flex-direction: column; text-align: center; } } .layout-with-sidebar > * { min-width: 0; } .article-body .table-scroll { margin: 22px 0; overflow-x: auto; -webkit-overflow-scrolling: touch; min-width: 0; } .article-body table { width: 100%; min-width: 0; border-collapse: separate; border-spacing: 0; font-size: 0.94rem; border-radius: 12px; overflow: hidden; border: 1px solid #e2e8f0; } .article-body th, .article-body td { padding: 12px 16px; text-align: right; border-bottom: 1px solid #e2e8f0; overflow-wrap: break-word; } .article-body th { background: var(--brand-dark); color: white; font-weight: 700; } .article-body tr:last-child td { border-bottom: 0; } .article-body tbody tr:nth-child(even) td { background: #f8fafc; } .toc-box ol { margin: 0; padding-inline-start: 20px; } .toc-box a { text-decoration: none; color: #334155; font-size: 0.9rem; } .toc-box a:hover { color: var(--brand-dark); } .toc-box li { margin-bottom: 6px; } .faq { margin: 10px 0 30px; } .faq details { background: white; border-radius: 12px; padding: 4px 18px; margin-bottom: 10px; box-shadow: 0 6px 18px rgba(15,23,42,0.05); transition: box-shadow .2s ease, transform .2s ease; } .faq details:hover { transform: translateX(-2px); } .faq summary { cursor: pointer; font-weight: 700; padding: 14px 0; color: var(--brand-dark); display: flex; align-items: center; justify-content: space-between; gap: 10px; list-style: none; } .faq summary::-webkit-details-marker { display: none; } .faq summary::after { content: ''; flex: 0 0 auto; width: 10px; height: 10px; border-inline-end: 2px solid var(--brand-blue); border-block-end: 2px solid var(--brand-blue); transform: rotate(45deg); transition: transform .25s ease; margin-inline-start: 6px; } .faq details[open] summary::after { transform: rotate(225deg); } .faq p { margin: 0 0 14px; color: #475569; } .about-intro { position: relative; background: white; border: 1px solid #eef2f7; border-radius: 18px; padding: 28px 30px; margin-bottom: 28px; overflow: hidden; } .about-intro::before { content: ''; position: absolute; top: 0; right: 0; left: 0; height: 4px; background: linear-gradient(90deg, var(--brand-blue), #7dd3fc, var(--brand-dark)); } .about-intro-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; } .about-intro-icon { width: 42px; height: 42px; border-radius: 12px; background: var(--brand-bg); color: var(--brand-dark); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; } .about-intro-icon svg { width: 21px; height: 21px; } .about-intro h2 { margin: 0; } .about-employer-cta { position: relative; background: linear-gradient(135deg, var(--brand-dark), var(--brand-blue)); color: white; border-radius: 22px; padding: 40px 32px; text-align: center; overflow: hidden; margin-bottom: 8px; } .about-employer-cta::before { content: ''; position: absolute; top: -80px; left: -80px; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.14), transparent 70%); pointer-events: none; } .about-employer-icon { position: relative; z-index: 1; width: 56px; height: 56px; border-radius: 16px; background: rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; } .about-employer-icon svg { width: 28px; height: 28px; } .about-employer-cta h2 { position: relative; z-index: 1; margin: 0 0 10px; color: white; } .about-employer-cta p { position: relative; z-index: 1; color: rgba(255,255,255,0.85); max-width: 560px; margin: 0 auto 22px; } .about-employer-cta .btn { position: relative; z-index: 1; background: white; color: var(--brand-dark); } .about-employer-cta .btn:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0,0,0,0.2); } .legal-hero { position: relative; display: flex; align-items: center; gap: 22px; background: linear-gradient(135deg, var(--brand-dark), var(--brand-blue)); color: white; border-radius: 24px; padding: 34px 38px; margin-bottom: 30px; overflow: hidden; } .legal-hero::before { content: ''; position: absolute; top: -70px; left: -70px; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.14), transparent 70%); pointer-events: none; } .legal-hero-icon { position: relative; z-index: 1; width: 62px; height: 62px; border-radius: 18px; background: rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; } .legal-hero-icon svg { width: 30px; height: 30px; } .legal-hero-text { position: relative; z-index: 1; } .legal-hero-text h1 { margin: 0 0 6px; color: white; } .legal-hero-text p { margin: 0; color: rgba(255,255,255,0.85); font-size: 0.92rem; max-width: 640px; } .legal-hero-updated { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; background: rgba(255,255,255,0.16); padding: 6px 14px; border-radius: 999px; font-size: 0.78rem; white-space: nowrap; } .legal-hero-updated svg { width: 14px; height: 14px; flex: 0 0 auto; } @media (max-width: 640px) { .legal-hero { flex-direction: column; text-align: center; padding: 26px 20px; } .legal-hero-text p { max-width: none; } } .legal-layout { display: grid; grid-template-columns: 250px 1fr; gap: 28px; align-items: start; } @media (max-width: 900px) { .legal-layout { grid-template-columns: 1fr; } } .legal-toc { position: sticky; top: 100px; background: white; border: 1px solid #e2e8f0; border-radius: 16px; padding: 16px; } .legal-toc h4 { margin: 0 0 10px; font-size: 0.88rem; color: var(--brand-dark); } .legal-toc ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 1px; } .legal-toc a { display: flex; align-items: center; gap: 7px; color: #475569; text-decoration: none; font-size: 0.78rem; line-height: 1.3; padding: 5px 7px; border-radius: 7px; transition: background-color .2s ease, color .2s ease, transform .2s ease; } .legal-toc a:hover, .legal-toc a.is-active { background: var(--brand-bg); color: var(--brand-dark); transform: translateX(-3px); } .legal-toc .num { display: inline-flex; align-items: center; justify-content: center; width: 16px; height: 16px; border-radius: 50%; background: var(--brand-bg); color: var(--brand-dark); font-size: 0.62rem; font-weight: 700; flex: 0 0 auto; } .legal-toc a.is-active .num { background: var(--brand-blue); color: white; } @media (max-width: 900px) { .legal-toc { position: static; margin-bottom: 24px; } .legal-toc ul { flex-direction: row; flex-wrap: wrap; } } .legal-section { background: white; border: 1px solid #eef2f7; border-radius: 18px; padding: 24px 26px; margin-bottom: 16px; scroll-margin-top: 96px; transition: box-shadow .25s ease; } .legal-section:hover { box-shadow: 0 12px 30px rgba(15,23,42,0.07); } .legal-section-head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; } .legal-section-icon { width: 38px; height: 38px; border-radius: 12px; background: var(--brand-bg); color: var(--brand-dark); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; transition: transform .3s ease, background-color .3s ease, color .3s ease; } .legal-section-icon svg { width: 19px; height: 19px; } .legal-section:hover .legal-section-icon { transform: scale(1.1) rotate(-6deg); background: var(--brand-blue); color: white; } .legal-section h2 { margin: 0; font-size: 1.1rem; } .legal-section p { color: #475569; line-height: 1.9; font-size: 0.94rem; margin: 0 0 10px; } .legal-section ul { margin: 8px 0 0; padding: 0; list-style: none; } .legal-section ul li { position: relative; padding-right: 20px; margin-bottom: 8px; color: #475569; line-height: 1.8; font-size: 0.94rem; } .legal-section ul li::before { content: ''; position: absolute; right: 0; top: 9px; width: 6px; height: 6px; border-radius: 50%; background: var(--brand-blue); } .legal-contact-card { background: linear-gradient(135deg, var(--brand-bg), white); border: 1px solid var(--brand-bg); border-radius: 18px; padding: 26px; text-align: center; } .legal-contact-card h3 { margin: 0 0 8px; } .legal-contact-card p { color: #475569; margin: 0 0 16px; } .legal-contact-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; } .legal-contact-actions .btn, .legal-contact-actions .btn-outline { display: inline-flex; align-items: center; gap: 6px; } .legal-contact-actions svg { width: 16px; height: 16px; } .legal-contact-phone svg { transform: scaleX(-1); } .pagination { margin-top: 20px; } .site-footer { position: relative; background: linear-gradient(180deg, #0f3660, #081c37); color: #cbd8ea; margin-top: 60px; overflow: hidden; } .site-footer::before { content: ''; position: absolute; top: 0; right: 0; left: 0; height: 3px; background: linear-gradient(90deg, var(--brand-blue), #7dd3fc, var(--brand-blue)); } .site-footer::after { content: ''; position: absolute; top: -120px; left: -80px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(33,143,229,0.18), transparent 70%); pointer-events: none; } .footer-grid { position: relative; z-index: 1; display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 48px; padding-block: 56px 32px; padding-inline: clamp(24px, 6vw, 100px); max-width: 100%; } .footer-grid > div { min-width: 0; } .footer-brand { flex: 0 1 400px; max-width: 400px; } .footer-grid > div:not(.footer-brand) { flex: 0 0 auto; } @media (max-width: 860px) { .footer-grid { gap: 36px; padding-inline: clamp(24px, 6vw, 60px); } .footer-brand { flex-basis: 100%; max-width: none; } } @media (max-width: 640px) { .footer-grid { flex-direction: column; align-items: center; text-align: center; gap: 36px; padding-block: 40px 20px; padding-inline: 24px; } } .footer-grid h3 { position: relative; color: white; font-size: 1.05rem; margin: 0 0 20px; padding-bottom: 12px; } .footer-grid h3::after { content: ''; position: absolute; right: 0; bottom: 0; width: 32px; height: 3px; border-radius: 3px; background: var(--brand-blue); } @media (max-width: 640px) { .footer-grid h3::after { right: 50%; transform: translateX(50%); } } .footer-grid ul { list-style: none; margin: 0; padding: 0; } .footer-grid li { margin-bottom: 14px; } .footer-grid a { display: inline-flex; align-items: center; gap: 6px; color: #b9caeb; text-decoration: none; font-size: 0.92rem; transition: color .2s ease, transform .2s ease, gap .2s ease; } .footer-grid a::after { content: '‹'; direction: ltr; unicode-bidi: isolate; font-weight: 700; color: var(--brand-blue); opacity: .85; transition: opacity .2s ease, transform .2s ease; } .footer-grid a:hover { color: white; gap: 9px; transform: translateX(-2px); } @media (max-width: 640px) { .footer-grid a:hover { transform: none; } } .footer-grid a:hover::after { opacity: 1; } .footer-grid a.footer-icon-link::after { content: none; } .footer-icon-link .footer-link-icon { display: inline-flex; color: var(--brand-blue); transition: transform .25s ease; } .footer-icon-link .footer-link-icon svg { width: 17px; height: 17px; } .footer-link-icon-login svg { transform: scaleX(-1); } .footer-icon-link:hover .footer-link-icon { transform: scale(1.15) rotate(-6deg); } .footer-link-icon-whatsapp { color: #25D366; } .footer-link-icon-telegram { color: #29A9EB; } .footer-icon-link-whatsapp:hover, .footer-icon-link-whatsapp:hover::after { color: #25D366; } .footer-icon-link-telegram:hover, .footer-icon-link-telegram:hover::after { color: #29A9EB; } .footer-icon-link-whatsapp:hover .footer-link-icon-whatsapp, .footer-icon-link-telegram:hover .footer-link-icon-telegram { transform: scale(1.2) rotate(8deg); } .footer-brand span { font-family: 'Lalezar', 'Noto Kufi Arabic', sans-serif; font-size: 1.5rem; color: white; } .footer-brand p { line-height: 1.8; max-width: 420px; } @media (max-width: 640px) { .footer-brand p { max-width: none; } .footer-brand > div:first-child { justify-content: center; } } .footer-contact-info { display: flex; flex-direction: column; gap: 12px; margin: 18px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.1); } @media (max-width: 640px) { .footer-contact-info { align-items: center; } } .footer-contact-info .footer-contact-row { display: flex; align-items: center; justify-content: flex-start; gap: 10px; color: #cbd8ea; text-decoration: none; font-size: 0.92rem; font-weight: 600; transition: color .2s ease, transform .2s ease; } .footer-contact-info .footer-contact-row::after { content: none; } .footer-contact-info .footer-contact-row:hover { color: white; transform: translateX(-3px); } @media (max-width: 640px) { .footer-contact-info .footer-contact-row:hover { transform: none; } } .footer-contact-info .footer-contact-row svg { width: 16px; height: 16px; color: var(--brand-blue); flex: 0 0 auto; transition: color .2s ease; } .footer-contact-info .footer-contact-row:hover svg { color: white; } .footer-contact-row-phone svg { transform: scaleX(-1); } .footer-social-label { font-size: 0.8rem; color: #7f97c4; margin: 20px 0 10px; } .footer-social { display: flex; gap: 10px; flex-wrap: wrap; } @media (max-width: 640px) { .footer-social { justify-content: center; } } .footer-social a.social-icon-btn { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.08); transition: transform .3s cubic-bezier(.34,1.56,.64,1), background-color .25s ease, color .25s ease, box-shadow .3s ease; } .footer-social a.social-icon-btn::after { content: none; } .footer-social a.social-icon-btn svg { width: 18px; height: 18px; transition: transform .3s ease; } .footer-social a.social-icon-btn:hover { transform: translateY(-5px) scale(1.12); box-shadow: 0 10px 22px rgba(0,0,0,0.3); } .footer-social a.social-icon-btn:hover svg { transform: rotate(-10deg) scale(1.05); } .footer-bottom { position: relative; z-index: 1; border-top: 1px solid rgba(255,255,255,0.08); padding-block: 18px; display: flex; align-items: center; justify-content: center; text-align: center; flex-wrap: wrap; gap: 8px; font-size: 0.85rem; color: #93a5c2; direction: rtl; } .back-to-top { position: fixed; bottom: 22px; left: 22px; width: 44px; height: 44px; border-radius: 50%; background: var(--brand-dark); color: white; display: flex; align-items: center; justify-content: center; text-decoration: none; box-shadow: 0 10px 24px rgba(15,23,42,0.25); font-size: 1.1rem; z-index: 40; transition: transform .25s cubic-bezier(.34,1.56,.64,1), box-shadow .2s ease, opacity .25s ease, background-color .3s ease; opacity: 0; pointer-events: none; transform: scale(.7); } .back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: scale(1); } .back-to-top:hover { transform: translateY(-4px) scale(1.06); box-shadow: 0 14px 30px rgba(15,23,42,0.35); } .back-to-top:active { transform: translateY(-1px) scale(.97); } .back-to-top-ring { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); pointer-events: none; } .back-to-top-ring-track { fill: none; stroke: rgba(255,255,255,0.16); stroke-width: 2.5; } .back-to-top-ring-progress { fill: none; stroke: #7dd3fc; stroke-width: 2.5; stroke-linecap: round; stroke-dasharray: 122.5; stroke-dashoffset: 122.5; transition: stroke-dashoffset .12s linear, stroke .3s ease; } .back-to-top.is-complete { background: var(--brand-blue); } .back-to-top.is-complete .back-to-top-ring-progress { stroke: #fde68a; } .back-to-top-icon { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; transition: transform .3s cubic-bezier(.34,1.56,.64,1); } .back-to-top:hover .back-to-top-icon { transform: translateY(-2px); } @media (prefers-reduced-motion: reduce) { .back-to-top, .back-to-top-icon, .back-to-top-ring-progress { transition: none; } } .floating-actions { position: fixed; bottom: 22px; right: 22px; z-index: 45; display: flex; flex-direction: column; gap: 12px; transition: opacity .25s ease, transform .25s ease; } .floating-actions.is-hidden { opacity: 0; transform: translateY(10px); pointer-events: none; } .floating-btn { position: relative; width: 54px; height: 54px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; text-decoration: none; box-shadow: 0 10px 24px rgba(15,23,42,0.25); animation: floatWaggle 4.5s ease-in-out infinite; } .floating-btn svg { width: 26px; height: 26px; position: relative; z-index: 1; } @media (max-width: 480px) { .floating-actions, .back-to-top { bottom: 14px; } .floating-actions { gap: 10px; right: 14px; } .back-to-top { left: 14px; width: 40px; height: 40px; } .floating-btn { width: 48px; height: 48px; } .floating-btn svg { width: 22px; height: 22px; } } .floating-btn:hover { animation-play-state: paused; transform: scale(1.1); box-shadow: 0 14px 30px rgba(15,23,42,0.35); } .floating-btn::after { content: ''; position: absolute; inset: -6px; border-radius: 50%; border: 2px solid currentColor; opacity: 0; animation: floatPulse 2.6s ease-out infinite; } .floating-btn.whatsapp { background: #22c55e; } .floating-btn.whatsapp::after { color: #22c55e; } .floating-btn.telegram { background: var(--brand-blue); animation-delay: .5s; } .floating-btn.telegram::after { color: var(--brand-blue); animation-delay: .5s; } .telegram-nudge { position: fixed; z-index: 46; bottom: 100px; right: 22px; max-width: 300px; background: white; border-radius: 18px; padding: 16px 18px 16px 34px; box-shadow: 0 18px 44px rgba(15,23,42,0.18); display: flex; gap: 12px; align-items: flex-start; opacity: 0; transform: translateY(18px) scale(.96); pointer-events: none; transition: opacity .4s cubic-bezier(.16,1,.3,1), transform .4s cubic-bezier(.16,1,.3,1); } .telegram-nudge.is-visible { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; } .telegram-nudge-icon { width: 40px; height: 40px; border-radius: 50%; background: var(--brand-blue); color: white; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; } .telegram-nudge-icon svg { width: 20px; height: 20px; } .telegram-nudge-body { flex: 1; min-width: 0; } .telegram-nudge-body strong { display: block; font-size: 0.88rem; margin-bottom: 4px; color: #0f172a; } .telegram-nudge-body p { margin: 0 0 12px; font-size: 0.8rem; color: #64748b; line-height: 1.6; } .telegram-nudge-btn { display: inline-flex; align-items: center; gap: 6px; background: var(--brand-blue); color: white; border: 0; padding: 8px 16px; border-radius: 999px; font-size: 0.78rem; font-weight: 700; text-decoration: none; transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease; } .telegram-nudge-btn svg { width: 14px; height: 14px; transform: scaleX(-1); } .telegram-nudge-btn:hover { background: var(--brand-dark); transform: translateY(-2px); box-shadow: 0 8px 18px rgba(23,85,149,0.3); } .telegram-nudge-close { position: absolute; top: 10px; left: 10px; width: 22px; height: 22px; border-radius: 50%; background: #f1f5f9; color: #64748b; border: 0; display: flex; align-items: center; justify-content: center; cursor: pointer; padding: 0; transition: background-color .2s ease, color .2s ease; } .telegram-nudge-close svg { width: 12px; height: 12px; } .telegram-nudge-close:hover { background: #e2e8f0; color: #0f172a; } @media (max-width: 480px) { .telegram-nudge { right: 14px; left: 14px; max-width: none; bottom: 84px; } } .install-nudge { position: fixed; z-index: 46; bottom: 100px; left: 22px; max-width: 300px; background: white; border-radius: 18px; padding: 16px 18px 16px 18px; box-shadow: 0 18px 44px rgba(15,23,42,0.18); display: flex; gap: 12px; align-items: flex-start; opacity: 0; transform: translateY(18px) scale(.96); pointer-events: none; transition: opacity .4s cubic-bezier(.16,1,.3,1), transform .4s cubic-bezier(.16,1,.3,1); } .install-nudge.is-visible { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; } .install-nudge-icon { width: 40px; height: 40px; border-radius: 12px; background: var(--brand-blue); color: white; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; overflow: hidden; } .install-nudge-icon img { width: 100%; height: 100%; object-fit: cover; } .install-nudge-body { flex: 1; min-width: 0; } .install-nudge-body strong { display: block; font-size: 0.88rem; margin-bottom: 4px; color: #0f172a; } .install-nudge-body p { margin: 0 0 12px; font-size: 0.8rem; color: #64748b; line-height: 1.6; } .install-nudge-actions { display: flex; align-items: center; gap: 10px; } .install-nudge-btn { display: inline-flex; align-items: center; gap: 6px; background: var(--brand-blue); color: white; border: 0; padding: 8px 16px; border-radius: 999px; font-size: 0.78rem; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease; } .install-nudge-btn:hover { background: var(--brand-dark); transform: translateY(-2px); box-shadow: 0 8px 18px rgba(23,85,149,0.3); } .install-nudge-dismiss { background: none; border: 0; color: #64748b; font-size: 0.78rem; cursor: pointer; padding: 4px; } .install-nudge-dismiss:hover { color: #64748b; } @media (max-width: 480px) { .install-nudge { right: 14px; left: 14px; max-width: none; bottom: 84px; } } @keyframes floatWaggle { 0%, 85%, 100% { transform: rotate(0deg); } 87% { transform: rotate(-14deg); } 89% { transform: rotate(11deg); } 91% { transform: rotate(-8deg); } 93% { transform: rotate(5deg); } 95% { transform: rotate(-2deg); } } @keyframes floatPulse { 0% { transform: scale(1); opacity: .55; } 100% { transform: scale(1.6); opacity: 0; } } @media (prefers-reduced-motion: reduce) { .floating-btn, .floating-btn::after, .topbar-badge-icon { animation: none; } } .filter-list a, .category-pill, .pill, .topbar-links a, .topbar-social a, .footer-grid a, .footer-social a { transition: color .2s ease, background-color .2s ease, transform .2s ease, opacity .2s ease; } .category-pill:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(15,23,42,0.1); } .faq details { transition: box-shadow .2s ease; } .faq details[open] { box-shadow: 0 10px 26px rgba(15,23,42,0.1); } .company-avatar { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 10px; background: linear-gradient(135deg, var(--brand-blue), var(--brand-dark)); color: white; font-weight: 700; font-family: 'Noto Kufi Arabic', sans-serif; flex: 0 0 auto; transition: transform .3s ease; } .company-avatar svg { width: 50%; height: 50%; } .job-card-head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; } .popular-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; margin-bottom: 28px; } .popular-grid a { background: white; border-radius: 14px; padding: 16px; text-align: center; text-decoration: none; color: #334155; box-shadow: 0 8px 24px rgba(15,23,42,0.06); display: flex; flex-direction: column; align-items: center; gap: 8px; transition: transform .2s ease, box-shadow .2s ease; } .popular-grid a:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(15,23,42,0.12); color: var(--brand-dark); } .popular-grid svg { width: 28px; height: 28px; color: var(--brand-blue); } .join-section { display: grid; grid-template-columns: repeat(var(--join-cols, 3), 1fr); gap: 18px; margin: 24px 0; align-items: stretch; } @media (max-width: 860px) { .join-section { grid-template-columns: 1fr; } } .join-card { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; padding: 30px 24px; background: white; border-radius: 18px; box-shadow: 0 8px 22px rgba(15,23,42,0.07); animation: fadeInUp .55s ease both; transition: transform .25s ease, box-shadow .25s ease; border-top: 3px solid transparent; min-width: 0; } .join-card:hover { transform: translateY(-6px); box-shadow: 0 18px 36px rgba(15,23,42,0.14); } .join-card:nth-child(2) { animation-delay: .1s; } .join-card:nth-child(3) { animation-delay: .2s; } .join-card.whatsapp { background: #EAFBF1; border-top-color: #22c55e; } .join-card.telegram { background: var(--brand-bg); border-top-color: var(--brand-blue); } .join-card.newsletter { border-top-color: var(--brand-dark); } .join-card-text { display: flex; flex-direction: column; gap: 6px; } .join-card-text strong { font-size: 1.05rem; color: #0f172a; } .join-card-text span { font-size: 0.82rem; color: #64748b; line-height: 1.6; } .join-icon-circle { flex: 0 0 auto; width: 60px; height: 60px; border-radius: 50%; background: white; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 16px rgba(15,23,42,0.1); transition: transform .3s ease; } .join-card:hover .join-icon-circle { transform: scale(1.1) rotate(-6deg); } .join-icon-circle svg { width: 28px; height: 28px; } .join-card.whatsapp .join-icon-circle svg { color: #22c55e; } .join-card.telegram .join-icon-circle svg { color: var(--brand-blue); } .join-card.newsletter .join-icon-circle svg { color: var(--brand-dark); } .join-btn { flex: 0 0 auto; border: 0; border-radius: 999px; padding: 11px 28px; font-weight: 700; font-size: 0.88rem; cursor: pointer; text-decoration: none; color: white; font-family: inherit; transition: transform .2s ease, box-shadow .2s ease; margin-top: auto; } .join-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(15,23,42,0.18); } .join-btn.whatsapp { background: #22c55e; } .join-btn.telegram { background: var(--brand-blue); } .join-btn.newsletter { background: var(--brand-dark); } .join-card-newsletter form { display: flex; align-items: stretch; width: 100%; max-width: 260px; height: 44px; margin-top: auto; } .join-card-newsletter input { flex: 1; min-width: 0; height: 100%; box-sizing: border-box; border: 1px solid #e2e8f0; border-inline-end: 0; border-radius: 0 999px 999px 0; padding: 0 16px; font-family: inherit; text-align: center; } .join-card-newsletter .join-btn.newsletter { height: 100%; border-radius: 999px 0 0 999px; padding: 0 20px; margin-top: 0; } @media (max-width: 520px) { .topbar-links { gap: 10px; } .hero h1 { font-size: 1.6rem; } .hero { padding: 22px; } } @media (max-width: 700px) { .hero { text-align: center; } .hero-text { text-align: center; } .hero-badge { margin-inline: auto; } .quick-search { justify-content: center; } .features-bar .feature { text-align: center; } .dashboard-col { text-align: center; } .dashboard-col h2 { display: flex; flex-direction: column; align-items: center; gap: 6px; } .dashboard-col .see-all { float: none; } .category-list a, .job-row-list, .article-card-compact, .article-spotlight-card { text-align: right; } .job-card-head { flex-direction: column; text-align: center; } .job-card-head > div { text-align: center; } .pagination { text-align: center; } .toc-box h3, .sidebar-box h3 { text-align: center; } .toc-box ol { text-align: right; } } @media (max-width: 480px) { .dashboard-col h2 { font-size: 1.2rem; } .hero p { font-size: 0.95rem; line-height: 1.7; } .job-row .job-row-title, .article-card-compact .title, .article-spotlight-card .title { font-size: 1rem; } .category-list a { font-size: 0.95rem; } .muted, .job-row-meta, .article-card-compact .meta, .article-spotlight-card .meta { font-size: 0.85rem; } .stats-bar .stat strong { font-size: 1.4rem; } .join-card-text strong { font-size: 1rem; } .join-card-text span { font-size: 0.85rem; } } .contact-hero-subtitle { font-weight: 700; color: var(--brand-dark); font-size: 1.05rem; margin: 0 0 10px; } .contact-hero-art { position: relative; flex: 0 0 auto; width: 300px; height: 300px; max-width: 100%; } .contact-hero-icon { position: absolute; z-index: 2; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: white; box-shadow: 0 14px 32px rgba(15,23,42,0.14); color: var(--brand-dark); } .contact-hero-icon-main { width: 150px; height: 150px; top: 50%; right: 50%; transform: translate(50%, -50%); background: linear-gradient(135deg, var(--brand-blue), var(--brand-dark)); color: white; } .contact-hero-icon-main svg { width: 62px; height: 62px; } .contact-hero-icon-chat { width: 62px; height: 62px; top: 6%; left: 4%; animation: fadeInUp .6s ease .2s both; } .contact-hero-icon-chat svg { width: 26px; height: 26px; color: var(--brand-blue); } .contact-hero-icon-mail { width: 68px; height: 68px; bottom: 6%; right: 2%; animation: fadeInUp .6s ease .35s both; } .contact-hero-icon-mail svg { width: 28px; height: 28px; color: var(--brand-blue); } @media (max-width: 760px) { .contact-hero-art { margin: 20px auto 0; } } .contact-alert { display: flex; align-items: center; gap: 8px; padding: 14px 18px; border-radius: 12px; font-weight: 700; margin-bottom: 20px; } .contact-alert svg { width: 20px; height: 20px; flex: 0 0 auto; } .contact-alert-success { background: #dcfce7; color: #15803d; } .contact-columns { display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 20px; align-items: start; margin-bottom: 24px; } @media (max-width: 980px) { .contact-columns { grid-template-columns: 1fr 1fr; } .contact-form-card { grid-column: 1 / -1; } } @media (max-width: 640px) { .contact-columns { grid-template-columns: 1fr; } } .contact-info-card, .contact-side-card, .contact-form-card { background: white; border-radius: 18px; padding: 22px; box-shadow: 0 10px 30px rgba(15,23,42,0.06); } .contact-info-card h3, .contact-side-card h3, .contact-form-card h3 { display: flex; align-items: center; gap: 8px; margin: 0 0 18px; font-size: 1.05rem; } .contact-side-column { display: flex; flex-direction: column; gap: 20px; } .contact-side-card p { font-size: 0.88rem; line-height: 1.8; margin: 0 0 14px; } .contact-side-btn { display: inline-flex; align-items: center; gap: 6px; } .contact-side-btn svg { width: 16px; height: 16px; transform: scaleX(-1); } .contact-info-row { display: flex; align-items: flex-start; gap: 12px; padding: 16px 10px; margin: 0 -10px; border-radius: 12px; border-top: 1px solid var(--brand-bg); transition: transform .25s ease, background-color .25s ease; } .contact-info-row:first-of-type { padding-top: 0; border-top: 0; } .contact-info-row:hover { transform: translateX(-4px); background: var(--brand-bg); } .contact-info-icon { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 10px; background: var(--brand-bg); color: var(--brand-dark); transition: transform .3s ease, background-color .3s ease, color .3s ease, box-shadow .3s ease; } .contact-info-row:hover .contact-info-icon { background: linear-gradient(135deg, var(--brand-blue), var(--brand-dark)); color: white; transform: scale(1.12) rotate(-8deg); box-shadow: 0 8px 18px rgba(23,85,149,0.28); } .contact-info-icon svg { width: 18px; height: 18px; } .contact-info-icon-phone svg { transform: scaleX(-1); } .contact-info-row > div { display: flex; flex-direction: column; gap: 2px; min-width: 0; } .contact-info-label { font-size: 0.75rem; color: #64748b; } .contact-info-row a { text-decoration: none; font-weight: 700; color: #0f172a; overflow-wrap: break-word; } .contact-info-row a:hover { color: var(--brand-dark); } .contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; } @media (max-width: 480px) { .contact-form-grid { grid-template-columns: 1fr; } } .form-field { position: relative; } .form-field input, .form-field select { width: 100%; padding: 11px 40px 11px 14px; border: 1px solid #e2e8f0; border-radius: 10px; font-family: inherit; background: white; box-sizing: border-box; appearance: none; } .form-field input:focus, .form-field select:focus { outline: none; border-color: var(--brand-blue); box-shadow: 0 0 0 3px rgba(33,143,229,0.12); } .form-field-icon { position: absolute; top: 50%; left: 12px; transform: translateY(-50%); color: #64748b; pointer-events: none; } .form-field-icon svg { width: 17px; height: 17px; } .contact-form textarea { width: 100%; padding: 12px 14px; border: 1px solid #e2e8f0; border-radius: 10px; font-family: inherit; resize: vertical; box-sizing: border-box; margin-bottom: 8px; } .contact-form textarea:focus { outline: none; border-color: var(--brand-blue); box-shadow: 0 0 0 3px rgba(33,143,229,0.12); } .contact-form-error { color: #dc2626; font-size: 0.8rem; margin: 0 0 6px; } .contact-form-submit { width: 100%; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px; border-radius: 10px; margin-top: 4px; } .contact-form-submit svg { width: 17px; height: 17px; transform: scaleX(-1); } .contact-form-privacy { display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 0.75rem; color: #64748b; margin: 12px 0 0; text-align: center; } .contact-form-privacy svg { width: 13px; height: 13px; flex: 0 0 auto; } .contact-faq-bar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; background: white; border-radius: 18px; padding: 20px 24px; margin-bottom: 24px; box-shadow: 0 10px 30px rgba(15,23,42,0.06); } .contact-faq-bar h3 { margin: 0; white-space: nowrap; } .contact-faq-items { display: flex; flex-wrap: wrap; gap: 14px; flex: 1; } .contact-faq-item { display: flex; align-items: center; gap: 10px; background: var(--brand-bg); border-radius: 12px; padding: 12px 16px; flex: 1 1 220px; transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease; } .contact-faq-item:hover { transform: translateY(-4px); box-shadow: 0 12px 26px rgba(15,23,42,0.12); background: white; } .contact-faq-icon { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: white; color: var(--brand-dark); transition: transform .3s ease, background-color .3s ease, color .3s ease, box-shadow .3s ease; } .contact-faq-item:hover .contact-faq-icon { background: linear-gradient(135deg, var(--brand-blue), var(--brand-dark)); color: white; transform: scale(1.12) rotate(-8deg); box-shadow: 0 8px 18px rgba(23,85,149,0.28); } .contact-faq-icon svg { width: 17px; height: 17px; } .contact-faq-item strong { display: block; font-size: 0.85rem; margin-bottom: 2px; } .contact-faq-item span { font-size: 0.78rem; color: #64748b; } @media (max-width: 640px) { .contact-faq-bar { flex-direction: column; align-items: stretch; padding: 20px; } .contact-faq-bar h3 { white-space: normal; text-align: center; margin-bottom: 4px; } .contact-faq-items { flex-direction: column; } .contact-faq-item { flex-direction: column; align-items: center; text-align: center; flex-basis: auto; width: 100%; padding: 20px 16px; gap: 8px; } .contact-faq-icon { width: 42px; height: 42px; } .contact-faq-icon svg { width: 20px; height: 20px; } } .contact-follow { text-align: center; margin-bottom: 8px; } .contact-follow-label { display: flex; align-items: center; justify-content: center; gap: 14px; font-weight: 700; color: var(--brand-dark); margin-bottom: 16px; } .contact-follow-label span { display: block; width: 60px; height: 1px; background: #cbd5e1; } [hidden] { display: none !important; } .tools-hero { position: relative; display: flex; align-items: center; gap: 22px; background: linear-gradient(135deg, var(--brand-dark), var(--brand-blue)); color: white; border-radius: 24px; padding: 34px 38px; margin-bottom: 30px; overflow: hidden; } .tools-hero::before { content: ''; position: absolute; top: -70px; left: -70px; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.14), transparent 70%); pointer-events: none; } .tools-hero-icon { position: relative; z-index: 1; width: 62px; height: 62px; border-radius: 18px; background: rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; } .tools-hero-icon svg { width: 30px; height: 30px; } .tools-hero-text { position: relative; z-index: 1; } .tools-hero-text h1 { margin: 0 0 6px; color: white; } .tools-hero-text p { margin: 0; color: rgba(255,255,255,0.85); font-size: 0.92rem; max-width: 640px; } @media (max-width: 640px) { .tools-hero { flex-direction: column; text-align: center; padding: 26px 20px; } .tools-hero-text p { max-width: none; } } .tools-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-bottom: 30px; } .tool-card { background: white; border-radius: 18px; padding: 22px; box-shadow: 0 10px 30px rgba(15,23,42,0.06); text-decoration: none; color: inherit; display: flex; flex-direction: column; gap: 10px; transition: transform .18s ease, box-shadow .18s ease; } .tool-card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(15,23,42,0.1); } .tool-card-icon { width: 48px; height: 48px; border-radius: 14px; background: var(--brand-bg); color: var(--brand-dark); display: flex; align-items: center; justify-content: center; } .tool-card-icon svg { width: 24px; height: 24px; } .tool-card h3 { margin: 0; font-size: 1.05rem; } .tool-card p { margin: 0; color: #64748b; font-size: 0.88rem; line-height: 1.6; } .tool-card-soon { opacity: 0.55; cursor: default; } .tool-card-badge { display: inline-block; font-size: 0.72rem; font-weight: 700; background: #fef3c7; color: #92400e; padding: 2px 10px; border-radius: 999px; width: fit-content; } .calc-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 26px; align-items: start; margin-bottom: 26px; } @media (max-width: 860px) { .calc-layout { grid-template-columns: 1fr; } } .calc-form-card, .calc-result-card { background: white; border-radius: 18px; padding: 26px; box-shadow: 0 10px 30px rgba(15,23,42,0.06); } .calc-form-card h2, .calc-result-card h2 { margin: 0 0 18px; font-size: 1.1rem; } .calc-field { margin-bottom: 16px; } .calc-field label { display: block; font-size: 0.86rem; font-weight: 700; color: #334155; margin-bottom: 6px; } .calc-field input, .calc-field select { width: 100%; padding: 11px 14px; border: 1px solid #e2e8f0; border-radius: 10px; font-family: inherit; font-size: 0.95rem; background: #f8fafc; box-sizing: border-box; } .calc-field input:focus, .calc-field select:focus { outline: none; border-color: var(--brand-blue); box-shadow: 0 0 0 3px rgba(33,143,229,0.12); background: white; } .calc-field-hint { display: block; font-size: 0.76rem; color: #64748b; margin-top: 4px; } .calc-radio-group { display: flex; flex-wrap: wrap; gap: 10px; } .calc-radio-group label { display: flex; align-items: center; gap: 6px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; padding: 9px 14px; font-size: 0.86rem; font-weight: 600; color: #334155; cursor: pointer; flex: 1 1 auto; justify-content: center; } .calc-radio-group input { width: auto; margin: 0; } .calc-radio-group input:checked + span, .calc-radio-group label:has(input:checked) { color: var(--brand-dark); } .calc-radio-group label:has(input:checked) { background: var(--brand-bg); border-color: var(--brand-blue); } .calc-checkbox { display: flex; align-items: flex-start; gap: 8px; font-size: 0.84rem; color: #475569; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; padding: 10px 12px; cursor: pointer; } .calc-checkbox input { width: auto; margin-top: 3px; } .calc-result-card { position: sticky; top: 90px; } .calc-result-headline { text-align: center; padding: 18px 10px; border-radius: 14px; background: var(--brand-bg); margin-bottom: 18px; } .calc-result-headline .calc-value { font-size: 2rem; font-weight: 800; color: var(--brand-dark); font-family: 'Lalezar', 'Noto Kufi Arabic', sans-serif; } .calc-result-headline .calc-unit { font-size: 0.95rem; color: #64748b; font-weight: 600; } .calc-breakdown { border-top: 1px dashed #e2e8f0; padding-top: 14px; } .calc-breakdown-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; font-size: 0.88rem; color: #334155; border-bottom: 1px solid #f1f5f9; } .calc-breakdown-row:last-child { border-bottom: 0; } .calc-breakdown-row strong { color: #0f172a; } .calc-empty-state { text-align: center; color: #64748b; font-size: 0.88rem; padding: 30px 10px; } .calc-info-box { display: flex; gap: 10px; background: #f0f9ff; border: 1px solid #bae6fd; border-radius: 12px; padding: 12px 14px; font-size: 0.82rem; color: #0c4a6e; line-height: 1.7; margin-top: 14px; } .calc-info-box svg { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 2px; } .calc-warning-box { display: flex; gap: 10px; background: #fffbeb; border: 1px solid #fde68a; border-radius: 12px; padding: 12px 14px; font-size: 0.82rem; color: #78350f; line-height: 1.7; margin-top: 14px; } .calc-warning-box svg { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 2px; } .calc-legal-note { background: white; border-radius: 18px; padding: 22px 26px; box-shadow: 0 10px 30px rgba(15,23,42,0.06); margin-bottom: 26px; font-size: 0.9rem; color: #334155; line-height: 1.9; } .calc-legal-note h2 { font-size: 1.05rem; margin: 0 0 10px; } .calc-legal-note a { color: var(--brand-blue); font-weight: 700; } .calc-source-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 0.76rem; font-weight: 700; background: var(--brand-bg); color: var(--brand-dark); padding: 4px 12px; border-radius: 999px; margin-bottom: 12px; } .calc-source-badge svg { width: 13px; height: 13px; } .calc-faq h2 { font-size: 1.1rem; margin-bottom: 14px; } .calc-faq-item { background: white; border-radius: 14px; padding: 16px 20px; margin-bottom: 10px; box-shadow: 0 6px 18px rgba(15,23,42,0.05); } .calc-faq-item h3 { font-size: 0.94rem; margin: 0 0 6px; } .calc-faq-item p { font-size: 0.86rem; color: #64748b; margin: 0; line-height: 1.8; } .calc-related h2 { font-size: 1.05rem; margin-bottom: 14px; } .calc-related-links { display: flex; flex-wrap: wrap; gap: 10px; } .calc-related-links a { background: white; border: 1px solid #e2e8f0; border-radius: 999px; padding: 9px 18px; font-size: 0.85rem; font-weight: 600; color: var(--brand-dark); text-decoration: none; transition: background-color .15s ease, transform .15s ease; } .calc-related-links a:hover { background: var(--brand-bg); transform: translateY(-2px); } .calc-textarea-field textarea { width: 100%; min-height: 180px; padding: 12px 14px; border: 1px solid #e2e8f0; border-radius: 10px; font-family: inherit; font-size: 0.9rem; line-height: 1.7; background: #f8fafc; box-sizing: border-box; resize: vertical; } .calc-textarea-field textarea:focus { outline: none; border-color: var(--brand-blue); box-shadow: 0 0 0 3px rgba(33,143,229,0.12); background: white; } .cvmatch-score-ring { width: 130px; height: 130px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; background: conic-gradient(var(--brand-bg) 0 100%); position: relative; transition: background 0.4s ease; } .cvmatch-score-ring::before { content: ''; position: absolute; inset: 10px; border-radius: 50%; background: white; } .cvmatch-score-ring-inner { position: relative; z-index: 1; text-align: center; } .cvmatch-score-ring-inner .cvmatch-score-num { font-size: 2.1rem; font-weight: 800; color: var(--brand-dark); font-family: 'Lalezar', 'Noto Kufi Arabic', sans-serif; display: block; line-height: 1; } .cvmatch-score-ring-inner .cvmatch-score-pct { font-size: 0.78rem; color: #64748b; font-weight: 700; } #cvmatch-score-label { text-align: center; font-weight: 700; font-size: 0.9rem; color: #334155; margin-bottom: 18px; display: block; } .cvmatch-tags-section { margin-bottom: 16px; } .cvmatch-tags-section h4 { font-size: 0.86rem; margin: 0 0 10px; color: #334155; } .cvmatch-tags { display: flex; flex-wrap: wrap; gap: 6px; } .cvmatch-tag { display: inline-block; padding: 5px 12px; border-radius: 999px; font-size: 0.8rem; font-weight: 600; } .cvmatch-tag-matched { background: #dcfce7; color: #166534; } .cvmatch-tag-missing { background: #fee2e2; color: #991b1b; }