It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://winglobaltoday.co.uk

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="libre">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_76_59cbvqs_hhdiFa7_FW0b3el_qf9gOW6.png">
  14.    
  15.  
  16.    <title>Wing Global Today: UK News, Politics, and Global Insights</title>
  17.    <meta name="description" content="Wing Global Today delivers the latest UK news, political analysis, and global insights. Stay informed with in-depth reporting and expert commentary on current affairs.">
  18.    <link href="/static/blogapp/assets/css/themify-icons.css" rel="stylesheet">
  19.    <link href="/static/blogapp/assets/css/flaticon.css" rel="stylesheet">
  20.    <link href="/static/blogapp/assets/css/bootstrap.min.css" rel="stylesheet">
  21.    <link href="/static/blogapp/assets/css/animate.css" rel="stylesheet">
  22.    <link href="/static/blogapp/assets/css/owl.carousel.css" rel="stylesheet">
  23.    <link href="/static/blogapp/assets/css/owl.theme.css" rel="stylesheet">
  24.    <link href="/static/blogapp/assets/css/slick.css" rel="stylesheet">
  25.    <link href="/static/blogapp/assets/css/slick-theme.css" rel="stylesheet">
  26.    <link href="/static/blogapp/assets/css/swiper.min.css" rel="stylesheet">
  27.    <link href="/static/blogapp/assets/css/owl.transitions.css" rel="stylesheet">
  28.    <link href="/static/blogapp/assets/css/jquery.fancybox.css" rel="stylesheet">
  29.    <link href="/static/blogapp/assets/css/odometer-theme-default.css" rel="stylesheet">
  30.    <link href="/static/blogapp/assets/css/component.css" rel="stylesheet">
  31.    <link href="/static/blogapp/assets/sass/style.css" rel="stylesheet">
  32.    <link href="/static/blogapp/assets/sass/layout/navbar.css" rel="stylesheet">
  33.    <link href="/static/blogapp/assets/css/responsive.css" rel="stylesheet">
  34.    <link href="/static/blogapp/assets/sass/fonts.css" rel="stylesheet">
  35.    <link rel="canonical" href="https://winglobaltoday.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff3d7f;
  42.        --bs-primary-rgb: ff3d7f;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #eab308;
  47.        --bs-info: #3b82f6;
  48.        --bs-light: #fff0f5;
  49.        --bs-dark: #4a0e1a;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff3d7f;
  53.        --theme-primary-color-s2: #ff3d7f;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #4a0e1a;
  57.        --text-light-color: #676767;
  58.        --heading-color: #4a0e1a;
  59.        --border-color: #f9a8b8;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #fed7de;
  75.        --navbar-color: #4a0e1a;
  76.        --topbar-bg: #fff0f5;
  77.        --topbar-color: #4a0e1a;
  78.        --footer-bg: #4a0e1a;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #f9a8b8;
  82.        --card-radius: 12px;
  83.        --link-color: #ff3d7f;
  84.        --link-hover: #e02d6e;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 61, 127, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_91">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <div class="topbar d-sm-flex d-none">
  406.  <div class="container-fluid fluid-container">
  407.    <div class="row  ">
  408.      <div>
  409.        <div class="pt-2 d-flex gap-2 pb-0">
  410.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2">
  411.            <div class="d-flex">
  412.              <span class="fw-bold">Latest</span>
  413.            </div>
  414.            <div class="d-flex">
  415.              <span class="fw-bold">Update</span>
  416.            </div>
  417.          </div>
  418.  
  419.          <!-- Add an id to the marquee -->
  420.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  421.            <p class="text-center">
  422.              
  423.               <a href="/californias-governor-rejects-early-release-for-cult-member-longtime-inmate/" class="px-5 top-color">
  424.                    California&#x27;s Governor Rejects Early Release for Cult Member Longtime Inmate
  425.                  </a>
  426.              
  427.               <a href="/person-of-interest-in-brown-university-incident-located-deceased-inside-self-storage-unit/" class="px-5 top-color">
  428.                    Person of Interest in Brown University Incident Located Deceased Inside Self-Storage Unit.
  429.                  </a>
  430.              
  431.               <a href="/washing-mushrooms-the-great-debate-a-guide-to-preparing-mushrooms/" class="px-5 top-color">
  432.                    Washing Mushrooms: The Great Debate: A Guide to Preparing Mushrooms
  433.                  </a>
  434.              
  435.               <a href="/body-of-endurance-athlete-seemingly-killed-by-great-white-located-on-california-beach/" class="px-5 top-color">
  436.                    Body of Endurance Athlete Seemingly Killed by Great White Located on California Beach
  437.                  </a>
  438.              
  439.               <a href="/iconic-singer-barry-manilow-will-have-a-procedure-for-a-lung-cancer-diagnosis/" class="px-5 top-color">
  440.                    Iconic Singer Barry Manilow Will Have a Procedure for a Lung Cancer Diagnosis.
  441.                  </a>
  442.              
  443.            </p>
  444.          </marquee>
  445.        </div>
  446.      </div>
  447.    </div>
  448.  </div>
  449. </div>
  450.  
  451. <script>
  452.  // Stop/start marquee when hovering or focusing links inside it
  453.  document.addEventListener("DOMContentLoaded", function () {
  454.    const marquee = document.getElementById("newsMarquee");
  455.    if (!marquee) return;
  456.  
  457.    marquee.querySelectorAll("a").forEach((link) => {
  458.      link.addEventListener("mouseenter", () => marquee.stop());
  459.      link.addEventListener("mouseleave", () => marquee.start());
  460.      // keyboard accessibility
  461.      link.addEventListener("focus", () => marquee.stop());
  462.      link.addEventListener("blur", () => marquee.start());
  463.    });
  464.  });
  465. </script>
  466.  
  467.  
  468.  
  469.            
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476. <header class="header-v8 mb-4">
  477.    <div class="container-fluid fluid-container">
  478.        <!-- Main Navigation Card -->
  479.        <div class="nav-card-v8">
  480.            <div class="row align-items-center justify-content-between">
  481.                <!-- Logo Section -->
  482.               <div class="col-lg-2 col-md-3 col-6">
  483.                    <div class="logo-section-v8">
  484.                        <a class="logo-link-v8" href="/">
  485.                            
  486.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/62c3ba6e-146c-4dfd-8d38-40f304f1a941_logo.png" alt="Wing Global Today" class="logo-img-v8" />
  487.                            
  488.                        </a>
  489.                    </div>
  490.                </div>
  491.  
  492.                <!-- Navigation Menu -->
  493.                <div class="col-lg-8 col-md-6 d-none d-xl-block">
  494.                    <nav class="main-nav-v8">
  495.                        <ul class="nav-list-v8">
  496.  
  497.                            
  498.                            <li class="nav-item-v8">
  499.                                <a href="/" class="nav-link-v8 active-v8"
  500.                                    data-text="Home">Home</a>
  501.                            </li>
  502.  
  503.                            
  504.                            
  505.                             <li class="nav-item-v8">
  506.                                <a href="/category/all-posts/" class="nav-link-v8"
  507.                                    data-text="All Posts">
  508.                                    All Posts
  509.                                </a>
  510.                                </li>
  511.  
  512.                                
  513.  
  514.                                                
  515.                                                
  516.                                
  517.                             <li class="nav-item-v8">
  518.                                <a href="/category/business/" class="nav-link-v8"
  519.                                    data-text="Business">
  520.                                    Business
  521.                                </a>
  522.                                </li>
  523.  
  524.                                
  525.  
  526.                                                
  527.                                                
  528.                                
  529.                             <li class="nav-item-v8">
  530.                                <a href="/category/esports/" class="nav-link-v8"
  531.                                    data-text="Esports">
  532.                                    Esports
  533.                                </a>
  534.                                </li>
  535.  
  536.                                
  537.  
  538.                                                
  539.                                                
  540.                                
  541.                             <li class="nav-item-v8">
  542.                                <a href="/category/fashion/" class="nav-link-v8"
  543.                                    data-text="Fashion">
  544.                                    Fashion
  545.                                </a>
  546.                                </li>
  547.  
  548.                                
  549.  
  550.                                                
  551.                                                
  552.                                
  553.                             <li class="nav-item-v8">
  554.                                <a href="/category/featured/" class="nav-link-v8"
  555.                                    data-text="Featured">
  556.                                    Featured
  557.                                </a>
  558.                                </li>
  559.  
  560.                                
  561.  
  562.                                                
  563.                                                
  564.                                
  565.                             <li class="nav-item-v8">
  566.                                <a href="/category/gaming/" class="nav-link-v8"
  567.                                    data-text="Gaming">
  568.                                    Gaming
  569.                                </a>
  570.                                </li>
  571.  
  572.                                
  573.  
  574.                                                
  575.                                                
  576.                                
  577.                             <li class="nav-item-v8">
  578.                                <a href="/category/health/" class="nav-link-v8"
  579.                                    data-text="Health">
  580.                                    Health
  581.                                </a>
  582.                                </li>
  583.  
  584.                                
  585.  
  586.                                                
  587.                                                
  588.                                
  589.                            
  590.                                
  591.                                
  592.                                <li class="nav-item-v8 has-dropdown-v8">
  593.                                    <a href="#" class="nav-link-v8" data-text="More">More</a>
  594.                                    <div class="dropdown-card-v8">
  595.                                        <div class="dropdown-grid-v8">
  596.                                            <div class="dropdown-section-v8">
  597.                                                <a href="/category/life-fitness/"
  598.                                                    class="dropdown-link-v8">
  599.                                                    <span class="link-icon-v8"></span> Life &amp; Fitness
  600.                                                </a>
  601.                                                
  602.  
  603.                                                
  604.  
  605.                                                
  606.                                                
  607.                                
  608.                            
  609.                                                <a href="/category/lifestyle/"
  610.                                                    class="dropdown-link-v8">
  611.                                                    <span class="link-icon-v8"></span> Lifestyle
  612.                                                </a>
  613.                                                
  614.  
  615.                                                
  616.                                                
  617.                                
  618.                            
  619.                                                <a href="/category/news/"
  620.                                                    class="dropdown-link-v8">
  621.                                                    <span class="link-icon-v8"></span> News
  622.                                                </a>
  623.                                                
  624.  
  625.                                                
  626.                                                
  627.                                
  628.                            
  629.                                                <a href="/category/others/"
  630.                                                    class="dropdown-link-v8">
  631.                                                    <span class="link-icon-v8"></span> Others
  632.                                                </a>
  633.                                                
  634.  
  635.                                                
  636.                                                
  637.                                
  638.                            
  639.                                                <a href="/category/politics/"
  640.                                                    class="dropdown-link-v8">
  641.                                                    <span class="link-icon-v8"></span> Politics
  642.                                                </a>
  643.                                                
  644.  
  645.                                                
  646.                                                
  647.                                
  648.                            
  649.                                                <a href="/category/sports/"
  650.                                                    class="dropdown-link-v8">
  651.                                                    <span class="link-icon-v8"></span> Sports
  652.                                                </a>
  653.                                                
  654.  
  655.                                                
  656.                                                
  657.                                
  658.                            
  659.                                                <a href="/category/tech/"
  660.                                                    class="dropdown-link-v8">
  661.                                                    <span class="link-icon-v8"></span> Tech
  662.                                                </a>
  663.                                                
  664.  
  665.                                                
  666.                                                
  667.                                
  668.                            
  669.                                                <a href="/category/travel/"
  670.                                                    class="dropdown-link-v8">
  671.                                                    <span class="link-icon-v8"></span> Travel
  672.                                                </a>
  673.                                                
  674.  
  675.                                                
  676.                                                
  677.                                            </div>
  678.                                        </div>
  679.                                    </div>
  680.                                </li>
  681.                                
  682.                                
  683. <li>
  684.                  <a href="/page/contact-us/">
  685.                     Contact Us
  686.                  </a>
  687.              </li>
  688.                        </ul>
  689.                    </nav>
  690.  
  691.                </div>
  692.  
  693.                <!-- Search & Mobile Toggle -->
  694.                <div class="col-lg-2 col-md-3 col-6">
  695.                    <div class="nav-actions-v8">
  696.                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
  697.                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  698.                                stroke-width="2">
  699.                                <circle cx="11" cy="11" r="8"></circle>
  700.                                <path d="m21 21-4.35-4.35"></path>
  701.                            </svg>
  702.                        </button>
  703.                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
  704.                            <i class="ti-menu fs-5"></i>
  705.                        </button>
  706.                    </div>
  707.                </div>
  708.            </div>
  709.        </div>
  710.  
  711.        <!-- Floating Search Card -->
  712.        <div class="search-card-v8" id="searchCardV8">
  713.            <div class="search-container-v8">
  714.                <form class="search-form-v8" action="#" method="get">
  715.                    <div class="search-input-wrapper-v8">
  716.                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
  717.                            stroke="currentColor" stroke-width="2">
  718.                            <circle cx="11" cy="11" r="8"></circle>
  719.                            <path d="m21 21-4.35-4.35"></path>
  720.                        </svg>
  721.                        <input type="search" class="search-input-v8" id="search-input"
  722.                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
  723.                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
  724.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  725.                                stroke-width="2">
  726.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  727.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  728.                            </svg>
  729.                        </button>
  730.                    </div>
  731.                    <div class="search-suggestions-v8 search-v1" id="search-results">
  732.                        
  733.                        
  734.                    </div>
  735.                </form>
  736.            </div>
  737.        </div>
  738.  
  739.        <!-- Mobile Navigation Card -->
  740.        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
  741.            <div class="mobile-nav-content-v8">
  742.                <ul class="mobile-nav-list-v8">
  743.  
  744.                    
  745.                    <li class="mobile-nav-item-v8">
  746.                        <a href="/" class="mobile-nav-link-v8 active-v8">
  747.                            Home
  748.                        </a>
  749.                    </li>
  750.  
  751.                    
  752.                      <li class="mobile-nav-item-v8">
  753.                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
  754.                            All Posts
  755.                        </a>
  756.                        </li>
  757.  
  758.                        
  759.  
  760.                                
  761.                                
  762.                        
  763.                      <li class="mobile-nav-item-v8">
  764.                        <a href="/category/business/" class="mobile-nav-link-v8">
  765.                            Business
  766.                        </a>
  767.                        </li>
  768.  
  769.                        
  770.  
  771.                                
  772.                                
  773.                        
  774.                      <li class="mobile-nav-item-v8">
  775.                        <a href="/category/esports/" class="mobile-nav-link-v8">
  776.                            Esports
  777.                        </a>
  778.                        </li>
  779.  
  780.                        
  781.  
  782.                                
  783.                                
  784.                        
  785.                      <li class="mobile-nav-item-v8">
  786.                        <a href="/category/fashion/" class="mobile-nav-link-v8">
  787.                            Fashion
  788.                        </a>
  789.                        </li>
  790.  
  791.                        
  792.  
  793.                                
  794.                                
  795.                        
  796.                      <li class="mobile-nav-item-v8">
  797.                        <a href="/category/featured/" class="mobile-nav-link-v8">
  798.                            Featured
  799.                        </a>
  800.                        </li>
  801.  
  802.                        
  803.  
  804.                                
  805.                                
  806.                        
  807.                      <li class="mobile-nav-item-v8">
  808.                        <a href="/category/gaming/" class="mobile-nav-link-v8">
  809.                            Gaming
  810.                        </a>
  811.                        </li>
  812.  
  813.                        
  814.  
  815.                                
  816.                                
  817.                        
  818.                      <li class="mobile-nav-item-v8">
  819.                        <a href="/category/health/" class="mobile-nav-link-v8">
  820.                            Health
  821.                        </a>
  822.                        </li>
  823.  
  824.                        
  825.  
  826.                                
  827.                                
  828.                        
  829.                    
  830.                        
  831.                        
  832.                        <li class="mobile-nav-item-v8">
  833.                            <a href="#" class="mobile-nav-link-v8" onclick="toggleMobileDropdownV8('more-mobile-v8')">
  834.                                More
  835.                                <svg class="mobile-arrow-v8" width="16" height="16" viewBox="0 0 24 24" fill="none"
  836.                                    stroke="currentColor" stroke-width="2">
  837.                                    <polyline points="6,9 12,15 18,9"></polyline>
  838.                                </svg>
  839.                            </a>
  840.                            <ul class="mobile-dropdown-v8" id="more-mobile-v8">
  841.                                <li>
  842.                                    <a href="/category/life-fitness/"
  843.                                        class="mobile-sub-link-v8">
  844.                                        Life &amp; Fitness
  845.                                    </a>
  846.                                </li>
  847.                                
  848.  
  849.                                
  850.  
  851.                                
  852.                                
  853.                        
  854.                    
  855.                                
  856.                                <li>
  857.                                    <a href="/category/lifestyle/"
  858.                                        class="mobile-sub-link-v8">
  859.                                        Lifestyle
  860.                                    </a>
  861.                                </li>
  862.                                
  863.  
  864.                                
  865.                                
  866.                        
  867.                    
  868.                                
  869.                                <li>
  870.                                    <a href="/category/news/"
  871.                                        class="mobile-sub-link-v8">
  872.                                        News
  873.                                    </a>
  874.                                </li>
  875.                                
  876.  
  877.                                
  878.                                
  879.                        
  880.                    
  881.                                
  882.                                <li>
  883.                                    <a href="/category/others/"
  884.                                        class="mobile-sub-link-v8">
  885.                                        Others
  886.                                    </a>
  887.                                </li>
  888.                                
  889.  
  890.                                
  891.                                
  892.                        
  893.                    
  894.                                
  895.                                <li>
  896.                                    <a href="/category/politics/"
  897.                                        class="mobile-sub-link-v8">
  898.                                        Politics
  899.                                    </a>
  900.                                </li>
  901.                                
  902.  
  903.                                
  904.                                
  905.                        
  906.                    
  907.                                
  908.                                <li>
  909.                                    <a href="/category/sports/"
  910.                                        class="mobile-sub-link-v8">
  911.                                        Sports
  912.                                    </a>
  913.                                </li>
  914.                                
  915.  
  916.                                
  917.                                
  918.                        
  919.                    
  920.                                
  921.                                <li>
  922.                                    <a href="/category/tech/"
  923.                                        class="mobile-sub-link-v8">
  924.                                        Tech
  925.                                    </a>
  926.                                </li>
  927.                                
  928.  
  929.                                
  930.                                
  931.                        
  932.                    
  933.                                
  934.                                <li>
  935.                                    <a href="/category/travel/"
  936.                                        class="mobile-sub-link-v8">
  937.                                        Travel
  938.                                    </a>
  939.                                </li>
  940.                                
  941.  
  942.                                
  943.                                
  944.                            </ul>
  945.                        </li>
  946.                        
  947.                        
  948.  
  949.                </ul>
  950.  
  951.            </div>
  952.        </div>
  953.    </div>
  954.  
  955.    <!-- Background Overlay -->
  956.    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
  957. </header>
  958.  
  959. <style>
  960.    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
  961.    .header-v8 {
  962.        padding: 20px 0;
  963.        position: relative;
  964.        min-height: 120px;
  965.    }
  966.  
  967.    /* Main Navigation Card */
  968.    .nav-card-v8 {
  969.        background:var(--navbar-bg);
  970.        backdrop-filter: blur(20px);
  971.        border: 1px solid var(--border-color);
  972.        border-radius: 20px;
  973.        padding: 15px 25px;
  974.        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  975.        position: relative;
  976.        z-index: 100;
  977.    }
  978.  
  979.    /* Logo Styles */
  980.    .logo-img-v8 {
  981.        max-height: 60px;
  982.        transition: all 0.3s ease;
  983.    }
  984.  
  985.    .logo-link-v8:hover .logo-img-v8 {
  986.        transform: scale(1.05) rotate(2deg);
  987.    }
  988.  
  989.    /* Main Navigation */
  990.    .nav-list-v8 {
  991.        list-style: none;
  992.        padding: 0;
  993.        margin: 0;
  994.        display: flex;
  995.        align-items: center;
  996.        justify-content: center;
  997.        gap: 8px;
  998.    }
  999.  
  1000.    .nav-item-v8 {
  1001.        position: relative;
  1002.    }
  1003.  
  1004.    .nav-link-v8 {
  1005.        color: #4a5568;
  1006.        text-decoration: none;
  1007.        font-weight: 500;
  1008.        font-size: 15px;
  1009.        padding: 12px 18px;
  1010.        border-radius: 12px;
  1011.        position: relative;
  1012.        transition: all 0.3s ease;
  1013.        display: block;
  1014.        background: linear-gradient(135deg, transparent 0%, transparent 100%);
  1015.    }
  1016.  
  1017.    .nav-link-v8::before {
  1018.        content: attr(data-text);
  1019.        position: absolute;
  1020.        top: 0;
  1021.        left: 0;
  1022.        right: 0;
  1023.        bottom: 0;
  1024.        display: flex;
  1025.        align-items: center;
  1026.        justify-content: center;
  1027.        background: var(--sub-nav);
  1028.        color: var(--topbar-color);
  1029.        border-radius: 12px;
  1030.        opacity: 0;
  1031.        transform: scale(0.8);
  1032.        transition: all 0.3s ease;
  1033.        font-weight: 600;
  1034.    }
  1035.  
  1036.    .nav-link-v8:hover::before,
  1037.    .nav-link-v8.active-v8::before {
  1038.        opacity: 1;
  1039.        transform: scale(1);
  1040.    }
  1041.  
  1042.    .nav-link-v8:hover,
  1043.    .nav-link-v8.active-v8 {
  1044.        color: transparent;
  1045.        background: rgba(102, 126, 234, 0.1);
  1046.    }
  1047.  
  1048.    /* Dropdown Styles */
  1049.    .dropdown-card-v8 {
  1050.        position: absolute;
  1051.        top: calc(100% + 15px);
  1052.        left: 50%;
  1053.        transform: translateX(-50%);
  1054.        background:var(--navbar-bg);
  1055.        backdrop-filter: blur(20px);
  1056.        border: 1px solid var(--border-color);
  1057.        border-radius: 16px;
  1058.        padding: 25px;
  1059.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1060.        opacity: 0;
  1061.        visibility: hidden;
  1062.        transform: translateX(-50%) translateY(-10px);
  1063.        transition: all 0.3s ease;
  1064.        z-index: 200;
  1065.        min-width: 320px;
  1066.    }
  1067.  
  1068.    .has-dropdown-v8:hover .dropdown-card-v8 {
  1069.        opacity: 1;
  1070.        visibility: visible;
  1071.        transform: translateX(-50%) translateY(0);
  1072.    }
  1073.  
  1074.    .dropdown-grid-v8 {
  1075.        display: grid;
  1076.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  1077.        gap: 20px;
  1078.    }
  1079.  
  1080.    .dropdown-header-v8 {
  1081.        font-size: 12px;
  1082.        font-weight: 700;
  1083.        color: #667eea;
  1084.        margin-bottom: 12px;
  1085.        text-transform: uppercase;
  1086.        letter-spacing: 1px;
  1087.    }
  1088.  
  1089.    .dropdown-link-v8 {
  1090.        display: flex;
  1091.        align-items: center;
  1092.        color: var(--navbar-color) !important;;
  1093.        text-decoration: none;
  1094.        font-size: 14px;
  1095.        padding: 10px 12px;
  1096.        border-radius: 10px;
  1097.        transition: all 0.3s ease;
  1098.        margin-bottom: 8px;
  1099.    }
  1100.  
  1101.    .dropdown-link-v8:hover {
  1102.        background:var(--bs-primary);
  1103.        color: var(--bs-white) !important;;
  1104.        transform: translateX(5px);
  1105.    }
  1106.  
  1107.    .link-icon-v8 {
  1108.        margin-right: 10px;
  1109.        height: 5px;
  1110.        width: 5px;
  1111.        border: 1px solid #2d3748;
  1112.        border-radius: 50%;
  1113.    }
  1114.  
  1115.    /* Navigation Actions */
  1116.    .nav-actions-v8 {
  1117.        display: flex;
  1118.        align-items: center;
  1119.        justify-content: flex-end;
  1120.        gap: 10px;
  1121.    }
  1122.  
  1123.    .search-toggle-v8,
  1124.    .mobile-toggle-v8 {
  1125.        background: rgba(102, 126, 234, 0.1);
  1126.        border: none;
  1127.        border-radius: 12px;
  1128.        padding: 12px;
  1129.        cursor: pointer;
  1130.        transition: all 0.3s ease;
  1131.        color: var(--bs-white);
  1132.    }
  1133.  
  1134.    .search-toggle-v8:hover,
  1135.    .mobile-toggle-v8:hover {
  1136.        background: var(--sub-nav);
  1137.        color: var(--topbar-color);
  1138.        transform: scale(1.05);
  1139.    }
  1140.  
  1141.    .mobile-toggle-v8 {
  1142.        flex-direction: column;
  1143.        gap: 3px;
  1144.        padding: 10px 12px;
  1145.    }
  1146.  
  1147.    .toggle-line-v8 {
  1148.        width: 20px;
  1149.        height: 2px;
  1150.        background: currentColor;
  1151.        border-radius: 1px;
  1152.        transition: all 0.3s ease;
  1153.    }
  1154.  
  1155.    /* Floating Search Card */
  1156.    .search-card-v8 {
  1157.        position: absolute;
  1158.        top: 100%;
  1159.        left: 50%;
  1160.        transform: translateX(-50%);
  1161.        width: calc(100% - 40px);
  1162.        max-width: 600px;
  1163.        background:var(--navbar-bg);
  1164.        backdrop-filter: blur(20px);
  1165.        border: 1px solid var(--border-color);
  1166.        border-radius: 20px;
  1167.        padding: 25px;
  1168.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1169.        opacity: 0;
  1170.        visibility: hidden;
  1171.        transform: translateX(-50%) translateY(-20px);
  1172.        transition: all 0.4s ease;
  1173.        z-index: 300;
  1174.        margin-top: 15px;
  1175.    }
  1176.  
  1177.    .search-card-v8.show-v8 {
  1178.        opacity: 1;
  1179.        visibility: visible;
  1180.        transform: translateX(-50%) translateY(0);
  1181.    }
  1182.  
  1183.    .search-input-wrapper-v8 {
  1184.        display: flex;
  1185.        align-items: center;
  1186.        background: rgba(248, 250, 252, 0.8);
  1187.        border: 2px solid rgba(102, 126, 234, 0.2);
  1188.        border-radius: 15px;
  1189.        padding: 5px;
  1190.        margin-bottom: 20px;
  1191.        transition: all 0.3s ease;
  1192.    }
  1193.  
  1194.    .search-input-wrapper-v8:focus-within {
  1195.        border-color: #667eea;
  1196.        background: rgba(255, 255, 255, 0.9);
  1197.        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1198.    }
  1199.  
  1200.    .search-icon-v8 {
  1201.        color: #a0aec0;
  1202.        margin: 0 15px;
  1203.        transition: color 0.3s ease;
  1204.    }
  1205.  
  1206.    .search-input-wrapper-v8:focus-within .search-icon-v8 {
  1207.        color: #667eea;
  1208.    }
  1209.  
  1210.    .search-input-v8 {
  1211.        flex: 1;
  1212.        border: none;
  1213.        background: transparent;
  1214.        font-size: 16px;
  1215.        padding: 15px 0;
  1216.        outline: none;
  1217.        color: #2d3748;
  1218.    }
  1219.  
  1220.    .search-input-v8::placeholder {
  1221.        color: #a0aec0;
  1222.    }
  1223.  
  1224.    .search-close-v8 {
  1225.        background: rgba(160, 174, 192, 0.2);
  1226.        border: none;
  1227.        border-radius: 10px;
  1228.        padding: 8px;
  1229.        margin-right: 8px;
  1230.        cursor: pointer;
  1231.        transition: all 0.3s ease;
  1232.        color: #a0aec0;
  1233.    }
  1234.  
  1235.    .search-close-v8:hover {
  1236.        background: rgba(229, 62, 62, 0.1);
  1237.        color: #e53e3e;
  1238.    }
  1239.  
  1240.    /* Search Suggestions */
  1241.    .search-suggestions-v8 {
  1242.        display: grid;
  1243.        gap: 8px;
  1244.    }
  1245.  
  1246.    .suggestion-item-v8 {
  1247.        display: flex;
  1248.        align-items: center;
  1249.        padding: 12px 15px;
  1250.        background: rgba(248, 250, 252, 0.1);
  1251.        border-radius: 12px;
  1252.        cursor: pointer;
  1253.        transition: all 0.3s ease;
  1254.    }
  1255.  
  1256.    .suggestion-item-v8:hover {
  1257.        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
  1258.        color: white;
  1259.        transform: translateX(5px);
  1260.    }
  1261.  
  1262.    .suggestion-icon-v8 {
  1263.        margin-right: 12px;
  1264.        font-size: 16px;
  1265.    }
  1266.  
  1267.    .suggestion-text-v8 {
  1268.        font-size: 14px;
  1269.        font-weight: 500;
  1270.    }
  1271.  
  1272.    /* Mobile Navigation Card */
  1273.    .mobile-nav-card-v8 {
  1274.        position: absolute;
  1275.        top: 100%;
  1276.        left: 50%;
  1277.        transform: translateX(-50%);
  1278.        width: calc(100% - 40px);
  1279.        background:var(--card-bg);
  1280.        backdrop-filter: blur(20px);
  1281.        border: 1px solid var(--border-color);
  1282.        border-radius: 20px;
  1283.        padding: 20px;
  1284.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1285.        opacity: 0;
  1286.        visibility: hidden;
  1287.        transform: translateX(-50%) translateY(-20px);
  1288.        transition: all 0.4s ease;
  1289.        z-index: 300;
  1290.        margin-top: 15px;
  1291.        max-height: 70vh;
  1292.        overflow-y: auto;
  1293.    }
  1294.  
  1295.    .mobile-nav-card-v8.show-v8 {
  1296.        opacity: 1;
  1297.        visibility: visible;
  1298.        transform: translateX(-50%) translateY(0);
  1299.    }
  1300.  
  1301.    .mobile-nav-list-v8 {
  1302.        list-style: none;
  1303.        padding: 0;
  1304.        margin: 0;
  1305.    }
  1306.  
  1307.    .mobile-nav-item-v8 {
  1308.        margin-bottom: 8px;
  1309.    }
  1310.  
  1311.    .mobile-nav-link-v8 {
  1312.        display: flex;
  1313.        align-items: center;
  1314.        color: var(--navbar-color) !important;
  1315.        text-decoration: none;
  1316.        font-weight: 500;
  1317.        font-size: 16px;
  1318.        padding: 15px;
  1319.        border-radius: 12px;
  1320.        justify-content: space-between;
  1321.    }
  1322.  
  1323.    .mobile-nav-link-v8:hover,
  1324.    .mobile-nav-link-v8.active-v8 {
  1325.        background:var(--sub-nav);
  1326.        color: var(--topbar-color) !important;
  1327.    }
  1328.  
  1329.    .mobile-nav-icon-v8 {
  1330.        font-size: 18px;
  1331.        background-color: var(--navbar-bg) !important;
  1332.        margin-right: 12px;
  1333.    }
  1334.  
  1335.    .mobile-arrow-v8 {
  1336.        transition: transform 0.3s ease;
  1337.    }
  1338.  
  1339.    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
  1340.        transform: rotate(180deg);
  1341.    }
  1342.  
  1343.    .mobile-dropdown-v8 {
  1344.        list-style: none;
  1345.        padding: 0;
  1346.        margin: 0;
  1347.        max-height: 0;
  1348.        overflow: hidden;
  1349.        transition: all 0.3s ease;
  1350.        background: rgba(248, 250, 252, 0.5);
  1351.        border-radius: 12px;
  1352.        margin-top: 8px;
  1353.    }
  1354.  
  1355.    .mobile-dropdown-v8.show-v8 {
  1356.        max-height: 300px;
  1357.        background-color: var(--navbar-bg);
  1358.        padding: 10px 0;
  1359.    }
  1360.  
  1361.    .mobile-sub-link-v8 {
  1362.        display: block;
  1363.        color: var(--navbar-color) !important;
  1364.        text-decoration: none;
  1365.        font-size: 14px;
  1366.        padding: 10px 20px;
  1367.        transition: all 0.3s ease;
  1368.    }
  1369.  
  1370.    .mobile-sub-link-v8:hover {
  1371.        color: var(--topbar-color);
  1372.        background: var(--sub-nav);
  1373.        border-radius: 12px;
  1374.    }
  1375.  
  1376.    /* Background Overlay */
  1377.    .nav-overlay-v8 {
  1378.        position: fixed;
  1379.        top: 0;
  1380.        left: 0;
  1381.        right: 0;
  1382.        bottom: 0;
  1383.        background: rgba(0, 0, 0, 0.3);
  1384.        backdrop-filter: blur(5px);
  1385.        z-index: 250;
  1386.        opacity: 0;
  1387.        visibility: hidden;
  1388.        transition: all 0.3s ease;
  1389.    }
  1390.  
  1391.    .nav-overlay-v8.show-v8 {
  1392.        opacity: 1;
  1393.        visibility: visible;
  1394.    }
  1395.  
  1396.    /* Responsive Design */
  1397.    @media (max-width: 1300px) {
  1398.        .header-v8 {
  1399.            padding: 15px 0;
  1400.        }
  1401.  
  1402.        .nav-card-v8 {
  1403.            padding: 12px 20px;
  1404.            border-radius: 15px;
  1405.        }
  1406.  
  1407.        .search-card-v8,
  1408.        .mobile-nav-card-v8 {
  1409.            width: calc(100% - 40px);
  1410.            padding: 20px;
  1411.        }
  1412.    }
  1413.  
  1414.    @media (max-width: 576px) {
  1415.        .nav-card-v8 {
  1416.            padding: 10px 15px;
  1417.        }
  1418.  
  1419.        .logo-img-v8 {
  1420.            max-height: 35px;
  1421.        }
  1422.    }
  1423. </style>
  1424.  
  1425. <script>
  1426.    let activeCard = null;
  1427.  
  1428.    function toggleSearchV8() {
  1429.        const searchCard = document.getElementById('searchCardV8');
  1430.        const overlay = document.getElementById('navOverlayV8');
  1431.        const mobileNav = document.getElementById('mobileNavV8');
  1432.  
  1433.        // Close mobile nav if open
  1434.        mobileNav.classList.remove('show-v8');
  1435.  
  1436.        if (searchCard.classList.contains('show-v8')) {
  1437.            searchCard.classList.remove('show-v8');
  1438.            overlay.classList.remove('show-v8');
  1439.            activeCard = null;
  1440.        } else {
  1441.            searchCard.classList.add('show-v8');
  1442.            overlay.classList.add('show-v8');
  1443.            activeCard = 'search';
  1444.  
  1445.            // Focus on search input
  1446.            setTimeout(() => {
  1447.                const searchInput = document.querySelector('.search-input-v8');
  1448.                if (searchInput) searchInput.focus();
  1449.            }, 100);
  1450.        }
  1451.    }
  1452.  
  1453.    function toggleMobileNavV8() {
  1454.        const mobileNav = document.getElementById('mobileNavV8');
  1455.        const overlay = document.getElementById('navOverlayV8');
  1456.        const searchCard = document.getElementById('searchCardV8');
  1457.  
  1458.        // Close search if open
  1459.        searchCard.classList.remove('show-v8');
  1460.  
  1461.        if (mobileNav.classList.contains('show-v8')) {
  1462.            mobileNav.classList.remove('show-v8');
  1463.            overlay.classList.remove('show-v8');
  1464.            activeCard = null;
  1465.        } else {
  1466.            mobileNav.classList.add('show-v8');
  1467.            overlay.classList.add('show-v8');
  1468.            activeCard = 'mobile';
  1469.        }
  1470.    }
  1471.  
  1472.    function toggleMobileDropdownV8(dropdownId) {
  1473.        const dropdown = document.getElementById(dropdownId);
  1474.        const parentItem = dropdown.closest('.mobile-nav-item-v8');
  1475.  
  1476.        // Close other dropdowns
  1477.        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
  1478.        const allParents = document.querySelectorAll('.mobile-nav-item-v8');
  1479.  
  1480.        allDropdowns.forEach(dd => {
  1481.            if (dd.id !== dropdownId) {
  1482.                dd.classList.remove('show-v8');
  1483.            }
  1484.        });
  1485.  
  1486.        allParents.forEach(parent => {
  1487.            if (parent !== parentItem) {
  1488.                parent.classList.remove('open-v8');
  1489.            }
  1490.        });
  1491.  
  1492.        // Toggle current dropdown
  1493.        dropdown.classList.toggle('show-v8');
  1494.        parentItem.classList.toggle('open-v8');
  1495.    }
  1496.  
  1497.    function closeAllV8() {
  1498.        const searchCard = document.getElementById('searchCardV8');
  1499.        const mobileNav = document.getElementById('mobileNavV8');
  1500.        const overlay = document.getElementById('navOverlayV8');
  1501.  
  1502.        searchCard.classList.remove('show-v8');
  1503.        mobileNav.classList.remove('show-v8');
  1504.        overlay.classList.remove('show-v8');
  1505.        activeCard = null;
  1506.    }
  1507.  
  1508.    // Close on escape key
  1509.    document.addEventListener('keydown', function (e) {
  1510.        if (e.key === 'Escape' && activeCard) {
  1511.            closeAllV8();
  1512.        }
  1513.    });
  1514.  
  1515.    // Handle suggestion clicks
  1516.    document.addEventListener('click', function (e) {
  1517.        if (e.target.closest('.suggestion-item-v8')) {
  1518.            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
  1519.            const searchInput = document.querySelector('.search-input-v8');
  1520.            if (searchInput) {
  1521.                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
  1522.            }
  1523.        }
  1524.    });
  1525. </script>
  1526. <script>
  1527.  document.addEventListener("DOMContentLoaded", function () {
  1528.    console.log("loaded");
  1529.  
  1530.     const searchInput = document.getElementById("search-input")
  1531.    const searchResults = document.getElementById("search-results");
  1532.  
  1533.    if (!searchInput || !searchResults) {
  1534.      console.error("Search input/results not found");
  1535.      return;
  1536.    }
  1537.  
  1538.    // Prevent form submission
  1539.    if (searchInput.form) {
  1540.      searchInput.form.addEventListener("submit", function (e) {
  1541.        e.preventDefault();
  1542.      });
  1543.    }
  1544.  
  1545.    // Add event listener for keyup
  1546.    searchInput.addEventListener("keyup", function (e) {
  1547.      console.log("Key pressed:", e.key);
  1548.      e.preventDefault();
  1549.  
  1550.      const query = searchInput.value.trim();
  1551.      console.log("User is typing: " + query);
  1552.  
  1553.      // If empty → clear and hide
  1554.      if (query === "") {
  1555.        searchResults.innerHTML = "";
  1556.        searchResults.style.display = "none";
  1557.        return;
  1558.      }
  1559.  
  1560.      // Show results
  1561.      searchResults.style.display = "block";
  1562.  
  1563.      // Fetch search results
  1564.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1565.        method: "GET",
  1566.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1567.      })
  1568.        .then(response => {
  1569.          console.log("Response Status:", response.status);
  1570.          return response.json();
  1571.        })
  1572.        .then(data => {
  1573.          console.log("Data received:", data);
  1574.          if (data.html) {
  1575.            searchResults.innerHTML = data.html;
  1576.          } else {
  1577.            searchResults.innerHTML = "<p>No results found.</p>";
  1578.          }
  1579.        })
  1580.        .catch(error => {
  1581.          console.error("Error fetching search results:", error);
  1582.        });
  1583.    });
  1584.  
  1585.    // Close results when clicking outside
  1586.    document.addEventListener("click", function (e) {
  1587.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1588.        searchResults.style.display = "none";
  1589.      }
  1590.    });
  1591.  
  1592.    // Close results on ESC key
  1593.    document.addEventListener("keydown", function (e) {
  1594.      if (e.key === "Escape") {
  1595.        searchResults.style.display = "none";
  1596.      }
  1597.    });
  1598.  });
  1599. </script>
  1600.  
  1601.  
  1602.        </header>
  1603.        <!-- end of header -->
  1604.        <!-- start of wpo-blog-hero -->
  1605.        
  1606.  
  1607.  
  1608.  
  1609.  
  1610.  
  1611.  
  1612.  
  1613. <div class="blog-hero-v5">
  1614.  <div class="container-fluid fluid-container">
  1615.    <!-- Hero Header -->
  1616.  
  1617.    <!-- Main Content Grid -->
  1618.    <div class="row g-4">
  1619.      <!-- Large Featured Post - Left Side -->
  1620.      <div class="col-lg-6 col-md-12">
  1621.        
  1622.        
  1623.          
  1624.        <div class="large-featured-card">
  1625.          <div class="card-image-wrapper">
  1626.            
  1627.                <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="card-image">
  1628.            
  1629.            <div class="image-overlay">
  1630.              <span class="category-pill fashion bg-primary-gradient">News</span>
  1631.            </div>
  1632.          </div>
  1633.          <div class="card-content">
  1634.            <h2 class="card-title"><a class="top-color" href="/ex-uk-soldier-charged-of-killing-kenyan-female-shows-up-in-court/">
  1635.                                        Ex UK Soldier Charged of Killing Kenyan Female Shows Up in Court
  1636.                                    </a></h2>
  1637.            <p class="card-description"></p>
  1638.            <div class="card-footer">
  1639.              <div class="author-section">
  1640.                <div class="author-avatar">
  1641.                  
  1642.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5811a834-c785-492b-96f0-cc1f15b95bfe_profile.png" alt="Christopher Herrera" style="object-fit: cover;" class="author-img">
  1643.                    
  1644.                </div>
  1645.                <div class="author-details">
  1646.                  <span class="author-name">Christopher Herrera</span>
  1647.                  <span class="publish-date">19 May 2026</span>
  1648.                </div>
  1649.              </div>
  1650.              <div class="read-time">
  1651.                <!-- <span>9 min read</span> -->
  1652.              </div>
  1653.            </div>
  1654.          </div>
  1655.        </div>
  1656.  
  1657.        
  1658.      </div>
  1659.      
  1660.  
  1661.      <!-- Right Side - Grid of Posts -->
  1662.      <div class="col-lg-6 col-md-12">
  1663.        <div class="row h-100">
  1664.          
  1665.          
  1666.            
  1667.          <!-- Medium Featured Post -->
  1668.          <div class="col-12 mb-3">
  1669.            <div class="medium-featured-card h-100">
  1670.              <div class="row g-0 h-100">
  1671.                <div class="col-md-6">
  1672.                  <div class="medium-image-wrapper">
  1673.                    
  1674.                          <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1675.                      
  1676.                    <div class="medium-overlay">
  1677.                      <span class="category-pill travel bg-primary-gradient">News</span>
  1678.                    </div>
  1679.                  </div>
  1680.                </div>
  1681.                <div class="col-md-6">
  1682.                  <div class="medium-content">
  1683.                    <h3 class="medium-title"><a class="top-color" href="/us-food-and-drug-administration-clears-addyi-a-libido-enhancing-medication-for-postmenopausal/">
  1684.                                        U.S. Food and Drug Administration Clears Addyi, a Libido-Enhancing Medication for Postmenopausal
  1685.                                    </a></h3>
  1686.                    <p class="medium-excerpt"></p>
  1687.                    <div class="medium-meta">
  1688.                      <span class="author">By Christopher Herrera</span>
  1689.                      <span class="date">19 May 2026</span>
  1690.                    </div>
  1691.                  </div>
  1692.                </div>
  1693.              </div>
  1694.            </div>
  1695.          </div>
  1696.  
  1697.          
  1698.          
  1699.  
  1700.          
  1701.            <!-- Small Cards Row -->
  1702.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1703.              <div class="small-card h-100">
  1704.                <div class="small-image-wrapper">
  1705.                    
  1706.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1707.                            style="object-fit: cover;" alt="">
  1708.                    
  1709.                  <span class="small-category bg-primary-gradient">News</span>
  1710.                </div>
  1711.                <div class="small-content">
  1712.                  <h4 class="small-title"> <a class="top-color" href="/we-must-have-a-chopper-to-search-for-them-13-year-olds-urgent-plea-to-aid-relatives-adrift-off-aussie-coast-unveiled/" >
  1713.                                        We Must Have a Chopper to Search For Them’: 13-Year-Old’s Urgent Plea to Aid Relatives Adrift Off Aussie Coast Unveiled
  1714.                                    </a></h4>
  1715.                  <p class="medium-excerpt"></p>
  1716.                  <div class="small-meta">
  1717.                    <span>By Christopher Herrera</span>
  1718.                    <span>19 May 2026</span>
  1719.                  </div>
  1720.                </div>
  1721.              </div>
  1722.            </div>
  1723.            
  1724.            <!-- Small Cards Row -->
  1725.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1726.              <div class="small-card h-100">
  1727.                <div class="small-image-wrapper">
  1728.                    
  1729.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1730.                            style="object-fit: cover;" alt="">
  1731.                    
  1732.                  <span class="small-category bg-primary-gradient">News</span>
  1733.                </div>
  1734.                <div class="small-content">
  1735.                  <h4 class="small-title"> <a class="top-color" href="/cyclone-disaster-in-sri-lanka-awakens-a-wave-of-community-action/" >
  1736.                                        Cyclone Disaster in Sri Lanka Awakens a Wave of Community Action
  1737.                                    </a></h4>
  1738.                  <p class="medium-excerpt"></p>
  1739.                  <div class="small-meta">
  1740.                    <span>By Christopher Herrera</span>
  1741.                    <span>18 May 2026</span>
  1742.                  </div>
  1743.                </div>
  1744.              </div>
  1745.            </div>
  1746.            
  1747.  
  1748.        </div>
  1749.      </div>
  1750.    </div>
  1751.  </div>
  1752. </div>
  1753.  
  1754. <style>
  1755.  /* Blog Hero V5 - Clean Card Grid Design */
  1756.  :root {
  1757.    --shadow-light: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  1758.    --shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1759.    --shadow-heavy: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  1760.  
  1761.    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  1762.  }
  1763.  
  1764.  .blog-hero-v5 {
  1765.    padding: 4rem 0;
  1766.  }
  1767.  
  1768.  /* Hero Header */
  1769.  .hero-header {
  1770.    margin-bottom: 2rem;
  1771.  }
  1772.  
  1773.  .hero-title {
  1774.    font-size: 3.5rem;
  1775.    font-weight: 800;
  1776.    color: var(--text-dark);
  1777.    margin-bottom: 1rem;
  1778.    letter-spacing: -0.025em;
  1779.    line-height: 1.1;
  1780.  }
  1781.  
  1782.  .hero-subtitle {
  1783.    font-size: 1.25rem;
  1784.    color: var(--text-light);
  1785.    font-weight: 400;
  1786.    max-width: 600px;
  1787.    margin: 0 auto;
  1788.  }
  1789.  
  1790.  /* Large Featured Card */
  1791.  .large-featured-card {
  1792.    background: var(--card-bg);
  1793.    border-radius: var(--border-radius);
  1794.    box-shadow: var(--shadow-medium);
  1795.    overflow: hidden;
  1796.    height: 100%;
  1797.    transition: var(--transition);
  1798.    border: 1px solid var(--border-color);
  1799.  }
  1800.  
  1801.  .large-featured-card:hover {
  1802.    transform: translateY(-8px);
  1803.    box-shadow: var(--shadow-heavy);
  1804.  }
  1805.  
  1806.  .card-image-wrapper {
  1807.    position: relative;
  1808.    height: 280px;
  1809.    overflow: hidden;
  1810.  }
  1811.  
  1812.  .card-image {
  1813.    width: 100%;
  1814.    height: 100%;
  1815.    object-fit: cover;
  1816.    transition: var(--transition);
  1817.  }
  1818.  
  1819.  .large-featured-card:hover .card-image {
  1820.    transform: scale(1.05);
  1821.  }
  1822.  
  1823.  .image-overlay {
  1824.    position: absolute;
  1825.    top: 1.5rem;
  1826.    left: 1.5rem;
  1827.  }
  1828.  
  1829.  .card-content {
  1830.    padding: 2rem;
  1831.  }
  1832.  
  1833.  .card-title {
  1834.    font-size: 1.75rem;
  1835.    font-weight: 700;
  1836.    color: var(--text-dark);
  1837.    margin-bottom: 1rem;
  1838.    line-height: 1.3;
  1839.  }
  1840.  
  1841.  .card-description {
  1842.    color: var(--text-light);
  1843.    font-size: 1rem;
  1844.    line-height: 1.6;
  1845.    margin-bottom: 2rem;
  1846.  }
  1847.  
  1848.  .card-footer {
  1849.    display: flex;
  1850.    align-items: center;
  1851.    justify-content: space-between;
  1852.  }
  1853.  
  1854.  .author-section {
  1855.    display: flex;
  1856.    align-items: center;
  1857.    gap: 1rem;
  1858.  }
  1859.  
  1860.  .author-avatar {
  1861.    width: 48px;
  1862.    height: 48px;
  1863.    border-radius: 50%;
  1864.    overflow: hidden;
  1865.    border: 2px solid var(--border-color);
  1866.  }
  1867.  
  1868.  .author-avatar img {
  1869.    width: 100%;
  1870.    height: 100%;
  1871.    object-fit: cover;
  1872.  }
  1873.  
  1874.  .author-details {
  1875.    display: flex;
  1876.    flex-direction: column;
  1877.  }
  1878.  
  1879.  .author-name {
  1880.    font-weight: 600;
  1881.    color: var(--text-dark);
  1882.    font-size: 0.95rem;
  1883.  }
  1884.  
  1885.  .publish-date {
  1886.    color: var(--text-light);
  1887.    font-size: 0.875rem;
  1888.  }
  1889.  
  1890.  .read-time {
  1891.    background: var(--card-bg);
  1892.    padding: 0.5rem 1rem;
  1893.    border-radius: 20px;
  1894.    font-size: 0.875rem;
  1895.    color: var(--text-light);
  1896.    font-weight: 500;
  1897.  }
  1898.  
  1899.  /* Category Pills */
  1900.  .category-pill {
  1901.    display: inline-block;
  1902.    padding: 0.5rem 1rem;
  1903.    font-size: 0.75rem;
  1904.    font-weight: 600;
  1905.    text-transform: uppercase;
  1906.    letter-spacing: 0.05em;
  1907.    border-radius: 20px;
  1908.    color: white;
  1909.  }
  1910.  
  1911.  
  1912.  /* Medium Featured Card */
  1913.  .medium-featured-card {
  1914.    background: var(--card-bg);
  1915.    border-radius: var(--border-radius);
  1916.    box-shadow: var(--shadow-light);
  1917.    overflow: hidden;
  1918.    height: 220px;
  1919.    transition: var(--transition);
  1920.    border: 1px solid var(--border-color);
  1921.  }
  1922.  
  1923.  .medium-featured-card:hover {
  1924.    transform: translateY(-4px);
  1925.    box-shadow: var(--shadow-medium);
  1926.  }
  1927.  
  1928.  .medium-image-wrapper {
  1929.    position: relative;
  1930.    height: 100%;
  1931.    overflow: hidden;
  1932.  }
  1933.  
  1934.  .medium-image-wrapper img {
  1935.    width: 100%;
  1936.    height: 100%;
  1937.    object-fit: cover;
  1938.    transition: var(--transition);
  1939.  }
  1940.  
  1941.  .medium-featured-card:hover .medium-image-wrapper img {
  1942.    transform: scale(1.05);
  1943.  }
  1944.  
  1945.  .medium-overlay {
  1946.    position: absolute;
  1947.    top: 1rem;
  1948.    left: 1rem;
  1949.  }
  1950.  
  1951.  .medium-content {
  1952.    padding: 1.5rem;
  1953.    display: flex;
  1954.    flex-direction: column;
  1955.    justify-content: space-between;
  1956.    height: 100%;
  1957.  }
  1958.  
  1959.  .medium-title {
  1960.    font-size: 1.25rem;
  1961.    font-weight: 600;
  1962.    color: var(--text-dark);
  1963.    margin-bottom: 0.75rem;
  1964.    line-height: 1.3;
  1965.  }
  1966.  
  1967.  .medium-excerpt {
  1968.    color: var(--text-light);
  1969.    font-size: 0.9rem;
  1970.    line-height: 1.5;
  1971.    margin-bottom: 1rem;
  1972.    flex-grow: 1;
  1973.  }
  1974.  
  1975.  .medium-meta {
  1976.    display: flex;
  1977.    flex-direction: column;
  1978.    gap: 0.25rem;
  1979.    font-size: 0.8rem;
  1980.  }
  1981.  
  1982.  /* Small Cards */
  1983.  .small-card {
  1984.    background: var(--card-bg);
  1985.    border-radius: var(--border-radius);
  1986.    box-shadow: var(--shadow-light);
  1987.    overflow: hidden;
  1988.    transition: var(--transition);
  1989.    border: 1px solid var(--border-color);
  1990.    display: flex;
  1991.    flex-direction: column;
  1992.  }
  1993.  
  1994.  .small-card:hover {
  1995.    transform: translateY(-4px);
  1996.    box-shadow: var(--shadow-medium);
  1997.  }
  1998.  
  1999.  .small-image-wrapper {
  2000.    position: relative;
  2001.    height: 140px;
  2002.    overflow: hidden;
  2003.    flex-shrink: 0;
  2004.  }
  2005.  
  2006.  .small-image-wrapper img {
  2007.    width: 100%;
  2008.    height: 100%;
  2009.    object-fit: cover;
  2010.    transition: var(--transition);
  2011.  }
  2012.  
  2013.  .small-card:hover .small-image-wrapper img {
  2014.    transform: scale(1.05);
  2015.  }
  2016.  
  2017.  .small-category {
  2018.    position: absolute;
  2019.    top: 0.75rem;
  2020.    left: 0.75rem;
  2021.    padding: 0.25rem 0.75rem;
  2022.    font-size: 0.7rem;
  2023.    font-weight: 600;
  2024.    text-transform: uppercase;
  2025.    border-radius: 12px;
  2026.    color: white;
  2027.  }
  2028.  
  2029.  
  2030.  .small-content {
  2031.    padding: 1rem;
  2032.    flex-grow: 1;
  2033.    display: flex;
  2034.    flex-direction: column;
  2035.    justify-content: space-between;
  2036.  }
  2037.  
  2038.  .small-title {
  2039.    font-size: 1rem;
  2040.    font-weight: 600;
  2041.    color: var(--text-dark);
  2042.    margin-bottom: 0.75rem;
  2043.    line-height: 1.3;
  2044.  }
  2045.  
  2046.  .small-meta {
  2047.    display: flex;
  2048.    justify-content: space-between;
  2049.    font-size: 0.75rem;
  2050.    color: var(--text-light);
  2051.  }
  2052.  
  2053.  /* Stats Section - Removed */
  2054.  
  2055.  /* Responsive Design */
  2056.  @media (max-width: 992px) {
  2057.    .hero-title {
  2058.      font-size: 2.5rem;
  2059.    }
  2060.  
  2061.    .card-content {
  2062.      padding: 1.5rem;
  2063.    }
  2064.  
  2065.    .card-title {
  2066.      font-size: 1.5rem;
  2067.    }
  2068.  
  2069.    .medium-featured-card {
  2070.      height: auto;
  2071.    }
  2072.  
  2073.    .medium-content {
  2074.      height: auto;
  2075.    }
  2076.  }
  2077.  
  2078.  @media (max-width: 768px) {
  2079.    .blog-hero-v5 {
  2080.      padding: 2rem 0;
  2081.    }
  2082.  
  2083.    .hero-title {
  2084.      font-size: 2rem;
  2085.    }
  2086.  
  2087.    .hero-subtitle {
  2088.      font-size: 1rem;
  2089.    }
  2090.  
  2091.    .card-image-wrapper {
  2092.      height: 200px;
  2093.    }
  2094.  
  2095.    .medium-featured-card {
  2096.      height: auto;
  2097.    }
  2098.  
  2099.    .medium-image-wrapper {
  2100.      height: 150px;
  2101.    }
  2102.  
  2103.    .small-image-wrapper {
  2104.      height: 120px;
  2105.    }
  2106.  }
  2107.  
  2108.  @media (max-width: 576px) {
  2109.    .card-footer {
  2110.      flex-direction: column;
  2111.      align-items: flex-start;
  2112.      gap: 1rem;
  2113.    }
  2114.  
  2115.    .stat-number {
  2116.      font-size: 1.5rem;
  2117.    }
  2118.  }
  2119. </style>
  2120.  
  2121.  
  2122.  
  2123.  
  2124.  
  2125.        <!-- end of wpo-blog-hero -->
  2126.  
  2127.        <!-- start of wpo-breacking-news -->
  2128.        
  2129.        <!-- end of wpo-breacking-news -->
  2130.        
  2131.        <!-- start wpo-blog-highlights-section -->
  2132.        
  2133.  
  2134.  
  2135.  
  2136.    
  2137.  
  2138.  
  2139.  <style>
  2140.    /* Section Header */
  2141.    .section-header-v9 {
  2142.      text-align: center;
  2143.      margin-bottom: 20px;
  2144.    }
  2145.    
  2146.    .section-title-v9 {
  2147.      font-size: 3rem;
  2148.      font-weight: 700;
  2149.      color: var(--topbar-color);
  2150.      margin-bottom: 20px;
  2151.      text-transform: uppercase;
  2152.    }
  2153.    
  2154.    .section-subtitle-v9 {
  2155.      font-size: 1.2rem;
  2156.      color: var(--topbar-color);
  2157.      opacity: 0.5;
  2158.      max-width: 800px;
  2159.      margin: 0 auto;
  2160.      line-height: 1.8;
  2161.    }
  2162.        
  2163.    /* Blog Card */
  2164.    .blog-card-v9 {
  2165.      background: var(--card-bg);
  2166.      border: 1px solid var(--border-color);
  2167.      border-radius: 8px;
  2168.      margin-bottom: 30px;
  2169.      overflow: hidden;
  2170.      opacity: 0;
  2171.      transition: opacity 0.5s ease, box-shadow 0.3s ease;
  2172.    }
  2173.    
  2174.    .blog-card-v9.fade-in {
  2175.      opacity: 1;
  2176.    }
  2177.    
  2178.    @keyframes fadeIn {
  2179.      from {
  2180.        opacity: 0;
  2181.      }
  2182.      to {
  2183.        opacity: 1;
  2184.      }
  2185.    }
  2186.    
  2187.    .blog-card-v9:hover {
  2188.      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  2189.    }
  2190.    
  2191.    /* Blog Image */
  2192.    .blog-image-container-v9 {
  2193.      width: 100%;
  2194.      aspect-ratio: 16/9; /* 👈 maintains clean ratio */
  2195.      overflow: hidden;
  2196.    }
  2197.    
  2198.    .blog-image-v9 {
  2199.      width: 100%;
  2200.      height: 100%;
  2201.    }
  2202.    
  2203.    .blog-image-v9 img {
  2204.      width: 100%;
  2205.      height: 100%;
  2206.      object-fit: cover;
  2207.      display: block;
  2208.    }
  2209.    
  2210.    /* Blog Content */
  2211.    .blog-content-v9 {
  2212.      padding: 20px;
  2213.    }
  2214.    
  2215.    .blog-title-v9 {
  2216.      font-size: 1.2rem;
  2217.      font-weight: 600;
  2218.      margin-bottom: 15px;
  2219.      color: var(--topbar-color) !important;
  2220.      text-transform: capitalize;
  2221.    }
  2222.    
  2223.    .blog-meta-v9 {
  2224.      display: flex;
  2225.      align-items: center;
  2226.      gap: 10px;
  2227.      font-size: 0.9rem;
  2228.      color: var(--topbar-color);
  2229.      margin-bottom: 10px;
  2230.    }
  2231.    
  2232.    .blog-meta-v9 span {
  2233.      display: inline-block;
  2234.    }
  2235.    
  2236.    .blog-excerpt-v9 {
  2237.      font-size: 1rem;
  2238.      color: var(--topbar-color);
  2239.      opacity: .6;
  2240.      margin-bottom: 15px;
  2241.      line-height: 1.6;
  2242.    }
  2243.    
  2244.    .blog-actions-v9 {
  2245.      display: flex;
  2246.      justify-content: flex-start;
  2247.    }
  2248.    
  2249.    .blog-read-more-v9 {
  2250.      font-size: 1rem;
  2251.      color: var(--topbar-color);
  2252.      text-decoration: none;
  2253.      transition: color 0.3s ease;
  2254.    }
  2255.    
  2256.    .blog-read-more-v9:hover {
  2257.      color: #2980b9 !important;
  2258.    }
  2259.    
  2260.    /* Responsive Design */
  2261.    @media (max-width: 768px) {
  2262.      .section-title-v9 {
  2263.        font-size: 2.5rem;
  2264.      }
  2265.    
  2266.      .blog-card-v9 {
  2267.        margin-bottom: 20px;
  2268.      }
  2269.    
  2270.      .blog-meta-v9 {
  2271.        font-size: 0.8rem;
  2272.      }
  2273.    
  2274.      .blog-image-container-v9 {
  2275.        aspect-ratio: 4/3; /* 👈 mobile friendly ratio */
  2276.      }
  2277.    }
  2278.  </style>
  2279.  
  2280.  <section class="blog-highlights-v9 mt-5">
  2281.    <div class="container-fluid fluid-container">
  2282.      <!-- Section Header -->
  2283.      <div class="row justify-content-center">
  2284.        <div class="col-12 col-lg-10">
  2285.          <div class="section-header-v9">
  2286.            <h2 class="section-title-v9 mb-0">
  2287.                Today's Top Highlights
  2288.                   </h2>
  2289.            <p class="section-subtitle-v9">Explore the intersection of technology and creativity through storytelling in the digital era.</p>
  2290.          </div>
  2291.        </div>
  2292.      </div>
  2293.  
  2294.      <!-- Blog Grid -->
  2295.      <div class="row ">
  2296.        <div class="col-lg-8">
  2297.          <div class="row d-flex justify-content-center">
  2298.            
  2299.              <div class="col-md-6 pb-3">
  2300.                <article class="blog-card-v9 h-100">
  2301.                  <div class="blog-image-container-v9">
  2302.                    <div class="blog-image-v9">
  2303.                      
  2304.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2305.                      
  2306.                    </div>
  2307.                  </div>
  2308.                  <div class="blog-content-v9">
  2309.                    <h3 class="blog-title-v9 "><a class="top-color" href="/disturbing-remembrances-return-in-davao-city-as-authorities-piece-together-bondi-beach-attack-suspects-activities/">Disturbing Remembrances Return in Davao City as Authorities Piece Together Bondi Beach Attack Suspects’ Activities</a></h3>
  2310.                    <div class="blog-meta-v9">
  2311.                      <span>By <strong>Christopher Herrera</strong></span>
  2312.                      <span>•</span>
  2313.                      <span>18 May 2026</span>
  2314.                    </div>
  2315.                    <p class="blog-excerpt-v9"></p>
  2316.                    <div class="blog-actions-v9">
  2317.                      <a href="/disturbing-remembrances-return-in-davao-city-as-authorities-piece-together-bondi-beach-attack-suspects-activities/" class="blog-read-more-v9">Read More →</a>
  2318.                    </div>
  2319.                  </div>
  2320.                </article>
  2321.              </div>
  2322.            
  2323.              <div class="col-md-6 pb-3">
  2324.                <article class="blog-card-v9 h-100">
  2325.                  <div class="blog-image-container-v9">
  2326.                    <div class="blog-image-v9">
  2327.                      
  2328.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2329.                      
  2330.                    </div>
  2331.                  </div>
  2332.                  <div class="blog-content-v9">
  2333.                    <h3 class="blog-title-v9 "><a class="top-color" href="/genuine-algarve-exploring-portugal-away-from-the-beach/">Genuine Algarve: Exploring Portugal Away from the Beach</a></h3>
  2334.                    <div class="blog-meta-v9">
  2335.                      <span>By <strong>Christopher Herrera</strong></span>
  2336.                      <span>•</span>
  2337.                      <span>18 May 2026</span>
  2338.                    </div>
  2339.                    <p class="blog-excerpt-v9"></p>
  2340.                    <div class="blog-actions-v9">
  2341.                      <a href="/genuine-algarve-exploring-portugal-away-from-the-beach/" class="blog-read-more-v9">Read More →</a>
  2342.                    </div>
  2343.                  </div>
  2344.                </article>
  2345.              </div>
  2346.            
  2347.              <div class="col-md-6 pb-3">
  2348.                <article class="blog-card-v9 h-100">
  2349.                  <div class="blog-image-container-v9">
  2350.                    <div class="blog-image-v9">
  2351.                      
  2352.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2353.                      
  2354.                    </div>
  2355.                  </div>
  2356.                  <div class="blog-content-v9">
  2357.                    <h3 class="blog-title-v9 "><a class="top-color" href="/david-raya-praises-teams-strength-as-key-to-multiple-trophy-challenge/">David Raya Praises Team&#x27;s Strength as Key to Multiple Trophy Challenge</a></h3>
  2358.                    <div class="blog-meta-v9">
  2359.                      <span>By <strong>Christopher Herrera</strong></span>
  2360.                      <span>•</span>
  2361.                      <span>18 May 2026</span>
  2362.                    </div>
  2363.                    <p class="blog-excerpt-v9"></p>
  2364.                    <div class="blog-actions-v9">
  2365.                      <a href="/david-raya-praises-teams-strength-as-key-to-multiple-trophy-challenge/" class="blog-read-more-v9">Read More →</a>
  2366.                    </div>
  2367.                  </div>
  2368.                </article>
  2369.              </div>
  2370.            
  2371.              <div class="col-md-6 pb-3">
  2372.                <article class="blog-card-v9 h-100">
  2373.                  <div class="blog-image-container-v9">
  2374.                    <div class="blog-image-v9">
  2375.                      
  2376.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2377.                      
  2378.                    </div>
  2379.                  </div>
  2380.                  <div class="blog-content-v9">
  2381.                    <h3 class="blog-title-v9 "><a class="top-color" href="/can-the-new-zealand-rugby-team-find-their-magic-this-autumn/">Can the New Zealand rugby team find their magic this autumn?</a></h3>
  2382.                    <div class="blog-meta-v9">
  2383.                      <span>By <strong>Christopher Herrera</strong></span>
  2384.                      <span>•</span>
  2385.                      <span>18 May 2026</span>
  2386.                    </div>
  2387.                    <p class="blog-excerpt-v9"></p>
  2388.                    <div class="blog-actions-v9">
  2389.                      <a href="/can-the-new-zealand-rugby-team-find-their-magic-this-autumn/" class="blog-read-more-v9">Read More →</a>
  2390.                    </div>
  2391.                  </div>
  2392.                </article>
  2393.              </div>
  2394.            
  2395.              <div class="col-md-6 pb-3">
  2396.                <article class="blog-card-v9 h-100">
  2397.                  <div class="blog-image-container-v9">
  2398.                    <div class="blog-image-v9">
  2399.                      
  2400.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2401.                      
  2402.                    </div>
  2403.                  </div>
  2404.                  <div class="blog-content-v9">
  2405.                    <h3 class="blog-title-v9 "><a class="top-color" href="/the-presidents-dominant-influence-in-the-sporting-world-hit-a-peak-in-last-year-next-year-threatens-to-take-it-further/">The President&#x27;s Dominant Influence in The Sporting World Hit A Peak in Last Year. Next Year Threatens to Take It Further.</a></h3>
  2406.                    <div class="blog-meta-v9">
  2407.                      <span>By <strong>Christopher Herrera</strong></span>
  2408.                      <span>•</span>
  2409.                      <span>18 May 2026</span>
  2410.                    </div>
  2411.                    <p class="blog-excerpt-v9"></p>
  2412.                    <div class="blog-actions-v9">
  2413.                      <a href="/the-presidents-dominant-influence-in-the-sporting-world-hit-a-peak-in-last-year-next-year-threatens-to-take-it-further/" class="blog-read-more-v9">Read More →</a>
  2414.                    </div>
  2415.                  </div>
  2416.                </article>
  2417.              </div>
  2418.            
  2419.              <div class="col-md-6 pb-3">
  2420.                <article class="blog-card-v9 h-100">
  2421.                  <div class="blog-image-container-v9">
  2422.                    <div class="blog-image-v9">
  2423.                      
  2424.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2425.                      
  2426.                    </div>
  2427.                  </div>
  2428.                  <div class="blog-content-v9">
  2429.                    <h3 class="blog-title-v9 "><a class="top-color" href="/we-got-let-go-and-were-embracing-it-this-is-how-to-land-a-new-job-that-fits-for-you/">We Got Let Go, and We&#x27;re Embracing It – This Is How to Land a New Job That Fits for You</a></h3>
  2430.                    <div class="blog-meta-v9">
  2431.                      <span>By <strong>Christopher Herrera</strong></span>
  2432.                      <span>•</span>
  2433.                      <span>18 May 2026</span>
  2434.                    </div>
  2435.                    <p class="blog-excerpt-v9"></p>
  2436.                    <div class="blog-actions-v9">
  2437.                      <a href="/we-got-let-go-and-were-embracing-it-this-is-how-to-land-a-new-job-that-fits-for-you/" class="blog-read-more-v9">Read More →</a>
  2438.                    </div>
  2439.                  </div>
  2440.                </article>
  2441.              </div>
  2442.            
  2443.              <div class="col-md-6 pb-3">
  2444.                <article class="blog-card-v9 h-100">
  2445.                  <div class="blog-image-container-v9">
  2446.                    <div class="blog-image-v9">
  2447.                      
  2448.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2449.                      
  2450.                    </div>
  2451.                  </div>
  2452.                  <div class="blog-content-v9">
  2453.                    <h3 class="blog-title-v9 "><a class="top-color" href="/work-out-as-you-work-a-dozen-strength-building-desk-exercises-you-can-do-in-regular-attire/">Work out as you work? A dozen strength-building desk exercises you can do in regular attire</a></h3>
  2454.                    <div class="blog-meta-v9">
  2455.                      <span>By <strong>Christopher Herrera</strong></span>
  2456.                      <span>•</span>
  2457.                      <span>17 May 2026</span>
  2458.                    </div>
  2459.                    <p class="blog-excerpt-v9"></p>
  2460.                    <div class="blog-actions-v9">
  2461.                      <a href="/work-out-as-you-work-a-dozen-strength-building-desk-exercises-you-can-do-in-regular-attire/" class="blog-read-more-v9">Read More →</a>
  2462.                    </div>
  2463.                  </div>
  2464.                </article>
  2465.              </div>
  2466.            
  2467.              <div class="col-md-6 pb-3">
  2468.                <article class="blog-card-v9 h-100">
  2469.                  <div class="blog-image-container-v9">
  2470.                    <div class="blog-image-v9">
  2471.                      
  2472.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2473.                      
  2474.                    </div>
  2475.                  </div>
  2476.                  <div class="blog-content-v9">
  2477.                    <h3 class="blog-title-v9 "><a class="top-color" href="/anno-117-pax-romanas-best-kept-secret-is-a-stunning-first-person-perspective/">Anno 117 Pax Romana&#x27;s Best-Kept Secret Is a Stunning First-Person Perspective.</a></h3>
  2478.                    <div class="blog-meta-v9">
  2479.                      <span>By <strong>Christopher Herrera</strong></span>
  2480.                      <span>•</span>
  2481.                      <span>17 May 2026</span>
  2482.                    </div>
  2483.                    <p class="blog-excerpt-v9"></p>
  2484.                    <div class="blog-actions-v9">
  2485.                      <a href="/anno-117-pax-romanas-best-kept-secret-is-a-stunning-first-person-perspective/" class="blog-read-more-v9">Read More →</a>
  2486.                    </div>
  2487.                  </div>
  2488.                </article>
  2489.              </div>
  2490.            
  2491.              <div class="col-md-6 pb-3">
  2492.                <article class="blog-card-v9 h-100">
  2493.                  <div class="blog-image-container-v9">
  2494.                    <div class="blog-image-v9">
  2495.                      
  2496.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2497.                      
  2498.                    </div>
  2499.                  </div>
  2500.                  <div class="blog-content-v9">
  2501.                    <h3 class="blog-title-v9 "><a class="top-color" href="/trump-affirms-largely-parties-are-aligned-on-next-stages-of-truce-agreement-for-gaza/">Trump Affirms &#x27;Largely, Parties Are Aligned&#x27; on Next Stages of Truce Agreement for Gaza</a></h3>
  2502.                    <div class="blog-meta-v9">
  2503.                      <span>By <strong>Christopher Herrera</strong></span>
  2504.                      <span>•</span>
  2505.                      <span>17 May 2026</span>
  2506.                    </div>
  2507.                    <p class="blog-excerpt-v9"></p>
  2508.                    <div class="blog-actions-v9">
  2509.                      <a href="/trump-affirms-largely-parties-are-aligned-on-next-stages-of-truce-agreement-for-gaza/" class="blog-read-more-v9">Read More →</a>
  2510.                    </div>
  2511.                  </div>
  2512.                </article>
  2513.              </div>
  2514.            
  2515.              <div class="col-md-6 pb-3">
  2516.                <article class="blog-card-v9 h-100">
  2517.                  <div class="blog-image-container-v9">
  2518.                    <div class="blog-image-v9">
  2519.                      
  2520.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2521.                      
  2522.                    </div>
  2523.                  </div>
  2524.                  <div class="blog-content-v9">
  2525.                    <h3 class="blog-title-v9 "><a class="top-color" href="/crans-montana-blaze-survivors-receive-care-in-burns-units-throughout-the-continent/">Crans-Montana Blaze Survivors Receive Care in Burns Units Throughout the Continent</a></h3>
  2526.                    <div class="blog-meta-v9">
  2527.                      <span>By <strong>Christopher Herrera</strong></span>
  2528.                      <span>•</span>
  2529.                      <span>17 May 2026</span>
  2530.                    </div>
  2531.                    <p class="blog-excerpt-v9"></p>
  2532.                    <div class="blog-actions-v9">
  2533.                      <a href="/crans-montana-blaze-survivors-receive-care-in-burns-units-throughout-the-continent/" class="blog-read-more-v9">Read More →</a>
  2534.                    </div>
  2535.                  </div>
  2536.                </article>
  2537.              </div>
  2538.            
  2539.              <div class="col-md-6 pb-3">
  2540.                <article class="blog-card-v9 h-100">
  2541.                  <div class="blog-image-container-v9">
  2542.                    <div class="blog-image-v9">
  2543.                      
  2544.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2545.                      
  2546.                    </div>
  2547.                  </div>
  2548.                  <div class="blog-content-v9">
  2549.                    <h3 class="blog-title-v9 "><a class="top-color" href="/titans-acknowledge-queens-as-trump-offers-the-mayor-elect-a-warm-reception/">Titans Acknowledge Queens as Trump Offers The Mayor-Elect a Warm Reception</a></h3>
  2550.                    <div class="blog-meta-v9">
  2551.                      <span>By <strong>Christopher Herrera</strong></span>
  2552.                      <span>•</span>
  2553.                      <span>17 May 2026</span>
  2554.                    </div>
  2555.                    <p class="blog-excerpt-v9"></p>
  2556.                    <div class="blog-actions-v9">
  2557.                      <a href="/titans-acknowledge-queens-as-trump-offers-the-mayor-elect-a-warm-reception/" class="blog-read-more-v9">Read More →</a>
  2558.                    </div>
  2559.                  </div>
  2560.                </article>
  2561.              </div>
  2562.            
  2563.              <div class="col-md-6 pb-3">
  2564.                <article class="blog-card-v9 h-100">
  2565.                  <div class="blog-image-container-v9">
  2566.                    <div class="blog-image-v9">
  2567.                      
  2568.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2569.                      
  2570.                    </div>
  2571.                  </div>
  2572.                  <div class="blog-content-v9">
  2573.                    <h3 class="blog-title-v9 "><a class="top-color" href="/the-ten-year-affair-by-erin-somers-a-midlife-infidelity-tale-this-generation-has-earned/">The Ten Year Affair by Erin Somers: A Midlife Infidelity Tale This Generation Has Earned.</a></h3>
  2574.                    <div class="blog-meta-v9">
  2575.                      <span>By <strong>Christopher Herrera</strong></span>
  2576.                      <span>•</span>
  2577.                      <span>16 May 2026</span>
  2578.                    </div>
  2579.                    <p class="blog-excerpt-v9"></p>
  2580.                    <div class="blog-actions-v9">
  2581.                      <a href="/the-ten-year-affair-by-erin-somers-a-midlife-infidelity-tale-this-generation-has-earned/" class="blog-read-more-v9">Read More →</a>
  2582.                    </div>
  2583.                  </div>
  2584.                </article>
  2585.              </div>
  2586.            
  2587.            
  2588.  
  2589.          </div>
  2590.        </div>
  2591.  
  2592.       <div class="col col-lg-4 col-12">
  2593.                
  2594.  
  2595.  
  2596.  
  2597.    
  2598.  
  2599. <!-- Curved Heading Sidebar -->
  2600.    <div class="sidebar mb-3">
  2601.        
  2602.       <div class="sidebar-widget mb-5">
  2603.            <div class="widget-title-wrapper mb-3">
  2604.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2605.                    <div class="title-border"></div>
  2606.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  2607.                </h4>
  2608.            </div>
  2609.            <div class="widget-content shadow-sm rounded-3 p-4">
  2610.                <div class="archives-list scrollable-sidebar">
  2611.                    
  2612.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2613.                        <a href="https://prwd.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2614.                            <i class="ti-angle-right me-2 text-primary"></i>
  2615.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2616.                        </a>
  2617.                    </div>
  2618.                    
  2619.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2620.                        <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2621.                            <i class="ti-angle-right me-2 text-primary"></i>
  2622.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  2623.                        </a>
  2624.                    </div>
  2625.                    
  2626.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2627.                        <a href="https://www.schoolnet.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2628.                            <i class="ti-angle-right me-2 text-primary"></i>
  2629.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  2630.                        </a>
  2631.                    </div>
  2632.                    
  2633.  
  2634.                </div>
  2635.            </div>
  2636.        </div>
  2637.        
  2638.       <div class="sidebar-widget mb-5">
  2639.            <div class="widget-title-wrapper mb-3">
  2640.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2641.                    <div class="title-border"></div>
  2642.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  2643.                </h4>
  2644.            </div>
  2645.            <div class="widget-content shadow-sm rounded-3 p-4">
  2646.                <div class="archives-list scrollable-sidebar">
  2647.                    
  2648.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2649.                        <a href="https://www.adhdfoundation.org.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2650.                            <i class="ti-angle-right me-2 text-primary"></i>
  2651.                            <span class="archive-link top-color fw-semibold">non gamstop casinos uk</span>
  2652.                        </a>
  2653.                    </div>
  2654.                    
  2655.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2656.                        <a href="https://barnabyfestival.org.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2657.                            <i class="ti-angle-right me-2 text-primary"></i>
  2658.                            <span class="archive-link top-color fw-semibold">uk sports betting not on gamstop</span>
  2659.                        </a>
  2660.                    </div>
  2661.                    
  2662.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2663.                        <a href="https://datamagazine.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2664.                            <i class="ti-angle-right me-2 text-primary"></i>
  2665.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  2666.                        </a>
  2667.                    </div>
  2668.                    
  2669.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2670.                        <a href="https://www.homeworkworkspace.com" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2671.                            <i class="ti-angle-right me-2 text-primary"></i>
  2672.                            <span class="archive-link top-color fw-semibold">non GamStop casinos UK</span>
  2673.                        </a>
  2674.                    </div>
  2675.                    
  2676.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2677.                        <a href="https://www.fourpure.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2678.                            <i class="ti-angle-right me-2 text-primary"></i>
  2679.                            <span class="archive-link top-color fw-semibold">best UK casino sites</span>
  2680.                        </a>
  2681.                    </div>
  2682.                    
  2683.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2684.                        <a href="https://sunnyloansuk.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2685.                            <i class="ti-angle-right me-2 text-primary"></i>
  2686.                            <span class="archive-link top-color fw-semibold">new UK betting sites</span>
  2687.                        </a>
  2688.                    </div>
  2689.                    
  2690.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2691.                        <a href="https://www.londonart.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2692.                            <i class="ti-angle-right me-2 text-primary"></i>
  2693.                            <span class="archive-link top-color fw-semibold">best escorts</span>
  2694.                        </a>
  2695.                    </div>
  2696.                    
  2697.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2698.                        <a href="https://www.llancaiachfawr.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2699.                            <i class="ti-angle-right me-2 text-primary"></i>
  2700.                            <span class="archive-link top-color fw-semibold">casinos not on GamStop</span>
  2701.                        </a>
  2702.                    </div>
  2703.                    
  2704.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2705.                        <a href="https://fdncoffee.com" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2706.                            <i class="ti-angle-right me-2 text-primary"></i>
  2707.                            <span class="archive-link top-color fw-semibold">UK casino sites</span>
  2708.                        </a>
  2709.                    </div>
  2710.                    
  2711.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2712.                        <a href="https://www.edinburghfoody.com" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2713.                            <i class="ti-angle-right me-2 text-primary"></i>
  2714.                            <span class="archive-link top-color fw-semibold">non GamStop casinos UK</span>
  2715.                        </a>
  2716.                    </div>
  2717.                    
  2718.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2719.                        <a href="https://www.hobsoncycles.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2720.                            <i class="ti-angle-right me-2 text-primary"></i>
  2721.                            <span class="archive-link top-color fw-semibold">betting sites</span>
  2722.                        </a>
  2723.                    </div>
  2724.                    
  2725.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2726.                        <a href="https://www.impact-awards.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2727.                            <i class="ti-angle-right me-2 text-primary"></i>
  2728.                            <span class="archive-link top-color fw-semibold">non GamStop casino</span>
  2729.                        </a>
  2730.                    </div>
  2731.                    
  2732.  
  2733.                </div>
  2734.            </div>
  2735.        </div>
  2736.        
  2737.       <div class="sidebar-widget mb-5">
  2738.            <div class="widget-title-wrapper mb-3">
  2739.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2740.                    <div class="title-border"></div>
  2741.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  2742.                </h4>
  2743.            </div>
  2744.            <div class="widget-content shadow-sm rounded-3 p-4">
  2745.                <div class="archives-list scrollable-sidebar">
  2746.                    
  2747.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2748.                        <a href="https://www.peckhamaudio.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2749.                            <i class="ti-angle-right me-2 text-primary"></i>
  2750.                            <span class="archive-link top-color fw-semibold">new non GamStop casinos</span>
  2751.                        </a>
  2752.                    </div>
  2753.                    
  2754.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2755.                        <a href="https://www.stamina.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2756.                            <i class="ti-angle-right me-2 text-primary"></i>
  2757.                            <span class="archive-link top-color fw-semibold">casino not on Gamstop</span>
  2758.                        </a>
  2759.                    </div>
  2760.                    
  2761.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2762.                        <a href="https://www.jeremysrestaurant.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2763.                            <i class="ti-angle-right me-2 text-primary"></i>
  2764.                            <span class="archive-link top-color fw-semibold">fast withdrawal casino</span>
  2765.                        </a>
  2766.                    </div>
  2767.                    
  2768.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2769.                        <a href="https://www.covent-garden.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2770.                            <i class="ti-angle-right me-2 text-primary"></i>
  2771.                            <span class="archive-link top-color fw-semibold">casinos not on GamStop</span>
  2772.                        </a>
  2773.                    </div>
  2774.                    
  2775.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2776.                        <a href="https://www.durhamminers.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2777.                            <i class="ti-angle-right me-2 text-primary"></i>
  2778.                            <span class="archive-link top-color fw-semibold">games not on GamStop</span>
  2779.                        </a>
  2780.                    </div>
  2781.                    
  2782.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2783.                        <a href="https://womeninfinance.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2784.                            <i class="ti-angle-right me-2 text-primary"></i>
  2785.                            <span class="archive-link top-color fw-semibold">UK casinos not on GamStop</span>
  2786.                        </a>
  2787.                    </div>
  2788.                    
  2789.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2790.                        <a href="https://socialeatinghouse.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2791.                            <i class="ti-angle-right me-2 text-primary"></i>
  2792.                            <span class="archive-link top-color fw-semibold">best casino not on GamStop</span>
  2793.                        </a>
  2794.                    </div>
  2795.                    
  2796.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2797.                        <a href="https://orangegenie.com" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2798.                            <i class="ti-angle-right me-2 text-primary"></i>
  2799.                            <span class="archive-link top-color fw-semibold">non GamStop casino</span>
  2800.                        </a>
  2801.                    </div>
  2802.                    
  2803.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2804.                        <a href="https://www.labodeganegra.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2805.                            <i class="ti-angle-right me-2 text-primary"></i>
  2806.                            <span class="archive-link top-color fw-semibold">non GamStop casino</span>
  2807.                        </a>
  2808.                    </div>
  2809.                    
  2810.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2811.                        <a href="https://www.falconryforum.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2812.                            <i class="ti-angle-right me-2 text-primary"></i>
  2813.                            <span class="archive-link top-color fw-semibold">non-gamstop casino uk</span>
  2814.                        </a>
  2815.                    </div>
  2816.                    
  2817.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2818.                        <a href="https://stmargarets.london/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2819.                            <i class="ti-angle-right me-2 text-primary"></i>
  2820.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  2821.                        </a>
  2822.                    </div>
  2823.                    
  2824.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2825.                        <a href="https://www.rescueglobal.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2826.                            <i class="ti-angle-right me-2 text-primary"></i>
  2827.                            <span class="archive-link top-color fw-semibold">UK casinos not on GamStop</span>
  2828.                        </a>
  2829.                    </div>
  2830.                    
  2831.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2832.                        <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2833.                            <i class="ti-angle-right me-2 text-primary"></i>
  2834.                            <span class="archive-link top-color fw-semibold">non UK casino</span>
  2835.                        </a>
  2836.                    </div>
  2837.                    
  2838.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2839.                        <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2840.                            <i class="ti-angle-right me-2 text-primary"></i>
  2841.                            <span class="archive-link top-color fw-semibold">casinos not on GAMSTOP</span>
  2842.                        </a>
  2843.                    </div>
  2844.                    
  2845.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2846.                        <a href="http://ukfreespinsnotongamstop.in.net/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2847.                            <i class="ti-angle-right me-2 text-primary"></i>
  2848.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  2849.                        </a>
  2850.                    </div>
  2851.                    
  2852.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2853.                        <a href="https://dickensworld.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2854.                            <i class="ti-angle-right me-2 text-primary"></i>
  2855.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  2856.                        </a>
  2857.                    </div>
  2858.                    
  2859.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2860.                        <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2861.                            <i class="ti-angle-right me-2 text-primary"></i>
  2862.                            <span class="archive-link top-color fw-semibold">non UK casinos</span>
  2863.                        </a>
  2864.                    </div>
  2865.                    
  2866.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2867.                        <a href="https://roadpeace.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2868.                            <i class="ti-angle-right me-2 text-primary"></i>
  2869.                            <span class="archive-link top-color fw-semibold">casino</span>
  2870.                        </a>
  2871.                    </div>
  2872.                    
  2873.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2874.                        <a href="https://financialservicescultureboard.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2875.                            <i class="ti-angle-right me-2 text-primary"></i>
  2876.                            <span class="archive-link top-color fw-semibold">non gamstop sports betting</span>
  2877.                        </a>
  2878.                    </div>
  2879.                    
  2880.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2881.                        <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2882.                            <i class="ti-angle-right me-2 text-primary"></i>
  2883.                            <span class="archive-link top-color fw-semibold">non gamstop sports betting</span>
  2884.                        </a>
  2885.                    </div>
  2886.                    
  2887.  
  2888.                </div>
  2889.            </div>
  2890.        </div>
  2891.        
  2892.       <div class="sidebar-widget mb-5">
  2893.            <div class="widget-title-wrapper mb-3">
  2894.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2895.                    <div class="title-border"></div>
  2896.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  2897.                </h4>
  2898.            </div>
  2899.            <div class="widget-content shadow-sm rounded-3 p-4">
  2900.                <div class="archives-list scrollable-sidebar">
  2901.                    
  2902.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2903.                        <a href="https://itechlabs.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2904.                            <i class="ti-angle-right me-2 text-primary"></i>
  2905.                            <span class="archive-link top-color fw-semibold">betting sites not on gamstop</span>
  2906.                        </a>
  2907.                    </div>
  2908.                    
  2909.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2910.                        <a href="https://thetimeisnow.uk/betting-sites-not-on-gamstop" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2911.                            <i class="ti-angle-right me-2 text-primary"></i>
  2912.                            <span class="archive-link top-color fw-semibold">non uk betting sites</span>
  2913.                        </a>
  2914.                    </div>
  2915.                    
  2916.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2917.                        <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2918.                            <i class="ti-angle-right me-2 text-primary"></i>
  2919.                            <span class="archive-link top-color fw-semibold">Non GAMSTOP Casinos</span>
  2920.                        </a>
  2921.                    </div>
  2922.                    
  2923.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2924.                        <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2925.                            <i class="ti-angle-right me-2 text-primary"></i>
  2926.                            <span class="archive-link top-color fw-semibold">Casinos Not on Gamstop</span>
  2927.                        </a>
  2928.                    </div>
  2929.                    
  2930.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2931.                        <a href="https://www.xn--24-8qizc4j8c.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2932.                            <i class="ti-angle-right me-2 text-primary"></i>
  2933.                            <span class="archive-link top-color fw-semibold">แทงหวย24</span>
  2934.                        </a>
  2935.                    </div>
  2936.                    
  2937.  
  2938.                </div>
  2939.            </div>
  2940.        </div>
  2941.        
  2942. <!--        
  2943.       <div class="sidebar-widget mb-5">
  2944.            <div class="widget-title-wrapper mb-3">
  2945.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2946.                    <div class="title-border"></div>
  2947.                    <i class="ti-folder me-2"></i>Blog Archives
  2948.                </h4>
  2949.            </div>
  2950.            <div class="widget-content shadow-sm rounded-3 p-4">
  2951.                <div class="archives-list">
  2952.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2953.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2954.                            <i class="ti-angle-right me-2 text-primary"></i>
  2955.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  2956.                        </a>
  2957.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  2958.                    </div>
  2959.  
  2960.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2961.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2962.                            <i class="ti-angle-right me-2 text-primary"></i>
  2963.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  2964.                        </a>
  2965.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  2966.                    </div>
  2967.  
  2968.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2969.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2970.                            <i class="ti-angle-right me-2 text-primary"></i>
  2971.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  2972.                        </a>
  2973.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  2974.                    </div>
  2975.  
  2976.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2977.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2978.                            <i class="ti-angle-right me-2 text-primary"></i>
  2979.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  2980.                        </a>
  2981.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  2982.                    </div>
  2983.  
  2984.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2985.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2986.                            <i class="ti-angle-right me-2 text-primary"></i>
  2987.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  2988.                        </a>
  2989.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  2990.                    </div>
  2991.  
  2992.                    <div class="archive-item d-flex justify-content-between align-items-center">
  2993.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2994.                            <i class="ti-angle-right me-2 text-primary"></i>
  2995.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  2996.                        </a>
  2997.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  2998.                    </div>
  2999.                </div>
  3000.                
  3001.                <div class="text-center mt-4 pt-3 border-top border-color">
  3002.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3003.                        <i class="ti-archive me-1"></i>View All Archives
  3004.                    </a>
  3005.                </div>
  3006.            </div>
  3007.        </div> -->
  3008.        <div class="sidebar-widget mb-4">
  3009.            <div class="widget-title-wrapper mb-3">
  3010.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3011.                    <div class="title-border-primary"></div>
  3012.                    <i class="ti-star me-2"></i>Popular Posts
  3013.                </h4>
  3014.            </div>
  3015.            <div class="widget-content mb-3 shadow-sm rounded-3 p-4">
  3016.                <div class="popular-post-list">
  3017.                    
  3018.                    
  3019.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3020.                        <div class="post-content flex-grow-1">
  3021.                            <h6 class="post-title mb-1">
  3022.                                 <a href="/president-zelenskyy-says-the-nation-was-ten-percent-off-from-a-peace-deal-but-not-at-any-price/" class="text-decoration-none top-color fw-semibold lh-sm">
  3023.                                            President Zelenskyy Says The Nation Was Ten Percent Off from a Peace Deal, But Not at Any Price
  3024.                                            </a>
  3025.                            </h6>
  3026.                            <div class="post-meta">
  3027.                                <small class="text-muted">
  3028.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3029.                                </small>
  3030.                                <!-- <small class="text-muted ms-3">
  3031.                                    <i class="ti-eye me-1"></i>1,234 views
  3032.                                </small> -->
  3033.                            </div>
  3034.                        </div>
  3035.                    </div>
  3036.                    
  3037.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3038.                        <div class="post-content flex-grow-1">
  3039.                            <h6 class="post-title mb-1">
  3040.                                 <a href="/trump-war-sparse-reporting-key-challenges-to-climate-progress-that-plagued-environmental-conference/" class="text-decoration-none top-color fw-semibold lh-sm">
  3041.                                            Trump, War, Sparse Reporting: Key Challenges to Climate Progress That Plagued Environmental Conference
  3042.                                            </a>
  3043.                            </h6>
  3044.                            <div class="post-meta">
  3045.                                <small class="text-muted">
  3046.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3047.                                </small>
  3048.                                <!-- <small class="text-muted ms-3">
  3049.                                    <i class="ti-eye me-1"></i>1,234 views
  3050.                                </small> -->
  3051.                            </div>
  3052.                        </div>
  3053.                    </div>
  3054.                    
  3055.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3056.                        <div class="post-content flex-grow-1">
  3057.                            <h6 class="post-title mb-1">
  3058.                                 <a href="/food-benefits-scheduled-to-cease-for-41-million-during-prolonged-federal-shutdown/" class="text-decoration-none top-color fw-semibold lh-sm">
  3059.                                            Food Benefits Scheduled to Cease for 41 Million During Prolonged Federal Shutdown
  3060.                                            </a>
  3061.                            </h6>
  3062.                            <div class="post-meta">
  3063.                                <small class="text-muted">
  3064.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3065.                                </small>
  3066.                                <!-- <small class="text-muted ms-3">
  3067.                                    <i class="ti-eye me-1"></i>1,234 views
  3068.                                </small> -->
  3069.                            </div>
  3070.                        </div>
  3071.                    </div>
  3072.                    
  3073.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3074.                        <div class="post-content flex-grow-1">
  3075.                            <h6 class="post-title mb-1">
  3076.                                 <a href="/tragedy-occurs-as-person-dies-after-water-retrieval-off-british-coast/" class="text-decoration-none top-color fw-semibold lh-sm">
  3077.                                            Tragedy Occurs as Person Dies After Water Retrieval Off British Coast
  3078.                                            </a>
  3079.                            </h6>
  3080.                            <div class="post-meta">
  3081.                                <small class="text-muted">
  3082.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3083.                                </small>
  3084.                                <!-- <small class="text-muted ms-3">
  3085.                                    <i class="ti-eye me-1"></i>1,234 views
  3086.                                </small> -->
  3087.                            </div>
  3088.                        </div>
  3089.                    </div>
  3090.                    
  3091.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3092.                        <div class="post-content flex-grow-1">
  3093.                            <h6 class="post-title mb-1">
  3094.                                 <a href="/pm-hails-a-historic-day-as-esafety-commissioner-forecasts-world-will-emulate-our-lead/" class="text-decoration-none top-color fw-semibold lh-sm">
  3095.                                            PM Hails a &#x27;Historic Day&#x27; as eSafety Commissioner Forecasts &#x27;World Will Emulate Our Lead&#x27;.
  3096.                                            </a>
  3097.                            </h6>
  3098.                            <div class="post-meta">
  3099.                                <small class="text-muted">
  3100.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3101.                                </small>
  3102.                                <!-- <small class="text-muted ms-3">
  3103.                                    <i class="ti-eye me-1"></i>1,234 views
  3104.                                </small> -->
  3105.                            </div>
  3106.                        </div>
  3107.                    </div>
  3108.                    
  3109.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3110.                        <div class="post-content flex-grow-1">
  3111.                            <h6 class="post-title mb-1">
  3112.                                 <a href="/new-york-city-mayor-eric-adams-plans-to-back-former-governor-andrew-cuomo-in-nyc-mayors-election/" class="text-decoration-none top-color fw-semibold lh-sm">
  3113.                                            New York City Mayor Eric Adams Plans to Back Former Governor Andrew Cuomo in NYC Mayor&#x27;s Election
  3114.                                            </a>
  3115.                            </h6>
  3116.                            <div class="post-meta">
  3117.                                <small class="text-muted">
  3118.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3119.                                </small>
  3120.                                <!-- <small class="text-muted ms-3">
  3121.                                    <i class="ti-eye me-1"></i>1,234 views
  3122.                                </small> -->
  3123.                            </div>
  3124.                        </div>
  3125.                    </div>
  3126.                    
  3127.  
  3128.                </div>
  3129.                
  3130.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3131.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  3132.                        <i class="ti-trophy me-1"></i>View All Popular
  3133.                    </a>
  3134.                </div> -->
  3135.            </div>
  3136.        </div>
  3137.  
  3138. </div>
  3139. <style>
  3140.    
  3141.  .widget-content {
  3142.    background-color: var(--card-bg);
  3143.    border: 1px solid var(--border-color);
  3144.  }
  3145. </style>
  3146.  
  3147.    
  3148.            </div>
  3149.      </div>
  3150.    </div>
  3151.  </section>
  3152.  
  3153.  <script>
  3154.    // Intersection Observer for Fade-in Effect
  3155.    document.addEventListener('DOMContentLoaded', function () {
  3156.      const observerOptions = {
  3157.        threshold: 0.2,
  3158.        rootMargin: '0px 0px -50px 0px'
  3159.      }
  3160.    
  3161.      const observer = new IntersectionObserver(function (entries, observer) {
  3162.        entries.forEach((entry) => {
  3163.          if (entry.isIntersecting) {
  3164.            entry.target.classList.add('fade-in')
  3165.            observer.unobserve(entry.target)
  3166.          }
  3167.        })
  3168.      }, observerOptions)
  3169.    
  3170.      document.querySelectorAll('.blog-card-v9').forEach((card) => {
  3171.        observer.observe(card)
  3172.      })
  3173.    })
  3174.  </script>
  3175.  
  3176.  
  3177.    
  3178.        
  3179.        <!-- end wpo-blog-highlights-section -->
  3180.        <!-- start wpo-blog-sponsored-section -->
  3181.        
  3182.  
  3183.  
  3184.  
  3185.    
  3186.  
  3187.  
  3188.  <style>
  3189.    .sponsored-section-v7 {
  3190.      padding: 50px 0;
  3191.    }
  3192.    
  3193.    .sponsored-card-v7 {
  3194.      background: #fafafa;
  3195.      border: none;
  3196.      transition: transform 0.3s ease;
  3197.      height: 100%;
  3198.    }
  3199.    
  3200.    .sponsored-card-v7:hover {
  3201.      transform: translateY(-3px);
  3202.    }
  3203.    
  3204.    .sponsored-image-v7 {
  3205.      position: relative;
  3206.      height: 160px;
  3207.    }
  3208.    
  3209.    .sponsored-image-v7 img {
  3210.      width: 100%;
  3211.      height: 100%;
  3212.      object-fit: cover;
  3213.      border-radius: 10px; /* Apply curve to image */
  3214.    }
  3215.    
  3216.    .sponsored-badge-v7 {
  3217.      position: absolute;
  3218.      bottom: 10px; /* pehle -30px tha; need be adjust kar lena */
  3219.      left: 10px;
  3220.      z-index: 10;
  3221.    
  3222.      /* pill look */
  3223.      display: inline-flex; /* vertical centering */
  3224.      align-items: center;
  3225.      justify-content: center;
  3226.      padding: 8px 16px; /* width = content + padding */
  3227.      border-radius: 999px; /* full pill */
  3228.      white-space: nowrap; /* ek hi line me rahe */
  3229.      /* text */
  3230.      font-size: 12px;
  3231.      text-transform: uppercase;
  3232.      letter-spacing: 0.5px;
  3233.      line-height: 1;
  3234.      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  3235.    }
  3236.    
  3237.    /* optional: icon ke saath thoda gap */
  3238.    .sponsored-badge-v7 i,
  3239.    .sponsored-badge-v7 .icon {
  3240.      margin-right: 8px;
  3241.      font-size: 14px;
  3242.      line-height: 1;
  3243.    }
  3244.    
  3245.    .sponsored-content-v7 {
  3246.      padding: 40px 15px 15px; /* Increased top padding to accommodate larger badge */
  3247.    }
  3248.    
  3249.    .sponsored-title-v7 {
  3250.      font-size: 15px;
  3251.      font-weight: 700;
  3252.      line-height: 1.4;
  3253.      margin-bottom: 8px;
  3254.      color: #333;
  3255.    }
  3256.    
  3257.    .sponsored-title-v7 a {
  3258.      text-decoration: none;
  3259.      font-size: 16px;
  3260.      color: var(--topbar-color);
  3261.    }
  3262.    
  3263.    .sponsored-title-v7 a:hover {
  3264.      color: var(--bs-primary); /* Green hover */
  3265.    }
  3266.    
  3267.    .sponsored-excerpt-v7 {
  3268.      font-size: 12px;
  3269.      font-weight: 400;
  3270.      color:  var(--topbar-color);;
  3271.      margin-bottom: 10px;
  3272.      line-height: 1.5;
  3273.    }
  3274.    
  3275.    .sponsored-meta-v7 {
  3276.      font-size: 11px;
  3277.       color: var(--topbar-color);;
  3278.    }
  3279.    
  3280.    .author-info-v7 {
  3281.      margin-bottom: 5px;
  3282.    }
  3283.    
  3284.    .sponsored-author-img-v7 {
  3285.      width: 30px;
  3286.      height: 30px;
  3287.      border-radius: 50%;
  3288.      object-fit: cover;
  3289.      vertical-align: middle;
  3290.      margin-right: 5px;
  3291.    }
  3292.    
  3293.    .section-title-sponsored-v7 {
  3294.      font-size: 1.9rem;
  3295.      font-weight: 600;
  3296.      text-align: center;
  3297.      margin-bottom: 30px;
  3298.      color: #333;
  3299.      position: relative;
  3300.    }
  3301.    
  3302.    .section-title-sponsored-v7::after {
  3303.      content: '';
  3304.      position: absolute;
  3305.      bottom: -8px;
  3306.      left: 50%;
  3307.      transform: translateX(-50%);
  3308.      width: 100px;
  3309.      height: 3px;
  3310.      background: var(--bs-primary);
  3311.    }
  3312.    
  3313.    @media (max-width: 768px) {
  3314.      .sponsored-section-v7 {
  3315.        padding: 30px 0;
  3316.      }
  3317.      .sponsored-image-v7 {
  3318.        height: 120px;
  3319.      }
  3320.      .sponsored-content-v7 {
  3321.        padding: 35px 12px 12px;
  3322.      }
  3323.  
  3324.      .sponsored-title-v7 {
  3325.        font-size: 14px;
  3326.      }
  3327.      .sponsored-excerpt-v7 {
  3328.        font-size: 11px;
  3329.      }
  3330.      .section-title-sponsored-v7 {
  3331.        font-size: 1.6rem;
  3332.      }
  3333.    }
  3334.  </style>
  3335.  
  3336.  <section class="sponsored-section-v7">
  3337.    <div class="container-fluid fluid-container">
  3338.      <div class="row mb-3">
  3339.        <div class="col-12">
  3340.          <h2 class="section-title-sponsored-v7">Sponsored News</h2>
  3341.        </div>
  3342.      </div>
  3343.  
  3344.      <div class="row g-3 d-flex justify-content-center">
  3345.        
  3346.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3347.            <div class="card sponsored-card-v7">
  3348.              <div class="sponsored-image-v7">
  3349.                
  3350.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3351.                
  3352.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3353.              </div>
  3354.              <div class="sponsored-content-v7">
  3355.                <h3 class="sponsored-title-v7"><a href="/president-zelenskyy-says-the-nation-was-ten-percent-off-from-a-peace-deal-but-not-at-any-price/">President Zelenskyy Says The Nation Was Ten Percent Off from a Peace Deal, But Not at Any Price</a></h3>
  3356.                <p class="sponsored-excerpt-v7 "></p>
  3357.                <div class="sponsored-meta-v7">
  3358.                  <div class="author-info-v7">
  3359.                    
  3360.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5811a834-c785-492b-96f0-cc1f15b95bfe_profile.png" alt="Christopher Herrera" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3361.                    
  3362.                    <span>Christopher Herrera</span>
  3363.                  </div>
  3364.                  <div>16 May 2026</div>
  3365.                </div>
  3366.              </div>
  3367.            </div>
  3368.          </div>
  3369.        
  3370.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3371.            <div class="card sponsored-card-v7">
  3372.              <div class="sponsored-image-v7">
  3373.                
  3374.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3375.                
  3376.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3377.              </div>
  3378.              <div class="sponsored-content-v7">
  3379.                <h3 class="sponsored-title-v7"><a href="/trump-war-sparse-reporting-key-challenges-to-climate-progress-that-plagued-environmental-conference/">Trump, War, Sparse Reporting: Key Challenges to Climate Progress That Plagued Environmental Conference</a></h3>
  3380.                <p class="sponsored-excerpt-v7 "></p>
  3381.                <div class="sponsored-meta-v7">
  3382.                  <div class="author-info-v7">
  3383.                    
  3384.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5811a834-c785-492b-96f0-cc1f15b95bfe_profile.png" alt="Christopher Herrera" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3385.                    
  3386.                    <span>Christopher Herrera</span>
  3387.                  </div>
  3388.                  <div>16 May 2026</div>
  3389.                </div>
  3390.              </div>
  3391.            </div>
  3392.          </div>
  3393.        
  3394.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3395.            <div class="card sponsored-card-v7">
  3396.              <div class="sponsored-image-v7">
  3397.                
  3398.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3399.                
  3400.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3401.              </div>
  3402.              <div class="sponsored-content-v7">
  3403.                <h3 class="sponsored-title-v7"><a href="/food-benefits-scheduled-to-cease-for-41-million-during-prolonged-federal-shutdown/">Food Benefits Scheduled to Cease for 41 Million During Prolonged Federal Shutdown</a></h3>
  3404.                <p class="sponsored-excerpt-v7 "></p>
  3405.                <div class="sponsored-meta-v7">
  3406.                  <div class="author-info-v7">
  3407.                    
  3408.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5811a834-c785-492b-96f0-cc1f15b95bfe_profile.png" alt="Christopher Herrera" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3409.                    
  3410.                    <span>Christopher Herrera</span>
  3411.                  </div>
  3412.                  <div>16 May 2026</div>
  3413.                </div>
  3414.              </div>
  3415.            </div>
  3416.          </div>
  3417.        
  3418.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3419.            <div class="card sponsored-card-v7">
  3420.              <div class="sponsored-image-v7">
  3421.                
  3422.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3423.                
  3424.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3425.              </div>
  3426.              <div class="sponsored-content-v7">
  3427.                <h3 class="sponsored-title-v7"><a href="/tragedy-occurs-as-person-dies-after-water-retrieval-off-british-coast/">Tragedy Occurs as Person Dies After Water Retrieval Off British Coast</a></h3>
  3428.                <p class="sponsored-excerpt-v7 "></p>
  3429.                <div class="sponsored-meta-v7">
  3430.                  <div class="author-info-v7">
  3431.                    
  3432.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5811a834-c785-492b-96f0-cc1f15b95bfe_profile.png" alt="Christopher Herrera" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3433.                    
  3434.                    <span>Christopher Herrera</span>
  3435.                  </div>
  3436.                  <div>16 May 2026</div>
  3437.                </div>
  3438.              </div>
  3439.            </div>
  3440.          </div>
  3441.        
  3442.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3443.            <div class="card sponsored-card-v7">
  3444.              <div class="sponsored-image-v7">
  3445.                
  3446.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3447.                
  3448.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3449.              </div>
  3450.              <div class="sponsored-content-v7">
  3451.                <h3 class="sponsored-title-v7"><a href="/pm-hails-a-historic-day-as-esafety-commissioner-forecasts-world-will-emulate-our-lead/">PM Hails a &#x27;Historic Day&#x27; as eSafety Commissioner Forecasts &#x27;World Will Emulate Our Lead&#x27;.</a></h3>
  3452.                <p class="sponsored-excerpt-v7 "></p>
  3453.                <div class="sponsored-meta-v7">
  3454.                  <div class="author-info-v7">
  3455.                    
  3456.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5811a834-c785-492b-96f0-cc1f15b95bfe_profile.png" alt="Christopher Herrera" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3457.                    
  3458.                    <span>Christopher Herrera</span>
  3459.                  </div>
  3460.                  <div>16 May 2026</div>
  3461.                </div>
  3462.              </div>
  3463.            </div>
  3464.          </div>
  3465.        
  3466.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3467.            <div class="card sponsored-card-v7">
  3468.              <div class="sponsored-image-v7">
  3469.                
  3470.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3471.                
  3472.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3473.              </div>
  3474.              <div class="sponsored-content-v7">
  3475.                <h3 class="sponsored-title-v7"><a href="/new-york-city-mayor-eric-adams-plans-to-back-former-governor-andrew-cuomo-in-nyc-mayors-election/">New York City Mayor Eric Adams Plans to Back Former Governor Andrew Cuomo in NYC Mayor&#x27;s Election</a></h3>
  3476.                <p class="sponsored-excerpt-v7 "></p>
  3477.                <div class="sponsored-meta-v7">
  3478.                  <div class="author-info-v7">
  3479.                    
  3480.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5811a834-c785-492b-96f0-cc1f15b95bfe_profile.png" alt="Christopher Herrera" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3481.                    
  3482.                    <span>Christopher Herrera</span>
  3483.                  </div>
  3484.                  <div>16 May 2026</div>
  3485.                </div>
  3486.              </div>
  3487.            </div>
  3488.          </div>
  3489.        
  3490.      </div>
  3491.    </div>
  3492.  </section>
  3493.  
  3494.  
  3495.    
  3496.        <!-- end wpo-blog-sponsored-section -->
  3497.        <!-- start wpo-subscribe-section -->
  3498.        
  3499.        <!-- end subscribe-section -->
  3500.        <!-- start of wpo-site-footer-section -->
  3501.        
  3502.  
  3503.  
  3504.  
  3505.  
  3506.  
  3507.  
  3508. <footer class="wpo-site-footer">
  3509.    <div class="wpo-upper-footer">
  3510.        <div class="container-fluid fluid-container">
  3511.            <div class="row">
  3512.                <div class="col col-lg-4 col-md-6 col-sm-12 col-12">
  3513.                    <div class="widget about-widget">
  3514.                        <div class="logo widget-title">
  3515.                            
  3516.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/62c3ba6e-146c-4dfd-8d38-40f304f1a941_logo.png" alt="Wing Global Today" style="height: 50px;width: auto;">
  3517.                            
  3518.                        </div>
  3519.                        <p>Wing Global Today delivers the latest UK news, political analysis, and global insights. Stay informed with in-depth reporting and expert commentary on current affairs.</p>
  3520.                    </div>
  3521.                </div>
  3522.                <div class="col col-lg-4 col-md-6 col-sm-12 col-12">
  3523.                    <div class="widget link-widget">
  3524.                        <div class="widget-title">
  3525.                            <h3 class="footer-color">Important Link</h3>
  3526.                        </div>
  3527.                        <ul>
  3528.                            
  3529.                            <li><a href="/3-xbox-game-pass-titles-that-can-validate-your-membership-this-weekend-nov-21-23/">3 Xbox Game Pass Titles That Can Validate Your Membership This Weekend (Nov. 21-23)</a></li>
  3530.                            
  3531.                            <li><a href="/pre-ashes-banter-escalates-as-stuart-broad-calls-australia-the-worst-after-2010/">Pre-Ashes Banter Escalates as Stuart Broad Calls Australia the Worst After 2010</a></li>
  3532.                            
  3533.                            <li><a href="/the-greek-tennis-star-contemplated-retirement-amid-injury-plagued-2025-season/">The Greek tennis star Contemplated Retirement Amid Injury-Plagued 2025 Season</a></li>
  3534.                            
  3535.                            <li><a href="/spurs-centre-back-micky-van-de-ven-expresses-surprise-over-postecoglou-dismissal/">Spurs Centre-Back Micky van de Ven Expresses Surprise Over Postecoglou Dismissal</a></li>
  3536.                            
  3537.                            <li><a href="/body-or-world-standing-boulters-melbourne-grand-slam-predicament/">Body or World Standing - Boulter&#x27;s Melbourne Grand Slam Predicament</a></li>
  3538.                            
  3539.                            <li><a href="/spurs-relieve-pressure-on-thomas-frank-as-simons-seals-comfortable-win-against-slavia-prague/">Spurs Relieve Pressure on Thomas Frank as Simons Seals Comfortable Win Against Slavia Prague</a></li>
  3540.                            
  3541.                        </ul>
  3542.                    </div>
  3543.                </div>
  3544.      <div class="col col-lg-4 col-md-6 col-sm-12 col-12">
  3545.  <div class="widget tag-widget">
  3546.    <div class="widget-title">
  3547.      <h3 class="footer-color">Blog Rolls</h3>
  3548.    </div>
  3549.  
  3550.    <ul id="blogroll">
  3551.      
  3552.      
  3553.  
  3554.      
  3555.      
  3556.        
  3557.      
  3558.    </ul>
  3559.  </div>
  3560. </div>
  3561.  
  3562.                <div class="col col-lg-4 col-md-6 col-sm-12 col-12">
  3563.                    <div class="widget social-widget">
  3564.                        <div class="widget-title">
  3565.                            <h3 class="footer-color">Social Media</h3>
  3566.                        </div>
  3567.                        <ul>
  3568.                            <li><a href="#"><i><img src="/static/blogapp/assets/images/ft-icon/1.png"
  3569.                                            alt=""></i> Facebook</a>
  3570.                            </li>
  3571.                            <li><a href="#"><i><img src="/static/blogapp/assets/images/ft-icon/2.png"
  3572.                                            alt=""></i> Twitter</a>
  3573.                            </li>
  3574.                            <li><a href="#"><i><img src="/static/blogapp/assets/images/ft-icon/3.png"
  3575.                                            alt=""></i> Instagram</a>
  3576.                            </li>
  3577.                            <li><a href="#"><i><img src="/static/blogapp/assets/images/ft-icon/4.png"
  3578.                                            alt=""></i> Youtube</a>
  3579.                            </li>
  3580.                        </ul>
  3581.                    </div>
  3582.                </div>
  3583.            </div>
  3584.        </div> <!-- end container -->
  3585.    </div>
  3586.    <div class="top-bg">
  3587.    <div class="container-fluid fluid-container">
  3588.        <div class="row">
  3589.            <div class="col col-xs-12">
  3590.                <p class="top-color text-center">
  3591.                    Copyright &copy;  
  3592.                    <a href="https://Wing Global Today" class="top-color">Wing Global Today</a>.
  3593.                    All Rights Reserved.
  3594.                    |
  3595.                    <a href="/page/write-for-us/" class="top-color">Write For Us</a>
  3596.                    |
  3597.                    <a href="/sitemap.xml" class="top-color">Sitemap</a>
  3598.                    |
  3599.                    <a href="/page/terms-and-conditions/" class="top-color">Terms &amp; Conditions</a>
  3600.                    
  3601.                </p>
  3602.            </div>
  3603.        </div>
  3604.    </div>
  3605. </div>
  3606. </footer>
  3607.  
  3608. <script>
  3609.  document.addEventListener('DOMContentLoaded', function () {
  3610.    var btn = document.getElementById('toggleMore');
  3611.    if (!btn) return; // <=5 items, button nahi hoga
  3612.  
  3613.    var extras = document.querySelectorAll('#blogroll li.extra');
  3614.  
  3615.    btn.addEventListener('click', function () {
  3616.      var anyHidden = Array.prototype.some.call(extras, function (li) {
  3617.        return li.classList.contains('d-none');
  3618.      });
  3619.  
  3620.      extras.forEach(function (li) {
  3621.        if (anyHidden) li.classList.remove('d-none');
  3622.        else li.classList.add('d-none');
  3623.      });
  3624.  
  3625.      btn.textContent = anyHidden ? 'View less' : 'View more';
  3626.      btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3627.    });
  3628.  });
  3629. </script>
  3630.  
  3631.        <!-- end of wpo-site-footer-section -->
  3632.    </div>
  3633.    <!-- end of page-wrapper -->
  3634.  
  3635.    <!-- All JavaScript files
  3636.    ================================================== -->
  3637.    
  3638.  
  3639. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3640. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3641. <!-- Plugins for this template -->
  3642. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3643. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3644. <!-- Custom script for this template -->
  3645. <script src="/static/blogapp/assets/js/script.js"></script>
  3646.  
  3647. <script>
  3648. (function () {
  3649. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3650. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3651.  
  3652. function applyFallback(img) {
  3653. if (!img || img.dataset.fallbackApplied === "1") {
  3654. return;
  3655. }
  3656. var failedSrc = img.currentSrc || img.src || "";
  3657. img.dataset.fallbackApplied = "1";
  3658. img.onerror = null;
  3659. img.src = fallbackImageSrc;
  3660. console.warn("[ImageFallback] Replaced broken image:", {
  3661. failedSrc: failedSrc,
  3662. fallbackSrc: fallbackImageSrc,
  3663. alt: img.alt || "",
  3664. });
  3665. }
  3666.  
  3667. document.querySelectorAll("img").forEach(function (img) {
  3668. if (img.complete && img.naturalWidth === 0) {
  3669. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3670. failedSrc: img.currentSrc || img.src || "",
  3671. alt: img.alt || "",
  3672. });
  3673. applyFallback(img);
  3674. }
  3675. });
  3676.  
  3677. document.addEventListener(
  3678. "error",
  3679. function (event) {
  3680. var target = event.target;
  3681. if (target && target.tagName === "IMG") {
  3682. applyFallback(target);
  3683. }
  3684. },
  3685. true
  3686. );
  3687. })();
  3688. </script>
  3689.  
  3690. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3691.  
  3692.  
  3693.  
  3694. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"e74f16ebb64b43b2b9df3ac414a803bd","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3695. </body>
  3696.  
  3697. </html>
  3698.  
  3699.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda