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

Trump extends his deadline for Iran to reopen the Strait of Hormuz to April 6

اقتصاد
فورتشن العربية
2026/03/26 - 21:05 501 مشاهدة

Iran and the United States appeared at an impasse Thursday, hardening their positions over ceasefire talks and setting the stage for another potential escalation in the Middle East war as thousands more U.S. troops neared the region.

Meanwhile, President Donald Trump extended his deadline for Iran to open the Strait of Hormuz to April 6, and Tehran tightened its grip on the crucial strait while Israel poured more troops into southern Lebanon to fight the Iran-backed militant group Hezbollah.

Sirens over Israel warned of barrages of incoming Iranian missiles, and Gulf nations worked to intercept fire. Heavy strikes were reported in Iran’s capital and other cities.

In a war that appears defined by who can take the most pain, the U.S. has offered shifting objectives, including ensuring Iran’s missile and nuclear programs are no longer a threat and ending Tehran’s support for armed groups in the region. Washington at one point also pushed for the overthrow of Iran’s theocracy.

While the U.S.-Israeli campaign has hit Iran’s military and government hard, killing top leaders and striking scores of targets, Iran continues to fire missiles, and there is no sign of an uprising against the government.

Surviving could be seen as victory

for Iran

For Iran’s leadership, by contrast, merely outlasting the onslaught could be seen as victory. It may be hoping to get the U.S. to back down by roiling the world economy with its stranglehold on the the strait, which has disrupted oil and natural gas shipments and raised prices worldwide for energy and other goods.

Short of a negotiated solution, the U.S. would need a dramatic escalation to end Iran’s attacks and restore the free flow of goods through the strait, where 20% of all traded oil and natural gas is transported in peacetime. Iran rejected a ceasefire proposal put forth by the U.S., while putting forth its own demands.

Trump has vowed to strike Iran’s power plants if it does not fully reopen the strait. His new deadline pulls back on his earlier threat to bombing Iran’s energy plants if Tehran did not open the critical waterway.

Iran had threatened to retaliate against the region’s vital infrastructure, like desalination facilities, if Trump followed through. Trump said he was holding off on carrying out his threat because talks aimed at ending the conflict are going “very well.”

A Gulf Arab bloc said Thursday that Iran is now exacting tolls from ships to ensure their safe passage through the waterway.

Iran seen as operating Strait of Hormuz as ‘de facto toll booth’

Iran has been blocking ships from the strait that it perceives as linked to the U.S. and Israeli war effort, while letting through a trickle of others. Trump said during a Cabinet meeting Thursday that Iran is allowing some oil tankers through as a sign of good faith for talks.

Jasem Mohamed al-Budaiwi, secretary-general of the Gulf Cooperation Council, a bloc of six Gulf Arab nations, said Iran was charging for safe passage.

Lloyd’s List Intelligence called it a “de facto ‘toll booth’ regime,” saying that at least two vessels have paid in yuan, China’s currency.

Iran’s grip on the strait and relentless attacks on Gulf energy infrastructure have sent Brent crude, the international standard, up more than 40% since the war started.

Israel said it killed the head of the Iranian Revolutionary Guard’s navy, Commodore Alireza Tangsiri, and the country’s naval intelligence chief, Behnam Rezaei. Israeli Defense Minister Israel Katz said Tangsiri was responsible for bombing operations that have blocked ships from crossing the Strait of Hormuz. Iran did not immediately acknowledge the killings.

This story was originally featured on Fortune.com

مشاركة:
\n

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

// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 59247; // 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 = 59247; // 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
يا هلا! اسألني أي شي 🎤