CINXE.COM
World - DAWN.COM
<!DOCTYPE html> <html lang="en"> <head> <!-- meta --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1"> <!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <![endif]--> <title>World - DAWN.COM</title> <meta name='subject' content='Your window to latest news, analysis and features from Pakistan, South Asia and the world.' /> <meta name='description' content='Pakistan’s most trusted outlet for the breaking, latest and top news across the country and the world.' /> <meta property='fb:app_id' content='1383068068604634' /> <meta property='og:locale' content='en_US' /> <link rel='canonical' href='https://www.dawn.com/world' /> <link rel='alternate' type='application/rss+xml' title='The Dawn News' href='https://www.dawn.com/feeds/world/' /> <link rel='index' href='https://www.dawn.com/world' /> <meta name='twitter:image' content='https://www.dawn.com/_img/social-default.jpg' /> <meta property='og:image' content='https://www.dawn.com/_img/social-default.jpg' /> <meta itemprop='image' content='https://www.dawn.com/_img/social-default.jpg' /> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-C521GRS8DF"></script> <script> window.dataLayer = window.dataLayer || []; window.googletag = window.googletag || {cmd: []}; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-C521GRS8DF'); </script> <script> gtag('event', 'custom', { "Category": "World", "non_interaction": true }); </script> <script type="application/ld+json"> {"@context":"http:\/\/schema.org","@type":"organization","logo":"https:\/\/www.dawn.com\/_img\/logo.png","name":"DAWN.COM","url":"https:\/\/www.dawn.com","sameAs":["https:\/\/www.facebook.com\/dawndotcom\/","https:\/\/twitter.com\/dawn_com","https:\/\/www.instagram.com\/dawn.today\/",""],"potentialAction":{"@type":"SearchAction","target":"https:\/\/www.dawn.com\/search?cx=016184311056644083324:a1i8yd7zymy&ie=UTF-8&q={search_term_string}","query-input":"required name=search_term_string"}} </script> <script type="application/ld+json"> {"@context": "http://schema.org", "@type": "BreadcrumbList","itemListElement": [{"@type":"ListItem","position":1,"item":{"@id":"https:\/\/www.dawn.com\/world","name":"World"}}]} </script> <!-- - - - - start:counters - - - - --> <script type='text/javascript'> document.addEventListener("DOMContentLoaded", function() { Counter.count([{"category":"World"}]); }); </script> <!-- - - - - end:counters - - - - --> <link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900&display=swap' media='all'> <link rel='stylesheet' href='https://www.dawn.com/_css/newskit.20241216110709.css' media='all'> <link rel='stylesheet' href='https://www.dawn.com/_css/merriweather.20241015121807.css' media='all'> <link rel='stylesheet' href='https://www.dawn.com/_css/shame.20250310143007.css' media='all'> <script src='https://code.jquery.com/jquery-3.6.0.min.js' defer='true'></script> <script src='https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js' defer='true'></script> <script src='https://www.dawn.com/_js/ad-sticky-close.20240401153110.js' defer='true'></script> <script src='https://www.dawn.com/_js/all.20250214123308.js' defer='true'></script> <link rel='preload' as='style' href='https://www.dawn.com/_css/headroom.20241114121412.css'> <link rel='preload' as='font' href='https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900&display=swap'> <link rel='preload' as='style' href='https://www.dawn.com/_css/newskit.20241216110709.css'> <link rel='preload' as='style' href='https://www.dawn.com/_css/merriweather.20241015121807.css'> <link rel='preload' as='style' href='https://www.dawn.com/_css/shame.20250310143007.css'> <link rel='preload' as='script' href='https://code.jquery.com/jquery-3.6.0.min.js'> <link rel='preload' as='script' href='https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js'> <link rel='preload' as='script' href='https://www.dawn.com/_js/ad-sticky-close.20240401153110.js'> <link rel='preload' as='script' href='https://www.dawn.com/_js/all.20250214123308.js'> <link rel='dns-prefetch preconnect' href='i.dawn.com'> <link rel='dns-prefetch preconnect' href='fonts.googleapis.com'> <link rel='dns-prefetch preconnect' href='code.jquery.com'> <link rel='dns-prefetch preconnect' href='cdnjs.cloudflare.com'> <!-- adverts:header start --> <script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> <script> window.googletag = window.googletag || {cmd: []}; window.debugAds = window.location && window.location.search && window.location.search.includes('googfc'); window.isElemVisible = (div) => { // https://stackoverflow.com/a/33456469/50475 return div && (!!(div.offsetWidth || div.offsetHeight || div.getClientRects().length)); } // Relocate Ads window.addEventListener('DOMContentLoaded',function () { document.querySelectorAll('[data-selector]').forEach(ad => { if (target = document.querySelector(ad.getAttribute('data-selector'))) { target.insertAdjacentElement('afterend', ad); } }); }); // Relocate Ad if viewport width is less than 720px window.addEventListener('DOMContentLoaded',function () { if (window.matchMedia('(max-width: 720px)').matches) { document.querySelectorAll('[data-selector-mobile]').forEach(ad => { if (target = document.querySelector(ad.getAttribute('data-selector-mobile'))) { target.insertAdjacentElement('afterend', ad); } }); } }); window.addEventListener('DOMContentLoaded', function () { googletag.cmd.push(function() { // disable slots in hidden divs (sidebar on small screens etc) googletag.pubads().getSlots().forEach(slot => { const divId = slot.getSlotElementId(); if (!isElemVisible(document.getElementById(divId))) { if (debugAds) { console.log('disable hidden slot: ' + slot.getAdUnitPath() + ' ' + divId); } // this has a potential issue in views where tabs are used as there could be multiple // tabs with hidden/none class/style attribute and ads rendered under those tabs will // never be displayed or loaded googletag.destroySlots([slot]); } }); }); }); googletag.cmd.push(function() { googletag.defineSlot('/1029551/Dawn-Responsive-Middle-Leaderboard', [[970,250],[970,90],[728,90],[300,600],[320,480],[320,50],[320,100],[300,50],[300,250],[1,1]], 'div-gpt-ad-1693559881661-0') .defineSizeMapping([[[728,0],[[728,90],[300,600],[320,480],[320,50],[320,100],[300,50],[1,1]]],[[0,0],[[300,600],[320,480],[300,250],[320,50],[320,100],[300,50],[1,1]]]]) .addService(googletag.pubads()); googletag.defineSlot('/1029551/Dawn-Responsive-BTF-MREC', [[300,250]], 'div-gpt-ad-1683363763562-0') .defineSizeMapping([[[0,0],[[300,250]]]]) .addService(googletag.pubads()); googletag.defineSlot('/1029551/Dawn-Responsive-SKY-MREC', [[300,250],[320,480],[300,600],[160,600]], 'div-gpt-ad-1683363860950-0') .defineSizeMapping([[[0,0],[[300,600],[320,480],[300,250],[160,600]]]]) .addService(googletag.pubads()); googletag.defineSlot('/1029551/Dawn-Responsive-Footer-Stickable-Leaderboard', [[970,250],[970,90],[728,90],[320,50],[320,100],[300,50],[300,250],[1,1]], 'div-gpt-ad-1693559286339-0') .defineSizeMapping([[[970,0],[[970,250],[970,90],[728,90],[320,50],[320,100],[300,50],[1,1]]],[[728,0],[[728,90],[320,50],[320,100],[300,50],[1,1]]],[[0,0],[[300,250],[320,50],[320,100],[300,50],[1,1]]]]) .addService(googletag.pubads()); googletag.defineSlot('/1029551/Dawn-Responsive-Header-Leaderboard', [[970,250],[970,90],[728,90],[320,50],[320,100],[300,50],[300,250]], 'div-gpt-ad-1683363187247-0') .defineSizeMapping([[[970,0],[[970,250],[970,90],[728,90],[320,50],[320,100],[300,50]]],[[728,0],[[728,90],[320,50],[320,100],[300,50]]],[[0,0],[[320,50],[320,100],[300,50]]]]) .addService(googletag.pubads()); googletag.pubads().setTargeting('site', ["www.dawn.com"]); googletag.pubads().setTargeting('category', ["World"]); googletag.pubads().enableLazyLoad({ fetchMarginPercent: -1, renderMarginPercent: 50, mobileScaling: 2.0 }); googletag.pubads().enableSingleRequest(); // refreshAd('/3023235/Responsive-Middle-Leaderboard') // refreshAd('div-gpt-ad-1693559881661-0') // this code can be removed as we have added an option for smart refresh for slots via #1582 window.refreshAd = ((id) => { console.log(new Date().toISOString().substr(11, 8), 'refreshAd(' + id + ')'); for (let slot of googletag.pubads().getSlots()) { if (slot.getAdUnitPath() === id || slot.getSlotElementId() == id) { googletag.pubads().refresh([slot]); } } }); // <div data-refresh="30" id='div-gpt-ad-1234567890123-0' ... googletag.pubads().addEventListener("slotRenderEnded", (e) => { const id = e.slot.getSlotElementId(); document.getElementById(id).classList.add('ad-rendered'); // data-refresh var seconds = null; if (seconds = document.getElementById(id).getAttribute('data-refresh')) { console.log(new Date().toISOString().substr(11, 8), 'refreshAd(' + id + ') in ' + seconds + 's'); window.__refreshAdTimeouts = window.__refreshAdTimeouts || []; clearTimeout(window.__refreshAdTimeouts[id]); window.__refreshAdTimeouts[id] = setTimeout(() => refreshAd(id), seconds * 1000); }; // data-rendered-classes var renderedClasses = null; if (renderedClasses = document.getElementById(id).getAttribute('data-rendered-classes')) { document.getElementById(id).classList.add(renderedClasses); } }); if (debugAds) { // debugging is enabled, add bgcolor and padding on all ad divs document.querySelectorAll('[id^="div-gpt-ad-"]').forEach(el => { var hasError = el.classList.contains('advert-error'); el.style.backgroundColor = hasError ? '#ecc' : '#ccc'; el.title = el.dataset.name || ''; el.innerHTML = hasError ? el.dataset.name : ''; if (hasError) { el.style.padding = '10px'; } el.style.height = el.dataset.height || ''; el.style.width = el.dataset.width || ''; }); } else { googletag.pubads().collapseEmptyDivs(); } googletag.enableServices(); }); </script> <!-- adverts:header end --> </head> <body class="ar-8 world antialiased"> <header class="pb-2"> <div class="w-full bg-black nav--network"> <div class="px-2 hidden sm:block"> <nav class="text-white flex flex-row flex-wrap text-2.5 justify-center text-center"> <a class="text-gray-400 uppercase py-1.25 px-2.5 " href="https://epaper.dawn.com">EPAPER</a> <a class="text-gray-400 uppercase py-1.25 px-2.5 " href="https://www.dawnnews.tv/watch-live">LIVE TV</a> <a class="text-gray-400 uppercase py-1.25 px-2.5 " href="https://www.dawnnews.tv">DAWNNEWS URDU</a> <a class="text-gray-400 uppercase py-1.25 px-2.5 " href="https://images.dawn.com">Images</a> <a class="text-gray-400 uppercase py-1.25 px-2.5 " href="https://herald.dawn.com">Herald</a> <a class="text-gray-400 uppercase py-1.25 px-2.5 " href="https://aurora.dawn.com">Aurora</a> <a class="text-gray-400 uppercase py-1.25 px-2.5 " rel="noreferrer" target="blank" href="https://cityfm89.com">CityFM89</a> <a class="text-gray-400 uppercase py-1.25 px-2.5 " rel="noreferrer" target="blank" href="https://www.dawn.com/advertise">Advertise</a> <a class="text-gray-400 uppercase py-1.25 px-2.5 " rel="noreferrer" target="blank" href="https://www.dawn.com/events">Events</a> <a class="text-gray-400 uppercase py-1.25 px-2.5 " href="https://www.dawn.com/events/supplements"><span class="-ml-4 mr-1">/</span>Supplements</a> <a class="text-gray-400 uppercase py-1.25 px-2.5 " rel="noreferrer" target="blank" href="http://classifieds.dawn.com/">Classifieds</a> <a class="text-gray-400 uppercase py-1.25 px-2.5 " rel="noreferrer" target="blank" href="https://obituary.dawn.com">Obituaries</a> </nav> </div> </div> <div class=""> <div class="container px-2 sm:px-0"> <div class='flex flex-col sm:flex-row'> <div class='w-1/4'> </div> <div class='sm:w-1/2 w-full'> <div class="flex flex-col items-center mt-4 mb-3"> <a href='https://www.dawn.com/' title="DAWN.COM" class='logo mb-2'> <img class="w-44" src="https://www.dawn.com/_img/logo.png" alt="DAWN.COM Logo"> <span class="hidden">DAWN.COM</span> </a> <h2 id='span-class-font-bold-text-black-e-paper-span-april-08-2025' dir='auto' class='badge inline-flex text-2.5 font-arial uppercase text-gray-500 align-middle'><a title="<span class='font-bold text-black'>E-Paper</span> | April 08, 2025" href='https://epaper.dawn.com' class=' '><span class='font-bold text-black'>E-Paper</span> | April 08, 2025</a></h2> </div> </div> <div class='w-1/4'> </div> </div> </div> </div> <div class="container px-2 sm:px-0 headroom"> <div class="flow-root container mx-auto mx-auto px-0 sm:px-6.5 relative"> <!-- nav container --> <nav class="native-hidden js-nav relative font-sans container p-0 border-t-3 border-black"> <div class="js-nav-container border-b border-gray-200"> <div class="nav-alignment flex justify-between items-center"> <!-- nav items --> <div class="js-nav-items flex overflow-y-hidden overflow-x-scroll px-0 w-full primary-scroll mr-1"> <div class="flex flex-row overflow-x-scroll w-full justify-start"> <a title='Home' href='//www.dawn.com' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Home </a> <a title='Latest' href='/latest-news' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Latest </a> <a title='Gaza siege' href='https://www.dawn.com/trends/gaza-invasion' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 text-red-300'> Gaza siege </a> <a title='Breathe' href='https://www.dawn.com/breathepakistan/' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 text-red-300'> Breathe </a> <a title='Pakistan' href='/pakistan' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Pakistan </a> <a title='Opinion' href='/opinion' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Opinion </a> <a title='Business' href='/business' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Business </a> <a title='Images' href='/entertainment' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Images </a> <a title='Prism' href='/prism' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Prism </a> <a title='World' href='/world' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 bg-gray-100 border-b border-gray-900 '> World </a> <a title='Sport' href='/sport' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Sport </a> <a title='Magazines' href='/magazines' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Magazines </a> <a title='Tech' href='/tech' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Tech </a> <a title='Videos' href='/videos' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Videos </a> <a title='Popular' href='/popular' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Popular </a> <a title='Archive' href='/newspaper' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Archive </a> <a title='Flood Donations' href='https://www.dawnrelief.com/' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Flood Donations </a> </div> </div> <!-- nav sandwich --> <div class="flex items-center relative hidden"> <div class="js-nav-sandwich pt-1 mr-2"> <button class="text-gray-400 hover:text-gray-500 focus:bg-gray-100 focus:text-gray-500 inline-flex items-center justify-center rounded-md focus:outline-none transition duration-150 ease-in-out"> <!-- ☰ --> <svg id="navopen" class="block h-6 w-6" stroke="currentColor" fill="none" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path> </svg> <!-- X --> <svg id="navclose" class="hidden h-6 w-6" stroke="currentColor" fill="none" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path> </svg> </button> </div> <!-- nav dropdown --> <div class="js-nav-dropdown hidden z-50 absolute top-9 right-0 border border-gray-300 bg-white shadow-2xl text-3 w-40" id="nav-dropdown"> <a title='Home' href='//www.dawn.com' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Home </a> <a title='Latest' href='/latest-news' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Latest </a> <a title='Gaza siege' href='https://www.dawn.com/trends/gaza-invasion' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 text-red-300'> Gaza siege </a> <a title='Breathe' href='https://www.dawn.com/breathepakistan/' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 text-red-300'> Breathe </a> <a title='Pakistan' href='/pakistan' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Pakistan </a> <a title='Opinion' href='/opinion' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Opinion </a> <a title='Business' href='/business' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Business </a> <a title='Images' href='/entertainment' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Images </a> <a title='Prism' href='/prism' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Prism </a> <a title='World' href='/world' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 bg-gray-100 border-b border-gray-900 '> World </a> <a title='Sport' href='/sport' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Sport </a> <a title='Magazines' href='/magazines' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Magazines </a> <a title='Tech' href='/tech' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Tech </a> <a title='Videos' href='/videos' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Videos </a> <a title='Popular' href='/popular' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Popular </a> <a title='Archive' href='/newspaper' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Archive </a> <a title='Flood Donations' href='https://www.dawnrelief.com/' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Flood Donations </a> </div> </div> <!-- desktop nav search --> <div class="js-nav-search justify-end items-center"> <label for="search" title="Search" class="sr-only">Search</label> <div class="relative"> <form accept-charset="utf-8" class="flex items-center" method="GET" action="https://www.dawn.com/search"> <div class="cursor-pointer sm:pointer-events-none" onclick="document.querySelector('#js-mob-search').classList.toggle('hidden');"> <svg class="h-4 w-4 text-gray-400" fill="currentColor" viewBox="0 0 20 20"> <path fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8zM2 8a6 6 0 1110.89 3.476l4.817 4.817a1 1 0 01-1.414 1.414l-4.816-4.816A6 6 0 012 8z" clip-rule="evenodd"></path> </svg> </div> <input type="hidden" name="cx" value="016184311056644083324:a1i8yd7zymy"> <input type="hidden" name="cof" value="FORID:10"> <input type="hidden" name="ie" value="UTF-8"> <input class="nav-search-input border-0 w-30 text-3 font-extralight ml-0.5 px-2 leading-5 placeholder-gray-400 focus:outline-none search-query hidden sm:block" data-remember="false" placeholder="SEARCH" value="" required="" id="q" type="text" name="q" onfocus="javascript:this.classList.add('w-44');this.classList.add('md:w-64')" onblur="javascript:this.classList.remove('w-44');this.classList.remove('md:w-64')"> </form> </div> </div> </div> <!-- mobile nav search --> <div class="js-nav-search flex justify-center items-center sm:hidden mt-1"> <label for="search" title="Search" class="sr-only">Search</label> <div class="relative"> <form accept-charset="utf-8" class="flex items-center" method="GET" action="https://www.dawn.com/search"> <input type="hidden" name="cx" value="016184311056644083324:a1i8yd7zymy"> <input type="hidden" name="cof" value="FORID:10"> <input type="hidden" name="ie" value="UTF-8"> <input id="js-mob-search" class="hidden text-3 w-64 font-extralight px-2 py-1 leading-none border rounded border-gray-300 mb-1 placeholder-gray-400 focus:outline-none search-query" data-remember="false" placeholder="SEARCH" value="" required="" id="q" type="text" name="q"> </form> </div> </div> </div> </nav> </div> </div> </header> <div class="aux-content flex justify-center" style="overflow: hidden;"> <!-- advert:start div-gpt-ad-1683363187247-0 --> <div id='div-gpt-ad-1683363187247-0' class='ad__wrapper__slot px-1 py-2 mb-2' data-rendered-classes="" data-name="Dawn-Responsive-Header-Leaderboard" data-height="250px" data-width="970px" data-refresh='180'> <script>googletag.cmd.push(function() { googletag.display('div-gpt-ad-1683363187247-0'); });</script> </div> <!-- advert:end --> </div> <div id='consent-dialog' class="hidden"> <div class="fixed z-50 w-full bottom-0 overflow-hidden px-2 py-2 sm:py-4 bg-gray-500" role="dialog" aria-modal="true" aria-labelledby="modal-headline"> <div class="sm:flex sm:items-start justify-evenly"> <div class="hidden sm:flex flex-shrink-0 items-center justify-center h-16 w-16 rounded-full mt-4"> <img src="/_img/logo-white.png" class="w-20"> </div> <div class="mt-1 sm:mt-3 text-center sm:ml-4"> <h3 class="text-lg leading-6 font-medium text-white"> Subscribe to notifications </h3> <p class="text-sm leading-5 text-white mt-2"> Get the latest news and updates from Dawn </p> </div> <div class="mt-2 sm:mt-4 sm:flex sm:flex-row-reverse"> <span class="flex w-full rounded-md sm:mt-4 sm:ml-3 sm:w-auto"> <button type="button" class="inline-flex justify-center w-full rounded-md px-4 py-2 text-4 leading-4 font-normal text-white focus:outline-none"> Not Now </button> </span> <span class="mt-1 sm:mt-3 flex w-full rounded-md shadow-sm sm:w-auto"> <button data-topic="all" type="button" class="inline-flex justify-center w-full rounded-md border border-transparent px-4 py-2 bg-white text-navy-800 text-3.5 leading-4 font-normal shadow-sm focus:outline-none focus:ring"> Allow Notifications </button> </span> </div> </div> </div> </div> <div class="container"> <div class="flex flex-col sm:flex-row"> <div class="w-full max-w-screen-md overflow-hidden xl:pr-2 "> <div class="flex flex-col sm:flex-row"> <div class="sm:w-1/2 w-full sm:pr-2"> <div class="mb-4 pb-2 border-b border-gray-200"> <article class='story relative overflow-hidden box ' data-id='1902901' id='1902901' data-layout='story' data-tags=''> <!-- box/title title-bold-playfairdisplay-pb:1-text:5 --> <h2 dir='auto' data-layout='story' data-id='1902901' class='story__title text-5 font-bold font-playfair-display pb-1 '><a href='https://www.dawn.com/news/1902901/china-vows-to-fight-back-blackmail-in-response-to-trumps-further-tariffs-hike-threat' class='story__link '>China vows to fight back ‘blackmail’ in response to Trump’s further tariffs hike threat</a></h2> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-1' > <div class='media__item '><a title="China vows to fight back ‘blackmail’ in response to Trump’s further tariffs hike threat" href="https://www.dawn.com/news/1902901/china-vows-to-fight-back-blackmail-in-response-to-trumps-further-tariffs-hike-threat" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/0811522327c350d.jpg?r=115234" alt="China vows to fight back ‘blackmail’ in response to Trump’s further tariffs hike threat" title="China vows to fight back ‘blackmail’ in response to Trump’s further tariffs hike threat" /></picture></a></div> </figure> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-3 font-georgia mb-1.5'>Beijing reiterated that it sought “dialogue” with Washington and its view that there were “no winners in a trade war”. </div> <!-- box/date --><span class='story__time text-2.5 text-gray-400 font-arial uppercase text-2.5 text-gray-500 '><span class='timestamp--label'>Published</span> <span class='timestamp--time timeago' title='2025-04-08T12:08:13+05:00'><span class='timestamp__calendar'>08 Apr, 2025</span> <span class='timestamp__time'>12:08pm</span></span></span> </article><div class='text-gray-500 uppercase text-2.75 my-2'>Related</div> <nav class="pb-2 flex flex-col"> <a class='related__list__item font-merriweather pt-1 pb-2 text-gray-700 text-2.5' href='https://www.dawn.com/news/1902893/trump-dodges-question-on-reducing-israels-17-tariff-dawn-news-english'> Trump Dodges Question On Reducing Israel's 17% Tariff | Dawn News English </a> <a class='related__list__item font-merriweather pt-1 pb-2 text-gray-700 text-2.5' href='https://www.dawn.com/news/1902072/china-hits-back-at-trump-tariffs-with-own-taxes-export-curbs'> China hits back at Trump tariffs with own taxes, export curbs </a> <a class='related__list__item font-merriweather pt-1 pb-2 text-gray-700 text-2.5' href='https://www.dawn.com/news/1902780/trump-remains-defiant-as-world-markets-collapse-on-black-monday'> Trump remains defiant as world markets collapse on ‘Black Monday’ </a> </nav> </div> <div class="mb-4"> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 border-b border-gray-200 pb-4' data-id='1902899' id='1902899' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902899' class='story__title text-4.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1902899/trump-netanyahu-say-israel-working-on-fresh-gaza-hostage-deal' class='story__link '>Trump, Netanyahu say Israel working on fresh Gaza hostage deal</a></h2> <!-- box/image --> <figure class='media media--left media--fill sm:w-1/3 w-full mb-0 ' data-focus-x='55.83%' data-focus-y='49.98%'> <div class='media__item '><a title="Trump, Netanyahu say Israel working on fresh Gaza hostage deal" href="https://www.dawn.com/news/1902899/trump-netanyahu-say-israel-working-on-fresh-gaza-hostage-deal" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/081115330612497.jpg?r=112502" alt="Trump, Netanyahu say Israel working on fresh Gaza hostage deal" title="Trump, Netanyahu say Israel working on fresh Gaza hostage deal" /></picture></a></div> </figure> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-3.5 font-georgia '>Reiterates plan to remove Palestinians, saying US "owning Gaza Strip would be a good thing"; leaders discuss tariffs. </div> <!-- box/date --><span class='story__time text-2.5 text-gray-500 uppercase font-arial '><span class='timestamp--label'>Updated</span> <span class='timestamp--time timeago' title='2025-04-08T11:48:45+05:00'><span class='timestamp__calendar'>08 Apr, 2025</span> <span class='timestamp__time'>11:48am</span></span></span> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 border-b border-gray-200 pb-4' data-id='1902931' id='1902931' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902931' class='story__title text-4.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1902931/afghan-taliban-govt-calls-upon-un-to-ensure-dignified-return-of-refugees' class='story__link '>Afghan Taliban govt calls upon UN to ensure ‘dignified return’ of refugees</a></h2> <!-- box/image --> <figure class='media media--left media--fill sm:w-1/3 w-full mb-0 ' > <div class='media__item '><a title="Afghan Taliban govt calls upon UN to ensure ‘dignified return’ of refugees" href="https://www.dawn.com/news/1902931/afghan-taliban-govt-calls-upon-un-to-ensure-dignified-return-of-refugees" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/0817300892f5d48.jpg?r=173053" alt="Afghan Taliban govt calls upon UN to ensure ‘dignified return’ of refugees" title="Afghan Taliban govt calls upon UN to ensure ‘dignified return’ of refugees" /></picture></a></div> </figure> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-3.5 font-georgia '>Calls political parties and influential figures in Pakistan to "uphold their neighborly responsibilities in this matter." </div> <!-- box/date --><span class='story__time text-2.5 text-gray-500 uppercase font-arial '><span class='timestamp--label'>Published</span> <span class='timestamp--time timeago' title='2025-04-08T18:11:14+05:00'><span class='timestamp__calendar'>08 Apr, 2025</span> <span class='timestamp__time'>06:11pm</span></span></span> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 border-b border-gray-200 pb-4' data-id='1857107' id='1857107' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1857107' class='story__title text-4.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/live/gaza-invasion' class='story__link '>Former Israeli PM accuses Netanyahu of giving extremist settlers’ cover as Gaza death toll reaches 50,810</a></h2> <!-- box/image --> <figure class='media media--left media--fill sm:w-1/3 w-full mb-0 ' > <div class='media__item '><a title="Former Israeli PM accuses Netanyahu of giving extremist settlers’ cover as Gaza death toll reaches 50,810" href="https://www.dawn.com/live/gaza-invasion" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/0817454556522ec.jpg?r=174611" alt="Former Israeli PM accuses Netanyahu of giving extremist settlers’ cover as Gaza death toll reaches 50,810" title="Former Israeli PM accuses Netanyahu of giving extremist settlers’ cover as Gaza death toll reaches 50,810" /></picture></a></div> </figure> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-3.5 font-georgia '>Palestinian foreign ministry accuses Israel of blocking $1.8bn in tax revenue; at least 115,688 people have been injured since October 7, 2023. </div> <!-- box/date --><span class='story__time text-2.5 text-gray-500 uppercase font-arial '><span class='timestamp--label'>Updated</span> <span class='timestamp--time timeago' title='2025-04-08T17:47:28+05:00'><span class='timestamp__calendar'>08 Apr, 2025</span> <span class='timestamp__time'>05:47pm</span></span></span> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 border-b border-gray-200 pb-4' data-id='1902817' id='1902817' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902817' class='story__title text-4.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1902817/bangladesh-says-us-buyers-halting-orders' class='story__link '>Bangladesh says US buyers halting orders </a></h2> <!-- box/image --> <figure class='media media--left media--fill sm:w-1/3 w-full mb-0 ' > <div class='media__item '><a title="Bangladesh says US buyers halting orders" href="https://www.dawn.com/news/1902817/bangladesh-says-us-buyers-halting-orders" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/08095722da19692.jpg?r=095802" alt="Bangladesh says US buyers halting orders" title="Bangladesh says US buyers halting orders" /></picture></a></div> </figure> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-3.5 font-georgia '>Textile and garment production accounts for about 80pc of exports in Bangladesh. </div> <!-- box/date --><span class='story__time text-2.5 text-gray-500 uppercase font-arial '><span class='timestamp--label'>Updated</span> <span class='timestamp--time timeago' title='2025-04-08T09:58:02+05:00'><span class='timestamp__calendar'>08 Apr, 2025</span> <span class='timestamp__time'>09:58am</span></span></span> </article> <!-- - - - /article - - - --> </div> </div> <div class="sm:w-1/2 w-full sm:pl-2"> <div class="picks mb-4"> <div class='slideshow slideshow--main ' data-slick='{"dots":true,"arrows":true,"dotsClass":"slideshow__pager ","asNavFor":null,"cssEase":"ease","speed":250,"autoplaySpeed":4000,"slidesToScroll":1,"slidesToShow":1,"fade":false,"autoplay":true,"infinite":true,"responsive": [{"breakpoint": 767,"settings": {"slidesToShow": 1,"slidesToScroll": 1}},{"breakpoint": 575,"settings": {"slidesToShow": 1,"slidesToScroll": 1}}]}'> <div class='slideshow__slide slideshow__slide--first slideshow__slide--horizontal lg:w-full md:w-full w-full' style=''> <!-- - - - article - - - --> <article class='story relative overflow-hidden box ' data-id='1902562' id='1902562' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' > <div class='media__item '><a title="US isolating itself in global trade" href="https://www.dawn.com/news/1902562/us-isolating-itself-in-global-trade" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/67f31d1ff07dc.gif" alt="US isolating itself in global trade" title="US isolating itself in global trade" /></picture></a></div> </figure> <!-- box/title merriweather-bold-text:4.5-px:0-p:sm:2 --> <h2 dir='auto' data-layout='story' data-id='1902562' class='story__title text-4.5 font-bold font-merriweather bt-white text-black border-b border-gray-200 titleClasses px-0 sm:p-2 '><a href='https://www.dawn.com/news/1902562/us-isolating-itself-in-global-trade' class='story__link '>US isolating itself in global trade </a></h2> </article> <!-- - - - /article - - - --> </div> <div class='slideshow__slide slideshow__slide--horizontal lg:w-full md:w-full w-full' style=''> <!-- - - - article - - - --> <article class='story relative overflow-hidden box ' data-id='1902904' id='1902904' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' > <div class='media__item '><a title="Biotech company brings back formerly extinct dire wolf" href="https://www.dawn.com/news/1902904/biotech-company-brings-back-formerly-extinct-dire-wolf" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/08124434df3977f.jpg?r=151740" alt="Biotech company brings back formerly extinct dire wolf" title="Biotech company brings back formerly extinct dire wolf" /></picture></a></div> </figure> <!-- box/title merriweather-bold-text:4.5-px:0-p:sm:2 --> <h2 dir='auto' data-layout='story' data-id='1902904' class='story__title text-4.5 font-bold font-merriweather bt-white text-black border-b border-gray-200 titleClasses px-0 sm:p-2 '><a href='https://www.dawn.com/news/1902904/biotech-company-brings-back-formerly-extinct-dire-wolf' class='story__link '>Biotech company brings back formerly extinct dire wolf</a></h2> </article> <!-- - - - /article - - - --> </div> <div class='slideshow__slide slideshow__slide--horizontal lg:w-full md:w-full w-full' style=''> <!-- - - - article - - - --> <article class='story relative overflow-hidden box ' data-id='1902558' id='1902558' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' > <div class='media__item '><a title="‘Hands Off!’ Anti-Trump Americans flood Washington" href="https://www.dawn.com/news/1902558/hands-off-anti-trump-americans-flood-washington" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/67f31bab565d2.gif?r=104337" alt="‘Hands Off!’ Anti-Trump Americans flood Washington" title="‘Hands Off!’ Anti-Trump Americans flood Washington" /></picture></a></div> </figure> <!-- box/title merriweather-bold-text:4.5-px:0-p:sm:2 --> <h2 dir='auto' data-layout='story' data-id='1902558' class='story__title text-4.5 font-bold font-merriweather bt-white text-black border-b border-gray-200 titleClasses px-0 sm:p-2 '><a href='https://www.dawn.com/news/1902558/hands-off-anti-trump-americans-flood-washington' class='story__link '>‘Hands Off!’ Anti-Trump Americans flood Washington </a></h2> </article> <!-- - - - /article - - - --> </div> </div> </div> <div class="mb-4 pt-2 border-b border-gray-200"> <h2 id='highlights' dir='auto' class='badge inline-flex text-2.5 uppercase text-white bg-blue-500 py-0.5 px-1 mb-2 align-middle'>Highlights</h2> <div class='sm:grid sm:grid-cols-2 sm:gap-2 mt-2 slideshow--list '> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2 pb-2 active' data-id='1902922' id='1902922' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' > <div class='media__item '><a title="‘I hope we see better days’: Mawra Hocane on animosity towards Fawad Khan’s Abir Gulaal in India" href="https://images.dawn.com/news/1193477/i-hope-we-see-better-days-mawra-hocane-on-animosity-towards-fawad-khans-abir-gulaal-in-india" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/081516407acf704.png?r=151649" alt="‘I hope we see better days’: Mawra Hocane on animosity towards Fawad Khan’s Abir Gulaal in India" title="‘I hope we see better days’: Mawra Hocane on animosity towards Fawad Khan’s Abir Gulaal in India" /></picture></a></div> </figure> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:3.5 --> <h2 dir='auto' data-layout='story' data-id='1902922' class='story__title text-3.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://images.dawn.com/news/1193477/i-hope-we-see-better-days-mawra-hocane-on-animosity-towards-fawad-khans-abir-gulaal-in-india' class='story__link '>‘I hope we see better days’: Mawra Hocane on animosity towards Fawad Khan’s Abir Gulaal in India</a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2 pb-2 ' data-id='1902676' id='1902676' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' > <div class='media__item '><a title="Artists are attempting to battle AI — with limited success" href="https://images.dawn.com/news/1193474/artists-are-attempting-to-battle-ai-with-limited-success" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/071139167f29d03.png?r=113923" alt="Artists are attempting to battle AI — with limited success" title="Artists are attempting to battle AI — with limited success" /></picture></a></div> </figure> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:3.5 --> <h2 dir='auto' data-layout='story' data-id='1902676' class='story__title text-3.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://images.dawn.com/news/1193474/artists-are-attempting-to-battle-ai-with-limited-success' class='story__link '>Artists are attempting to battle AI — with limited success</a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2 pb-2 ' data-id='1902897' id='1902897' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' > <div class='media__item '><a title="1976 film Taxi Driver writer Paul Schrader accused of sexual assault" href="https://images.dawn.com/news/1193476/1976-film-taxi-driver-writer-paul-schrader-accused-of-sexual-assault" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/08110827666cb17.png?r=110928" alt="1976 film Taxi Driver writer Paul Schrader accused of sexual assault" title="1976 film Taxi Driver writer Paul Schrader accused of sexual assault" /></picture></a></div> </figure> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:3.5 --> <h2 dir='auto' data-layout='story' data-id='1902897' class='story__title text-3.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://images.dawn.com/news/1193476/1976-film-taxi-driver-writer-paul-schrader-accused-of-sexual-assault' class='story__link '>1976 film Taxi Driver writer Paul Schrader accused of sexual assault</a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2 pb-2 ' data-id='1902255' id='1902255' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' > <div class='media__item '><a title="British actor Russell Brand charged with rape, sexual assault" href="https://images.dawn.com/news/1193469/british-actor-russell-brand-charged-with-rape-sexual-assault" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/051036178ff4c6c.png?r=103625" alt="British actor Russell Brand charged with rape, sexual assault" title="British actor Russell Brand charged with rape, sexual assault" /></picture></a></div> </figure> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:3.5 --> <h2 dir='auto' data-layout='story' data-id='1902255' class='story__title text-3.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://images.dawn.com/news/1193469/british-actor-russell-brand-charged-with-rape-sexual-assault' class='story__link '>British actor Russell Brand charged with rape, sexual assault</a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2 pb-2 ' data-id='1902666' id='1902666' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' > <div class='media__item '><a title="Hundreds rally in LA to bring film and TV production back to Hollywood" href="https://images.dawn.com/news/1193473/hundreds-rally-to-bring-film-and-tv-production-back-to-hollywood" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/071042251efdd16.png?r=104233" alt="Hundreds rally in LA to bring film and TV production back to Hollywood" title="Hundreds rally in LA to bring film and TV production back to Hollywood" /></picture></a></div> </figure> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:3.5 --> <h2 dir='auto' data-layout='story' data-id='1902666' class='story__title text-3.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://images.dawn.com/news/1193473/hundreds-rally-to-bring-film-and-tv-production-back-to-hollywood' class='story__link '>Hundreds rally in LA to bring film and TV production back to Hollywood</a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2 pb-2 ' data-id='1902263' id='1902263' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' > <div class='media__item '><a title="Review: Deli Boys isn’t a family-friendly comedy — it’s so much better" href="https://images.dawn.com/news/1193382/review-deli-boys-isnt-a-family-friendly-comedy-its-so-much-better" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/05124108f4771ef.jpg?r=124138" alt="Review: Deli Boys isn’t a family-friendly comedy — it’s so much better" title="Review: Deli Boys isn’t a family-friendly comedy — it’s so much better" /></picture></a></div> </figure> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:3.5 --> <h2 dir='auto' data-layout='story' data-id='1902263' class='story__title text-3.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://images.dawn.com/news/1193382/review-deli-boys-isnt-a-family-friendly-comedy-its-so-much-better' class='story__link '>Review: Deli Boys isn’t a family-friendly comedy — it’s so much better</a></h2> </article> <!-- - - - /article - - - --> </div> </div> </div> </div> <div class="flex justify-center py-4 mb-4"> <!-- advert:start div-gpt-ad-1693559881661-0 --> <div id='div-gpt-ad-1693559881661-0' class='ad__wrapper__slot ' data-rendered-classes="" data-name="Dawn-Responsive-Middle-Leaderboard" data-height="90px" data-width="728px" > <script>googletag.cmd.push(function() { googletag.display('div-gpt-ad-1693559881661-0'); });</script> </div> <!-- advert:end --> </div> <div class="flex flex-col sm:flex-row"> <div class="sm:w-1/2 w-full sm:pr-2"> <div class="mb-4"> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 border-b border-gray-200 pb-4' data-id='1902894' id='1902894' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902894' class='story__title text-4.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1902894/un-peacekeeping-pakistan-urges-integration-of-advanced-technologies-to-boost-effectiveness' class='story__link '>UN peacekeeping: Pakistan urges integration of advanced technologies to boost effectiveness</a></h2> <!-- box/image --> <figure class='media media--left sm:w-1/3 w-full mb-0 ' > <div class='media__item '><a title="UN peacekeeping: Pakistan urges integration of advanced technologies to boost effectiveness" href="https://www.dawn.com/news/1902894/un-peacekeeping-pakistan-urges-integration-of-advanced-technologies-to-boost-effectiveness" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/0811050728df5d9.png?r=112131" alt="UN peacekeeping: Pakistan urges integration of advanced technologies to boost effectiveness" title="UN peacekeeping: Pakistan urges integration of advanced technologies to boost effectiveness" /></picture></a></div> </figure> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-3.5 font-georgia '>“Advances in sensing technologies can dramatically enhance ceasefire monitoring at lower costs,” say Ambassador Asim. </div> <!-- box/date --><span class='story__time text-2.5 text-gray-500 uppercase font-arial '><span class='timestamp--label'>Published</span> <span class='timestamp--time timeago' title='2025-04-08T11:21:31+05:00'><span class='timestamp__calendar'>08 Apr, 2025</span> <span class='timestamp__time'>11:21am</span></span></span> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 border-b border-gray-200 pb-4' data-id='1902809' id='1902809' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902809' class='story__title text-4.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1902809/us-iran-to-begin-direct-talks-over-nuclear-plan-on-april-12' class='story__link '>US, Iran to begin direct talks over nuclear plan on April 12</a></h2> <!-- box/image --> <figure class='media media--left media--fill sm:w-1/3 w-full mb-0 ' > <div class='media__item '><a title="US, Iran to begin direct talks over nuclear plan on April 12" href="https://www.dawn.com/news/1902809/us-iran-to-begin-direct-talks-over-nuclear-plan-on-april-12" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/08100913d8a4819.jpg?r=101038" alt="US, Iran to begin direct talks over nuclear plan on April 12" title="US, Iran to begin direct talks over nuclear plan on April 12" /></picture></a></div> </figure> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-3.5 font-georgia '>Warnings by Trump of military action against Iran has jangled already tense nerves across the Middle East. </div> <!-- box/date --><span class='story__time text-2.5 text-gray-500 uppercase font-arial '><span class='timestamp--label'>Updated</span> <span class='timestamp--time timeago' title='2025-04-08T11:08:08+05:00'><span class='timestamp__calendar'>08 Apr, 2025</span> <span class='timestamp__time'>11:08am</span></span></span> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 border-b border-gray-200 pb-4' data-id='1902812' id='1902812' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902812' class='story__title text-4.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1902812/israeli-troops-shot-gaza-crew-with-intent-to-kill-red-crescent-says' class='story__link '>Israeli troops shot Gaza crew ‘with intent to kill’, Red Crescent says </a></h2> <!-- box/image --> <figure class='media media--left media--fill sm:w-1/3 w-full mb-0 ' > <div class='media__item '><a title="Israeli troops shot Gaza crew ‘with intent to kill’, Red Crescent says" href="https://www.dawn.com/news/1902812/israeli-troops-shot-gaza-crew-with-intent-to-kill-red-crescent-says" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/081018306cde036.jpg?r=101857" alt="Israeli troops shot Gaza crew ‘with intent to kill’, Red Crescent says" title="Israeli troops shot Gaza crew ‘with intent to kill’, Red Crescent says" /></picture></a></div> </figure> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-3.5 font-georgia '>Israeli army chief orders a more in-depth investigation into the attack. </div> <!-- box/date --><span class='story__time text-2.5 text-gray-500 uppercase font-arial '><span class='timestamp--label'>Published</span> <span class='timestamp--time timeago' title='2025-04-08T08:01:39+05:00'><span class='timestamp__calendar'>08 Apr, 2025</span> <span class='timestamp__time'>08:01am</span></span></span> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 border-b border-gray-200 pb-4' data-id='1902814' id='1902814' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902814' class='story__title text-4.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1902814/gas-leak-kills-seven-people-in-iran' class='story__link '>Gas leak kills seven people in Iran </a></h2> <!-- box/image --> <figure class='media media--left media--fill sm:w-1/3 w-full mb-0 ' > <div class='media__item '><a title="Gas leak kills seven people in Iran" href="https://www.dawn.com/news/1902814/gas-leak-kills-seven-people-in-iran" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/08102203edc811e.jpg?r=102256" alt="Gas leak kills seven people in Iran" title="Gas leak kills seven people in Iran" /></picture></a></div> </figure> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-3.5 font-georgia '>Bodies of seven people have been retrieved from the mine, news agency say. </div> <!-- box/date --><span class='story__time text-2.5 text-gray-500 uppercase font-arial '><span class='timestamp--label'>Updated</span> <span class='timestamp--time timeago' title='2025-04-08T10:22:56+05:00'><span class='timestamp__calendar'>08 Apr, 2025</span> <span class='timestamp__time'>10:22am</span></span></span> </article> <!-- - - - /article - - - --> </div> <div class='flex justify-center py-4 mb-4'> <!-- advert:start div-gpt-ad-1683363763562-0 --> <div id='div-gpt-ad-1683363763562-0' class='ad__wrapper__slot ' data-rendered-classes="" data-name="Dawn-Responsive-BTF-MREC" data-height="250px" data-width="300px" > <script>googletag.cmd.push(function() { googletag.display('div-gpt-ad-1683363763562-0'); });</script> </div> <!-- advert:end --> </div> <div class="mb-4"> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 border-b border-gray-200 pb-4' data-id='1902810' id='1902810' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902810' class='story__title text-4.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1902810/france-egypt-jordan-say-palestinian-authority-must-head-gaza-after-normalisation' class='story__link '>France, Egypt, Jordan say Palestinian Authority must head Gaza after normalisation </a></h2> <!-- box/image --> <figure class='media media--left media--fill sm:w-1/3 w-full mb-0 ' > <div class='media__item '><a title="France, Egypt, Jordan say Palestinian Authority must head Gaza after normalisation" href="https://www.dawn.com/news/1902810/france-egypt-jordan-say-palestinian-authority-must-head-gaza-after-normalisation" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/67f460cabec2b.gif" alt="France, Egypt, Jordan say Palestinian Authority must head Gaza after normalisation" title="France, Egypt, Jordan say Palestinian Authority must head Gaza after normalisation" /></picture></a></div> </figure> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-3.5 font-georgia '>Macron supports Israeli stance of no Hamas role once "war" is over. </div> <!-- box/date --><span class='story__time text-2.5 text-gray-500 uppercase font-arial '><span class='timestamp--label'>Published</span> <span class='timestamp--time timeago' title='2025-04-08T08:01:39+05:00'><span class='timestamp__calendar'>08 Apr, 2025</span> <span class='timestamp__time'>08:01am</span></span></span> </article> <!-- - - - /article - - - --> </div> </div> <div class="sm:w-1/2 w-full sm:pl-2"> <div class="mb-4"> <h2 id='south-asia' dir='auto' class='badge inline-flex text-2.5 uppercase text-white bg-blue-500 py-0.5 px-1 mb-2 align-middle'><a title="South Asia" href='/world/south-asia' class=' text-2.5 uppercase text-white '>South Asia</a></h2> <div class='sm:grid sm:grid-cols-2 sm:gap-2 mt-2 slideshow--list '> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2 pb-2 active' data-id='1902674' id='1902674' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' > <div class='media__item '><a title="India sees no hit to projected growth from US tariffs; economists remain sceptical" href="https://www.dawn.com/news/1902674/india-sees-no-hit-to-projected-growth-from-us-tariffs-economists-remain-sceptical" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/0711324279bfe72.jpg?r=113348" alt="India sees no hit to projected growth from US tariffs; economists remain sceptical" title="India sees no hit to projected growth from US tariffs; economists remain sceptical" /></picture></a></div> </figure> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:3.5 --> <h2 dir='auto' data-layout='story' data-id='1902674' class='story__title text-3.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1902674/india-sees-no-hit-to-projected-growth-from-us-tariffs-economists-remain-sceptical' class='story__link '>India sees no hit to projected growth from US tariffs; economists remain sceptical</a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2 pb-2 ' data-id='1902258' id='1902258' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' > <div class='media__item '><a title="India’s Modi clinches defence, energy deals in Sri Lanka" href="https://www.dawn.com/news/1902258/indias-modi-clinches-defence-energy-deals-in-sri-lanka" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/05113912557a493.jpg?r=120415" alt="India’s Modi clinches defence, energy deals in Sri Lanka" title="India’s Modi clinches defence, energy deals in Sri Lanka" /></picture></a></div> </figure> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:3.5 --> <h2 dir='auto' data-layout='story' data-id='1902258' class='story__title text-3.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1902258/indias-modi-clinches-defence-energy-deals-in-sri-lanka' class='story__link '>India’s Modi clinches defence, energy deals in Sri Lanka</a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2 pb-2 ' data-id='1902293' id='1902293' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' > <div class='media__item '><a title="Leading garment producer Bangladesh holds crisis talks on US tariffs" href="https://www.dawn.com/news/1902293/leading-garment-producer-bangladesh-holds-crisis-talks-on-us-tariffs" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/05192055d8e4607.jpg?r=193509" alt="Leading garment producer Bangladesh holds crisis talks on US tariffs" title="Leading garment producer Bangladesh holds crisis talks on US tariffs" /></picture></a></div> </figure> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:3.5 --> <h2 dir='auto' data-layout='story' data-id='1902293' class='story__title text-3.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1902293/leading-garment-producer-bangladesh-holds-crisis-talks-on-us-tariffs' class='story__link '>Leading garment producer Bangladesh holds crisis talks on US tariffs</a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2 pb-2 ' data-id='1902201' id='1902201' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' > <div class='media__item '><a title="Modi, Yunus discuss Dhaka’s request for Hasina’s extradition at summit" href="https://www.dawn.com/news/1902201/modi-yunus-discuss-dhakas-request-for-hasinas-extradition-at-summit" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/05091456bf1203a.jpg?r=091646" alt="Modi, Yunus discuss Dhaka’s request for Hasina’s extradition at summit" title="Modi, Yunus discuss Dhaka’s request for Hasina’s extradition at summit" /></picture></a></div> </figure> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:3.5 --> <h2 dir='auto' data-layout='story' data-id='1902201' class='story__title text-3.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1902201/modi-yunus-discuss-dhakas-request-for-hasinas-extradition-at-summit' class='story__link '>Modi, Yunus discuss Dhaka’s request for Hasina’s extradition at summit </a></h2> </article> <!-- - - - /article - - - --> </div> </div> </div> </div> <div class="flex flex-col sm:flex-row"> <div class="w-full"> <div class="my-4"> <h2 id='middle-east' dir='auto' class='badge inline-flex text-2.5 uppercase text-white bg-blue-500 py-0.5 px-1 mb-2 align-middle'>Middle East</h2> <div class='sm:grid sm:grid-cols-4 sm:gap-2 mt-2 slideshow--list '> <!-- - - - article - - - --> <article class='story relative overflow-hidden box pb-2 active' data-id='1902899' id='1902899' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' data-focus-x='55.83%' data-focus-y='49.98%'> <div class='media__item '><a title="Trump, Netanyahu say Israel working on fresh Gaza hostage deal" href="https://www.dawn.com/news/1902899/trump-netanyahu-say-israel-working-on-fresh-gaza-hostage-deal" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/081115330612497.jpg?r=112502" alt="Trump, Netanyahu say Israel working on fresh Gaza hostage deal" title="Trump, Netanyahu say Israel working on fresh Gaza hostage deal" /></picture></a></div> </figure> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:3.5 --> <h2 dir='auto' data-layout='story' data-id='1902899' class='story__title text-3.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1902899/trump-netanyahu-say-israel-working-on-fresh-gaza-hostage-deal' class='story__link '>Trump, Netanyahu say Israel working on fresh Gaza hostage deal</a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box pb-2 ' data-id='1902812' id='1902812' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' > <div class='media__item '><a title="Israeli troops shot Gaza crew ‘with intent to kill’, Red Crescent says" href="https://www.dawn.com/news/1902812/israeli-troops-shot-gaza-crew-with-intent-to-kill-red-crescent-says" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/081018306cde036.jpg?r=101857" alt="Israeli troops shot Gaza crew ‘with intent to kill’, Red Crescent says" title="Israeli troops shot Gaza crew ‘with intent to kill’, Red Crescent says" /></picture></a></div> </figure> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:3.5 --> <h2 dir='auto' data-layout='story' data-id='1902812' class='story__title text-3.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1902812/israeli-troops-shot-gaza-crew-with-intent-to-kill-red-crescent-says' class='story__link '>Israeli troops shot Gaza crew ‘with intent to kill’, Red Crescent says </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box pb-2 ' data-id='1902809' id='1902809' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' > <div class='media__item '><a title="US, Iran to begin direct talks over nuclear plan on April 12" href="https://www.dawn.com/news/1902809/us-iran-to-begin-direct-talks-over-nuclear-plan-on-april-12" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/08100913d8a4819.jpg?r=101038" alt="US, Iran to begin direct talks over nuclear plan on April 12" title="US, Iran to begin direct talks over nuclear plan on April 12" /></picture></a></div> </figure> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:3.5 --> <h2 dir='auto' data-layout='story' data-id='1902809' class='story__title text-3.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1902809/us-iran-to-begin-direct-talks-over-nuclear-plan-on-april-12' class='story__link '>US, Iran to begin direct talks over nuclear plan on April 12</a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box pb-2 ' data-id='1902707' id='1902707' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' data-focus-x='48.33%' data-focus-y='64.19%'> <div class='media__item '><a title="Pro-Iran militias in Iraq ready to disarm to avert Trump wrath" href="https://www.dawn.com/news/1902707/pro-iran-militias-in-iraq-ready-to-disarm-to-avert-trump-wrath" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/07165659ec6b9c8.jpg?r=170207" alt="Pro-Iran militias in Iraq ready to disarm to avert Trump wrath" title="Pro-Iran militias in Iraq ready to disarm to avert Trump wrath" /></picture></a></div> </figure> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:3.5 --> <h2 dir='auto' data-layout='story' data-id='1902707' class='story__title text-3.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1902707/pro-iran-militias-in-iraq-ready-to-disarm-to-avert-trump-wrath' class='story__link '>Pro-Iran militias in Iraq ready to disarm to avert Trump wrath</a></h2> </article> <!-- - - - /article - - - --> </div> </div> </div> </div> <div class="flex flex-col border-b border-t pt-10 my-10"> <div class="w-full mb-12"> <h2 id='newspaper' dir='auto' class='badge inline-flex text-2.5 uppercase text-white bg-blue-500 text-white py-0.5 px-1 mb-2 align-middle'>Newspaper</h2> <div class='sm:grid sm:grid-cols-4 sm:gap-2 mt-2 slideshow--list '> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 active' data-id='1902821' id='1902821' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902821' class='story__title '><a href='https://www.dawn.com/news/1902821/japans-emperor-visits-wwii-battleground-iwo-jima' class='story__link '>Japan’s emperor visits WWII battleground Iwo Jima </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902820' id='1902820' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902820' class='story__title '><a href='https://www.dawn.com/news/1902820/russia-wants-answers-before-ukraine-truce' class='story__link '>Russia wants ‘answers’ before Ukraine truce </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902819' id='1902819' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902819' class='story__title '><a href='https://www.dawn.com/news/1902819/trump-asks-sc-to-pause-order-on-deportation' class='story__link '>Trump asks SC to pause order on deportation </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902818' id='1902818' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902818' class='story__title '><a href='https://www.dawn.com/news/1902818/five-nato-countries-move-to-use-landmines-appals-experts' class='story__link '>Five Nato countries’ move to use landmines appals experts </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902817' id='1902817' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902817' class='story__title '><a href='https://www.dawn.com/news/1902817/bangladesh-says-us-buyers-halting-orders' class='story__link '>Bangladesh says US buyers halting orders </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902816' id='1902816' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902816' class='story__title '><a href='https://www.dawn.com/news/1902816/germany-no-longer-top-eu-nation-for-asylum-requests' class='story__link '>Germany no longer top EU nation for asylum requests </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902815' id='1902815' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902815' class='story__title '><a href='https://www.dawn.com/news/1902815/microplastic-pollution-in-europes-great-rivers-alarms-scientists' class='story__link '>Microplastic pollution in Europe’s great rivers alarms scientists </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902814' id='1902814' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902814' class='story__title '><a href='https://www.dawn.com/news/1902814/gas-leak-kills-seven-people-in-iran' class='story__link '>Gas leak kills seven people in Iran </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902813' id='1902813' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902813' class='story__title '><a href='https://www.dawn.com/news/1902813/us-court-allows-doge-to-access-sensitive-data' class='story__link '>US court allows DOGE to access sensitive data </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902812' id='1902812' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902812' class='story__title '><a href='https://www.dawn.com/news/1902812/israeli-troops-shot-gaza-crew-with-intent-to-kill-red-crescent-says' class='story__link '>Israeli troops shot Gaza crew ‘with intent to kill’, Red Crescent says </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902811' id='1902811' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902811' class='story__title '><a href='https://www.dawn.com/news/1902811/uae-fm-presses-palestinian-cause-during-rare-meeting-with-israeli-counterpart' class='story__link '>UAE FM presses Palestinian cause during rare meeting with Israeli counterpart </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902810' id='1902810' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902810' class='story__title '><a href='https://www.dawn.com/news/1902810/france-egypt-jordan-say-palestinian-authority-must-head-gaza-after-normalisation' class='story__link '>France, Egypt, Jordan say Palestinian Authority must head Gaza after normalisation </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902809' id='1902809' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902809' class='story__title '><a href='https://www.dawn.com/news/1902809/us-iran-to-begin-direct-talks-over-nuclear-plan-on-april-12' class='story__link '>US, Iran to begin direct talks over nuclear plan on April 12</a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902565' id='1902565' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902565' class='story__title '><a href='https://www.dawn.com/news/1902565/modi-praises-close-sri-lanka-ties-at-holy-tree' class='story__link '>Modi praises close Sri Lanka ties at holy tree </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902564' id='1902564' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902564' class='story__title '><a href='https://www.dawn.com/news/1902564/exchange-of-animals-a-distinctive-genre-of-soft-power' class='story__link '>Exchange of animals: a distinctive genre of soft power </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902563' id='1902563' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902563' class='story__title '><a href='https://www.dawn.com/news/1902563/impeachment-week-in-seoul-ends-with-chaos-free-protests' class='story__link '>Impeachment week in Seoul ends with chaos-free protests</a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902562' id='1902562' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902562' class='story__title '><a href='https://www.dawn.com/news/1902562/us-isolating-itself-in-global-trade' class='story__link '>US isolating itself in global trade </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902561' id='1902561' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902561' class='story__title '><a href='https://www.dawn.com/news/1902561/uk-finds-russian-nuke-sensors-around-the-country' class='story__link '>UK finds Russian nuke sensors around the country </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902560' id='1902560' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902560' class='story__title '><a href='https://www.dawn.com/news/1902560/bangladesh-grants-musk-licence-for-starlink-rollout' class='story__link '>Bangladesh grants Musk licence for Starlink rollout </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902559' id='1902559' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902559' class='story__title '><a href='https://www.dawn.com/news/1902559/le-pen-slams-witch-hunt-at-paris-rally' class='story__link '>Le Pen slams ‘witch-hunt’ at Paris rally</a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902558' id='1902558' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902558' class='story__title '><a href='https://www.dawn.com/news/1902558/hands-off-anti-trump-americans-flood-washington' class='story__link '>‘Hands Off!’ Anti-Trump Americans flood Washington </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902557' id='1902557' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902557' class='story__title '><a href='https://www.dawn.com/news/1902557/pope-surprises-crowd-at-vatican' class='story__link '>Pope surprises crowd at Vatican </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902556' id='1902556' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902556' class='story__title '><a href='https://www.dawn.com/news/1902556/iran-warns-regional-nations-of-retaliation-in-case-of-us-strikes' class='story__link '>Iran warns regional nations of retaliation in case of US strikes </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902415' id='1902415' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902415' class='story__title '><a href='https://www.dawn.com/news/1902415/philippines-alarmed-over-arrest-of-three-spies' class='story__link '>Philippines alarmed over arrest of three ‘spies’ </a></h2> </article> <!-- - - - /article - - - --> </div> </div> </div> <div class="flex flex-col mx-auto w-75"> <div class="flex datepicker"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29.237 29.237" class="mr-1" width='30' height='30'> <g fill="#010002"> <path d="M7.685 24.819h.595v-2.131h3.688v2.131h.596v-2.131h3.862v2.131h.597v-2.131h4.109v2.131h.595v-2.131h3.417v-.594h-3.417v-3.861h3.417v-.596h-3.417v-3.519h3.417v-.594h-3.417v-2.377h-.595v2.377h-4.109v-2.377h-.597v2.377h-3.862v-2.377h-.596v2.377H8.279v-2.377h-.594v2.377H3.747v.594h3.938v3.519H3.747v.596h3.938v3.861H3.747v.594h3.938v2.131zm4.878-2.725v-3.861h3.862v3.861h-3.862zm8.569 0h-4.109v-3.861h4.109v3.861zm0-7.976v3.519h-4.109v-3.519h4.109zm-4.706 0v3.519h-3.862v-3.519h3.862zm-8.147 0h3.688v3.519H8.279v-3.519zm0 4.115h3.688v3.861H8.279v-3.861z" /> <path d="M29.207 2.504l-4.129.004-.603.002v2.448a1.19 1.19 0 01-1.188 1.187h-1.388a1.189 1.189 0 01-1.188-1.187V2.514l-1.583.002v2.442c0 .653-.535 1.187-1.191 1.187h-1.388a1.19 1.19 0 01-1.188-1.187V2.517l-1.682.004v2.438a1.19 1.19 0 01-1.189 1.187h-1.389a1.19 1.19 0 01-1.188-1.187V2.525H8.181v2.434a1.19 1.19 0 01-1.188 1.187H5.605a1.19 1.19 0 01-1.189-1.187V2.53L0 2.534v26.153h27.15l2.087-.006-.03-26.177zM27.15 26.606H2.09V9.897h25.06v16.709z" /> <path d="M5.605 5.303h1.388a.297.297 0 00.296-.297V.846a.296.296 0 00-.296-.297H5.605a.297.297 0 00-.298.297v4.16c0 .164.133.297.298.297zM11.101 5.303h1.389a.297.297 0 00.297-.297V.846a.298.298 0 00-.298-.297H11.1a.296.296 0 00-.296.297v4.16a.298.298 0 00.297.297zM16.549 5.303h1.388a.297.297 0 00.299-.297V.846a.297.297 0 00-.299-.297h-1.388a.296.296 0 00-.297.297v4.16c0 .164.133.297.297.297zM21.899 5.303h1.388a.296.296 0 00.296-.297V.846a.296.296 0 00-.296-.297h-1.388a.296.296 0 00-.297.297v4.16a.298.298 0 00.297.297z" /> </g> </svg> <input class="text-3 sm:text-4 w-full p-0.5 leading-none" placeholder="Tuesday, April 8, 2025" autocomplete="off" data-calendar-open id="datepicker" type="text" name="datepicker"> </div> </div> </div> <aside class="w-80 flex-shrink-0 hidden xl:block font-merriweather pl-4 pb-4 border-l border-gray-200"> <div class=""> <!-- advert:start div-gpt-ad-1683363860950-0 --> <div id='div-gpt-ad-1683363860950-0' class='ad__wrapper__slot ' data-rendered-classes="" data-name="Dawn-Responsive-SKY-MREC" data-height="600px" data-width="300px" > <script>googletag.cmd.push(function() { googletag.display('div-gpt-ad-1683363860950-0'); });</script> </div> <!-- advert:end --> </div> <div class="overflow-hidden mb-4 pb-4 border-b border-gray-300 px-1"> <div class="w-full"> <img src="https://i.dawn.com/primary/2021/01/600147aa0fd21.png" class="mb-4" pinger-seen="true" alt="China Daily Logo"> <div class="divide-y divide-200"> <!-- - - - article - - - --> <article class='story relative overflow-hidden box ' data-id='1902840' id='1902840' data-layout='story' data-tags=''> <!-- box/label --> <span id='business' dir='auto' class='badge inline-flex text-2.5 font-normal uppercase font-arial text-red-custom align-middle'><span>Business </span></span> <!-- box/title bold-leading:tight-mb:2 --> <h2 dir='auto' data-layout='story' data-id='1902840' class='story__title font-bold leading-tight mb-2 '><a href='https://www.chinadaily.com.cn/a/202504/08/WS67f48b21a3104d9fd381e151.html' class='story__link '>SABIC sees opportunities in nation’s growth pathway</a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box ' data-id='1902844' id='1902844' data-layout='story' data-tags=''> <!-- box/label --> <span id='culture' dir='auto' class='badge inline-flex text-2.5 font-normal uppercase font-arial text-red-custom align-middle'><span>Culture </span></span> <!-- box/title bold-leading:tight-mb:2 --> <h2 dir='auto' data-layout='story' data-id='1902844' class='story__title font-bold leading-tight mb-2 '><a href='https://www.chinadaily.com.cn/a/202504/08/WS67f49115a3104d9fd381e1aa.html' class='story__link '>Accordion extravaganza fuses East and West in Shanghai</a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box ' data-id='1902842' id='1902842' data-layout='story' data-tags=''> <!-- box/label --> <span id='opinion' dir='auto' class='badge inline-flex text-2.5 font-normal uppercase font-arial text-red-custom align-middle'><span>Opinion </span></span> <!-- box/title bold-leading:tight-mb:2 --> <h2 dir='auto' data-layout='story' data-id='1902842' class='story__title font-bold leading-tight mb-2 '><a href='https://www.chinadaily.com.cn/a/202504/08/WS67f48b93a3104d9fd381e155.html' class='story__link '>Editorial flash: Tariff coercion won’t work</a></h2> </article> <!-- - - - /article - - - --> </div> </div> </div> <div class="overflow-hidden mb-4 pb-4 border-b border-gray-300 px-1"> <h2 id='top-authors' dir='auto' class='badge inline-flex font-bold uppercase py-2 align-middle'>Top Authors</h2> <ol class="plain-list ml-4 mt-2 list-decimal"> <li class='font-merriweather' title='39024 Views' style='clear:both;line-height: 1.2'> <span style='font-size: 150%;'><a style='color: rgb(-15, -15, -15); display: inline;' href='https://www.dawn.com/authors/1200/imtiaz-ali'>Imtiaz Ali</a></span> </li><li class='font-merriweather' title='25425 Views' style='clear:both;line-height: 1.2'> <span style='font-size: 119%;'><a style='color: rgb(78, 78, 78); display: inline;' href='https://www.dawn.com/authors/141/amin-ahmed'>Amin Ahmed</a></span> </li><li class='font-merriweather' title='23870 Views' style='clear:both;line-height: 1.2'> <span style='font-size: 115%;'><a style='color: rgb(90, 90, 90); display: inline;' href='https://www.dawn.com/authors/10633/mahira-sarfraz'>Mahira Sarfraz</a></span> </li><li class='font-merriweather' title='23433 Views' style='clear:both;line-height: 1.2'> <span style='font-size: 114%;'><a style='color: rgb(93, 93, 93); display: inline;' href='https://www.dawn.com/authors/456/shahid-iqbal'>Shahid Iqbal</a></span> </li><li class='font-merriweather' title='18546 Views' style='clear:both;line-height: 1.2'> <span style='font-size: 103%;'><a style='color: rgb(126, 126, 126); display: inline;' href='https://www.dawn.com/authors/4797/tahir-sherani'>Tahir Sherani</a></span> </li> </ol> </div> <div class="widget-popular pb-4 border-b border-gray-300"> <div class="font-merriweather"> <nav class="js-tabs tabs border border-gray-200 rounded-md grid grid-cols-3 text-center"> <a class='active px-1 py-2 text-2.5 rounded-md uppercase font-arial' href='#mostPopular48'>24 Hours</a><a class=' px-1 py-2 text-2.5 rounded-md uppercase font-arial' href='#mostPopular72'>3 Days</a> </nav> <div class="tabs__content"> <div class='tabs__pane mt-4 font-merriweather' id='mostPopular48'> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2 pb-2 border-b border-gray-200' data-id='1902286' id='1902286' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--left media--focus w-1/6 mb-0 mr-1' > <div class='media__item media__item--100 '><a title="PCB slams incident involving Khushdil Shah and spectators in New Zealand" href="https://www.dawn.com/news/1902286/pcb-slams-incident-involving-khushdil-shah-and-spectators-in-new-zealand" target="_self"><picture><img src="https://i.dawn.com/thumbnail/2025/04/05175416b30d543.jpg?r=175514" alt="PCB slams incident involving Khushdil Shah and spectators in New Zealand" title="PCB slams incident involving Khushdil Shah and spectators in New Zealand" /></picture></a></div> </figure> <!-- box/title bold-pb:2-text:3.25 --> <h2 dir='auto' data-layout='story' data-id='1902286' class='story__title text-3.25 font-bold pb-2 '><a href='https://www.dawn.com/news/1902286/pcb-slams-incident-involving-khushdil-shah-and-spectators-in-new-zealand' class='story__link '>PCB slams incident involving Khushdil Shah and spectators in New Zealand</a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2 pb-2 border-b border-gray-200' data-id='1901992' id='1901992' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--left media--focus w-1/6 mb-0 mr-1' > <div class='media__item media__item--100 '><a title="Pakistan Railways to introduce state-of-the-art trains" href="https://www.dawn.com/news/1901992/pakistan-railways-to-introduce-state-of-the-art-trains" target="_self"><picture><img src="https://i.dawn.com/thumbnail/2025/04/041025206815630.jpg?r=102831" alt="Pakistan Railways to introduce state-of-the-art trains" title="Pakistan Railways to introduce state-of-the-art trains" /></picture></a></div> </figure> <!-- box/title bold-pb:2-text:3.25 --> <h2 dir='auto' data-layout='story' data-id='1901992' class='story__title text-3.25 font-bold pb-2 '><a href='https://www.dawn.com/news/1901992/pakistan-railways-to-introduce-state-of-the-art-trains' class='story__link '>Pakistan Railways to introduce state-of-the-art trains</a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2 pb-2 border-b border-gray-200' data-id='1902471' id='1902471' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--left media--focus w-1/6 mb-0 mr-1' > <div class='media__item media__item--100 '><a title="Artificial glaciers boost water supply in Gilgit-Baltistan" href="https://www.dawn.com/news/1902471/artificial-glaciers-boost-water-supply-in-gilgit-baltistan" target="_self"><picture><img src="https://i.dawn.com/thumbnail/2025/04/06111156ac91d52.jpg?r=111525" alt="Artificial glaciers boost water supply in Gilgit-Baltistan" title="Artificial glaciers boost water supply in Gilgit-Baltistan" /></picture></a></div> </figure> <!-- box/title bold-pb:2-text:3.25 --> <h2 dir='auto' data-layout='story' data-id='1902471' class='story__title text-3.25 font-bold pb-2 '><a href='https://www.dawn.com/news/1902471/artificial-glaciers-boost-water-supply-in-gilgit-baltistan' class='story__link '>Artificial glaciers boost water supply in Gilgit-Baltistan</a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2 pb-2 border-b border-gray-200' data-id='1902417' id='1902417' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--left media--focus w-1/6 mb-0 mr-1' > <div class='media__item media__item--100 '><a title="Three nations pull $1bn from T-bills amid uncertainty" href="https://www.dawn.com/news/1902417/three-nations-pull-1bn-from-t-bills-amid-uncertainty" target="_self"><picture><img src="https://i.dawn.com/thumbnail/2025/04/060951539833674.jpg?r=095211" alt="Three nations pull $1bn from T-bills amid uncertainty" title="Three nations pull $1bn from T-bills amid uncertainty" /></picture></a></div> </figure> <!-- box/title bold-pb:2-text:3.25 --> <h2 dir='auto' data-layout='story' data-id='1902417' class='story__title text-3.25 font-bold pb-2 '><a href='https://www.dawn.com/news/1902417/three-nations-pull-1bn-from-t-bills-amid-uncertainty' class='story__link '>Three nations pull $1bn from T-bills amid uncertainty </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2 pb-2 border-b border-gray-200' data-id='1902482' id='1902482' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--left media--focus w-1/6 mb-0 mr-1' data-focus-x='52.45%' data-focus-y='47.56%'> <div class='media__item media__item--100 '><a title="US delegation to visit Islamabad for minerals investment forum" href="https://www.dawn.com/news/1902482/us-delegation-to-visit-islamabad-for-minerals-investment-forum" target="_self"><picture><img src="https://i.dawn.com/thumbnail/2025/04/061253077b58152.jpg?r=133503" alt="US delegation to visit Islamabad for minerals investment forum" title="US delegation to visit Islamabad for minerals investment forum" /></picture></a></div> </figure> <!-- box/title bold-pb:2-text:3.25 --> <h2 dir='auto' data-layout='story' data-id='1902482' class='story__title text-3.25 font-bold pb-2 '><a href='https://www.dawn.com/news/1902482/us-delegation-to-visit-islamabad-for-minerals-investment-forum' class='story__link '>US delegation to visit Islamabad for minerals investment forum</a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2 pb-2 border-b border-gray-200' data-id='1902226' id='1902226' data-layout='story' data-tags=''> <!-- box/title bold-pb:2-text:3.25 --> <h2 dir='auto' data-layout='story' data-id='1902226' class='story__title text-3.25 font-bold pb-2 '><a href='https://www.dawn.com/news/1902226/legalised-land-grab' class='story__link '>Legalised land grab </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2 pb-2 border-b border-gray-200' data-id='1902439' id='1902439' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--left media--focus w-1/6 mb-0 mr-1' > <div class='media__item media__item--100 '><a title="Water future" href="https://www.dawn.com/news/1902439/water-future" target="_self"><picture><img src="https://i.dawn.com/thumbnail/2025/04/67f1ce1539fda.jpg" alt="Water future" title="Water future" /></picture></a></div> </figure> <!-- box/title bold-pb:2-text:3.25 --> <h2 dir='auto' data-layout='story' data-id='1902439' class='story__title text-3.25 font-bold pb-2 '><a href='https://www.dawn.com/news/1902439/water-future' class='story__link '>Water future </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box ' data-id='1902444' id='1902444' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--left media--focus w-1/6 mb-0 mr-1' > <div class='media__item media__item--100 '><a title="Not cricket" href="https://www.dawn.com/news/1902444/not-cricket" target="_self"><picture><img src="https://i.dawn.com/thumbnail/2025/04/060823586e8252a.jpg?r=082421" alt="Not cricket" title="Not cricket" /></picture></a></div> </figure> <!-- box/title bold-pb:2-text:3.25 --> <h2 dir='auto' data-layout='story' data-id='1902444' class='story__title text-3.25 font-bold pb-2 '><a href='https://www.dawn.com/news/1902444/not-cricket' class='story__link '>Not cricket </a></h2> </article> <!-- - - - /article - - - --></div><div class='tabs__pane mt-4 hidden font-merriweather' id='mostPopular72'> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2 pb-2 border-b border-gray-200' data-id='1901992' id='1901992' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--left media--focus w-1/6 mb-0 mr-1' > <div class='media__item media__item--100 '><a title="Pakistan Railways to introduce state-of-the-art trains" href="https://www.dawn.com/news/1901992/pakistan-railways-to-introduce-state-of-the-art-trains" target="_self"><picture><img src="https://i.dawn.com/thumbnail/2025/04/041025206815630.jpg?r=102831" alt="Pakistan Railways to introduce state-of-the-art trains" title="Pakistan Railways to introduce state-of-the-art trains" /></picture></a></div> </figure> <!-- box/title bold-pb:2-text:3.25 --> <h2 dir='auto' data-layout='story' data-id='1901992' class='story__title text-3.25 font-bold pb-2 '><a href='https://www.dawn.com/news/1901992/pakistan-railways-to-introduce-state-of-the-art-trains' class='story__link '>Pakistan Railways to introduce state-of-the-art trains</a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2 pb-2 border-b border-gray-200' data-id='1902286' id='1902286' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--left media--focus w-1/6 mb-0 mr-1' > <div class='media__item media__item--100 '><a title="PCB slams incident involving Khushdil Shah and spectators in New Zealand" href="https://www.dawn.com/news/1902286/pcb-slams-incident-involving-khushdil-shah-and-spectators-in-new-zealand" target="_self"><picture><img src="https://i.dawn.com/thumbnail/2025/04/05175416b30d543.jpg?r=175514" alt="PCB slams incident involving Khushdil Shah and spectators in New Zealand" title="PCB slams incident involving Khushdil Shah and spectators in New Zealand" /></picture></a></div> </figure> <!-- box/title bold-pb:2-text:3.25 --> <h2 dir='auto' data-layout='story' data-id='1902286' class='story__title text-3.25 font-bold pb-2 '><a href='https://www.dawn.com/news/1902286/pcb-slams-incident-involving-khushdil-shah-and-spectators-in-new-zealand' class='story__link '>PCB slams incident involving Khushdil Shah and spectators in New Zealand</a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2 pb-2 border-b border-gray-200' data-id='1902154' id='1902154' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--left media--focus w-1/6 mb-0 mr-1' > <div class='media__item media__item--100 '><a title="Cartoon: 5 April, 2025" href="https://www.dawn.com/news/1902154/cartoon-5-april-2025" target="_self"><picture><img src="https://i.dawn.com/thumbnail/2025/04/67f05342ced85.jpg" alt="Cartoon: 5 April, 2025" title="Cartoon: 5 April, 2025" /></picture></a></div> </figure> <!-- box/title bold-pb:2-text:3.25 --> <h2 dir='auto' data-layout='story' data-id='1902154' class='story__title text-3.25 font-bold pb-2 '><a href='https://www.dawn.com/news/1902154/cartoon-5-april-2025' class='story__link '>Cartoon: 5 April, 2025 </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2 pb-2 border-b border-gray-200' data-id='1902226' id='1902226' data-layout='story' data-tags=''> <!-- box/title bold-pb:2-text:3.25 --> <h2 dir='auto' data-layout='story' data-id='1902226' class='story__title text-3.25 font-bold pb-2 '><a href='https://www.dawn.com/news/1902226/legalised-land-grab' class='story__link '>Legalised land grab </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2 pb-2 border-b border-gray-200' data-id='1902086' id='1902086' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--left media--focus w-1/6 mb-0 mr-1' data-focus-x='19.17%' data-focus-y='30.86%'> <div class='media__item media__item--100 '><a title="Army’s top brass vows to thwart ‘nefarious designs’ of proxies, social disruptive elements" href="https://www.dawn.com/news/1902086/armys-top-brass-vows-to-thwart-nefarious-designs-of-proxies-social-disruptive-elements" target="_self"><picture><img src="https://i.dawn.com/thumbnail/2025/04/0420223894e6e9f.jpg?r=202858" alt="Army’s top brass vows to thwart ‘nefarious designs’ of proxies, social disruptive elements" title="Army’s top brass vows to thwart ‘nefarious designs’ of proxies, social disruptive elements" /></picture></a></div> </figure> <!-- box/title bold-pb:2-text:3.25 --> <h2 dir='auto' data-layout='story' data-id='1902086' class='story__title text-3.25 font-bold pb-2 '><a href='https://www.dawn.com/news/1902086/armys-top-brass-vows-to-thwart-nefarious-designs-of-proxies-social-disruptive-elements' class='story__link '>Army’s top brass vows to thwart ‘nefarious designs’ of proxies, social disruptive elements</a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2 pb-2 border-b border-gray-200' data-id='1902265' id='1902265' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--left media--focus w-1/6 mb-0 mr-1' data-focus-x='57.5%' data-focus-y='50.22%'> <div class='media__item media__item--100 '><a title="‘Oops’: Trump posts video purporting to show deadly Yemen strike" href="https://www.dawn.com/news/1902265/oops-trump-posts-video-purporting-to-show-deadly-yemen-strike" target="_self"><picture><img src="https://i.dawn.com/thumbnail/2025/04/0513212981e893f.jpg?r=132146" alt="‘Oops’: Trump posts video purporting to show deadly Yemen strike" title="‘Oops’: Trump posts video purporting to show deadly Yemen strike" /></picture></a></div> </figure> <!-- box/title bold-pb:2-text:3.25 --> <h2 dir='auto' data-layout='story' data-id='1902265' class='story__title text-3.25 font-bold pb-2 '><a href='https://www.dawn.com/news/1902265/oops-trump-posts-video-purporting-to-show-deadly-yemen-strike' class='story__link '>‘Oops’: Trump posts video purporting to show deadly Yemen strike</a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2 pb-2 border-b border-gray-200' data-id='1902260' id='1902260' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--left media--focus w-1/6 mb-0 mr-1' > <div class='media__item media__item--100 '><a title="‘No one to return to’: Afghans fear Pakistan deportation" href="https://www.dawn.com/news/1902260/no-one-to-return-to-afghans-fear-pakistan-deportation" target="_self"><picture><img src="https://i.dawn.com/thumbnail/2025/04/0511592330f0077.jpg?r=141831" alt="‘No one to return to’: Afghans fear Pakistan deportation" title="‘No one to return to’: Afghans fear Pakistan deportation" /></picture></a></div> </figure> <!-- box/title bold-pb:2-text:3.25 --> <h2 dir='auto' data-layout='story' data-id='1902260' class='story__title text-3.25 font-bold pb-2 '><a href='https://www.dawn.com/news/1902260/no-one-to-return-to-afghans-fear-pakistan-deportation' class='story__link '>‘No one to return to’: Afghans fear Pakistan deportation</a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box ' data-id='1902284' id='1902284' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--left media--focus w-1/6 mb-0 mr-1' data-focus-x='46.67%' data-focus-y='58.01%'> <div class='media__item media__item--100 '><a title="Anti-Trump rallies draw thousands across the US" href="https://www.dawn.com/news/1902284/anti-trump-rallies-draw-thousands-across-the-us" target="_self"><picture><img src="https://i.dawn.com/thumbnail/2025/04/05221131a98a3a3.jpg?r=000841" alt="Anti-Trump rallies draw thousands across the US" title="Anti-Trump rallies draw thousands across the US" /></picture></a></div> </figure> <!-- box/title bold-pb:2-text:3.25 --> <h2 dir='auto' data-layout='story' data-id='1902284' class='story__title text-3.25 font-bold pb-2 '><a href='https://www.dawn.com/news/1902284/anti-trump-rallies-draw-thousands-across-the-us' class='story__link '>Anti-Trump rallies draw thousands across the US</a></h2> </article> <!-- - - - /article - - - --></div> </div> </div> </div> <div class="overflow-hidden pb-4 border-b border-gray-300"> <h2 id='top-reads-today' dir='auto' class='badge inline-flex font-bold uppercase py-2 align-middle'>Top Reads Today</h2> <div class='slideshow slideshow--main ' data-slick='{"dots":true,"arrows":true,"dotsClass":"slideshow__pager ","asNavFor":null,"cssEase":"ease","speed":250,"autoplaySpeed":4000,"slidesToScroll":1,"slidesToShow":1,"fade":false,"autoplay":true,"infinite":true,"responsive": [{"breakpoint": 767,"settings": {"slidesToShow": 1,"slidesToScroll": 1}},{"breakpoint": 575,"settings": {"slidesToShow": 1,"slidesToScroll": 1}}]}'> <div class='slideshow__slide slideshow__slide--first slideshow__slide--horizontal lg:w-full md:w-full w-full' style=''> <!-- - - - article - - - --> <article class='story relative overflow-hidden box ' data-id='1902936' id='1902936' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' > <div class='media__item '><a title="Editorial: Any solution to solve nation’s political crisis shouldn’t sideline any legitimate stakeholders" href="https://www.dawn.com/news/1902849/settling-differences" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/08174859c61106d.jpg?r=174907" alt="Editorial: Any solution to solve nation’s political crisis shouldn’t sideline any legitimate stakeholders" title="Editorial: Any solution to solve nation’s political crisis shouldn’t sideline any legitimate stakeholders" /></picture></a></div> </figure> <!-- box/title py:2-bold --> <h2 dir='auto' data-layout='story' data-id='1902936' class='story__title font-bold py-2 '><a href='https://www.dawn.com/news/1902849/settling-differences' class='story__link '>Editorial: Any solution to solve nation’s political crisis shouldn’t sideline any legitimate stakeholders</a></h2> </article> <!-- - - - /article - - - --> </div> <div class='slideshow__slide slideshow__slide--horizontal lg:w-full md:w-full w-full' style=''> <!-- - - - article - - - --> <article class='story relative overflow-hidden box ' data-id='1902855' id='1902855' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' > <div class='media__item '><a title="Editorial: A full-blown trade war is upon us as the era of multilateral trading order is nearly over" href="https://www.dawn.com/news/1902850" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/08083325d103c36.jpg?r=083838" alt="Editorial: A full-blown trade war is upon us as the era of multilateral trading order is nearly over" title="Editorial: A full-blown trade war is upon us as the era of multilateral trading order is nearly over" /></picture></a></div> </figure> <!-- box/title py:2-bold --> <h2 dir='auto' data-layout='story' data-id='1902855' class='story__title font-bold py-2 '><a href='https://www.dawn.com/news/1902850' class='story__link '>Editorial: A full-blown trade war is upon us as the era of multilateral trading order is nearly over</a></h2> </article> <!-- - - - /article - - - --> </div> <div class='slideshow__slide slideshow__slide--horizontal lg:w-full md:w-full w-full' style=''> <!-- - - - article - - - --> <article class='story relative overflow-hidden box ' data-id='1902922' id='1902922' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' > <div class='media__item '><a title="‘I hope we see better days’: Mawra Hocane on animosity towards Fawad Khan’s Abir Gulaal in India" href="https://images.dawn.com/news/1193477/i-hope-we-see-better-days-mawra-hocane-on-animosity-towards-fawad-khans-abir-gulaal-in-india" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/081516407acf704.png?r=151649" alt="‘I hope we see better days’: Mawra Hocane on animosity towards Fawad Khan’s Abir Gulaal in India" title="‘I hope we see better days’: Mawra Hocane on animosity towards Fawad Khan’s Abir Gulaal in India" /></picture></a></div> </figure> <!-- box/title py:2-bold --> <h2 dir='auto' data-layout='story' data-id='1902922' class='story__title font-bold py-2 '><a href='https://images.dawn.com/news/1193477/i-hope-we-see-better-days-mawra-hocane-on-animosity-towards-fawad-khans-abir-gulaal-in-india' class='story__link '>‘I hope we see better days’: Mawra Hocane on animosity towards Fawad Khan’s Abir Gulaal in India</a></h2> </article> <!-- - - - /article - - - --> </div> <div class='slideshow__slide slideshow__slide--horizontal lg:w-full md:w-full w-full' style=''> <!-- - - - article - - - --> <article class='story relative overflow-hidden box ' data-id='1902904' id='1902904' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' > <div class='media__item '><a title="Biotech company brings back formerly extinct dire wolf" href="https://www.dawn.com/news/1902904/biotech-company-brings-back-formerly-extinct-dire-wolf" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/08124434df3977f.jpg?r=151740" alt="Biotech company brings back formerly extinct dire wolf" title="Biotech company brings back formerly extinct dire wolf" /></picture></a></div> </figure> <!-- box/title py:2-bold --> <h2 dir='auto' data-layout='story' data-id='1902904' class='story__title font-bold py-2 '><a href='https://www.dawn.com/news/1902904/biotech-company-brings-back-formerly-extinct-dire-wolf' class='story__link '>Biotech company brings back formerly extinct dire wolf</a></h2> </article> <!-- - - - /article - - - --> </div> <div class='slideshow__slide slideshow__slide--horizontal lg:w-full md:w-full w-full' style=''> <!-- - - - article - - - --> <article class='story relative overflow-hidden box ' data-id='1902864' id='1902864' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' > <div class='media__item '><a title="How Pakistan can stren­gthen even a limited partnership with US" href="https://www.dawn.com/news/1902851" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/0808411131814b6.jpg?r=084841" alt="How Pakistan can stren­gthen even a limited partnership with US" title="How Pakistan can stren­gthen even a limited partnership with US" /></picture></a></div> </figure> <!-- box/title py:2-bold --> <h2 dir='auto' data-layout='story' data-id='1902864' class='story__title font-bold py-2 '><a href='https://www.dawn.com/news/1902851' class='story__link '>How Pakistan can strengthen even a limited partnership with US</a></h2> </article> <!-- - - - /article - - - --> </div> </div> </div> </aside> </div> </div><footer> <div class='flex justify-center p-2'> <!-- advert:start div-gpt-ad-1693559286339-0 --> <div id='div-gpt-ad-1693559286339-0' class='ad__wrapper__slot ' data-rendered-classes="" data-name="Dawn-Responsive-Footer-Stickable-Leaderboard" data-height="250px" data-width="970px" > <script>googletag.cmd.push(function() { googletag.display('div-gpt-ad-1693559286339-0'); });</script> </div> <!-- advert:end --> </div> <div class="w-full bg-black"> <div class='py-4'> <div class="container px-2"> <div class="flex flex-row border-b-2 border-white mb-2 pb-2 justify-between items-center"> <nav class="order-first"> <a href='https://www.dawn.com/' title="DAWN.COM" class='logo '> <img class="w-20" src="https://www.dawn.com/_img/logo-white.png" alt="DAWN.COM Logo"> <span class="hidden">DAWN.COM</span> </a> <p class="hidden"> Compunode.com Pvt. Ltd. (<a class="px-0 sm:px-1 font-normal" href="https://www.compunode.com/">www.compunode.com</a>).Designed for <a class="px-0 sm:px-1 font-normal" href="https://www.dawn.com">Dawn</a>.</p> </nav> <nav class="nav flex mt-2 sm:mt-0 items-end order-last"> <a class='outline-none' href='https://whatsapp.com/channel/0029VaMc238IiRov8okfYy3n'><img alt="Whatsapp" height="20" class='align-baseline mt-1 mr-2' src="https://i.dawn.com/thumbnail/2024/02/080925032506f93.png"></a> <a class='outline-none' href='https://twitter.com/dawn_com'><img alt="Twitter" style="height:17px" class='align-baseline mt-1 mr-2' src="https://i.dawn.com/large/2024/02/16125537351049d.png"></a> <a class='outline-none' href='https://www.facebook.com/dawndotcom'><img alt="Facebook" width="20" height="20" class='align-baseline mt-1 mr-2' src="https://i.dawn.com/thumbnail/2019/02/5c611c42cf5e8.png"></a> <a class='outline-none' href='https://www.instagram.com/dawn.today/'><img alt="Instagram" width="20" height="20" class='align-baseline mt-1 mr-2' src="https://i.dawn.com/thumbnail/2019/02/5c611c430f9b2.png"></a> <a class='outline-none' href='https://itunes.apple.com/pk/app/dawn-official-mobile-app/id935631940'><img alt="Apple" width="20" height="34" class='align-baseline mt-1 mr-2' src="https://i.dawn.com/thumbnail/2019/02/5c611c42d5669.png"></a> <a class='outline-none' href='https://play.google.com/store/apps/details?id=com.mictronicx.dawn'><img alt="Android" width="20" height="34" class='align-baseline mt-1 mr-2' src="https://i.dawn.com/thumbnail/2019/02/5c611c42ce48d.png"></a> <a class='outline-none' href='https://appgallery.huawei.com/#/app/C104007373'><img alt="Huwaei App Gallery" width="100" height="30" class='align-baseline mt-1' src="https://i.dawn.com/thumbnail/2021/05/60a360ab86d68.png"></a> </nav> </div> <div class="grid grid-cols-2 sm:flex sm:flex-row"> <div class="md:w-1/6 w-full mb-4 sm:mb-0"> <nav class="text-2.5 text-white"> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/contact">Contact</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/contribution-guidelines">Contribution Guidelines</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/code-of-ethics">Code of Ethics</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/ai-policy">AI Policy</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/terms">Terms of Use</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/privacy">Privacy</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/comments-policy">Comment Moderation</a> </nav> </div> <div class="md:w-1/6 w-full mb-4 sm:mb-0"> <nav class="text-2.5 text-white"> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/subscription">Subscribe to Newspaper</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/reproduction-copyrights">Reproduction Copyrights</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/marketing">Advertise on Dawn.com</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/sponsor-content">Sponsored Content</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="https://classifieds.dawn.com">Classifieds</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="https://obituary.dawn.com">Obituaries</a> </nav> </div> <div class="md:w-1/6 w-full mb-4 sm:mb-0"> <nav class="text-2.5 text-white"> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/prayers-timings">Prayer Timings</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/stocks">Stock/Forex/Gold</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/weather">Weather</a> </nav> </div> <div class="md:w-1/6 w-full mb-4 sm:mb-0"> <nav class="text-2.5 text-white"> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/">Dawn</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/prism">Prism</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="https://images.dawn.com">Images</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/special-reports">Special Reports</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="https://aurora.dawn.com">Aurora</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="https://www.dawnnews.tv/">Dawn News</a> </nav> </div> <div class="md:w-1/6 w-full mb-4 sm:mb-0"> <nav class="text-2.5 text-white"> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/magazines">Eos/Icon/Young World</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="https://cityfm89.com">Cityfm89</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="https://herald.dawn.com">Herald</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="https://www.youtube.com/channel/UCkMdI0K-74jAjOmh5J5H97Q">Teeli</a> </nav> </div> <div class="md:w-1/6 w-full mb-4 sm:mb-0"> <nav class="text-2.5 text-white"> <p class="font-normal text-white text-left md:text-right mb-2">Copyright © 2025, Dawn</p> <p class="font-normal text-white text-left md:text-right"> NewsKit Publishing Platform<br>by Compunode </p> </nav> </div> </div> </div> </div> </div> <link rel='stylesheet' href='https://www.dawn.com/_css/headroom.20241114121412.css' media='all'></footer> </body> </html>