... | 🕐 --:--
-- -- --
عاجل
⚡ عاجل: كريستيانو رونالدو يُتوّج كأفضل لاعب كرة قدم في العالم ⚡ أخبار عاجلة تتابعونها لحظة بلحظة على خبر ⚡ تابعوا آخر المستجدات والأحداث من حول العالم
⌘K
AI مباشر
27339 مقال 231 مصدر نشط 38 قناة مباشرة 6280 خبر اليوم
آخر تحديث: منذ ثانية

Jazeera Airways ramps up flights across 20 destinations

العالم
Gulf News
2026/03/26 - 11:03 501 مشاهدة

Dubai: Kuwait’s Jazeera Airways is planning more than 1,000 flights and over 200,000 seats through April 30 as it stabilises operations following recent disruptions, its CEO Barathan Pasupathi announced.

“We are planning our operations on a rolling basis of four to six weeks… covering more than 20 destinations over 1,000 flights and more than 200,000 seats. We are managing the situation day by day,” he said.

The airline added it remains in continuous coordination with Kuwait’s Directorate General of Civil Aviation and other authorities to prioritise safety.

Stay updated: Get the latest faster by downloading the Gulf News app - it's completely free. Click here for Apple or here for Android. You can also find it on the Huawei AppGallery.

Regional effort

The CEO also praised the role of Middle East carriers during the crisis.

“Airlines in the Middle East play a critical role in connecting the world… we stand alongside our peers in the region and highly value their efforts,” Pasupathi said.

Jazeera Airways said its immediate response to the crisis focused on passenger safety after operations were suspended on February 28.

Nearly four million people in Kuwait were affected, including students, families and travellers abroad.

“A broad segment of travellers has been affected… our first objective was to ensure everyone’s safety,” the CEO said.

The airline evacuated its terminal and arranged alternative routes for stranded passengers via Bahrain and overland through Saudi Arabia.

The airline credited strong backing from Saudi Arabia for enabling a rapid operational restart. On March 11, Jazeera Airways operated its first flight from Qaisumah to Cairo, carrying 145 passengers.

The airline launched a cross-border operational model, internally referred to as “Project Baraka”. “Every flight departing from Saudi Arabia carries the Jazeera Airways J9 code and is treated as a Kuwaiti flight,” the CEO said.

Operations began in Qaisumah before expanding to Dammam due to capacity constraints.

“Given the limited capacity… we expanded our operations by launching additional flights from Dammam,” he said. Around 300 airline staff are currently deployed in Saudi Arabia to support operations.

The airline also set up a new operational hub in Kuwait within just 20 hours. “Our teams have demonstrated exceptional agility,” the CEO said.

Jazeera Airways also activated cargo operations to maintain supply chains.

“The current conditions have impacted trade… we have deployed cargo operations to support food, medical and essential goods into Kuwait,” the CEO said.

مشاركة:
\n

مقالات ذات صلة

// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 49438; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 49438; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
AI
يا هلا! اسألني أي شي 🎤