<!DOCTYPE html>
<html lang="ar" dir="rtl" class="scroll-smooth">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>استعراض الوظائف الشاغرة | JobHolds (192809 وظيفة)</title>
    <meta name="description" content="تصفح وابحث في 192809 وظيفة شاغرة ومتاحة الآن في كافة التخصصات والبلدان مع التقديم المباشر.">
    
    <!-- Canonical & SEO -->
    <link rel="canonical" href="https://jobholds.com">
    <link rel="alternate" hreflang="ar" href="https://jobholds.com">
    <link rel="alternate" hreflang="en" href="https://jobholds.com">
    <link rel="alternate" hreflang="x-default" href="https://jobholds.com">

    <!-- OpenGraph / Facebook -->
    <meta property="og:type" content="website">
    <meta property="og:title" content="استعراض الوظائف الشاغرة | JobHolds (192809 وظيفة)">
    <meta property="og:description" content="تصفح وابحث في 192809 وظيفة شاغرة ومتاحة الآن في كافة التخصصات والبلدان مع التقديم المباشر.">
    <meta property="og:url" content="https://jobholds.com">
    <meta property="og:site_name" content="JobHolds">
    <meta property="og:image" content="https://jobholds.com/images/og-jobholds.png">

    <!-- Twitter Card -->
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="استعراض الوظائف الشاغرة | JobHolds (192809 وظيفة)">
    <meta name="twitter:description" content="تصفح وابحث في 192809 وظيفة شاغرة ومتاحة الآن في كافة التخصصات والبلدان مع التقديم المباشر.">

    <!-- Fonts: Cairo (Arabic) + Inter (English) -->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;800;900&family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
    
    <!-- Tailwind CSS CDN -->
    <script src="https://cdn.tailwindcss.com"></script>
    <script>
        tailwind.config = {
            darkMode: 'class',
            theme: {
                extend: {
                    colors: {
                        brand: {
                            50: '#eff6ff',
                            100: '#dbeafe',
                            500: '#3b82f6',
                            600: '#2563eb',
                            700: '#1d4ed8',
                            800: '#1e40af',
                            900: '#1e3a8a',
                        }
                    },
                    fontFamily: {
                        sans: ['Cairo', 'sans-serif'],
                    }
                }
            }
        }
    </script>
    
    <!-- FontAwesome Icons -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">

    <!-- Global Structured Data (WebSite + Organization) -->
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@graph": [
        {
          "@type": "Organization",
          "@id": "https://jobholds.com/#organization",
          "name": "JobHolds",
          "url": "https://jobholds.com",
          "logo": {
            "@type": "ImageObject",
            "url": "https://jobholds.com/images/logo.png"
          },
          "sameAs": ["https://twitter.com/jobholds", "https://facebook.com/jobholds"]
        },
        {
          "@type": "WebSite",
          "@id": "https://jobholds.com/#website",
          "url": "https://jobholds.com",
          "name": "JobHolds",
          "publisher": { "@id": "https://jobholds.com/#organization" },
          "potentialAction": {
            "@type": "SearchAction",
            "target": "https://jobholds.com/jobs?q={search_term_string}",
            "query-input": "required name=search_term_string"
          }
        }
      ]
    }
    </script>

        <script type="application/ld+json">
    {
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "الرئيسية",
            "item": "https://jobholds.com"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "الوظائف",
            "item": "https://jobholds.com/jobs"
        }
    ]
}    </script>
    
    <style>
        body { font-family: 'Cairo', sans-serif; }
    </style>
