Iraq's PM lands in Riyadh after Tehran visit

Iraq's PM lands in Riyadh after Tehran visit

RIYADH — Iraq's Prime Minister Adel Abdel Mahdi met Saudi King Salman on Wednesday during his first official trip to Riyadh, days after his maiden visit to the Gulf kingdom's arch-nemesis Iran.

The meeting, reported by official Saudi media, comes amid a steady warming of ties between Baghdad and Riyadh after decades of strain.

The two countries signed 13 major agreements, Saudi-owned Al Arabiya television said, without giving further details.

Saudi Arabia this month announced a billion-dollar aid package for Iraq, pledging stronger relations as the kingdom competes with Iran for influence over Iraq.

The Gulf powerhouse severed relations and closed its border with its northern neighbour after late Iraqi dictator Saddam Hussein's August 1990 invasion of Kuwait.

But a flurry of visits between the two countries in recent months has indicated a thawing of ties as Riyadh seeks to counter Iran’s strong presence in Iraqi politics.

Baghdad is also seeking economic benefits from closer ties with the wealthy kingdom, especially as it looks to repair the destruction left by years of fighting against the Daesh group.

Iran has been highly influential in Iraq since the toppling of Saddam in 2003, and was a key player in the territorial defeat of Daesh.

Abdel Mahdi, named premier last October, has said Iraq now wants good relations with both Tehran and Washington.

The US reimposed tough sanctions on Tehran’s energy and finance sectors last year.

But it has granted Baghdad several temporary exemptions to allow it keep importing Iranian gas and electricity, crucial to Iraq’s faltering power sector.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });