CINXE.COM
Business - 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>Business - 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/business' /> <link rel='alternate' type='application/rss+xml' title='The Dawn News' href='https://www.dawn.com/feeds/business/' /> <link rel='index' href='https://www.dawn.com/business' /> <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": "Business", "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\/business","name":"Business"}}]} </script> <!-- - - - - start:counters - - - - --> <script type='text/javascript'> document.addEventListener("DOMContentLoaded", function() { Counter.count([{"category":"Business"}]); }); </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.20241216110707.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.20250220103107.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.20240324031335.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.20241114121409.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.20241216110707.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.20250220103107.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.20240324031335.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-BTF-MREC', [[300,250]], 'div-gpt-ad-1683363763562-0') .defineSizeMapping([[[0,0],[[300,250]]]]) .addService(googletag.pubads()); googletag.defineSlot('/1029551/Dawn-Responsive-ATF-MREC', [[300,250]], 'div-gpt-ad-1683363673257-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', ["Business"]); 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 business 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 bg-gray-100 border-b border-gray-900 '> 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 '> 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 bg-gray-100 border-b border-gray-900 '> 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 '> 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='1902898' id='1902898' data-layout='story' data-tags=''> <!-- box/title title-bold-playfairdisplay-pb:1-text:5 --> <h2 dir='auto' data-layout='story' data-id='1902898' class='story__title text-5 font-bold font-playfair-display pb-1 '><a href='https://www.dawn.com/news/1902898/trillions-of-dollars-in-mineral-deposits-can-help-pakistan-say-goodbye-to-institutions-like-imf-pm-shehbaz' class='story__link '>‘Trillions of dollars’ in mineral deposits can help Pakistan say goodbye to institutions like IMF: PM Shehbaz</a></h2> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-1' > <div class='media__item '><a title="‘Trillions of dollars’ in mineral deposits can help Pakistan say goodbye to institutions like IMF: PM Shehbaz" href="https://www.dawn.com/news/1902898/trillions-of-dollars-in-mineral-deposits-can-help-pakistan-say-goodbye-to-institutions-like-imf-pm-shehbaz" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/081353280161aa1.png?r=140801" alt="‘Trillions of dollars’ in mineral deposits can help Pakistan say goodbye to institutions like IMF: PM Shehbaz" title="‘Trillions of dollars’ in mineral deposits can help Pakistan say goodbye to institutions like IMF: PM Shehbaz" /></picture></a></div> </figure> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-3 font-georgia mb-1.5'>Dar says country strategically positioned to emerge as global mining powerhouse as investment forum commences in Islamabad. </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'>Updated</span> <span class='timestamp--time timeago' title='2025-04-08T15:35:34+05:00'><span class='timestamp__calendar'>08 Apr, 2025</span> <span class='timestamp__time'>03:35pm</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/1902833/pakistan-hosts-forum-on-minerals-investment-today'> Pakistan hosts forum on minerals investment today </a> <a class='related__list__item font-merriweather pt-1 pb-2 text-gray-700 text-2.5' href='https://www.dawn.com/news/1902482/us-delegation-to-visit-islamabad-for-minerals-investment-forum'> US delegation to visit Islamabad for minerals investment forum </a> <a class='related__list__item font-merriweather pt-1 pb-2 text-gray-700 text-2.5' href='https://www.dawn.com/news/1902727/in-first-call-with-fm-dar-us-secretary-of-state-expresses-desire-to-boost-counterterrorism-cooperation'> In first call with FM Dar, US secretary of state expresses desire to boost counterterrorism cooperation </a> </nav> </div> <div class="mb-4 border-b border-gray-200 pb-4 text-3.5"> <div class="p-2 mb-2 text-3 font-bold text-center text-white" style="background:#86B645"> PSX Highlights of the Day </div> <nav class="js-tabs tabs w-full flex text-center gap-x-2"> <a href="#advancers" class="active text-gray-500 border-b border-gray-300 font-arial text-2.75 px-1 py-0.5 w-full whitespace-normal text-black uppercase">Advancers</a> <a href="#decliners" class=" text-gray-500 border-b border-gray-300 font-arial text-2.75 px-1 py-0.5 w-full whitespace-normal text-black uppercase">Decliners</a> </nav> <div class="tabs__content w-full"> <div class="tabs__pane " id="advancers"> <table class='min-w-full'> <thead class='bg-gray-500'> <tr class='text-center'> <th scope='col' class='p-1 sm:p-2 text-2.5 sm:text-3 text-white font-bold border capitalize'>Company</th> <th scope='col' class='p-1 sm:p-2 text-2.5 sm:text-3 text-white font-bold border capitalize'>Price</th> <th scope='col' class='p-1 sm:p-2 text-2.5 sm:text-3 text-white font-bold border capitalize'>Change</th> <th scope='col' class='p-1 sm:p-2 text-2.5 sm:text-3 text-white font-bold border capitalize'>Change %</th> <th scope='col' class='p-1 sm:p-2 text-2.5 sm:text-3 text-white font-bold border capitalize'>Volume</th> </tr> </thead> <tbody class=" divide-y divide-gray-200"> <tr class='text-center'> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'> ORM </td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'> 8.8900 </td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'> 0.8800 </td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'> 10.99 <span class="text-green-500">▲</span> </td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900 text-left'> 10,930 </td> </tr> <tr class='text-center'> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'> 786 </td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'> 8.8200 </td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'> 0.8200 </td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'> 10.25 <span class="text-green-500">▲</span> </td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900 text-left'> 1,866 </td> </tr> <tr class='text-center'> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'> MWMP </td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'> 17.5500 </td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'> 1.6000 </td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'> 10.03 <span class="text-green-500">▲</span> </td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900 text-left'> 118,571 </td> </tr> <tr class='text-center'> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'> BNL </td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'> 20.7800 </td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'> 1.8900 </td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'> 10.01 <span class="text-green-500">▲</span> </td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900 text-left'> 2,690,172 </td> </tr> <tr class='text-center'> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'> SMLNC </td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'> 38.7000 </td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'> 3.5200 </td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'> 10.01 <span class="text-green-500">▲</span> </td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900 text-left'> 428,169 </td> </tr> </tbody> </table> </div> <div class="tabs__pane hidden" id="decliners"> <table class='min-w-full'> <thead class='bg-gray-500'> <tr class='text-center'> <th scope='col' class='p-1 sm:p-2 text-2.5 sm:text-3 text-white font-bold border capitalize'>Company</th> <th scope='col' class='p-1 sm:p-2 text-2.5 sm:text-3 text-white font-bold border capitalize'>Price</th> <th scope='col' class='p-1 sm:p-2 text-2.5 sm:text-3 text-white font-bold border capitalize'>Change</th> <th scope='col' class='p-1 sm:p-2 text-2.5 sm:text-3 text-white font-bold border capitalize'>Change %</th> <th scope='col' class='p-1 sm:p-2 text-2.5 sm:text-3 text-white font-bold border capitalize'>Volume</th> </tr> </thead> <tbody class=" divide-y divide-gray-200"> </tbody> </table> </div> </div> <div class="text-2.5 text-right mr-2 mt-2"> <a class="text-blue-500" href="https://dps.psx.com.pk/" target="_blank">Source: PSX</a> | Updated Apr 08, 2025</div> </div> <div class="mb-4"> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 border-b border-gray-200 pb-4' data-id='1902896' id='1902896' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902896' class='story__title text-4.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1902896/psx-recovers-by-600-points-after-day-of-losses' class='story__link '>PSX recovers by 600 points after day of losses</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="PSX recovers by 600 points after day of losses" href="https://www.dawn.com/news/1902896/psx-recovers-by-600-points-after-day-of-losses" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/08111453be4c6c1.jpg?r=111746" alt="PSX recovers by 600 points after day of losses" title="PSX recovers by 600 points after day of losses" /></picture></a></div> </figure> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-3.5 font-georgia '>Analyst calls yesterday’s market decline "unwarranted", especially considering favourable implications for Pakistan amid ongoing trade war. </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-08T16:11:48+05:00'><span class='timestamp__calendar'>08 Apr, 2025</span> <span class='timestamp__time'>04: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='1902838' id='1902838' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902838' class='story__title text-4.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1902838/regulatory-approval-for-starlink-services-awaited-na-body-told' class='story__link '>Regulatory approval for Starlink services awaited, NA body told </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="Regulatory approval for Starlink services awaited, NA body told" href="https://www.dawn.com/news/1902838/regulatory-approval-for-starlink-services-awaited-na-body-told" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/67f4690f9a3f7.gif" alt="Regulatory approval for Starlink services awaited, NA body told" title="Regulatory approval for Starlink services awaited, NA body told" /></picture></a></div> </figure> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-3.5 font-georgia '>Minister says Starlink services were expected to be available in country by the end of this year. </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:11+05:00'><span class='timestamp__calendar'>08 Apr, 2025</span> <span class='timestamp__time'>08:01am</span></span></span> </article> <!-- - - - /article - - - --> </div> <div class="mb-4"> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 border-b border-gray-200 pb-4' data-id='1902901' id='1902901' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902901' class='story__title text-4.5 font-bold font-playfair-display pt-1 pb-2 '><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--left media--fill sm:w-1/3 w-full mb-0 ' > <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.5 font-georgia '>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-500 uppercase font-arial '><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> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 border-b border-gray-200 pb-4' data-id='1902831' id='1902831' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902831' class='story__title text-4.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1902831/govt-yet-to-finalise-policy-to-counter-us-tariffs' class='story__link '>Govt yet to finalise policy to counter US tariffs </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="Govt yet to finalise policy to counter US tariffs" href="https://www.dawn.com/news/1902831/govt-yet-to-finalise-policy-to-counter-us-tariffs" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/080821556ade92d.png?r=082533" alt="Govt yet to finalise policy to counter US tariffs" title="Govt yet to finalise policy to counter US tariffs" /></picture></a></div> </figure> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-3.5 font-georgia '>Exporters apprehensive of commerce ministry’s "lack of readiness" to address situation; expert calls for preferential trade deals. </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-08T08:25:32+05:00'><span class='timestamp__calendar'>08 Apr, 2025</span> <span class='timestamp__time'>08:25am</span></span></span> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 border-b border-gray-200 pb-4' data-id='1902834' id='1902834' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902834' class='story__title text-4.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1902834/ecc-approves-supplementary-grants-worth-rs92bn' class='story__link '>ECC approves supplementary grants worth Rs92bn </a></h2> <!-- box/image --> <figure class='media media--left media--fill sm:w-1/3 w-full mb-0 ' data-focus-x='56.67%' data-focus-y='46.79%'> <div class='media__item '><a title="ECC approves supplementary grants worth Rs92bn" href="https://www.dawn.com/news/1902834/ecc-approves-supplementary-grants-worth-rs92bn" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/08094345e4f181d.jpg?r=094427" alt="ECC approves supplementary grants worth Rs92bn" title="ECC approves supplementary grants worth Rs92bn" /></picture></a></div> </figure> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-3.5 font-georgia '>ECC also approves another bulky technical supplementary grant of Rs23.434bn. </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:11+05:00'><span class='timestamp__calendar'>08 Apr, 2025</span> <span class='timestamp__time'>08:01am</span></span></span> </article> <!-- - - - /article - - - --> </div> <div class="mb-4"> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 border-b border-gray-200 pb-4' data-id='1902835' id='1902835' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902835' class='story__title text-4.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1902835/govt-confirms-princely-salaries-of-nepra-top-brass' class='story__link '>Govt confirms princely salaries of Nepra top brass </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="Govt confirms princely salaries of Nepra top brass" href="https://www.dawn.com/news/1902835/govt-confirms-princely-salaries-of-nepra-top-brass" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/08094218e1f6a3f.jpg?r=094323" alt="Govt confirms princely salaries of Nepra top brass" title="Govt confirms princely salaries of Nepra top brass" /></picture></a></div> </figure> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-3.5 font-georgia '>Nepra asked to provide reasons for the salary hike as the increase violated Section 8 of the Nepra Act. </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:11+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='1902836' id='1902836' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902836' class='story__title text-4.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1902836/loss-making-discos-told-to-put-house-in-order' class='story__link '>Loss-making Discos told to put house in order </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="Loss-making Discos told to put house in order" href="https://www.dawn.com/news/1902836/loss-making-discos-told-to-put-house-in-order" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/08094036baa9d2c.jpg?r=094151" alt="Loss-making Discos told to put house in order" title="Loss-making Discos told to put house in order" /></picture></a></div> </figure> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-3.5 font-georgia '>Action plan sought from Sukkur, Hyderabad and Quetta power supply companies. </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:11+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='1902837' id='1902837' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902837' class='story__title text-4.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1902837/18pc-sales-tax-on-local-cotton-set-to-go' class='story__link '>18pc sales tax on local cotton set to go </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="18pc sales tax on local cotton set to go" href="https://www.dawn.com/news/1902837/18pc-sales-tax-on-local-cotton-set-to-go" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/08093950b8631ea.jpg?r=094015" alt="18pc sales tax on local cotton set to go" title="18pc sales tax on local cotton set to go" /></picture></a></div> </figure> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-3.5 font-georgia '>Final approval from PM expected in a couple of days; move subject to IMF permission. </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:11+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='1902780' id='1902780' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902780' class='story__title text-4.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1902780/trump-remains-defiant-as-world-markets-collapse-on-black-monday' class='story__link '>Trump remains defiant as world markets collapse on ‘Black Monday’ </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="Trump remains defiant as world markets collapse on ‘Black Monday’" href="https://www.dawn.com/news/1902780/trump-remains-defiant-as-world-markets-collapse-on-black-monday" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/0807492672c1647.jpg?r=074935" alt="Trump remains defiant as world markets collapse on ‘Black Monday’" title="Trump remains defiant as world markets collapse on ‘Black Monday’" /></picture></a></div> </figure> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-3.5 font-georgia '>Tech firms, carmakers, banks, casinos and energy firms all feel the pain as investors abandon riskier assets. </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:30:28+05:00'><span class='timestamp__calendar'>08 Apr, 2025</span> <span class='timestamp__time'>09:30am</span></span></span> </article> <!-- - - - /article - - - --> </div> <div class='flex justify-center mb-4'> <!-- advert:start div-gpt-ad-1683363763562-0 --> <div id='div-gpt-ad-1683363763562-0' class='ad__wrapper__slot py-2' 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 pt-2 border-b border-gray-200"> <div class='flex flex-col sm:flex-row'> <div class="w-full markets "> <h2 id='exchange-rates' dir='auto' class='badge inline-flex text-2.5 uppercase text-white font-arial bg-orange-500 p-0.5 mb-2 mb-2 align-middle'><a title="EXCHANGE RATES" href='/markets' class=' text-2.5 uppercase text-white font-arial '>EXCHANGE RATES</a></h2> <h3 class='story__title font-bold text-5'>Exchange Rates for Currency Notes</h3> <table class='min-w-full divide-y divide-gray-200'> <thead class='bg-gray-500'> <tr class='text-center'> <th scope='col' class='p-1 sm:p-2 text-2.5 sm:text-3 text-white font-bold border capitalize'>Countries</th> <th scope='col' class='p-1 sm:p-2 text-2.5 sm:text-3 text-white font-bold border capitalize'>Selling (Rs.)</th> <th scope='col' class='p-1 sm:p-2 text-2.5 sm:text-3 text-white font-bold border capitalize'>Buying (Rs.)</th> </tr> </thead> <tbody> <tr class='text-center bg-white'> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'>U.S.A.</td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'>155.00</td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'>154.80</td> </tr><tr class='text-center bg-gray-50'> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'>U.K.</td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'>202.50</td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'>201.00</td> </tr><tr class='text-center bg-white'> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'>Euro</td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'>172.30</td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'>171.30</td> </tr><tr class='text-center bg-gray-50'> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'>Japan</td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'>1.4200</td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'>1.3900</td> </tr><tr class='text-center bg-white'> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'>Saudi Arabia</td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'>41.20</td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'>41.05</td> </tr><tr class='text-center bg-gray-50'> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'>U.A.E.</td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'>42.30</td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'>42.15</td> </tr> </tbody> </table> </div> </div> </div> --> <div class='flex flex-col sm:flex-row'> <div class="w-full markets "> </div> </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='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 merriweather-bold-text:4.5-px:0-p:sm:2 --> <h2 dir='auto' data-layout='story' data-id='1902864' 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/1902851' class='story__link '>How Pakistan can strengthen even a limited partnership with US</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 merriweather-bold-text:4.5-px:0-p:sm:2 --> <h2 dir='auto' data-layout='story' data-id='1902855' 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/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='1902667' id='1902667' 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="Relief attempts fall short — again" href="https://www.dawn.com/news/1902455" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/07104811987ec71.gif?r=104818" alt="Relief attempts fall short — again" title="Relief attempts fall short — again" /></picture></a></div> </figure> <!-- box/title merriweather-bold-text:4.5-px:0-p:sm:2 --> <h2 dir='auto' data-layout='story' data-id='1902667' 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/1902455' class='story__link '>Relief attempts fall short — again</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-orange-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='1902445' id='1902445' 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="Disinflation — a mirage amid hardship" href="https://www.dawn.com/news/1902445/disinflation-a-mirage-amid-hardship" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/071043575fa10a4.jpg?r=104407" alt="Disinflation — a mirage amid hardship" title="Disinflation — a mirage amid hardship" /></picture></a></div> </figure> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:3.5 --> <h2 dir='auto' data-layout='story' data-id='1902445' class='story__title text-3.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1902445/disinflation-a-mirage-amid-hardship' class='story__link '>Disinflation — a mirage amid hardship </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2 pb-2 ' data-id='1901168' id='1901168' 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="The hype of Google Wallet" href="https://www.dawn.com/news/1901168/the-hype-of-google-wallet" target="_self"><picture><img src="https://i.dawn.com/medium/2025/03/31123826e0b25d9.png?r=123836" alt="The hype of Google Wallet" title="The hype of Google Wallet" /></picture></a></div> </figure> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:3.5 --> <h2 dir='auto' data-layout='story' data-id='1901168' class='story__title text-3.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1901168/the-hype-of-google-wallet' class='story__link '>The hype of Google Wallet </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2 pb-2 ' data-id='1901165' id='1901165' 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="The certain uncertainty of wheat" href="https://www.dawn.com/news/1901165/the-certain-uncertainty-of-wheat" target="_self"><picture><img src="https://i.dawn.com/medium/2025/03/67e8947427904.jpg" alt="The certain uncertainty of wheat" title="The certain uncertainty of wheat" /></picture></a></div> </figure> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:3.5 --> <h2 dir='auto' data-layout='story' data-id='1901165' class='story__title text-3.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1901165/the-certain-uncertainty-of-wheat' class='story__link '>The certain uncertainty of wheat </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2 pb-2 ' data-id='1901166' id='1901166' 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="Agriculture: Shackling the mighty Indus" href="https://www.dawn.com/news/1901166/agriculture-shackling-the-mighty-indus" target="_self"><picture><img src="https://i.dawn.com/medium/2025/03/67e89479c5c2d.jpg" alt="Agriculture: Shackling the mighty Indus" title="Agriculture: Shackling the mighty Indus" /></picture></a></div> </figure> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:3.5 --> <h2 dir='auto' data-layout='story' data-id='1901166' class='story__title text-3.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1901166/agriculture-shackling-the-mighty-indus' class='story__link '>Agriculture: Shackling the mighty Indus </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2 pb-2 ' data-id='1901241' id='1901241' 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="Chaos in the global shipping industry" href="https://www.dawn.com/news/1901241/chaos-in-the-global-shipping-industry" target="_self"><picture><img src="https://i.dawn.com/medium/2025/03/67e8a3e13ea3a.gif" alt="Chaos in the global shipping industry" title="Chaos in the global shipping industry" /></picture></a></div> </figure> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:3.5 --> <h2 dir='auto' data-layout='story' data-id='1901241' class='story__title text-3.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1901241/chaos-in-the-global-shipping-industry' class='story__link '>Chaos in the global shipping industry </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2 pb-2 ' data-id='1901170' id='1901170' 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="A questionable pivot towards crypto" href="https://www.dawn.com/news/1901170/a-questionable-pivot-towards-crypto" target="_self"><picture><img src="https://i.dawn.com/medium/2025/03/67e8951f234d2.jpg" alt="A questionable pivot towards crypto" title="A questionable pivot towards crypto" /></picture></a></div> </figure> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:3.5 --> <h2 dir='auto' data-layout='story' data-id='1901170' class='story__title text-3.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1901170/a-questionable-pivot-towards-crypto' class='story__link '>A questionable pivot towards crypto </a></h2> </article> <!-- - - - /article - - - --> </div> </div> <div class='flex justify-center mb-4'> <!-- advert:start div-gpt-ad-1683363673257-0 --> <div id='div-gpt-ad-1683363673257-0' class='ad__wrapper__slot py-2' data-rendered-classes="" data-name="Dawn-Responsive-ATF-MREC" data-height="250px" data-width="300px" > <script>googletag.cmd.push(function() { googletag.display('div-gpt-ad-1683363673257-0'); });</script> </div> <!-- advert:end --> </div> <div class="mb-4 pt-2 border-b border-gray-200"> <h2 id='aurora' dir='auto' class='badge inline-flex text-2.5 uppercase text-white bg-orange-500 py-0.5 px-1 mb-2 align-middle'>Aurora</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='1902906' id='1902906' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media sm:w-full w-full mb-0 ' > <div class='media__item '><a title="‘Our culture is thousands of years old and if we do not preserve it, we will lose our connection to it’" href="https://aurora.dawn.com/news/1145356/the-different-communities-that-exist-within-pakistan-are-unhappy-because-their-issues-are-being-ignored-and-no-one-is-trying-to-uplift-their-culture" target="_self"><picture><img src="https://i.dawn.com/thumbnail/2025/04/081231538a7bd57.jpg?r=123201" alt="‘Our culture is thousands of years old and if we do not preserve it, we will lose our connection to it’" title="‘Our culture is thousands of years old and if we do not preserve it, we will lose our connection to it’" /></picture></a></div> </figure> <!-- box/title playfairdisplay-text:4 --> <h2 dir='auto' data-layout='story' data-id='1902906' class='story__title text-4 font-playfair-display '><a href='https://aurora.dawn.com/news/1145356/the-different-communities-that-exist-within-pakistan-are-unhappy-because-their-issues-are-being-ignored-and-no-one-is-trying-to-uplift-their-culture' class='story__link '>‘Our culture is thousands of years old and if we do not preserve it, we will lose our connection to it’</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='1902657' id='1902657' 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="Is Gen Z more prone to suicide and depression than previous generations?" href="https://aurora.dawn.com/news/1145402/the-unbearable-pressures-of-the-peer-perfect-life" target="_self"><picture><img src="https://i.dawn.com/thumbnail/2025/04/070951540c4a5be.jpg?r=095206" alt="Is Gen Z more prone to suicide and depression than previous generations?" title="Is Gen Z more prone to suicide and depression than previous generations?" /></picture></a></div> </figure> <!-- box/title playfairdisplay-text:4 --> <h2 dir='auto' data-layout='story' data-id='1902657' class='story__title text-4 font-playfair-display '><a href='https://aurora.dawn.com/news/1145402/the-unbearable-pressures-of-the-peer-perfect-life' class='story__link '>Is Gen Z more prone to suicide and depression than previous generations?</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='1901837' id='1901837' 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="Design has the potential to make a difference" href="https://aurora.dawn.com/news/1145407" target="_self"><picture><img src="https://i.dawn.com/thumbnail/2025/04/031303297f0c7e4.png?r=130349" alt="Design has the potential to make a difference" title="Design has the potential to make a difference" /></picture></a></div> </figure> <!-- box/title playfairdisplay-text:4 --> <h2 dir='auto' data-layout='story' data-id='1901837' class='story__title text-4 font-playfair-display '><a href='https://aurora.dawn.com/news/1145407' class='story__link '>Design has the potential to make a difference</a></h2> </article> <!-- - - - /article - - - --> </div> </div> </div> <!-- <div class="mb-4 pt-2 border-b border-gray-200"> <div class='flex flex-col sm:flex-row'> <div class="w-full markets"> <h2 id='bullion-rates' dir='auto' class='badge inline-flex text-2.5 uppercase text-white font-arial bg-orange-500 p-0.5 mb-2 mb-2 align-middle'><a title="BULLION RATES" href='/markets' class=' text-2.5 uppercase text-white font-arial '>BULLION RATES</a></h2> <table class='min-w-full divide-y divide-gray-200'> <thead class='bg-gray-500'> <tr class='text-center'> <th scope='col' class='p-1 sm:p-2 text-2.5 sm:text-3 text-white font-bold border capitalize'>City</th> <th scope='col' class='p-1 sm:p-2 text-2.5 sm:text-3 text-white font-bold border capitalize'>Gold (24-ct)</th> <th scope='col' class='p-1 sm:p-2 text-2.5 sm:text-3 text-white font-bold border capitalize'>Silver</th> </tr> </thead> <tbody> <tr class='text-center bg-white'> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'>Karachi</td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'>76,646</td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'>917.35</td> </tr><tr class='text-center bg-gray-50'> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'>Multan</td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'>75,440</td> <td class='p-1 sm:p-2 whitespace-nowrap text-2.5 sm:text-3 font-bold text-gray-900'>857.00</td> </tr> </tbody> </table> </div> </div> </div> --> <div class="mb-4 pt-2 border-b border-gray-200"> <h2 id='business-finance' dir='auto' class='badge inline-flex text-2.5 uppercase text-white bg-orange-500 py-0.5 px-1 mb-2 align-middle'><a title="Business & Finance" href='/business/business-finance' class=' text-2.5 uppercase text-white '>Business & Finance</a></h2> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2' data-id='1902530' id='1902530' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902530' class='story__title text-4.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1902530/adapting-to-trumps-new-tariffs' class='story__link '>Adapting to Trump’s new tariffs </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="Adapting to Trump’s new tariffs" href="https://www.dawn.com/news/1902530/adapting-to-trumps-new-tariffs" target="_self"><picture><img src="https://i.dawn.com/thumbnail/2025/04/67f2e0eaea066.jpg" alt="Adapting to Trump’s new tariffs" title="Adapting to Trump’s new tariffs" /></picture></a></div> </figure> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-3.5 font-georgia '>Many textile exporters view them and the newly reduced power rates as an opportunity to attract fresh investments. </div> <!-- box/date --><span class='story__time '><span class='timestamp--label'>Updated</span> <span class='timestamp--time timeago' title='2025-04-07T11:05:30+05:00'><span class='timestamp__calendar'>07 Apr, 2025</span> <span class='timestamp__time'>11:05am</span></span></span> <!-- box/social --> <div class=' invisible social-alignment absolute z-50 bottom-1 social-alignment absolute z-50 left-1 '> <div class="social js-social-fb social--icon social--facebook float-left hidden lg:block "> <a class=" h-full w-full outline-none inline-block " onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" rel='noreferrer' href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.dawn.com%2Fnews%2F1902530&display=popup&ref=plugin" target="_blank"><img width="20" height="20" src="/_img/social/icon-fb.png" /></a> </div> <div class="social js-social-twitter social--icon social--twitter float-left hidden lg:block "> <a class=' h-full w-full outline-none inline-block ' onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" rel='noreferrer' href="https://twitter.com/share?text=Adapting%20to%20Trump%E2%80%99s%20new%20tariffs&url=https%3A%2F%2Fwww.dawn.com%2Fnews%2F1902530&counturl=https%3A%2F%2Fwww.dawn.com%2Fnews%2F1902530" target="_blank"><img width="20" height="20" src="/_img/social/icon-twitter.png" /></a> </div> <div class="social js-social-comment social--comment social--tiny leading-none text-3.5 font-arial py-0 h-auto relative px-0.5 border border-solid border-gray-200 rounded float-left hidden lg:block "> <span class="absolute z-1 right-0.5 border-transparent border-4 border-solid mt-4"></span> <a class="font-normal inline-block uppercase align-middle text-gray-400 text-center" data-comments-status="open" href="#comments">0</a> </div></div></article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2' data-id='1902529' id='1902529' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902529' class='story__title text-4.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1902529/oil-markets-battered-and-bruised' class='story__link '>Oil markets battered and bruised </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="Oil markets battered and bruised" href="https://www.dawn.com/news/1902529/oil-markets-battered-and-bruised" target="_self"><picture><img src="https://i.dawn.com/thumbnail/2025/04/07110341799508a.jpg?r=110444" alt="Oil markets battered and bruised" title="Oil markets battered and bruised" /></picture></a></div> </figure> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-3.5 font-georgia '>Trump’s import tariffs, Opec+’s unwinding of production cuts and China’s retaliatory actions have wiped off $10 per barrel from global oil prices. </div> <!-- box/date --><span class='story__time '><span class='timestamp--label'>Updated</span> <span class='timestamp--time timeago' title='2025-04-07T11:04:44+05:00'><span class='timestamp__calendar'>07 Apr, 2025</span> <span class='timestamp__time'>11:04am</span></span></span> <!-- box/social --> <div class=' invisible social-alignment absolute z-50 bottom-1 social-alignment absolute z-50 left-1 '> <div class="social js-social-fb social--icon social--facebook float-left hidden lg:block "> <a class=" h-full w-full outline-none inline-block " onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" rel='noreferrer' href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.dawn.com%2Fnews%2F1902529&display=popup&ref=plugin" target="_blank"><img width="20" height="20" src="/_img/social/icon-fb.png" /></a> </div> <div class="social js-social-twitter social--icon social--twitter float-left hidden lg:block "> <a class=' h-full w-full outline-none inline-block ' onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" rel='noreferrer' href="https://twitter.com/share?text=Oil%20markets%20battered%20and%20bruised&url=https%3A%2F%2Fwww.dawn.com%2Fnews%2F1902529&counturl=https%3A%2F%2Fwww.dawn.com%2Fnews%2F1902529" target="_blank"><img width="20" height="20" src="/_img/social/icon-twitter.png" /></a> </div> <div class="social js-social-comment social--comment social--tiny leading-none text-3.5 font-arial py-0 h-auto relative px-0.5 border border-solid border-gray-200 rounded float-left hidden lg:block "> <span class="absolute z-1 right-0.5 border-transparent border-4 border-solid mt-4"></span> <a class="font-normal inline-block uppercase align-middle text-gray-400 text-center" data-comments-status="open" href="#comments">0</a> </div></div></article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2' data-id='1902528' id='1902528' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902528' class='story__title text-4.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1902528/digital-banks-opportunities-and-challenges' class='story__link '>Digital Banks — opportunities and challenges </a></h2> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-3.5 font-georgia '>The key challenge for these nascent banks will be patient capital and the staying power of their owners </div> <!-- box/date --><span class='story__time '><span class='timestamp--label'>Published</span> <span class='timestamp--time timeago' title='2025-04-07T06:12:33+05:00'><span class='timestamp__calendar'>07 Apr, 2025</span> <span class='timestamp__time'>06:12am</span></span></span> <!-- box/social --> <div class=' invisible social-alignment absolute z-50 bottom-1 social-alignment absolute z-50 left-1 '> <div class="social js-social-fb social--icon social--facebook float-left hidden lg:block "> <a class=" h-full w-full outline-none inline-block " onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" rel='noreferrer' href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.dawn.com%2Fnews%2F1902528&display=popup&ref=plugin" target="_blank"><img width="20" height="20" src="/_img/social/icon-fb.png" /></a> </div> <div class="social js-social-twitter social--icon social--twitter float-left hidden lg:block "> <a class=' h-full w-full outline-none inline-block ' onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" rel='noreferrer' href="https://twitter.com/share?text=Digital%20Banks%20%E2%80%94%20opportunities%20and%20challenges&url=https%3A%2F%2Fwww.dawn.com%2Fnews%2F1902528&counturl=https%3A%2F%2Fwww.dawn.com%2Fnews%2F1902528" target="_blank"><img width="20" height="20" src="/_img/social/icon-twitter.png" /></a> </div> <div class="social js-social-comment social--comment social--tiny leading-none text-3.5 font-arial py-0 h-auto relative px-0.5 border border-solid border-gray-200 rounded float-left hidden lg:block "> <span class="absolute z-1 right-0.5 border-transparent border-4 border-solid mt-4"></span> <a class="font-normal inline-block uppercase align-middle text-gray-400 text-center" data-comments-status="open" href="#comments">0</a> </div></div></article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-2' data-id='1902527' id='1902527' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-pt:1-pb:2-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902527' class='story__title text-4.5 font-bold font-playfair-display pt-1 pb-2 '><a href='https://www.dawn.com/news/1902527/reforming-debt-for-the-long-term' class='story__link '>Reforming debt for the long term </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="Reforming debt for the long term" href="https://www.dawn.com/news/1902527/reforming-debt-for-the-long-term" target="_self"><picture><img src="https://i.dawn.com/thumbnail/2025/04/071058437e117e9.jpg?r=105930" alt="Reforming debt for the long term" title="Reforming debt for the long term" /></picture></a></div> </figure> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-3.5 font-georgia '>If green Sukuk is used to finance productive, climate-friendly projects rather than raising cheaper debt, it could set a new standard. </div> <!-- box/date --><span class='story__time '><span class='timestamp--label'>Published</span> <span class='timestamp--time timeago' title='2025-04-07T06:12:33+05:00'><span class='timestamp__calendar'>07 Apr, 2025</span> <span class='timestamp__time'>06:12am</span></span></span> <!-- box/social --> <div class=' invisible social-alignment absolute z-50 bottom-1 social-alignment absolute z-50 left-1 '> <div class="social js-social-fb social--icon social--facebook float-left hidden lg:block "> <a class=" h-full w-full outline-none inline-block " onclick="return !window.open(this.href, 'Share on Facebook', 'width=640, height=536')" rel='noreferrer' href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.dawn.com%2Fnews%2F1902527&display=popup&ref=plugin" target="_blank"><img width="20" height="20" src="/_img/social/icon-fb.png" /></a> </div> <div class="social js-social-twitter social--icon social--twitter float-left hidden lg:block "> <a class=' h-full w-full outline-none inline-block ' onclick="return !window.open(this.href, 'Tweet', 'width=640, height=300')" rel='noreferrer' href="https://twitter.com/share?text=Reforming%20debt%20for%20the%20long%20term&url=https%3A%2F%2Fwww.dawn.com%2Fnews%2F1902527&counturl=https%3A%2F%2Fwww.dawn.com%2Fnews%2F1902527" target="_blank"><img width="20" height="20" src="/_img/social/icon-twitter.png" /></a> </div> <div class="social js-social-comment social--comment social--tiny leading-none text-3.5 font-arial py-0 h-auto relative px-0.5 border border-solid border-gray-200 rounded float-left hidden lg:block "> <span class="absolute z-1 right-0.5 border-transparent border-4 border-solid mt-4"></span> <a class="font-normal inline-block uppercase align-middle text-gray-400 text-center" data-comments-status="open" href="#comments">0</a> </div></div></article> <!-- - - - /article - - - --> </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-orange-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='1902839' id='1902839' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902839' class='story__title '><a href='https://www.dawn.com/news/1902839/binance-founder-joins-crypto-council-as-adviser' class='story__link '>Binance founder joins crypto council as adviser </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902838' id='1902838' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902838' class='story__title '><a href='https://www.dawn.com/news/1902838/regulatory-approval-for-starlink-services-awaited-na-body-told' class='story__link '>Regulatory approval for Starlink services awaited, NA body told </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902837' id='1902837' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902837' class='story__title '><a href='https://www.dawn.com/news/1902837/18pc-sales-tax-on-local-cotton-set-to-go' class='story__link '>18pc sales tax on local cotton set to go </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902836' id='1902836' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902836' class='story__title '><a href='https://www.dawn.com/news/1902836/loss-making-discos-told-to-put-house-in-order' class='story__link '>Loss-making Discos told to put house in order </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902835' id='1902835' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902835' class='story__title '><a href='https://www.dawn.com/news/1902835/govt-confirms-princely-salaries-of-nepra-top-brass' class='story__link '>Govt confirms princely salaries of Nepra top brass </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902834' id='1902834' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902834' class='story__title '><a href='https://www.dawn.com/news/1902834/ecc-approves-supplementary-grants-worth-rs92bn' class='story__link '>ECC approves supplementary grants worth Rs92bn </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902833' id='1902833' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902833' class='story__title '><a href='https://www.dawn.com/news/1902833/pakistan-hosts-forum-on-minerals-investment-today' class='story__link '>Pakistan hosts forum on minerals investment today </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902530' id='1902530' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902530' class='story__title '><a href='https://www.dawn.com/news/1902530/adapting-to-trumps-new-tariffs' class='story__link '>Adapting to Trump’s new tariffs </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902529' id='1902529' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902529' class='story__title '><a href='https://www.dawn.com/news/1902529/oil-markets-battered-and-bruised' class='story__link '>Oil markets battered and bruised </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902528' id='1902528' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902528' class='story__title '><a href='https://www.dawn.com/news/1902528/digital-banks-opportunities-and-challenges' class='story__link '>Digital Banks — opportunities and challenges </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902527' id='1902527' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902527' class='story__title '><a href='https://www.dawn.com/news/1902527/reforming-debt-for-the-long-term' class='story__link '>Reforming debt for the long term </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902525' id='1902525' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902525' class='story__title '><a href='https://www.dawn.com/news/1902525/kse-100-share-index-fluctuations' class='story__link '>KSE 100-share index fluctuations </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902524' id='1902524' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902524' class='story__title '><a href='https://www.dawn.com/news/1902524/rupee-report-weekly-rupee-dollar-parity' class='story__link '>Rupee report: Weekly rupee-dollar parity </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902523' id='1902523' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902523' class='story__title '><a href='https://www.dawn.com/news/1902523/finance-urging-financial-prudence' class='story__link '>Finance: Urging financial prudence </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902455' id='1902455' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902455' class='story__title '><a href='https://www.dawn.com/news/1902455/corporate-window-relief-attempts-fall-short-again' class='story__link '>CORPORATE WINDOW: Relief attempts fall short — again </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902454' id='1902454' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902454' class='story__title '><a href='https://www.dawn.com/news/1902454/overtaxed-and-underserved-reforming-a-broken-tax-equation' class='story__link '>Overtaxed and underserved — reforming a broken tax equation </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902453' id='1902453' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902453' class='story__title '><a href='https://www.dawn.com/news/1902453/redirecting-talent-towards-productivity' class='story__link '>Redirecting talent towards productivity </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902452' id='1902452' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902452' class='story__title '><a href='https://www.dawn.com/news/1902452/less-toys-for-kids' class='story__link '>Less toys for kids </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902451' id='1902451' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902451' class='story__title '><a href='https://www.dawn.com/news/1902451/breaking-funding-records' class='story__link '>Breaking funding records </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902450' id='1902450' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902450' class='story__title '><a href='https://www.dawn.com/news/1902450/data-points' class='story__link '>Data points </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902449' id='1902449' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902449' class='story__title '><a href='https://www.dawn.com/news/1902449/losing-billions-because-of-trump' class='story__link '>Losing billions because of Trump </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902448' id='1902448' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902448' class='story__title '><a href='https://www.dawn.com/news/1902448/bleeding-stock-market' class='story__link '>Bleeding stock market </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902447' id='1902447' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902447' class='story__title '><a href='https://www.dawn.com/news/1902447/using-ai-for-empowerment' class='story__link '>Using AI for empowerment </a></h2> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box mb-4 ' data-id='1902446' id='1902446' data-layout='story' data-tags=''> <!-- box/title --> <h2 dir='auto' data-layout='story' data-id='1902446' class='story__title '><a href='https://www.dawn.com/news/1902446/the-vicious-trade-war-worsens' class='story__link '>The vicious trade war worsens </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="pb-4 border-b border-gray-300"> <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> <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='48679 Views' style='clear:both;line-height: 1.2'> <span style='font-size: 165%;'><a style='color: rgb(-60, -60, -60); display: inline;' href='https://www.dawn.com/authors/1200/imtiaz-ali'>Imtiaz Ali</a></span> </li><li class='font-merriweather' title='25902 Views' style='clear:both;line-height: 1.2'> <span style='font-size: 116%;'><a style='color: rgb(87, 87, 87); display: inline;' href='https://www.dawn.com/authors/141/amin-ahmed'>Amin Ahmed</a></span> </li><li class='font-merriweather' title='24260 Views' style='clear:both;line-height: 1.2'> <span style='font-size: 112%;'><a style='color: rgb(99, 99, 99); display: inline;' href='https://www.dawn.com/authors/10633/mahira-sarfraz'>Mahira Sarfraz</a></span> </li><li class='font-merriweather' title='24022 Views' style='clear:both;line-height: 1.2'> <span style='font-size: 112%;'><a style='color: rgb(99, 99, 99); display: inline;' href='https://www.dawn.com/authors/456/shahid-iqbal'>Shahid Iqbal</a></span> </li><li class='font-merriweather' title='19427 Views' style='clear:both;line-height: 1.2'> <span style='font-size: 102%;'><a style='color: rgb(129, 129, 129); 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.20241114121409.css' media='all'></footer> </body> </html>