</head>
<body class="bg-slate-50 text-slate-900 flex flex-col min-h-screen antialiased selection:bg-brand-500 selection:text-white">

    <!-- Modern Header & Navigation -->
    <header class="sticky top-0 z-50 bg-white/95 backdrop-blur-md border-b border-slate-200 shadow-sm">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="flex items-center justify-between h-20">
                
                <!-- Logo -->
                <div class="flex items-center gap-3">
                    <a href="/" class="flex items-center gap-2.5 group">
                        <div class="w-11 h-11 rounded-xl bg-gradient-to-tr from-brand-600 to-indigo-600 flex items-center justify-center text-white shadow-md shadow-brand-500/20 group-hover:scale-105 transition-transform duration-200">
                            <i class="fa-solid fa-briefcase text-xl"></i>
                        </div>
                        <div class="flex flex-col">
                            <span class="text-2xl font-black tracking-tight text-slate-900 leading-none">Job<span class="text-brand-600">Holds</span></span>
                            <span class="text-[11px] font-semibold text-slate-500 tracking-wider uppercase mt-1">بوابة التوظيف الذكية</span>
                        </div>
                    </a>
                </div>

                <!-- Desktop Nav Links -->
                <nav class="hidden lg:flex items-center gap-6 text-sm font-semibold text-slate-600">
                    
                    <!-- 1. Home (الرئيسية) -->
                    <a href="/" class="hover:text-brand-600 transition flex items-center gap-1.5 py-2">
                        <i class="fa-solid fa-house text-xs text-brand-600"></i>
                        <span>الرئيسية</span>
                    </a>

                    <!-- 2. Browse Jobs Dropdown -->
                    <div class="relative group py-2">
                        <button class="flex items-center gap-1.5 hover:text-brand-600 transition focus:outline-none">
                            <i class="fa-solid fa-magnifying-glass text-xs"></i>
                            <span>الوظائف</span>
                            <i class="fa-solid fa-chevron-down text-[10px] text-slate-400 group-hover:rotate-180 transition-transform duration-200"></i>
                        </button>
                        
                        <div class="absolute right-0 top-full pt-2 w-56 opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-200 z-50">
                            <div class="bg-white rounded-2xl border border-slate-200 shadow-xl p-2 space-y-1">
                                <a href="/jobs" class="flex items-center gap-2.5 px-3 py-2 rounded-xl hover:bg-slate-50 text-slate-700 hover:text-brand-600 transition text-xs font-bold">
                                    <i class="fa-solid fa-list text-brand-500 w-4 text-center"></i>
                                    <span>كافة الوظائف الشاغرة</span>
                                </a>
                                <a href="/jobs?featured=1" class="flex items-center gap-2.5 px-3 py-2 rounded-xl hover:bg-slate-50 text-slate-700 hover:text-brand-600 transition text-xs font-bold">
                                    <i class="fa-solid fa-star text-amber-500 w-4 text-center"></i>
                                    <span>الوظائف المميزة</span>
                                </a>
                                <a href="/jobs/remote" class="flex items-center gap-2.5 px-3 py-2 rounded-xl hover:bg-slate-50 text-slate-700 hover:text-brand-600 transition text-xs font-bold">
                                    <i class="fa-solid fa-house-laptop text-emerald-500 w-4 text-center"></i>
                                    <span>وظائف عن بُعد (Remote)</span>
                                </a>
                            </div>
                        </div>
                    </div>

                    <!-- 3. Categories Dropdown -->
                                        <div class="relative group py-2">
                        <button class="flex items-center gap-1.5 hover:text-brand-600 transition focus:outline-none">
                            <i class="fa-solid fa-layer-group text-xs"></i>
                            <span>التخصصات</span>
                            <i class="fa-solid fa-chevron-down text-[10px] text-slate-400 group-hover:rotate-180 transition-transform duration-200"></i>
                        </button>
                        
                        <div class="absolute right-0 top-full pt-2 w-64 opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-200 z-50">
                            <div class="bg-white rounded-2xl border border-slate-200 shadow-xl p-2 space-y-1 max-h-80 overflow-y-auto">
                                                                    <a href="/jobs/category/Other+Requests" class="flex items-center justify-between px-3 py-2 rounded-xl hover:bg-brand-50 text-slate-700 hover:text-brand-600 transition text-xs font-semibold">
                                        <span>طلبات اخري</span>
                                        <i class="fa-solid fa-angle-left text-[10px] text-slate-300"></i>
                                    </a>
                                                                    <a href="/jobs/category/Engineering" class="flex items-center justify-between px-3 py-2 rounded-xl hover:bg-brand-50 text-slate-700 hover:text-brand-600 transition text-xs font-semibold">
                                        <span>هندسة</span>
                                        <i class="fa-solid fa-angle-left text-[10px] text-slate-300"></i>
                                    </a>
                                                                    <a href="/jobs/category/Health%2FMedicine" class="flex items-center justify-between px-3 py-2 rounded-xl hover:bg-brand-50 text-slate-700 hover:text-brand-600 transition text-xs font-semibold">
                                        <span>طب وصحة</span>
                                        <i class="fa-solid fa-angle-left text-[10px] text-slate-300"></i>
                                    </a>
                                                                    <a href="/jobs/category/Accounting" class="flex items-center justify-between px-3 py-2 rounded-xl hover:bg-brand-50 text-slate-700 hover:text-brand-600 transition text-xs font-semibold">
                                        <span>مال ومحاسبة</span>
                                        <i class="fa-solid fa-angle-left text-[10px] text-slate-300"></i>
                                    </a>
                                                                    <a href="/jobs/category/Teaching" class="flex items-center justify-between px-3 py-2 rounded-xl hover:bg-brand-50 text-slate-700 hover:text-brand-600 transition text-xs font-semibold">
                                        <span>تدريس</span>
                                        <i class="fa-solid fa-angle-left text-[10px] text-slate-300"></i>
                                    </a>
                                                                    <a href="/jobs/category/Administrative" class="flex items-center justify-between px-3 py-2 rounded-xl hover:bg-brand-50 text-slate-700 hover:text-brand-600 transition text-xs font-semibold">
                                        <span>إدارة و سكرتارية </span>
                                        <i class="fa-solid fa-angle-left text-[10px] text-slate-300"></i>
                                    </a>
                                                                    <a href="/jobs/category/Human+Resources" class="flex items-center justify-between px-3 py-2 rounded-xl hover:bg-brand-50 text-slate-700 hover:text-brand-600 transition text-xs font-semibold">
                                        <span>الموارد البشرية</span>
                                        <i class="fa-solid fa-angle-left text-[10px] text-slate-300"></i>
                                    </a>
                                                                    <a href="/jobs/category/Legal" class="flex items-center justify-between px-3 py-2 rounded-xl hover:bg-brand-50 text-slate-700 hover:text-brand-600 transition text-xs font-semibold">
                                        <span>قانون ومحاماه</span>
                                        <i class="fa-solid fa-angle-left text-[10px] text-slate-300"></i>
                                    </a>
                                                                    <a href="/jobs/category/Marketing" class="flex items-center justify-between px-3 py-2 rounded-xl hover:bg-brand-50 text-slate-700 hover:text-brand-600 transition text-xs font-semibold">
                                        <span>بيع وتسويق</span>
                                        <i class="fa-solid fa-angle-left text-[10px] text-slate-300"></i>
                                    </a>
                                                                    <a href="/jobs/category/Programming" class="flex items-center justify-between px-3 py-2 rounded-xl hover:bg-brand-50 text-slate-700 hover:text-brand-600 transition text-xs font-semibold">
                                        <span>برمجة</span>
                                        <i class="fa-solid fa-angle-left text-[10px] text-slate-300"></i>
                                    </a>
                                                            </div>
                        </div>
                    </div>
                    
                    <!-- 4. Countries Dropdown -->
                                        <div class="relative group py-2">
                        <button class="flex items-center gap-1.5 hover:text-brand-600 transition focus:outline-none">
                            <i class="fa-solid fa-globe text-xs"></i>
                            <span>الدول</span>
                            <i class="fa-solid fa-chevron-down text-[10px] text-slate-400 group-hover:rotate-180 transition-transform duration-200"></i>
                        </button>
                        
                        <div class="absolute right-0 top-full pt-2 w-56 opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-200 z-50">
                            <div class="bg-white rounded-2xl border border-slate-200 shadow-xl p-2 space-y-1">
                                                                    <a href="/jobs/country/Albania" class="flex items-center justify-between px-3 py-2 rounded-xl hover:bg-brand-50 text-slate-700 hover:text-brand-600 transition text-xs font-semibold">
                                        <span>ألبانيا</span>
                                        <span class="text-[10px] font-mono px-1.5 py-0.5 rounded bg-slate-100 text-slate-500">AL</span>
                                    </a>
                                                                    <a href="/jobs/country/Algeria" class="flex items-center justify-between px-3 py-2 rounded-xl hover:bg-brand-50 text-slate-700 hover:text-brand-600 transition text-xs font-semibold">
                                        <span>الجزائر</span>
                                        <span class="text-[10px] font-mono px-1.5 py-0.5 rounded bg-slate-100 text-slate-500">DZ</span>
                                    </a>
                                                                    <a href="/jobs/country/Angola" class="flex items-center justify-between px-3 py-2 rounded-xl hover:bg-brand-50 text-slate-700 hover:text-brand-600 transition text-xs font-semibold">
                                        <span>أنغولا</span>
                                        <span class="text-[10px] font-mono px-1.5 py-0.5 rounded bg-slate-100 text-slate-500">AO</span>
                                    </a>
                                                                    <a href="/jobs/country/Argentina" class="flex items-center justify-between px-3 py-2 rounded-xl hover:bg-brand-50 text-slate-700 hover:text-brand-600 transition text-xs font-semibold">
                                        <span>الأرجنتين</span>
                                        <span class="text-[10px] font-mono px-1.5 py-0.5 rounded bg-slate-100 text-slate-500">AR</span>
                                    </a>
                                                                    <a href="/jobs/country/Armenia" class="flex items-center justify-between px-3 py-2 rounded-xl hover:bg-brand-50 text-slate-700 hover:text-brand-600 transition text-xs font-semibold">
                                        <span>أرمينيا</span>
                                        <span class="text-[10px] font-mono px-1.5 py-0.5 rounded bg-slate-100 text-slate-500">AM</span>
                                    </a>
                                                                    <a href="/jobs/country/Australia" class="flex items-center justify-between px-3 py-2 rounded-xl hover:bg-brand-50 text-slate-700 hover:text-brand-600 transition text-xs font-semibold">
                                        <span>أستراليا</span>
                                        <span class="text-[10px] font-mono px-1.5 py-0.5 rounded bg-slate-100 text-slate-500">AU</span>
                                    </a>
                                                                    <a href="/jobs/country/Austria" class="flex items-center justify-between px-3 py-2 rounded-xl hover:bg-brand-50 text-slate-700 hover:text-brand-600 transition text-xs font-semibold">
                                        <span>النمسا</span>
                                        <span class="text-[10px] font-mono px-1.5 py-0.5 rounded bg-slate-100 text-slate-500">AT</span>
                                    </a>
                                                                    <a href="/jobs/country/Azerbaijan" class="flex items-center justify-between px-3 py-2 rounded-xl hover:bg-brand-50 text-slate-700 hover:text-brand-600 transition text-xs font-semibold">
                                        <span>أذربيجان</span>
                                        <span class="text-[10px] font-mono px-1.5 py-0.5 rounded bg-slate-100 text-slate-500">AZ</span>
                                    </a>
                                                            </div>
                        </div>
                    </div>
                    
                    <!-- 5. Job Studio -->
                    <a href="/post-job" class="hover:text-brand-600 transition flex items-center gap-1.5 py-2">
                        <i class="fa-solid fa-feather-pointed text-brand-600 text-xs"></i>
                        <span>استوديو نشر الوظائف</span>
                    </a>

                </nav>

                <!-- Actions & Mobile Hamburger -->
                <div class="flex items-center gap-2 sm:gap-3">
                    
                    <!-- Language Switcher -->
                    <a href="?lang=en" class="px-3 py-1.5 rounded-xl border border-slate-200 text-xs font-bold text-slate-700 hover:bg-slate-100 transition flex items-center gap-1.5">
                        <i class="fa-solid fa-globe text-brand-600"></i>
                        <span>English</span>
                    </a>

                                            <a href="/login" class="hidden sm:inline-flex items-center gap-1.5 px-3.5 py-2 rounded-xl border border-slate-200 hover:bg-slate-100 text-slate-700 text-xs font-bold transition">
                            <i class="fa-solid fa-arrow-right-to-bracket text-brand-600"></i>
                            <span>دخول</span>
                        </a>
                        <a href="/post-job" class="hidden sm:inline-flex items-center gap-2 px-4 py-2 rounded-xl bg-brand-600 hover:bg-brand-700 text-white font-bold text-xs shadow-md shadow-brand-500/25 transition-all">
                            <i class="fa-solid fa-plus text-xs"></i>
                            <span>أضف وظيفة</span>
                        </a>
                    
                    <!-- Mobile Menu Hamburger Button -->
                    <button id="mobile-menu-btn" type="button" class="lg:hidden w-10 h-10 rounded-xl bg-slate-100 border border-slate-200 flex items-center justify-center text-slate-700 hover:bg-slate-200 transition focus:outline-none" aria-label="Toggle Navigation">
                        <i id="hamburger-icon" class="fa-solid fa-bars text-lg"></i>
                    </button>

                </div>

            </div>
        </div>

        <!-- Mobile Drawer Navigation Menu -->
        <div id="mobile-drawer" class="lg:hidden hidden border-t border-slate-200 bg-white px-4 py-6 space-y-4 shadow-xl">
            <nav class="space-y-2 text-sm font-bold">
                <a href="/" class="flex items-center gap-3 px-4 py-3 rounded-xl bg-slate-50 hover:bg-brand-50 hover:text-brand-600 text-slate-800 transition">
                    <i class="fa-solid fa-house text-brand-600"></i>
                    <span>الصفحة الرئيسية</span>
                </a>
                <a href="/jobs" class="flex items-center gap-3 px-4 py-3 rounded-xl bg-slate-50 hover:bg-brand-50 hover:text-brand-600 text-slate-800 transition">
                    <i class="fa-solid fa-magnifying-glass text-brand-600"></i>
                    <span>استعراض كافة الوظائف</span>
                </a>
                <a href="/jobs/remote" class="flex items-center gap-3 px-4 py-3 rounded-xl bg-slate-50 hover:bg-brand-50 hover:text-brand-600 text-slate-800 transition">
                    <i class="fa-solid fa-house-laptop text-emerald-600"></i>
                    <span>وظائف العمل عن بُعد</span>
                </a>
                <a href="/jobs?featured=1" class="flex items-center gap-3 px-4 py-3 rounded-xl bg-slate-50 hover:bg-brand-50 hover:text-brand-600 text-slate-800 transition">
                    <i class="fa-solid fa-star text-amber-500"></i>
                    <span>الوظائف المميزة</span>
                </a>
                <a href="/post-job" class="flex items-center gap-3 px-4 py-3 rounded-xl bg-brand-50 hover:bg-brand-100 text-brand-700 transition">
                    <i class="fa-solid fa-feather-pointed text-brand-600"></i>
                    <span>استوديو نشر الوظائف</span>
                </a>
                                    <a href="/login" class="flex items-center gap-3 px-4 py-3 rounded-xl bg-slate-50 hover:bg-brand-50 hover:text-brand-600 text-slate-800 transition">
                        <i class="fa-solid fa-arrow-right-to-bracket text-brand-600"></i>
                        <span>تسجيل الدخول</span>
                    </a>
                    <a href="/register" class="flex items-center gap-3 px-4 py-3 rounded-xl bg-slate-50 hover:bg-brand-50 hover:text-brand-600 text-slate-800 transition">
                        <i class="fa-solid fa-user-plus text-brand-600"></i>
                        <span>إنشاء حساب صاحب عمل جديد</span>
                    </a>
                            </nav>

            <div class="pt-2">
                <a href="/post-job" class="w-full flex items-center justify-center gap-2 py-3 rounded-xl bg-brand-600 text-white font-bold text-sm shadow-md transition hover:bg-brand-700">
                    <i class="fa-solid fa-plus text-xs"></i>
                    <span>أضف وظيفة الآن</span>
                </a>
            </div>
        </div>

        <script>
            // Mobile Menu Toggle
            document.addEventListener('DOMContentLoaded', function() {
                var btn = document.getElementById('mobile-menu-btn');
                var drawer = document.getElementById('mobile-drawer');
                var icon = document.getElementById('hamburger-icon');

                if (btn && drawer) {
                    btn.addEventListener('click', function(e) {
                        e.stopPropagation();
                        var isHidden = drawer.classList.contains('hidden');
                        if (isHidden) {
                            drawer.classList.remove('hidden');
                            icon.classList.remove('fa-bars');
                            icon.classList.add('fa-xmark');
                        } else {
                            drawer.classList.add('hidden');
                            icon.classList.remove('fa-xmark');
                            icon.classList.add('fa-bars');
                        }
                    });

                    document.addEventListener('click', function(e) {
                        if (!drawer.contains(e.target) && !btn.contains(e.target)) {
                            drawer.classList.add('hidden');
                            icon.classList.remove('fa-xmark');
                            icon.classList.add('fa-bars');
                        }
                    });
                }
            });
        </script>
    </header>

    <!-- Main Content Area -->
    <main class="flex-grow">

<!-- Breadcrumbs & Header -->
<section class="bg-white border-b border-slate-200 py-8">
    <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
        
        <!-- Breadcrumbs Navigation -->
        <nav class="flex items-center gap-2 text-xs font-semibold text-slate-500 mb-4">
            <a href="/" class="hover:text-brand-600 transition">الرئيسية</a>
            <i class="fa-solid fa-chevron-left text-[10px]"></i>
            <span class="text-slate-900">استعراض الوظائف</span>
                    </nav>

        <div class="flex flex-col sm:flex-row sm:items-center justify-between gap-4">
            <div>
                <h1 class="text-2xl sm:text-3xl font-black text-slate-900">
                    الوظائف الشاغرة المتاحة                </h1>
                <p class="text-sm text-slate-500 mt-1">
                    تم العثور على <span class='font-bold text-slate-800'>192,809</span> وظيفة مطابقة لبحثك                </p>
            </div>
            
            <!-- Quick Filter Badges -->
            <div class="flex items-center gap-2">
                <a href="/jobs?featured=1" class="px-3.5 py-2 rounded-xl text-xs font-bold transition flex items-center gap-1.5 bg-slate-100 text-slate-700 hover:bg-slate-200">
                    <i class="fa-solid fa-star text-xs"></i>
                    <span>المميزة فقط</span>
                </a>
            </div>
        </div>

    </div>
</section>

<!-- Search and Listing Content -->
<section class="py-10 bg-slate-50">
    <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
        <div class="grid grid-cols-1 lg:grid-cols-12 gap-8 items-start">
            
            <!-- Left Filter Sidebar (Desktop) -->
            <div class="lg:col-span-4 space-y-6 bg-white p-6 rounded-2xl border border-slate-200 shadow-sm sticky top-24">
                <div class="flex items-center justify-between pb-4 border-b border-slate-100">
                    <h3 class="text-base font-bold text-slate-900 flex items-center gap-2">
                        <i class="fa-solid fa-sliders text-brand-600 text-sm"></i>
                        <span>فلاتر البحث</span>
                    </h3>
                    <a href="/jobs" class="text-xs font-semibold text-brand-600 hover:underline">إعادة ضبط</a>
                </div>

                <form action="/jobs" method="GET" class="space-y-4">
                    
                    <!-- Keyword Search -->
                    <div>
                        <label class="block text-xs font-bold text-slate-700 mb-1.5">الكلمة المفتاحية</label>
                        <div class="relative">
                            <input type="text" name="q" value="" placeholder="مثال: مهندس، محاسب..." class="w-full h-11 px-3.5 rounded-xl bg-slate-50 border border-slate-200 text-sm font-semibold focus:outline-none focus:ring-2 focus:ring-brand-500">
                        </div>
                    </div>

                    <!-- Country Filter -->
                    <div>
                        <label class="block text-xs font-bold text-slate-700 mb-1.5">الدولة</label>
                        <select name="country_id" class="w-full h-11 px-3 rounded-xl bg-slate-50 border border-slate-200 text-sm font-semibold text-slate-700 focus:outline-none focus:ring-2 focus:ring-brand-500">
                            <option value="">كافة الدول</option>
                                                            <option value="3" >
                                    ألبانيا                                </option>
                                                            <option value="4" >
                                    الجزائر                                </option>
                                                            <option value="6" >
                                    أنغولا                                </option>
                                                            <option value="7" >
                                    الأرجنتين                                </option>
                                                            <option value="8" >
                                    أرمينيا                                </option>
                                                            <option value="10" >
                                    أستراليا                                </option>
                                                            <option value="11" >
                                    النمسا                                </option>
                                                            <option value="12" >
                                    أذربيجان                                </option>
                                                            <option value="13" >
                                    الباهاما                                </option>
                                                            <option value="14" >
                                    البحرين                                </option>
                                                            <option value="15" >
                                    بنغلاديش                                </option>
                                                            <option value="16" >
                                    بربادوس                                </option>
                                                            <option value="18" >
                                    بلجيكا                                </option>
                                                            <option value="24" >
                                    البوسنة والهرسك                                </option>
                                                            <option value="25" >
                                    بوتسوانا                                </option>
                                                            <option value="26" >
                                    البرازيل                                </option>
                                                            <option value="28" >
                                    بروناي                                </option>
                                                            <option value="29" >
                                    بلغاريا                                </option>
                                                            <option value="34" >
                                    كندا                                </option>
                                                            <option value="38" >
                                    تشاد                                </option>
                                                            <option value="39" >
                                    تشيلي                                </option>
                                                            <option value="40" >
                                    الصين                                </option>
                                                            <option value="41" >
                                    كولومبيا                                </option>
                                                            <option value="46" >
                                    كرواتيا                                </option>
                                                            <option value="49" >
                                    جمهورية التشيك                                </option>
                                                            <option value="51" >
                                    الدنمارك                                </option>
                                                            <option value="54" >
                                    جمهورية الدومنيكان                                </option>
                                                            <option value="56" >
                                    الإكوادور                                </option>
                                                            <option value="57" >
                                    مصر                                </option>
                                                            <option value="59" >
                                    الإمارات                                </option>
                                                    </select>
                    </div>

                    <!-- Category Filter -->
                    <div>
                        <label class="block text-xs font-bold text-slate-700 mb-1.5">مجال الوظيفة</label>
                        <select name="category_id" class="w-full h-11 px-3 rounded-xl bg-slate-50 border border-slate-200 text-sm font-semibold text-slate-700 focus:outline-none focus:ring-2 focus:ring-brand-500">
                            <option value="">كافة التخصصات</option>
                                                            <option value="211" >
                                    طلبات اخري                                </option>
                                                            <option value="10" >
                                    هندسة                                </option>
                                                            <option value="26" >
                                    طب وصحة                                </option>
                                                            <option value="1" >
                                    مال ومحاسبة                                </option>
                                                            <option value="60" >
                                    تدريس                                </option>
                                                            <option value="2" >
                                    إدارة و سكرتارية                                 </option>
                                                            <option value="28" >
                                    الموارد البشرية                                </option>
                                                            <option value="32" >
                                    قانون ومحاماه                                </option>
                                                            <option value="37" >
                                    بيع وتسويق                                </option>
                                                            <option value="56" >
                                    برمجة                                </option>
                                                            <option value="13" >
                                    تكنولوجيا المعلومات                                </option>
                                                            <option value="18" >
                                    تصميم                                 </option>
                                                            <option value="16" >
                                    خدمة العملاء                                </option>
                                                            <option value="3" >
                                    صحافة واعلام                                </option>
                                                            <option value="27" >
                                    أمن                                </option>
                                                            <option value="11" >
                                    سائقين                                </option>
                                                            <option value="65" >
                                    عمال                                </option>
                                                            <option value="52" >
                                    فنيين                                </option>
                                                            <option value="36" >
                                    جودة وسلامة                                </option>
                                                            <option value="4" >
                                    خطوط الطيران                                </option>
                                                            <option value="70" >
                                    فندقة ومطاعم                                </option>
                                                            <option value="33" >
                                    الخدمات اللوجستية / النقل                                </option>
                                                            <option value="71" >
                                    شاغرة                                </option>
                                                            <option value="73" >
                                    سياحة                                 </option>
                                                            <option value="6" >
                                    السيارات                                </option>
                                                            <option value="62" >
                                    متنوعة                                </option>
                                                    </select>
                    </div>

                    <!-- Apply Filters Button -->
                    <button type="submit" class="w-full h-11 rounded-xl bg-brand-600 hover:bg-brand-700 text-white font-bold text-sm shadow-md shadow-brand-500/25 transition">
                        تطبيق الفلاتر                    </button>
                </form>
            </div>

            <!-- Right Job List -->
            <div class="lg:col-span-8 space-y-4">
                
                                    
                                            <div class="group bg-white p-5 sm:p-6 rounded-2xl border border-slate-200 hover:border-brand-400 hover:shadow-lg transition-all duration-200 flex flex-col justify-between">
                            <div>
                                <div class="flex items-start justify-between gap-3 mb-3">
                                    <div class="flex items-center gap-3">
                                        <div class="w-12 h-12 rounded-xl bg-slate-100 border border-slate-200 flex items-center justify-center text-slate-500 font-bold text-lg">
                                            <i class="fa-solid fa-building text-brand-600"></i>
                                        </div>
                                        <div>
                                            <div class="flex items-center gap-1.5">
                                                <span class="text-xs font-bold text-slate-600">JobHolds Partner</span>
                                                                                            </div>
                                            <span class="text-xs text-slate-400 flex items-center gap-1 mt-0.5">
                                                <i class="fa-solid fa-location-dot text-[10px]"></i>
                                                ألبانيا                                                                                            </span>
                                        </div>
                                    </div>
                                    
                                                                            <span class="px-2.5 py-1 rounded-lg bg-amber-50 border border-amber-200 text-amber-700 text-[11px] font-bold">
                                            ⭐ مميزة                                        </span>
                                                                    </div>

                                <h2 class="text-lg sm:text-xl font-bold text-slate-900 group-hover:text-brand-600 transition mb-2">
                                    <a href="/job/195867/driver-delivery-courier">
                                        Driver / Delivery Courier                                    </a>
                                </h2>

                                <div class="flex flex-wrap items-center gap-2 mb-4">
                                                                        <span class="px-2.5 py-1 rounded-md bg-slate-100 text-slate-600 text-xs font-semibold">
                                        📂 خدمة العملاء                                    </span>
                                </div>
                            </div>

                            <div class="pt-3.5 border-t border-slate-100 flex items-center justify-between text-xs">
                                <span class="text-slate-400">
                                    <i class="fa-regular fa-clock"></i> 2026-08-22                                </span>
                                
                                <div class="flex items-center gap-2">
                                                                        
                                    <a href="/job/195867/driver-delivery-courier" class="px-4 py-2 rounded-xl bg-brand-600 hover:bg-brand-700 text-white font-bold transition shadow-sm">
                                        عرض التفاصيل                                    </a>
                                </div>
                            </div>
                        </div>
                                            <div class="group bg-white p-5 sm:p-6 rounded-2xl border border-slate-200 hover:border-brand-400 hover:shadow-lg transition-all duration-200 flex flex-col justify-between">
                            <div>
                                <div class="flex items-start justify-between gap-3 mb-3">
                                    <div class="flex items-center gap-3">
                                        <div class="w-12 h-12 rounded-xl bg-slate-100 border border-slate-200 flex items-center justify-center text-slate-500 font-bold text-lg">
                                            <i class="fa-solid fa-building text-brand-600"></i>
                                        </div>
                                        <div>
                                            <div class="flex items-center gap-1.5">
                                                <span class="text-xs font-bold text-slate-600">JobHolds Partner</span>
                                                                                            </div>
                                            <span class="text-xs text-slate-400 flex items-center gap-1 mt-0.5">
                                                <i class="fa-solid fa-location-dot text-[10px]"></i>
                                                ألبانيا                                                                                            </span>
                                        </div>
                                    </div>
                                    
                                                                            <span class="px-2.5 py-1 rounded-lg bg-amber-50 border border-amber-200 text-amber-700 text-[11px] font-bold">
                                            ⭐ مميزة                                        </span>
                                                                    </div>

                                <h2 class="text-lg sm:text-xl font-bold text-slate-900 group-hover:text-brand-600 transition mb-2">
                                    <a href="/job/195866/teacher-educator">
                                        Teacher / Educator                                    </a>
                                </h2>

                                <div class="flex flex-wrap items-center gap-2 mb-4">
                                                                        <span class="px-2.5 py-1 rounded-md bg-slate-100 text-slate-600 text-xs font-semibold">
                                        📂 تدريس                                    </span>
                                </div>
                            </div>

                            <div class="pt-3.5 border-t border-slate-100 flex items-center justify-between text-xs">
                                <span class="text-slate-400">
                                    <i class="fa-regular fa-clock"></i> 2026-08-22                                </span>
                                
                                <div class="flex items-center gap-2">
                                                                        
                                    <a href="/job/195866/teacher-educator" class="px-4 py-2 rounded-xl bg-brand-600 hover:bg-brand-700 text-white font-bold transition shadow-sm">
                                        عرض التفاصيل                                    </a>
                                </div>
                            </div>
                        </div>
                                            <div class="group bg-white p-5 sm:p-6 rounded-2xl border border-slate-200 hover:border-brand-400 hover:shadow-lg transition-all duration-200 flex flex-col justify-between">
                            <div>
                                <div class="flex items-start justify-between gap-3 mb-3">
                                    <div class="flex items-center gap-3">
                                        <div class="w-12 h-12 rounded-xl bg-slate-100 border border-slate-200 flex items-center justify-center text-slate-500 font-bold text-lg">
                                            <i class="fa-solid fa-building text-brand-600"></i>
                                        </div>
                                        <div>
                                            <div class="flex items-center gap-1.5">
                                                <span class="text-xs font-bold text-slate-600">JobHolds Partner</span>
                                                                                            </div>
                                            <span class="text-xs text-slate-400 flex items-center gap-1 mt-0.5">
                                                <i class="fa-solid fa-location-dot text-[10px]"></i>
                                                الصومال                                                                                            </span>
                                        </div>
                                    </div>
                                    
                                                                            <span class="px-2.5 py-1 rounded-lg bg-amber-50 border border-amber-200 text-amber-700 text-[11px] font-bold">
                                            ⭐ مميزة                                        </span>
                                                                    </div>

                                <h2 class="text-lg sm:text-xl font-bold text-slate-900 group-hover:text-brand-600 transition mb-2">
                                    <a href="/job/195865/مهندس-برمجيات-وتطبيقات-سحابية">
                                        مهندس برمجيات وتطبيقات سحابية                                    </a>
                                </h2>

                                <div class="flex flex-wrap items-center gap-2 mb-4">
                                                                            <span class="px-2.5 py-1 rounded-md bg-emerald-50 text-emerald-700 text-xs font-semibold">
                                            💰 12,000 - 16,000 ريال                                        </span>
                                                                        <span class="px-2.5 py-1 rounded-md bg-slate-100 text-slate-600 text-xs font-semibold">
                                        📂 برمجة                                    </span>
                                </div>
                            </div>

                            <div class="pt-3.5 border-t border-slate-100 flex items-center justify-between text-xs">
                                <span class="text-slate-400">
                                    <i class="fa-regular fa-clock"></i> 2026-08-22                                </span>
                                
                                <div class="flex items-center gap-2">
                                                                            <a href="https://wa.me/966512345678" target="_blank" class="px-3.5 py-2 rounded-xl bg-emerald-600 hover:bg-emerald-700 text-white font-bold transition flex items-center gap-1.5">
                                            <i class="fa-brands fa-whatsapp text-sm"></i>
                                            <span>تقديم عبر واتساب</span>
                                        </a>
                                                                        
                                    <a href="/job/195865/مهندس-برمجيات-وتطبيقات-سحابية" class="px-4 py-2 rounded-xl bg-brand-600 hover:bg-brand-700 text-white font-bold transition shadow-sm">
                                        عرض التفاصيل                                    </a>
                                </div>
                            </div>
                        </div>
                                            <div class="group bg-white p-5 sm:p-6 rounded-2xl border border-slate-200 hover:border-brand-400 hover:shadow-lg transition-all duration-200 flex flex-col justify-between">
                            <div>
                                <div class="flex items-start justify-between gap-3 mb-3">
                                    <div class="flex items-center gap-3">
                                        <div class="w-12 h-12 rounded-xl bg-slate-100 border border-slate-200 flex items-center justify-center text-slate-500 font-bold text-lg">
                                            <i class="fa-solid fa-building text-brand-600"></i>
                                        </div>
                                        <div>
                                            <div class="flex items-center gap-1.5">
                                                <span class="text-xs font-bold text-slate-600">HORA Ministries</span>
                                                                                            </div>
                                            <span class="text-xs text-slate-400 flex items-center gap-1 mt-0.5">
                                                <i class="fa-solid fa-location-dot text-[10px]"></i>
                                                ليبيا                                                 - طرابلس                                            </span>
                                        </div>
                                    </div>
                                    
                                                                    </div>

                                <h2 class="text-lg sm:text-xl font-bold text-slate-900 group-hover:text-brand-600 transition mb-2">
                                    <a href="/job/195864/runner-field-agent">
                                        Runner/Field Agent                                    </a>
                                </h2>

                                <div class="flex flex-wrap items-center gap-2 mb-4">
                                                                        <span class="px-2.5 py-1 rounded-md bg-slate-100 text-slate-600 text-xs font-semibold">
                                        📂 تدريس                                    </span>
                                </div>
                            </div>

                            <div class="pt-3.5 border-t border-slate-100 flex items-center justify-between text-xs">
                                <span class="text-slate-400">
                                    <i class="fa-regular fa-clock"></i> 2026-07-01                                </span>
                                
                                <div class="flex items-center gap-2">
                                                                            <a href="https://wa.me/639675013311" target="_blank" class="px-3.5 py-2 rounded-xl bg-emerald-600 hover:bg-emerald-700 text-white font-bold transition flex items-center gap-1.5">
                                            <i class="fa-brands fa-whatsapp text-sm"></i>
                                            <span>تقديم عبر واتساب</span>
                                        </a>
                                                                        
                                    <a href="/job/195864/runner-field-agent" class="px-4 py-2 rounded-xl bg-brand-600 hover:bg-brand-700 text-white font-bold transition shadow-sm">
                                        عرض التفاصيل                                    </a>
                                </div>
                            </div>
                        </div>
                                            <div class="group bg-white p-5 sm:p-6 rounded-2xl border border-slate-200 hover:border-brand-400 hover:shadow-lg transition-all duration-200 flex flex-col justify-between">
                            <div>
                                <div class="flex items-start justify-between gap-3 mb-3">
                                    <div class="flex items-center gap-3">
                                        <div class="w-12 h-12 rounded-xl bg-slate-100 border border-slate-200 flex items-center justify-center text-slate-500 font-bold text-lg">
                                            <i class="fa-solid fa-building text-brand-600"></i>
                                        </div>
                                        <div>
                                            <div class="flex items-center gap-1.5">
                                                <span class="text-xs font-bold text-slate-600">jobholds</span>
                                                                                            </div>
                                            <span class="text-xs text-slate-400 flex items-center gap-1 mt-0.5">
                                                <i class="fa-solid fa-location-dot text-[10px]"></i>
                                                الولايات المتحدة                                                                                            </span>
                                        </div>
                                    </div>
                                    
                                                                    </div>

                                <h2 class="text-lg sm:text-xl font-bold text-slate-900 group-hover:text-brand-600 transition mb-2">
                                    <a href="/job/195863/clinical-nurse-private-med-surge-11w-mount-sinai-hospital-ft-nights">
                                        Clinical Nurse-Private Med-Surge-11W-Mount Sinai Hospital-FT/Nights                                    </a>
                                </h2>

                                <div class="flex flex-wrap items-center gap-2 mb-4">
                                                                        <span class="px-2.5 py-1 rounded-md bg-slate-100 text-slate-600 text-xs font-semibold">
                                        📂 شاغرة                                    </span>
                                </div>
                            </div>

                            <div class="pt-3.5 border-t border-slate-100 flex items-center justify-between text-xs">
                                <span class="text-slate-400">
                                    <i class="fa-regular fa-clock"></i> 2026-06-22                                </span>
                                
                                <div class="flex items-center gap-2">
                                                                        
                                    <a href="/job/195863/clinical-nurse-private-med-surge-11w-mount-sinai-hospital-ft-nights" class="px-4 py-2 rounded-xl bg-brand-600 hover:bg-brand-700 text-white font-bold transition shadow-sm">
                                        عرض التفاصيل                                    </a>
                                </div>
                            </div>
                        </div>
                                            <div class="group bg-white p-5 sm:p-6 rounded-2xl border border-slate-200 hover:border-brand-400 hover:shadow-lg transition-all duration-200 flex flex-col justify-between">
                            <div>
                                <div class="flex items-start justify-between gap-3 mb-3">
                                    <div class="flex items-center gap-3">
                                        <div class="w-12 h-12 rounded-xl bg-slate-100 border border-slate-200 flex items-center justify-center text-slate-500 font-bold text-lg">
                                            <i class="fa-solid fa-building text-brand-600"></i>
                                        </div>
                                        <div>
                                            <div class="flex items-center gap-1.5">
                                                <span class="text-xs font-bold text-slate-600">jobholds</span>
                                                                                            </div>
                                            <span class="text-xs text-slate-400 flex items-center gap-1 mt-0.5">
                                                <i class="fa-solid fa-location-dot text-[10px]"></i>
                                                ماليزيا                                                 -                                             </span>
                                        </div>
                                    </div>
                                    
                                                                    </div>

                                <h2 class="text-lg sm:text-xl font-bold text-slate-900 group-hover:text-brand-600 transition mb-2">
                                    <a href="/job/195862/finance-planning-forecasting-analyst">
                                        Finance Planning &amp; Forecasting Analyst                                    </a>
                                </h2>

                                <div class="flex flex-wrap items-center gap-2 mb-4">
                                                                        <span class="px-2.5 py-1 rounded-md bg-slate-100 text-slate-600 text-xs font-semibold">
                                        📂 شاغرة                                    </span>
                                </div>
                            </div>

                            <div class="pt-3.5 border-t border-slate-100 flex items-center justify-between text-xs">
                                <span class="text-slate-400">
                                    <i class="fa-regular fa-clock"></i> 2026-06-22                                </span>
                                
                                <div class="flex items-center gap-2">
                                                                        
                                    <a href="/job/195862/finance-planning-forecasting-analyst" class="px-4 py-2 rounded-xl bg-brand-600 hover:bg-brand-700 text-white font-bold transition shadow-sm">
                                        عرض التفاصيل                                    </a>
                                </div>
                            </div>
                        </div>
                                            <div class="group bg-white p-5 sm:p-6 rounded-2xl border border-slate-200 hover:border-brand-400 hover:shadow-lg transition-all duration-200 flex flex-col justify-between">
                            <div>
                                <div class="flex items-start justify-between gap-3 mb-3">
                                    <div class="flex items-center gap-3">
                                        <div class="w-12 h-12 rounded-xl bg-slate-100 border border-slate-200 flex items-center justify-center text-slate-500 font-bold text-lg">
                                            <i class="fa-solid fa-building text-brand-600"></i>
                                        </div>
                                        <div>
                                            <div class="flex items-center gap-1.5">
                                                <span class="text-xs font-bold text-slate-600">jobholds</span>
                                                                                            </div>
                                            <span class="text-xs text-slate-400 flex items-center gap-1 mt-0.5">
                                                <i class="fa-solid fa-location-dot text-[10px]"></i>
                                                الصين                                                                                            </span>
                                        </div>
                                    </div>
                                    
                                                                    </div>

                                <h2 class="text-lg sm:text-xl font-bold text-slate-900 group-hover:text-brand-600 transition mb-2">
                                    <a href="/job/195861/intern">
                                        Intern                                    </a>
                                </h2>

                                <div class="flex flex-wrap items-center gap-2 mb-4">
                                                                        <span class="px-2.5 py-1 rounded-md bg-slate-100 text-slate-600 text-xs font-semibold">
                                        📂 شاغرة                                    </span>
                                </div>
                            </div>

                            <div class="pt-3.5 border-t border-slate-100 flex items-center justify-between text-xs">
                                <span class="text-slate-400">
                                    <i class="fa-regular fa-clock"></i> 2026-06-22                                </span>
                                
                                <div class="flex items-center gap-2">
                                                                        
                                    <a href="/job/195861/intern" class="px-4 py-2 rounded-xl bg-brand-600 hover:bg-brand-700 text-white font-bold transition shadow-sm">
                                        عرض التفاصيل                                    </a>
                                </div>
                            </div>
                        </div>
                                            <div class="group bg-white p-5 sm:p-6 rounded-2xl border border-slate-200 hover:border-brand-400 hover:shadow-lg transition-all duration-200 flex flex-col justify-between">
                            <div>
                                <div class="flex items-start justify-between gap-3 mb-3">
                                    <div class="flex items-center gap-3">
                                        <div class="w-12 h-12 rounded-xl bg-slate-100 border border-slate-200 flex items-center justify-center text-slate-500 font-bold text-lg">
                                            <i class="fa-solid fa-building text-brand-600"></i>
                                        </div>
                                        <div>
                                            <div class="flex items-center gap-1.5">
                                                <span class="text-xs font-bold text-slate-600">jobholds</span>
                                                                                            </div>
                                            <span class="text-xs text-slate-400 flex items-center gap-1 mt-0.5">
                                                <i class="fa-solid fa-location-dot text-[10px]"></i>
                                                الجزائر                                                                                            </span>
                                        </div>
                                    </div>
                                    
                                                                    </div>

                                <h2 class="text-lg sm:text-xl font-bold text-slate-900 group-hover:text-brand-600 transition mb-2">
                                    <a href="/job/195860/end-users-sales-manager-process-automation">
                                        End Users Sales Manager - Process Automation                                    </a>
                                </h2>

                                <div class="flex flex-wrap items-center gap-2 mb-4">
                                                                        <span class="px-2.5 py-1 rounded-md bg-slate-100 text-slate-600 text-xs font-semibold">
                                        📂 بيع وتسويق                                    </span>
                                </div>
                            </div>

                            <div class="pt-3.5 border-t border-slate-100 flex items-center justify-between text-xs">
                                <span class="text-slate-400">
                                    <i class="fa-regular fa-clock"></i> 2026-06-22                                </span>
                                
                                <div class="flex items-center gap-2">
                                                                        
                                    <a href="/job/195860/end-users-sales-manager-process-automation" class="px-4 py-2 rounded-xl bg-brand-600 hover:bg-brand-700 text-white font-bold transition shadow-sm">
                                        عرض التفاصيل                                    </a>
                                </div>
                            </div>
                        </div>
                                            <div class="group bg-white p-5 sm:p-6 rounded-2xl border border-slate-200 hover:border-brand-400 hover:shadow-lg transition-all duration-200 flex flex-col justify-between">
                            <div>
                                <div class="flex items-start justify-between gap-3 mb-3">
                                    <div class="flex items-center gap-3">
                                        <div class="w-12 h-12 rounded-xl bg-slate-100 border border-slate-200 flex items-center justify-center text-slate-500 font-bold text-lg">
                                            <i class="fa-solid fa-building text-brand-600"></i>
                                        </div>
                                        <div>
                                            <div class="flex items-center gap-1.5">
                                                <span class="text-xs font-bold text-slate-600">jobholds</span>
                                                                                            </div>
                                            <span class="text-xs text-slate-400 flex items-center gap-1 mt-0.5">
                                                <i class="fa-solid fa-location-dot text-[10px]"></i>
                                                الولايات المتحدة                                                                                            </span>
                                        </div>
                                    </div>
                                    
                                                                    </div>

                                <h2 class="text-lg sm:text-xl font-bold text-slate-900 group-hover:text-brand-600 transition mb-2">
                                    <a href="/job/195859/merchandise-manager">
                                        Merchandise Manager                                    </a>
                                </h2>

                                <div class="flex flex-wrap items-center gap-2 mb-4">
                                                                        <span class="px-2.5 py-1 rounded-md bg-slate-100 text-slate-600 text-xs font-semibold">
                                        📂 شاغرة                                    </span>
                                </div>
                            </div>

                            <div class="pt-3.5 border-t border-slate-100 flex items-center justify-between text-xs">
                                <span class="text-slate-400">
                                    <i class="fa-regular fa-clock"></i> 2026-06-22                                </span>
                                
                                <div class="flex items-center gap-2">
                                                                        
                                    <a href="/job/195859/merchandise-manager" class="px-4 py-2 rounded-xl bg-brand-600 hover:bg-brand-700 text-white font-bold transition shadow-sm">
                                        عرض التفاصيل                                    </a>
                                </div>
                            </div>
                        </div>
                                            <div class="group bg-white p-5 sm:p-6 rounded-2xl border border-slate-200 hover:border-brand-400 hover:shadow-lg transition-all duration-200 flex flex-col justify-between">
                            <div>
                                <div class="flex items-start justify-between gap-3 mb-3">
                                    <div class="flex items-center gap-3">
                                        <div class="w-12 h-12 rounded-xl bg-slate-100 border border-slate-200 flex items-center justify-center text-slate-500 font-bold text-lg">
                                            <i class="fa-solid fa-building text-brand-600"></i>
                                        </div>
                                        <div>
                                            <div class="flex items-center gap-1.5">
                                                <span class="text-xs font-bold text-slate-600">jobholds</span>
                                                                                            </div>
                                            <span class="text-xs text-slate-400 flex items-center gap-1 mt-0.5">
                                                <i class="fa-solid fa-location-dot text-[10px]"></i>
                                                الولايات المتحدة                                                                                            </span>
                                        </div>
                                    </div>
                                    
                                                                    </div>

                                <h2 class="text-lg sm:text-xl font-bold text-slate-900 group-hover:text-brand-600 transition mb-2">
                                    <a href="/job/195858/task-associate">
                                        Task Associate                                    </a>
                                </h2>

                                <div class="flex flex-wrap items-center gap-2 mb-4">
                                                                        <span class="px-2.5 py-1 rounded-md bg-slate-100 text-slate-600 text-xs font-semibold">
                                        📂 شاغرة                                    </span>
                                </div>
                            </div>

                            <div class="pt-3.5 border-t border-slate-100 flex items-center justify-between text-xs">
                                <span class="text-slate-400">
                                    <i class="fa-regular fa-clock"></i> 2026-06-22                                </span>
                                
                                <div class="flex items-center gap-2">
                                                                        
                                    <a href="/job/195858/task-associate" class="px-4 py-2 rounded-xl bg-brand-600 hover:bg-brand-700 text-white font-bold transition shadow-sm">
                                        عرض التفاصيل                                    </a>
                                </div>
                            </div>
                        </div>
                                            <div class="group bg-white p-5 sm:p-6 rounded-2xl border border-slate-200 hover:border-brand-400 hover:shadow-lg transition-all duration-200 flex flex-col justify-between">
                            <div>
                                <div class="flex items-start justify-between gap-3 mb-3">
                                    <div class="flex items-center gap-3">
                                        <div class="w-12 h-12 rounded-xl bg-slate-100 border border-slate-200 flex items-center justify-center text-slate-500 font-bold text-lg">
                                            <i class="fa-solid fa-building text-brand-600"></i>
                                        </div>
                                        <div>
                                            <div class="flex items-center gap-1.5">
                                                <span class="text-xs font-bold text-slate-600">jobholds</span>
                                                                                            </div>
                                            <span class="text-xs text-slate-400 flex items-center gap-1 mt-0.5">
                                                <i class="fa-solid fa-location-dot text-[10px]"></i>
                                                الولايات المتحدة                                                                                            </span>
                                        </div>
                                    </div>
                                    
                                                                    </div>

                                <h2 class="text-lg sm:text-xl font-bold text-slate-900 group-hover:text-brand-600 transition mb-2">
                                    <a href="/job/195857/specialty-artist-mac">
                                        Specialty Artist - MAC                                    </a>
                                </h2>

                                <div class="flex flex-wrap items-center gap-2 mb-4">
                                                                        <span class="px-2.5 py-1 rounded-md bg-slate-100 text-slate-600 text-xs font-semibold">
                                        📂 شاغرة                                    </span>
                                </div>
                            </div>

                            <div class="pt-3.5 border-t border-slate-100 flex items-center justify-between text-xs">
                                <span class="text-slate-400">
                                    <i class="fa-regular fa-clock"></i> 2026-06-22                                </span>
                                
                                <div class="flex items-center gap-2">
                                                                        
                                    <a href="/job/195857/specialty-artist-mac" class="px-4 py-2 rounded-xl bg-brand-600 hover:bg-brand-700 text-white font-bold transition shadow-sm">
                                        عرض التفاصيل                                    </a>
                                </div>
                            </div>
                        </div>
                                            <div class="group bg-white p-5 sm:p-6 rounded-2xl border border-slate-200 hover:border-brand-400 hover:shadow-lg transition-all duration-200 flex flex-col justify-between">
                            <div>
                                <div class="flex items-start justify-between gap-3 mb-3">
                                    <div class="flex items-center gap-3">
                                        <div class="w-12 h-12 rounded-xl bg-slate-100 border border-slate-200 flex items-center justify-center text-slate-500 font-bold text-lg">
                                            <i class="fa-solid fa-building text-brand-600"></i>
                                        </div>
                                        <div>
                                            <div class="flex items-center gap-1.5">
                                                <span class="text-xs font-bold text-slate-600">jobholds</span>
                                                                                            </div>
                                            <span class="text-xs text-slate-400 flex items-center gap-1 mt-0.5">
                                                <i class="fa-solid fa-location-dot text-[10px]"></i>
                                                الولايات المتحدة                                                                                            </span>
                                        </div>
                                    </div>
                                    
                                                                    </div>

                                <h2 class="text-lg sm:text-xl font-bold text-slate-900 group-hover:text-brand-600 transition mb-2">
                                    <a href="/job/195856/task-associate">
                                        Task Associate                                    </a>
                                </h2>

                                <div class="flex flex-wrap items-center gap-2 mb-4">
                                                                        <span class="px-2.5 py-1 rounded-md bg-slate-100 text-slate-600 text-xs font-semibold">
                                        📂 شاغرة                                    </span>
                                </div>
                            </div>

                            <div class="pt-3.5 border-t border-slate-100 flex items-center justify-between text-xs">
                                <span class="text-slate-400">
                                    <i class="fa-regular fa-clock"></i> 2026-06-22                                </span>
                                
                                <div class="flex items-center gap-2">
                                                                        
                                    <a href="/job/195856/task-associate" class="px-4 py-2 rounded-xl bg-brand-600 hover:bg-brand-700 text-white font-bold transition shadow-sm">
                                        عرض التفاصيل                                    </a>
                                </div>
                            </div>
                        </div>
                                            <div class="group bg-white p-5 sm:p-6 rounded-2xl border border-slate-200 hover:border-brand-400 hover:shadow-lg transition-all duration-200 flex flex-col justify-between">
                            <div>
                                <div class="flex items-start justify-between gap-3 mb-3">
                                    <div class="flex items-center gap-3">
                                        <div class="w-12 h-12 rounded-xl bg-slate-100 border border-slate-200 flex items-center justify-center text-slate-500 font-bold text-lg">
                                            <i class="fa-solid fa-building text-brand-600"></i>
                                        </div>
                                        <div>
                                            <div class="flex items-center gap-1.5">
                                                <span class="text-xs font-bold text-slate-600">jobholds</span>
                                                                                            </div>
                                            <span class="text-xs text-slate-400 flex items-center gap-1 mt-0.5">
                                                <i class="fa-solid fa-location-dot text-[10px]"></i>
                                                الولايات المتحدة                                                                                            </span>
                                        </div>
                                    </div>
                                    
                                                                    </div>

                                <h2 class="text-lg sm:text-xl font-bold text-slate-900 group-hover:text-brand-600 transition mb-2">
                                    <a href="/job/195855/lead-cashier">
                                        Lead Cashier                                    </a>
                                </h2>

                                <div class="flex flex-wrap items-center gap-2 mb-4">
                                                                        <span class="px-2.5 py-1 rounded-md bg-slate-100 text-slate-600 text-xs font-semibold">
                                        📂 شاغرة                                    </span>
                                </div>
                            </div>

                            <div class="pt-3.5 border-t border-slate-100 flex items-center justify-between text-xs">
                                <span class="text-slate-400">
                                    <i class="fa-regular fa-clock"></i> 2026-06-22                                </span>
                                
                                <div class="flex items-center gap-2">
                                                                        
                                    <a href="/job/195855/lead-cashier" class="px-4 py-2 rounded-xl bg-brand-600 hover:bg-brand-700 text-white font-bold transition shadow-sm">
                                        عرض التفاصيل                                    </a>
                                </div>
                            </div>
                        </div>
                                            <div class="group bg-white p-5 sm:p-6 rounded-2xl border border-slate-200 hover:border-brand-400 hover:shadow-lg transition-all duration-200 flex flex-col justify-between">
                            <div>
                                <div class="flex items-start justify-between gap-3 mb-3">
                                    <div class="flex items-center gap-3">
                                        <div class="w-12 h-12 rounded-xl bg-slate-100 border border-slate-200 flex items-center justify-center text-slate-500 font-bold text-lg">
                                            <i class="fa-solid fa-building text-brand-600"></i>
                                        </div>
                                        <div>
                                            <div class="flex items-center gap-1.5">
                                                <span class="text-xs font-bold text-slate-600">jobholds</span>
                                                                                            </div>
                                            <span class="text-xs text-slate-400 flex items-center gap-1 mt-0.5">
                                                <i class="fa-solid fa-location-dot text-[10px]"></i>
                                                الولايات المتحدة                                                                                            </span>
                                        </div>
                                    </div>
                                    
                                                                    </div>

                                <h2 class="text-lg sm:text-xl font-bold text-slate-900 group-hover:text-brand-600 transition mb-2">
                                    <a href="/job/195854/elite-stylist">
                                        Elite Stylist                                    </a>
                                </h2>

                                <div class="flex flex-wrap items-center gap-2 mb-4">
                                                                        <span class="px-2.5 py-1 rounded-md bg-slate-100 text-slate-600 text-xs font-semibold">
                                        📂 شاغرة                                    </span>
                                </div>
                            </div>

                            <div class="pt-3.5 border-t border-slate-100 flex items-center justify-between text-xs">
                                <span class="text-slate-400">
                                    <i class="fa-regular fa-clock"></i> 2026-06-22                                </span>
                                
                                <div class="flex items-center gap-2">
                                                                        
                                    <a href="/job/195854/elite-stylist" class="px-4 py-2 rounded-xl bg-brand-600 hover:bg-brand-700 text-white font-bold transition shadow-sm">
                                        عرض التفاصيل                                    </a>
                                </div>
                            </div>
                        </div>
                                            <div class="group bg-white p-5 sm:p-6 rounded-2xl border border-slate-200 hover:border-brand-400 hover:shadow-lg transition-all duration-200 flex flex-col justify-between">
                            <div>
                                <div class="flex items-start justify-between gap-3 mb-3">
                                    <div class="flex items-center gap-3">
                                        <div class="w-12 h-12 rounded-xl bg-slate-100 border border-slate-200 flex items-center justify-center text-slate-500 font-bold text-lg">
                                            <i class="fa-solid fa-building text-brand-600"></i>
                                        </div>
                                        <div>
                                            <div class="flex items-center gap-1.5">
                                                <span class="text-xs font-bold text-slate-600">jobholds</span>
                                                                                            </div>
                                            <span class="text-xs text-slate-400 flex items-center gap-1 mt-0.5">
                                                <i class="fa-solid fa-location-dot text-[10px]"></i>
                                                الولايات المتحدة                                                                                            </span>
                                        </div>
                                    </div>
                                    
                                                                    </div>

                                <h2 class="text-lg sm:text-xl font-bold text-slate-900 group-hover:text-brand-600 transition mb-2">
                                    <a href="/job/195853/specialty-artist-mac">
                                        Specialty Artist - MAC                                    </a>
                                </h2>

                                <div class="flex flex-wrap items-center gap-2 mb-4">
                                                                        <span class="px-2.5 py-1 rounded-md bg-slate-100 text-slate-600 text-xs font-semibold">
                                        📂 شاغرة                                    </span>
                                </div>
                            </div>

                            <div class="pt-3.5 border-t border-slate-100 flex items-center justify-between text-xs">
                                <span class="text-slate-400">
                                    <i class="fa-regular fa-clock"></i> 2026-06-22                                </span>
                                
                                <div class="flex items-center gap-2">
                                                                        
                                    <a href="/job/195853/specialty-artist-mac" class="px-4 py-2 rounded-xl bg-brand-600 hover:bg-brand-700 text-white font-bold transition shadow-sm">
                                        عرض التفاصيل                                    </a>
                                </div>
                            </div>
                        </div>
                    
                    <!-- Pagination -->
                                            <div class="flex items-center justify-center gap-2 pt-8">
                            
                            <span class="px-4 py-2 rounded-xl bg-brand-50 text-brand-700 text-xs font-bold">
                                صفحة 1 من 12854                            </span>

                                                            <a href="?page=2" class="px-4 py-2 rounded-xl bg-white border border-slate-200 text-xs font-bold text-slate-700 hover:border-brand-500 transition">
                                    <span>التالي</span>
                                    <i class="fa-solid fa-arrow-left"></i>
                                </a>
                                                    </div>
                    
                
            </div>

        </div>
    </div>
</section>

    </main>

    <!-- Modern User-Facing Footer -->
    <footer class="bg-slate-900 text-slate-300 border-t border-slate-800 pt-16 pb-12 mt-20">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-5 gap-10 pb-12 border-b border-slate-800">
                
                <!-- Col 1: Brand & Bio -->
                <div class="lg:col-span-2 space-y-4">
                    <div class="flex items-center gap-2.5">
                        <div class="w-10 h-10 rounded-xl bg-brand-600 flex items-center justify-center text-white font-black text-xl shadow-lg shadow-brand-500/20">
                            <i class="fa-solid fa-briefcase"></i>
                        </div>
                        <span class="text-2xl font-black tracking-tight text-white">Job<span class="text-brand-500">Holds</span></span>
                    </div>
                    <p class="text-sm text-slate-400 leading-relaxed max-w-sm">
                        منصة JobHolds هي بوابتك الموثوقة للبحث عن الوظائف الشاغرة واستقطاب أفضل الكفاءات والكوادر المهنية لكبرى الشركات في العالم العربي والدولي.                    </p>
                    <div class="flex items-center gap-3 pt-2">
                        <a href="#" class="w-9 h-9 rounded-lg bg-slate-800 hover:bg-brand-600 text-slate-300 hover:text-white flex items-center justify-center transition">
                            <i class="fa-brands fa-x-twitter text-sm"></i>
                        </a>
                        <a href="#" class="w-9 h-9 rounded-lg bg-slate-800 hover:bg-brand-600 text-slate-300 hover:text-white flex items-center justify-center transition">
                            <i class="fa-brands fa-linkedin-in text-sm"></i>
                        </a>
                        <a href="#" class="w-9 h-9 rounded-lg bg-slate-800 hover:bg-brand-600 text-slate-300 hover:text-white flex items-center justify-center transition">
                            <i class="fa-brands fa-facebook-f text-sm"></i>
                        </a>
                    </div>
                </div>

                <!-- Col 2: Top Categories -->
                <div>
                    <h4 class="text-sm font-bold uppercase tracking-wider text-white mb-4">
                        أبرز التخصصات                    </h4>
                    <ul class="space-y-2.5 text-sm text-slate-400">
                        <li><a href="/jobs?category_id=56" class="hover:text-brand-400 transition">وظائف تقنية المعلومات</a></li>
                        <li><a href="/jobs?category_id=10" class="hover:text-brand-400 transition">وظائف الهندسة والإنشاءات</a></li>
                        <li><a href="/jobs?category_id=1" class="hover:text-brand-400 transition">وظائف المحاسبة والمالية</a></li>
                        <li><a href="/jobs?category_id=26" class="hover:text-brand-400 transition">وظائف الطب والرعاية الصحية</a></li>
                        <li><a href="/jobs?category_id=37" class="hover:text-brand-400 transition">وظائف المبيعات والتسويق</a></li>
                    </ul>
                </div>

                <!-- Col 3: Top Countries (Global & Arab) -->
                <div>
                    <h4 class="text-sm font-bold uppercase tracking-wider text-white mb-4">
                        وظائف حسب الدولة                    </h4>
                    <ul class="space-y-2.5 text-sm text-slate-400">
                        <li><a href="/jobs/country/United+States" class="hover:text-brand-400 transition">وظائف في أمريكا (USA)</a></li>
                        <li><a href="/jobs/country/Saudi+Arabia" class="hover:text-brand-400 transition">وظائف في السعودية</a></li>
                        <li><a href="/jobs/country/Emirates" class="hover:text-brand-400 transition">وظائف في الإمارات</a></li>
                        <li><a href="/jobs/country/United+Kingdom" class="hover:text-brand-400 transition">وظائف في بريطانيا (UK)</a></li>
                        <li><a href="/jobs/country/Canada" class="hover:text-brand-400 transition">وظائف في كندا</a></li>
                        <li><a href="/jobs/remote" class="hover:text-brand-400 transition">وظائف العمل عن بُعد</a></li>
                    </ul>
                </div>

                <!-- Col 4: Fast User Links -->
                <div>
                    <h4 class="text-sm font-bold uppercase tracking-wider text-white mb-4">
                        روابط سريعة                    </h4>
                    <ul class="space-y-2.5 text-sm text-slate-400">
                        <li><a href="/post-job" class="hover:text-brand-400 transition">أضف وظيفة جديدة</a></li>
                        <li><a href="/jobs" class="hover:text-brand-400 transition">البحث عن وظائف</a></li>
                        <li><a href="/login" class="hover:text-brand-400 transition">حساب صاحب العمل</a></li>
                        <li><a href="/rss.xml" target="_blank" class="hover:text-brand-400 transition flex items-center gap-1.5"><i class="fa-solid fa-rss text-xs text-amber-500"></i><span>خلاصة أحدث الوظائف</span></a></li>
                    </ul>
                </div>

            </div>

            <!-- Bottom Bar -->
            <div class="pt-8 flex flex-col sm:flex-row items-center justify-between gap-4 text-xs text-slate-500">
                <p>&copy; 2026 JobHolds.com. جميع الحقوق محفوظة.</p>
                <div class="flex items-center gap-2">
                    <span class="inline-block w-2 h-2 rounded-full bg-emerald-500 animate-pulse"></span>
                    <span class="text-slate-400 font-semibold">منصة توظيف معتمدة وموثوقة</span>
                </div>
            </div>
        </div>
    </footer>

</body>
</html>
