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://trenduknews.co.uk

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="hind">
  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_Xzt7Wmi_WGxIwgq_nByl9d6.png">
  14.    
  15.  
  16.    <title>Trend UK News: Latest UK Trends, Politics &amp; Lifestyle Updates</title>
  17.    <meta name="description" content="Stay informed with Trend UK News, covering breaking UK news, political analysis, lifestyle trends, and cultural insights for readers across the United Kingdom.">
  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://trenduknews.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff8c42;
  42.        --bs-primary-rgb: ff8c42;
  43.        --bs-secondary: #94a3b8;
  44.        --bs-success: #34d399;
  45.        --bs-danger: #f87171;
  46.        --bs-warning: #fbbf24;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #e2e8f0;
  49.        --bs-dark: #1e293b;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff8c42;
  53.        --theme-primary-color-s2: #ff8c42;
  54.        --body-bg-color: #1f2937;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #e2e8f0;
  57.        --text-light-color: #676767;
  58.        --heading-color: #e2e8f0;
  59.        --border-color: #475569;
  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: #1e293b;
  73.        --nav-bg: #1e293b;
  74.        --sub-nav: #475569;
  75.        --navbar-color: #e2e8f0;
  76.        --topbar-bg: #1f2937;
  77.        --topbar-color: #e2e8f0;
  78.        --footer-bg: #1e293b;
  79.        --footer-color: #e2e8f0;
  80.        --card-bg: rgba(30, 41, 59, 0.8);
  81.        --card-border: #475569;
  82.        --card-radius: 10px;
  83.        --link-color: #ff8c42;
  84.        --link-hover: #e07b39;
  85.        --blog-color: #e2e8f0;
  86.        --blog-bg: rgba(255, 140, 66, 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: rgba(30, 41, 59, 0.8) !important;
  204.            backdrop-filter: blur(10px);
  205.        
  206.        border: 1px solid var(--border-color) !important;
  207.        transition: all 0.3s ease;
  208.        border-radius: 12px;
  209.        color: var(--text-color) !important;
  210.    }
  211.     .navbar-brand img{
  212.            height: 70px;
  213.            object-fit: contain;
  214.        }
  215.    
  216.    .card:hover {
  217.        transform: translateY(-5px);
  218.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  219.    }
  220.    
  221.    .card-header {
  222.        background-color: var(--section-bg-color) !important;
  223.        border-color: var(--border-color) !important;
  224.        color: var(--text-color) !important;
  225.    }
  226.    
  227.    /* Bootstrap Form Controls */
  228.    .form-control {
  229.        color: var(--text-color) !important;
  230.        background-color: var(--body-bg-color) !important;
  231.        border-color: var(--border-color) !important;
  232.        /* Remove font-family override - let data-font-scheme handle it */
  233.    }
  234.    
  235.    .form-control:focus {
  236.        border-color: var(--bs-primary) !important;
  237.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  238.    }
  239.    
  240.    /* Links throughout site */
  241.  .nav1 a {
  242.        color: var(--link-color) !important;
  243.        text-decoration: none;
  244.        transition: all 0.3s ease;
  245.    }
  246.    
  247.    a:hover {
  248.        color: var(--link-hover) !important;
  249.    }
  250.    
  251.    /* Text color classes */
  252.    .text-muted {
  253.        color: var(--body-color) !important;
  254.    }
  255.    
  256.    .text-light {
  257.        color: var(--light) !important;
  258.    }
  259.    
  260.    /* Section backgrounds */
  261.    .section-bg,
  262.    .bg-light {
  263.        background-color: var(--section-bg-color) !important;
  264.    }
  265.    
  266.    /* Dark sections */
  267.    .bg-dark,
  268.    .dark-section {
  269.        background-color: var(--black-bg-color) !important;
  270.        color: var(--black-section-text-color) !important;
  271.    }
  272.    
  273.    /* Footer styling */
  274.    .footer,
  275.    footer {
  276.        
  277.            background-color: var(--footer-bg) !important;
  278.        
  279.        color: var(--footer-color) !important;
  280.    }
  281.    
  282.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  283.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  284.        color: var(--black-section-text-color) !important;
  285.        /* Remove font-family override - let data-font-scheme handle it */
  286.    }
  287.    
  288.    .footer a, footer a {
  289.        color: var(--black-section-text-color) !important;
  290.    }
  291.    
  292.    .footer a:hover, footer a:hover {
  293.        color: var(--bs-primary) !important;
  294.    }
  295.    
  296.    /* Bootstrap Secondary Colors */
  297.    .btn-secondary {
  298.        background-color: var(--bs-secondary) !important;
  299.        border-color: var(--bs-secondary) !important;
  300.    }
  301.    
  302.    .text-secondary {
  303.        color: var(--bs-secondary) !important;
  304.    }
  305.    
  306.    .bg-secondary {
  307.        background-color: var(--bs-secondary) !important;
  308.    }
  309.    
  310.    /* Bootstrap Success, Danger, Warning, Info */
  311.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  312.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  313.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  314.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  315.    
  316.    .text-success { color: var(--bs-success) !important; }
  317.    .text-danger { color: var(--bs-danger) !important; }
  318.    .text-warning { color: var(--bs-warning) !important; }
  319.    .text-info { color: var(--bs-info) !important; }
  320.    
  321.    .bg-success { background-color: var(--bs-success) !important; }
  322.    .bg-danger { background-color: var(--bs-danger) !important; }
  323.    .bg-warning { background-color: var(--bs-warning) !important; }
  324.    .bg-info { background-color: var(--bs-info) !important; }
  325.    
  326.    /* Mobile menu styling */
  327.    .navbar-toggler,
  328.    .open-btn {
  329.        border-color: var(--navbar-color) !important;
  330.    }
  331.    
  332.    .icon-bar {
  333.        background-color: var(--navbar-color) !important;
  334.    }
  335.    
  336.    /* Smooth Animations */
  337.    .fade-in-up {
  338.        animation: fadeInUp 0.6s ease-out;
  339.    }
  340.    
  341.    @keyframes fadeInUp {
  342.        from {
  343.            opacity: 0;
  344.            transform: translateY(30px);
  345.        }
  346.        to {
  347.            opacity: 1;
  348.            transform: translateY(0);
  349.        }
  350.    }
  351.    
  352.    /* Responsive adjustments */
  353.    @media (max-width: 768px) {
  354.        .navbar {
  355.            padding: 0.5rem 0;
  356.        }
  357.        
  358.        .card:hover {
  359.            transform: none;
  360.        }
  361.    }
  362.    
  363. </style>
  364.    
  365.    
  366.    
  367.  
  368. <script>
  369.    var _paq = window._paq = window._paq || [];
  370.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  371.    _paq.push(['trackPageView']);
  372.    _paq.push(['enableLinkTracking']);
  373.    (function() {
  374.        var u = "//analytics.tech-vikings.com/";
  375.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  376.        _paq.push(['setSiteId', '2']);
  377.        var d = document,
  378.            g = d.createElement('script'),
  379.            s = d.getElementsByTagName('script')[0];
  380.        g.async = true;
  381.        g.src = u + 'matomo.js';
  382.        s.parentNode.insertBefore(g, s);
  383.    })();
  384. </script>
  385. </head>
  386.  
  387.  
  388.  
  389. <body class="page-blogapp:homepage theme-theme_88">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396.            <!-- end preloader -->
  397.        
  398.        <!-- Start header -->
  399.        <header id="header" class="wpo-site-header">
  400.            
  401.  
  402.  
  403.    
  404.  
  405.  
  406. <div class="top-bg">
  407.    <div class="unique-topbar d-sm-flex d-none container-fluid fluid-container">
  408.        <button class="unique-menu-btn bg-primary-gradient">Latest Update</button>        
  409.        
  410.        <div class="unique-news-container">
  411.            <div class="unique-news-wrapper" id="newsWrapper">
  412.                <!-- News items injected via JS -->
  413.            </div>
  414.        </div>
  415.    
  416.        <div class="contact-info">
  417.            <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  418.                <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  419.                <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  420.                <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  421.                <li><a href="#"><i class="top-color ti-google"></i></a></li>
  422.            </ul>
  423.        </div>
  424.    </div>
  425. </div>
  426.  
  427. <script>
  428.    // Build array dynamically from Django context
  429.    const newsItems = [
  430.        
  431.            { title: "California\u0027s Governor Blocks Early Release for Manson Follower Patricia Krenwinkel", url: "/californias-governor-blocks-early-release-for-manson-follower-patricia-krenwinkel/" },
  432.        
  433.            { title: "Person of Interest in Brown University Incident Located Deceased Inside Storage Unit.", url: "/person-of-interest-in-brown-university-incident-located-deceased-inside-storage-unit/" },
  434.        
  435.            { title: "The Mushroom Cleaning Controversy: Expert Tips for Preparing Edible Fungi", url: "/the-mushroom-cleaning-controversy-expert-tips-for-preparing-edible-fungi/" },
  436.        
  437.            { title: "Human Remains of Endurance Athlete Presumably Killed by Great White Found on Pacific Shore", url: "/human-remains-of-endurance-athlete-presumably-killed-by-great-white-found-on-pacific-shore/" },
  438.        
  439.            { title: "Iconic Singer Barry Manilow to Undergo a Procedure for a Lung Cancer Diagnosis.", url: "/iconic-singer-barry-manilow-to-undergo-a-procedure-for-a-lung-cancer-diagnosis/" }
  440.        
  441.    ];
  442.  
  443.    let currentNewsIndex = 0;
  444.    const newsWrapper = document.getElementById('newsWrapper');
  445.    let newsElements = [];
  446.  
  447.    // Create news elements dynamically with links
  448.    function createNewsElements() {
  449.        newsItems.forEach((news, index) => {
  450.            const newsElement = document.createElement('div');
  451.            newsElement.className = 'unique-news-item';
  452.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  453.            newsWrapper.appendChild(newsElement);
  454.            newsElements.push(newsElement);
  455.        });
  456.  
  457.        if (newsElements.length > 0) {
  458.            newsElements[0].classList.add('active');
  459.        }
  460.    }
  461.  
  462.    function changeNews() {
  463.        const currentElement = newsElements[currentNewsIndex];
  464.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  465.        const nextElement = newsElements[nextIndex];
  466.  
  467.        currentElement.classList.remove('active');
  468.        currentElement.classList.add('exit-up');
  469.  
  470.        setTimeout(() => {
  471.            nextElement.classList.add('active');
  472.            currentNewsIndex = nextIndex;
  473.  
  474.            setTimeout(() => {
  475.                currentElement.classList.remove('exit-up');
  476.            }, 100);
  477.        }, 250);
  478.    }
  479.  
  480.    function startNewsRotation() {
  481.        setInterval(changeNews, 5000);
  482.    }
  483.  
  484.    window.onload = function() {
  485.        createNewsElements();
  486.        startNewsRotation();
  487.    };
  488. </script>
  489.  
  490.  
  491.  
  492.            
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499. <header class="custom-header mb-4">
  500.    <!-- Logo Section - Top Centered -->
  501.    <div class="logo-container">
  502.        <div class="container-fluid fluid-container">
  503.            <a class="brand-link" href="/">
  504.                
  505.                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/9f7dd674-2ba5-448a-a910-24d7e79b5365_logo.png" alt="Trend UK News" />
  506.                
  507.            </a>
  508.        </div>
  509.    </div>
  510.  
  511.    <!-- Navigation Section -->
  512.    <div class="navigation-container">
  513.        <div class="container-fluid fluid-container">
  514.            <div class="nav-content">
  515.                <!-- Mobile toggle button -->
  516.                <button class="mobile-nav-toggle" type="button" onclick="toggleNav()">
  517.                    <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  518.                        <line x1="3" y1="6" x2="21" y2="6"></line>
  519.                        <line x1="3" y1="12" x2="21" y2="12"></line>
  520.                        <line x1="3" y1="18" x2="21" y2="18"></line>
  521.                    </svg>
  522.                </button>
  523.  
  524.                <!-- Navigation Links - Left Side -->
  525.                <nav class="primary-nav navbar navbar-expand-lg">
  526.                    <ul class="navbar-nav align-items-center me-auto mb-2 mb-lg-0">
  527.  
  528.                        
  529.                        <li class="nav-item">
  530.                            <a href="/" class="nav-link active">HOME</a>
  531.                        </li>
  532.                        
  533.                        
  534.                         <li class="nav-item">
  535.                            <a href="/category/all-posts/" class="nav-link">
  536.                                ALL POSTS
  537.                            </a>
  538.                            </li>
  539.  
  540.                            
  541.  
  542.                                    
  543.                                    
  544.                            
  545.                         <li class="nav-item">
  546.                            <a href="/category/business/" class="nav-link">
  547.                                BUSINESS
  548.                            </a>
  549.                            </li>
  550.  
  551.                            
  552.  
  553.                                    
  554.                                    
  555.                            
  556.                         <li class="nav-item">
  557.                            <a href="/category/esports/" class="nav-link">
  558.                                ESPORTS
  559.                            </a>
  560.                            </li>
  561.  
  562.                            
  563.  
  564.                                    
  565.                                    
  566.                            
  567.                         <li class="nav-item">
  568.                            <a href="/category/fashion/" class="nav-link">
  569.                                FASHION
  570.                            </a>
  571.                            </li>
  572.  
  573.                            
  574.  
  575.                                    
  576.                                    
  577.                            
  578.                         <li class="nav-item">
  579.                            <a href="/category/featured/" class="nav-link">
  580.                                FEATURED
  581.                            </a>
  582.                            </li>
  583.  
  584.                            
  585.  
  586.                                    
  587.                                    
  588.                            
  589.                        
  590.                            
  591.                            <li class="nav-item dropdown">
  592.                                <a class="nav-link dropdown-toggle" href="#" id="moreDropdown" role="button"
  593.                                    data-bs-toggle="dropdown" aria-expanded="false">
  594.                                    More
  595.                                </a>
  596.                                <ul class="dropdown-menu" aria-labelledby="moreDropdown">
  597.                                    <li>
  598.                                        <a class="dropdown-item"
  599.                                            href="/category/gaming/">
  600.                                            GAMING
  601.                                        </a>
  602.                                    </li>
  603.  
  604.                                    
  605.  
  606.                                    
  607.                                    
  608.                            
  609.                        
  610.                                    <li>
  611.                                        <a class="dropdown-item"
  612.                                            href="/category/health/">
  613.                                            HEALTH
  614.                                        </a>
  615.                                    </li>
  616.                                    
  617.  
  618.                                    
  619.                                    
  620.                            
  621.                        
  622.                                    <li>
  623.                                        <a class="dropdown-item"
  624.                                            href="/category/life-fitness/">
  625.                                            LIFE &amp; FITNESS
  626.                                        </a>
  627.                                    </li>
  628.                                    
  629.  
  630.                                    
  631.                                    
  632.                            
  633.                        
  634.                                    <li>
  635.                                        <a class="dropdown-item"
  636.                                            href="/category/lifestyle/">
  637.                                            LIFESTYLE
  638.                                        </a>
  639.                                    </li>
  640.                                    
  641.  
  642.                                    
  643.                                    
  644.                            
  645.                        
  646.                                    <li>
  647.                                        <a class="dropdown-item"
  648.                                            href="/category/news/">
  649.                                            NEWS
  650.                                        </a>
  651.                                    </li>
  652.                                    
  653.  
  654.                                    
  655.                                    
  656.                            
  657.                        
  658.                                    <li>
  659.                                        <a class="dropdown-item"
  660.                                            href="/category/others/">
  661.                                            OTHERS
  662.                                        </a>
  663.                                    </li>
  664.                                    
  665.  
  666.                                    
  667.                                    
  668.                            
  669.                        
  670.                                    <li>
  671.                                        <a class="dropdown-item"
  672.                                            href="/category/politics/">
  673.                                            POLITICS
  674.                                        </a>
  675.                                    </li>
  676.                                    
  677.  
  678.                                    
  679.                                    
  680.                            
  681.                        
  682.                                    <li>
  683.                                        <a class="dropdown-item"
  684.                                            href="/category/sports/">
  685.                                            SPORTS
  686.                                        </a>
  687.                                    </li>
  688.                                    
  689.  
  690.                                    
  691.                                    
  692.                            
  693.                        
  694.                                    <li>
  695.                                        <a class="dropdown-item"
  696.                                            href="/category/tech/">
  697.                                            TECH
  698.                                        </a>
  699.                                    </li>
  700.                                    
  701.  
  702.                                    
  703.                                    
  704.                            
  705.                        
  706.                                    <li>
  707.                                        <a class="dropdown-item"
  708.                                            href="/category/travel/">
  709.                                            TRAVEL
  710.                                        </a>
  711.                                    </li>
  712.                                    
  713.  
  714.                                    
  715.                                    
  716.                                </ul>
  717.                            </li>
  718.                            
  719.                            
  720. <li>
  721.                  <a href="/page/contact-us/">
  722.                     Contact Us
  723.                  </a>
  724.              </li>
  725.                    </ul>
  726.                </nav>
  727.  
  728.  
  729.                <!-- Search - Right Side -->
  730.                <div class="search-wrapper">
  731.                    <input type="search" class="search-input-field" placeholder="Search...">
  732.                    <!-- <button class="search-submit-btn" type="submit">
  733.                        <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  734.                            stroke-width="2">
  735.                            <circle cx="11" cy="11" r="8"></circle>
  736.                            <path d="m21 21-4.35-4.35"></path>
  737.                        </svg>
  738.                    </button> -->
  739.                        <!-- The search results will be displayed here -->
  740.          <div id="search-results" class="search-results-container search-v1"></div>
  741.                </div>
  742.            </div>
  743.        </div>
  744.    </div>
  745. </header>
  746.  
  747.  
  748. <script>
  749.    function toggleNav() {
  750.        const nav = document.getElementById('primaryNav');
  751.        const toggle = document.querySelector('.mobile-nav-toggle');
  752.  
  753.        nav.classList.toggle('show');
  754.        toggle.classList.toggle('active');
  755.    }
  756.  
  757.    // Close nav when clicking outside
  758.    document.addEventListener('click', function (event) {
  759.        const nav = document.getElementById('primaryNav');
  760.        const toggle = document.querySelector('.mobile-nav-toggle');
  761.  
  762.        if (!nav.contains(event.target) && !toggle.contains(event.target)) {
  763.            nav.classList.remove('show');
  764.            toggle.classList.remove('active');
  765.        }
  766.    });
  767.  
  768.    // Close nav when window is resized to desktop
  769.    window.addEventListener('resize', function () {
  770.        if (window.innerWidth > 768) {
  771.            document.getElementById('primaryNav').classList.remove('show');
  772.            document.querySelector('.mobile-nav-toggle').classList.remove('active');
  773.        }
  774.    });
  775.  
  776. </script>
  777.  
  778. <style>
  779.    .custom-header {
  780.        background: var(--navbar-bg);
  781.        border-bottom: 1px solid var(--border-color);
  782.        position: sticky;
  783.        top: 0;
  784.        z-index: 1000;
  785.        padding: 0px 10px;
  786.    }
  787.  
  788.    /* Logo Section - Top Centered */
  789.    .logo-container {
  790.        text-align: center;
  791.        padding: 10px 0;
  792.        background: var(--navbar-bg);
  793.        border-bottom: 1px solid var(--border-color);
  794.    }
  795.  
  796.    .brand-link {
  797.        display: inline-flex;
  798.        align-items: center;
  799.        text-decoration: none;
  800.    }
  801.  
  802.    .brand-link img {
  803.        height: 100px;
  804.        width: auto;
  805.    }
  806.  
  807.    /* Navigation Section */
  808.    .navigation-container {
  809.        background: var(--navbar-bg);
  810.        padding: 0;
  811.    }
  812.  
  813.    .nav-content {
  814.        display: flex;
  815.        align-items: center;
  816.        justify-content: space-between;
  817.        min-height: 60px;
  818.        position: relative;
  819.    }
  820.  
  821.    /* Mobile toggle button */
  822.    .mobile-nav-toggle {
  823.        display: none;
  824.        background: var(--navbar-bg);
  825.        border: 2px solid var(--bs-primary);
  826.        color: var(--navbar-color);
  827.        padding: 8px;
  828.        border-radius: 12px;
  829.        cursor: pointer;
  830.        transition: all 0.3s ease;
  831.    }
  832.  
  833.    .mobile-nav-toggle:hover {
  834.        background: var(--bs-primary);
  835.        color: var(--link-color) !important;
  836.    }
  837.  
  838.    /* Navigation Links - Left Side */
  839.    .primary-nav {
  840.        flex: 1;
  841.    }
  842.  
  843.    .nav-links-list {
  844.        display: flex;
  845.        list-style: none;
  846.        margin: 0;
  847.        padding: 0;
  848.        gap: 5px;
  849.        align-items: center;
  850.    }
  851.  
  852.    .nav-item {
  853.        display: block;
  854.        padding: 8px 16px;
  855.        color: #333;
  856.        text-decoration: none;
  857.        font-weight: 500;
  858.        font-size: 14px;
  859.        text-transform: uppercase;
  860.        letter-spacing: 0.5px;
  861.        border-radius: 12px;
  862.        transition: all 0.3s ease;
  863.        white-space: nowrap;
  864.    }
  865.  
  866.    .nav-item:hover {
  867.        background: rgba(0, 123, 255, 0.19);
  868.        color: var(--navbar-color);
  869.    }
  870.  
  871.    .nav-item.active {
  872.        background: var(--bs-primary);
  873.        color: var(--link-color) !important;
  874.        box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
  875.    }
  876.  
  877.    /* Search Container - Right Side */
  878.    .search-wrapper {
  879.        display: flex;
  880.        align-items: center;
  881.        gap: 8px;
  882.    }
  883.  
  884.    .search-input-field {
  885.        padding: 12px 18px;
  886.        border: 2px solid var(--border-color);
  887.        border-radius: 12px;
  888.        background: var(--navbar-bg);
  889.        color: var(--navbar-color);
  890.        font-size: 14px;
  891.        width: 250px;
  892.        transition: all 0.3s ease;
  893.    }
  894.  
  895.    .search-input-field::placeholder {
  896.        color: #6c757d;
  897.    }
  898.  
  899.    .search-input-field:focus {
  900.        outline: none;
  901.        background: white;
  902.        border-color: var(--bs-primary);
  903.        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  904.    }
  905.  
  906.    .search-submit-btn {
  907.        background: var(--bs-primary);
  908.        border: none;
  909.        color: white;
  910.        padding: 12px;
  911.        border-radius: 12px;
  912.        cursor: pointer;
  913.        transition: all 0.3s ease;
  914.        display: flex;
  915.        align-items: center;
  916.        justify-content: center;
  917.    }
  918.  
  919.    .search-submit-btn:hover {
  920.        transform: scale(1.05);
  921.        opacity: 0.7;
  922.    }
  923.  
  924.    /* Tablet responsiveness */
  925.    @media (max-width: 1200px) {
  926.        .nav-item {
  927.            font-size: 13px;
  928.        }
  929.  
  930.        .search-input-field {
  931.            width: 220px;
  932.        }
  933.    }
  934.  
  935.    @media (max-width: 1024px) {
  936.        .nav-item {
  937.            font-size: 13px;
  938.        }
  939.  
  940.        .search-input-field {
  941.            width: 200px;
  942.        }
  943.    }
  944.  
  945.    @media (max-width: 900px) {
  946.        .nav-item {
  947.            font-size: 12px;
  948.        }
  949.  
  950.        .search-input-field {
  951.            width: 180px;
  952.        }
  953.    }
  954.  
  955.    /* Mobile responsiveness */
  956.    @media (max-width: 768px) {
  957.        .container-fluid {
  958.            padding: 0 15px;
  959.        }
  960.  
  961.        .logo-container {
  962.            padding: 15px 0;
  963.        }
  964.  
  965.        .brand-link img {
  966.            height: 40px;
  967.        }
  968.  
  969.        /* Show mobile toggle */
  970.        .mobile-nav-toggle {
  971.            display: block;
  972.        }
  973.  
  974.        .nav-content {
  975.            min-height: 50px;
  976.            padding: 10px 0;
  977.        }
  978.  
  979.        /* Hide navigation on mobile by default */
  980.        .primary-nav {
  981.            position: absolute;
  982.            top: 100%;
  983.            left: 0;
  984.            right: 0;
  985.            background: var(--navbar-bg);
  986.            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  987.            border-radius: 0 0 10px 10px;
  988.            transform: translateY(-100%);
  989.            opacity: 0;
  990.            visibility: hidden;
  991.            transition: all 0.3s ease;
  992.            z-index: 999;
  993.        }
  994.  
  995.        /* Show navigation when toggled */
  996.        .primary-nav.show {
  997.            transform: translateY(0);
  998.            opacity: 1;
  999.            visibility: visible;
  1000.        }
  1001.  
  1002.        .nav-links-list {
  1003.            flex-direction: column;
  1004.            gap: 0;
  1005.            padding: 15px 0;
  1006.        }
  1007.  
  1008.        .nav-item {
  1009.            border-bottom: 1px solid #eee;
  1010.            text-align: left;
  1011.            border-radius: 0;
  1012.            width: 100%;
  1013.        }
  1014.  
  1015.        .nav-item:last-child {
  1016.            border-bottom: none;
  1017.        }
  1018.  
  1019.        /* Search stays visible on mobile - right side */
  1020.        .search-wrapper {
  1021.            margin-left: auto;
  1022.        }
  1023.  
  1024.        .search-input-field {
  1025.            width: 160px;
  1026.            padding: 10px 15px;
  1027.            font-size: 13px;
  1028.        }
  1029.  
  1030.        .search-submit-btn {
  1031.            padding: 10px;
  1032.        }
  1033.    }
  1034.  
  1035.    @media (max-width: 576px) {
  1036.        .logo-container {
  1037.            padding: 12px 0;
  1038.        }
  1039.  
  1040.        .brand-link img {
  1041.            height: 35px;
  1042.        }
  1043.  
  1044.        .search-input-field {
  1045.            width: 140px;
  1046.            font-size: 12px;
  1047.        }
  1048.  
  1049.        .nav-content {
  1050.            gap: 10px;
  1051.        }
  1052.    }
  1053.  
  1054.    @media (max-width: 480px) {
  1055.        .container-fluid {
  1056.            padding: 0 10px;
  1057.        }
  1058.  
  1059.        .search-input-field {
  1060.            width: 120px;
  1061.        }
  1062.  
  1063.        .mobile-nav-toggle {
  1064.            padding: 6px;
  1065.        }
  1066.  
  1067.        .nav-item {
  1068.            font-size: 13px;
  1069.        }
  1070.    }
  1071.  
  1072.    @media (max-width: 400px) {
  1073.        .search-input-field {
  1074.            width: 100px;
  1075.            font-size: 11px;
  1076.            padding: 8px 12px;
  1077.        }
  1078.  
  1079.        .search-submit-btn {
  1080.            padding: 8px;
  1081.        }
  1082.  
  1083.        .search-submit-btn svg {
  1084.            width: 14px;
  1085.            height: 14px;
  1086.        }
  1087.    }
  1088.  
  1089.      /* search field */
  1090.  .search-results-container {
  1091.  position: absolute;
  1092.  top: 100%; /* Position it below the input field */
  1093.  left: 0;
  1094.  right: 0;
  1095.  background-color: white;
  1096.  border: 1px solid #ddd;
  1097.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1098.  max-height: 300px;
  1099.  overflow-y: auto;
  1100.  z-index: 1000;
  1101.  display: none; /* Initially hidden */
  1102. }
  1103.  
  1104. .search-results-container p {
  1105.  margin: 0;
  1106. }
  1107.  
  1108. .search-results-container .result-item {
  1109.  padding: 10px;
  1110.  cursor: pointer;
  1111. }
  1112.  
  1113. .search-results-container .result-item:hover {
  1114.  background-color: #f0f0f0;
  1115. }
  1116.  
  1117. </style>
  1118.  
  1119. <script>
  1120.  document.addEventListener("DOMContentLoaded", function () {
  1121.    const searchInput = document.querySelector(".search-input-field");
  1122.    const searchResults = document.getElementById("search-results");
  1123.  
  1124.    if (!searchInput || !searchResults) return; // Safety check
  1125.  
  1126.    // 🔍 Handle typing
  1127.    searchInput.addEventListener("keyup", function (e) {
  1128.      e.preventDefault();
  1129.  
  1130.      const query = searchInput.value.trim();
  1131.  
  1132.      if (query === "") {
  1133.        searchResults.innerHTML = "";
  1134.        searchResults.style.display = "none";
  1135.        return;
  1136.      }
  1137.  
  1138.      searchResults.style.display = "block";
  1139.  
  1140.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1141.        method: "GET",
  1142.        headers: {
  1143.          "X-Requested-With": "XMLHttpRequest",
  1144.        },
  1145.      })
  1146.        .then(response => response.json())
  1147.        .then(data => {
  1148.          if (data.html) {
  1149.            searchResults.innerHTML = data.html;
  1150.          } else {
  1151.            searchResults.innerHTML = "<p>No results found.</p>";
  1152.          }
  1153.        })
  1154.        .catch(error => {
  1155.          console.error("Error fetching search results:", error);
  1156.        });
  1157.    });
  1158.  
  1159.    // 🖱️ Close results when clicking outside
  1160.    document.addEventListener("click", function (e) {
  1161.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1162.        searchResults.style.display = "none";
  1163.      }
  1164.    });
  1165.  
  1166.    // ⌨️ Close results when pressing Escape
  1167.    document.addEventListener("keydown", function (e) {
  1168.      if (e.key === "Escape") {
  1169.        searchResults.style.display = "none";
  1170.      }
  1171.    });
  1172.  });
  1173. </script>
  1174.  
  1175.        </header>
  1176.        <!-- end of header -->
  1177.        <!-- start of wpo-blog-hero -->
  1178.        
  1179.  
  1180.  
  1181.  
  1182.  
  1183.  
  1184.  
  1185.  
  1186. <style>
  1187. .blog-hero-section {
  1188.    padding: 3rem 0;
  1189. }
  1190.  
  1191.  
  1192. .hero-grid {
  1193.    display: grid;
  1194.    grid-template-columns: 2fr 1fr 1fr;
  1195.    grid-template-rows: 1fr 1fr;
  1196.    gap: 1.5rem;
  1197.    height: 500px;
  1198. }
  1199.  
  1200. .hero-card {
  1201.    background: var(--card-bg);
  1202.    border-radius: 12px;
  1203.    overflow: hidden;
  1204.    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1205.    transition: all 0.3s ease;
  1206.    position: relative;
  1207. }
  1208.  
  1209. .hero-card:hover {
  1210.    transform: translateY(-8px);
  1211.    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  1212. }
  1213.  
  1214. .main-hero {
  1215.    grid-row: 1 / -1;
  1216.    grid-column: 1;
  1217. }
  1218.  
  1219. .card-image {
  1220.    width: 100%;
  1221.    height: 60%;
  1222.    object-fit: cover;
  1223.    transition: transform 0.3s ease;
  1224. }
  1225.  
  1226. .main-hero .card-image {
  1227.    height: 65%;
  1228. }
  1229.  
  1230. .hero-card:hover .card-image {
  1231.    transform: scale(1.05);
  1232. }
  1233.  
  1234. .card-content {
  1235.    padding: 1.5rem;
  1236.    height: 40%;
  1237.    display: flex;
  1238.    flex-direction: column;
  1239.    justify-content: space-between;
  1240. }
  1241.  
  1242. .main-hero .card-content {
  1243.    height: 35%;
  1244. }
  1245.  
  1246. .category-badge {
  1247.    display: inline-block;
  1248.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1249.    color: white;
  1250.    padding: 0.4rem 1rem;
  1251.    border-radius: 20px;
  1252.    font-size: 0.8rem;
  1253.    font-weight: 600;
  1254.    text-transform: uppercase;
  1255.    letter-spacing: 0.5px;
  1256.    margin-bottom: 0.8rem;
  1257.    width: fit-content;
  1258. }
  1259.  
  1260. .card-title {
  1261.    font-size: 1.1rem;
  1262.    font-weight: 700;
  1263.    line-height: 1.4;
  1264.    margin-bottom: 0.5rem;
  1265. }
  1266.  
  1267. .main-hero .card-title {
  1268.    font-size: 1.6rem;
  1269.    line-height: 1.3;
  1270.    margin-bottom: 0.8rem;
  1271. }
  1272.  
  1273. .card-title a {
  1274.    color: var(--top-color);
  1275.    text-decoration: none;
  1276.    transition: color 0.3s ease;
  1277. }
  1278.  
  1279.  
  1280. .card-description {
  1281.    color: var(--top-color);
  1282.    line-height: 1.6;
  1283.    margin-bottom: 1rem;
  1284.    display: -webkit-box;
  1285.    -webkit-line-clamp: 2;
  1286.    -webkit-box-orient: vertical;
  1287.    overflow: hidden;
  1288. }
  1289.  
  1290. .main-hero .card-description {
  1291.    -webkit-line-clamp: 3;
  1292. }
  1293.  
  1294. .card-meta {
  1295.    display: flex;
  1296.    align-items: center;
  1297.    justify-content: space-between;
  1298.    margin-top: auto;
  1299. }
  1300.  
  1301. .author-section {
  1302.    display: flex;
  1303.    align-items: center;
  1304.    gap: 0.8rem;
  1305. }
  1306.  
  1307. .author-avatar {
  1308.    width: 35px;
  1309.    height: 35px;
  1310.    border-radius: 50%;
  1311.    object-fit: cover;
  1312.    border: 2px solid #f8f9fa;
  1313. }
  1314.  
  1315. .author-name {
  1316.    color: #667eea;
  1317.    text-decoration: none;
  1318.    font-weight: 600;
  1319.    font-size: 0.9rem;
  1320. }
  1321.  
  1322. .author-name:hover {
  1323.    text-decoration: underline;
  1324. }
  1325.  
  1326. .publish-date {
  1327.    color: #95a5a6;
  1328.    font-size: 0.85rem;
  1329.    font-weight: 500;
  1330. }
  1331.  
  1332. .side-card-1 {
  1333.    grid-column: 2;
  1334.    grid-row: 1;
  1335. }
  1336.  
  1337. .side-card-2 {
  1338.    grid-column: 3;
  1339.    grid-row: 1;
  1340. }
  1341.  
  1342. .side-card-3 {
  1343.    grid-column: 2 / 4;
  1344.    grid-row: 2;
  1345. }
  1346.  
  1347. /* Desktop: Cards 1, 2 & 3 with overlay text */
  1348. @media (min-width: 992px) {
  1349.    
  1350.    .main-hero .card-image,
  1351.    .side-card-1 .card-image,
  1352.    .side-card-2 .card-image {
  1353.        height: 100%;
  1354.    }
  1355.    
  1356.    .main-hero .card-content,
  1357.    .side-card-1 .card-content,
  1358.    .side-card-2 .card-content {
  1359.        position: absolute;
  1360.        bottom: 0;
  1361.        left: 0;
  1362.        right: 0;
  1363.        background: linear-gradient(transparent, rgba(0,0,0,0.8));
  1364.        color: white;
  1365.        padding: 2rem 1.5rem 1.5rem;
  1366.        height: auto;
  1367.    }
  1368.    
  1369.    .main-hero .card-content {
  1370.        padding: 3rem 2rem 2rem;
  1371.    }
  1372.    
  1373.    .main-hero .category-badge,
  1374.    .side-card-1 .category-badge,
  1375.    .side-card-2 .category-badge {
  1376.      
  1377.        margin-bottom: 0.8rem;
  1378.    }
  1379.    
  1380.    .main-hero .card-title a,
  1381.    .side-card-1 .card-title a,
  1382.    .side-card-2 .card-title a {
  1383.        color: white;
  1384.    }
  1385.    
  1386.    .main-hero .card-description {
  1387.        color: #f8f9fa;
  1388.    }
  1389.    
  1390.    .main-hero .author-name,
  1391.    .side-card-1 .author-name,
  1392.    .side-card-2 .author-name {
  1393.        color: #f8f9fa;
  1394.    }
  1395.    
  1396.    .main-hero .publish-date,
  1397.    .side-card-1 .publish-date,
  1398.    .side-card-2 .publish-date {
  1399.        color: #e9ecef;
  1400.    }
  1401. }
  1402.  
  1403. .side-card-3 {
  1404.    display: flex;
  1405.    flex-direction: row;
  1406. }
  1407.  
  1408. .side-card-3 .card-image {
  1409.    width: 40%;
  1410.    height: 100%;
  1411. }
  1412.  
  1413. .side-card-3 .card-content {
  1414.    width: 60%;
  1415.    height: 100%;
  1416.    padding: 1.5rem;
  1417. }
  1418.  
  1419. /* Mobile Responsive */
  1420. @media (max-width: 992px) {
  1421.    .hero-grid {
  1422.        grid-template-columns: 1fr;
  1423.        grid-template-rows: auto;
  1424.        height: auto;
  1425.        gap: 1rem;
  1426.    }
  1427.    
  1428.    .main-hero {
  1429.        grid-row: 1;
  1430.        grid-column: 1;
  1431.    }
  1432.    
  1433.    .side-card-1, .side-card-2, .side-card-3 {
  1434.        grid-column: 1;
  1435.        grid-row: auto;
  1436.    }
  1437.    
  1438.    /* Mobile: Cards 1, 2 & 3 normal layout (not overlay) */
  1439.    .main-hero .card-content,
  1440.    .side-card-1 .card-content,
  1441.    .side-card-2 .card-content {
  1442.        position: relative;
  1443.        background: var(--card-bg);
  1444.        color: inherit;
  1445.        padding: 1.5rem;
  1446.        height: auto;
  1447.    }
  1448.    
  1449.    .main-hero .card-image,
  1450.    .side-card-1 .card-image,
  1451.    .side-card-2 .card-image {
  1452.        height: 200px;
  1453.    }
  1454.    
  1455.    .main-hero .card-image {
  1456.        height: 250px;
  1457.    }
  1458.    
  1459.    .main-hero .category-badge,
  1460.    .side-card-1 .category-badge,
  1461.    .side-card-2 .category-badge {
  1462.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1463.        color: white;
  1464.    }
  1465.    
  1466.    .main-hero .card-title a,
  1467.    .side-card-1 .card-title a,
  1468.    .side-card-2 .card-title a {
  1469.        color: var(--top-color);
  1470.    }
  1471.    
  1472.    .main-hero .card-description {
  1473.        color: #7f8c8d;
  1474.    }
  1475.    
  1476.    .main-hero .author-name,
  1477.    .side-card-1 .author-name,
  1478.    .side-card-2 .author-name {
  1479.        color: #667eea;
  1480.    }
  1481.    
  1482.    .main-hero .publish-date,
  1483.    .side-card-1 .publish-date,
  1484.    .side-card-2 .publish-date {
  1485.        color: #95a5a6;
  1486.    }
  1487.    
  1488.    .side-card-3 {
  1489.        flex-direction: column;
  1490.    }
  1491.    
  1492.    .side-card-3 .card-image {
  1493.        width: 100%;
  1494.        height: 200px;
  1495.    }
  1496.    
  1497.    .side-card-3 .card-content {
  1498.        width: 100%;
  1499.        height: auto;
  1500.    }
  1501.    
  1502.    .card-image {
  1503.        height: 200px;
  1504.    }
  1505.    
  1506.    .main-hero .card-image {
  1507.        height: 250px;
  1508.    }
  1509.    
  1510.    .main-hero .card-content {
  1511.        height: auto;
  1512.    }
  1513. }
  1514. </style>
  1515.  
  1516. <div class="blog-hero-section">
  1517.    <div class="container-fluid fluid-container">
  1518.        <div class="hero-grid">
  1519.            <!-- Main Featured Post -->
  1520.            
  1521.                              
  1522.                    <article class="hero-card main-hero">
  1523.                        
  1524.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Former British Soldier Charged of Murdering Kenyan Woman Shows Up in Court" class="card-image">
  1525.                        
  1526.                        
  1527.                        <div class="card-content">
  1528.                            <div>
  1529.                                <span class="category-badge">News</span>
  1530.                                <h2 class="card-title">
  1531.                                    <a href="/former-british-soldier-charged-of-murdering-kenyan-woman-shows-up-in-court/">
  1532.                                        Former British Soldier Charged of Murdering Kenyan Woman Shows Up in Court
  1533.                                    </a>
  1534.                                </h2>
  1535.                                <p class="card-description"></p>
  1536.                            </div>
  1537.                            
  1538.                            <div class="card-meta">
  1539.                                <div class="author-section">
  1540.                                    
  1541.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ba5a7317-e398-48b5-a397-7e90cfdc40f2_profile.png" alt="James Maldonado" class="author-avatar">
  1542.                                    
  1543.                                    <a href="#" class="author-name">James Maldonado</a>
  1544.                                </div>
  1545.                                <span class="publish-date">May 19, 2026</span>
  1546.                            </div>
  1547.                        </div>
  1548.                    </article>
  1549.                
  1550.            
  1551.  
  1552.            <!-- Side Cards -->
  1553.            
  1554.                <article class="hero-card side-card-1">
  1555.                    
  1556.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="U.S. Food and Drug Administration Grants Approval to Addyi, a Libido-Enhancing Drug for Postmenopausal" class="card-image">
  1557.                    
  1558.                    
  1559.                    <div class="card-content">
  1560.                        <div>
  1561.                            <span class="category-badge">News</span>
  1562.                            <h3 class="card-title">
  1563.                                <a href="/us-food-and-drug-administration-grants-approval-to-addyi-a-libido-enhancing-drug-for-postmenopausal/">
  1564.                                    U.S. Food and Drug Administration Grants Approval to Addyi, a Libido-Enhancing Drug for Postmenopausal
  1565.                                </a>
  1566.                            </h3>
  1567.                            <p class="card-description"></p>
  1568.                        </div>
  1569.                        
  1570.                        <div class="card-meta">
  1571.                            <div class="author-section">
  1572.                                <a href="#" class="author-name">James Maldonado</a>
  1573.                            </div>
  1574.                            <span class="publish-date">May 19</span>
  1575.                        </div>
  1576.                    </div>
  1577.                </article>
  1578.            
  1579.                <article class="hero-card side-card-2">
  1580.                    
  1581.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="‘We Need a Aircraft to Search For Them’: Adolescent’s Emergency Call to Aid Loved Ones Adrift Off Australian Coast Revealed" class="card-image">
  1582.                    
  1583.                    
  1584.                    <div class="card-content">
  1585.                        <div>
  1586.                            <span class="category-badge">News</span>
  1587.                            <h3 class="card-title">
  1588.                                <a href="/we-need-a-aircraft-to-search-for-them-adolescents-emergency-call-to-aid-loved-ones-adrift-off-australian-coast-revealed/">
  1589.                                    ‘We Need a Aircraft to Search For Them’: Adolescent’s Emergency Call to Aid Loved Ones Adrift Off Australian Coast Revealed
  1590.                                </a>
  1591.                            </h3>
  1592.                            <p class="card-description"></p>
  1593.                        </div>
  1594.                        
  1595.                        <div class="card-meta">
  1596.                            <div class="author-section">
  1597.                                <a href="#" class="author-name">James Maldonado</a>
  1598.                            </div>
  1599.                            <span class="publish-date">May 19</span>
  1600.                        </div>
  1601.                    </div>
  1602.                </article>
  1603.            
  1604.                <article class="hero-card side-card-3">
  1605.                    
  1606.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Tropical Storm Disaster in the Island Nation Ignites a Spirit of Community Action" class="card-image">
  1607.                    
  1608.                    
  1609.                    <div class="card-content">
  1610.                        <div>
  1611.                            <span class="category-badge">News</span>
  1612.                            <h3 class="card-title">
  1613.                                <a href="/tropical-storm-disaster-in-the-island-nation-ignites-a-spirit-of-community-action/">
  1614.                                    Tropical Storm Disaster in the Island Nation Ignites a Spirit of Community Action
  1615.                                </a>
  1616.                            </h3>
  1617.                            <p class="card-description"></p>
  1618.                        </div>
  1619.                        
  1620.                        <div class="card-meta">
  1621.                            <div class="author-section">
  1622.                                <a href="#" class="author-name">James Maldonado</a>
  1623.                            </div>
  1624.                            <span class="publish-date">May 18</span>
  1625.                        </div>
  1626.                    </div>
  1627.                </article>
  1628.            
  1629.        </div>
  1630.    </div>
  1631. </div>
  1632.  
  1633.  
  1634.  
  1635.  
  1636.        <!-- end of wpo-blog-hero -->
  1637.  
  1638.        <!-- start of wpo-breacking-news -->
  1639.        
  1640.        <!-- end of wpo-breacking-news -->
  1641.        
  1642.        <!-- start wpo-blog-highlights-section -->
  1643.        
  1644.  
  1645.  
  1646.  
  1647.    
  1648.  
  1649.  
  1650.  <style>
  1651.    /* Section Header */
  1652.    .section-header-v9 {
  1653.      text-align: center;
  1654.      margin-bottom: 20px;
  1655.    }
  1656.    
  1657.    .section-title-v9 {
  1658.      font-size: 3rem;
  1659.      font-weight: 700;
  1660.      color: var(--topbar-color);
  1661.      margin-bottom: 20px;
  1662.      text-transform: uppercase;
  1663.    }
  1664.    
  1665.    .section-subtitle-v9 {
  1666.      font-size: 1.2rem;
  1667.      color: var(--topbar-color);
  1668.      opacity: 0.5;
  1669.      max-width: 800px;
  1670.      margin: 0 auto;
  1671.      line-height: 1.8;
  1672.    }
  1673.        
  1674.    /* Blog Card */
  1675.    .blog-card-v9 {
  1676.      background: var(--card-bg);
  1677.      border: 1px solid var(--border-color);
  1678.      border-radius: 8px;
  1679.      margin-bottom: 30px;
  1680.      overflow: hidden;
  1681.      opacity: 0;
  1682.      transition: opacity 0.5s ease, box-shadow 0.3s ease;
  1683.    }
  1684.    
  1685.    .blog-card-v9.fade-in {
  1686.      opacity: 1;
  1687.    }
  1688.    
  1689.    @keyframes fadeIn {
  1690.      from {
  1691.        opacity: 0;
  1692.      }
  1693.      to {
  1694.        opacity: 1;
  1695.      }
  1696.    }
  1697.    
  1698.    .blog-card-v9:hover {
  1699.      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  1700.    }
  1701.    
  1702.    /* Blog Image */
  1703.    .blog-image-container-v9 {
  1704.      width: 100%;
  1705.      aspect-ratio: 16/9; /* 👈 maintains clean ratio */
  1706.      overflow: hidden;
  1707.    }
  1708.    
  1709.    .blog-image-v9 {
  1710.      width: 100%;
  1711.      height: 100%;
  1712.    }
  1713.    
  1714.    .blog-image-v9 img {
  1715.      width: 100%;
  1716.      height: 100%;
  1717.      object-fit: cover;
  1718.      display: block;
  1719.    }
  1720.    
  1721.    /* Blog Content */
  1722.    .blog-content-v9 {
  1723.      padding: 20px;
  1724.    }
  1725.    
  1726.    .blog-title-v9 {
  1727.      font-size: 1.2rem;
  1728.      font-weight: 600;
  1729.      margin-bottom: 15px;
  1730.      color: var(--topbar-color) !important;
  1731.      text-transform: capitalize;
  1732.    }
  1733.    
  1734.    .blog-meta-v9 {
  1735.      display: flex;
  1736.      align-items: center;
  1737.      gap: 10px;
  1738.      font-size: 0.9rem;
  1739.      color: var(--topbar-color);
  1740.      margin-bottom: 10px;
  1741.    }
  1742.    
  1743.    .blog-meta-v9 span {
  1744.      display: inline-block;
  1745.    }
  1746.    
  1747.    .blog-excerpt-v9 {
  1748.      font-size: 1rem;
  1749.      color: var(--topbar-color);
  1750.      opacity: .6;
  1751.      margin-bottom: 15px;
  1752.      line-height: 1.6;
  1753.    }
  1754.    
  1755.    .blog-actions-v9 {
  1756.      display: flex;
  1757.      justify-content: flex-start;
  1758.    }
  1759.    
  1760.    .blog-read-more-v9 {
  1761.      font-size: 1rem;
  1762.      color: var(--topbar-color);
  1763.      text-decoration: none;
  1764.      transition: color 0.3s ease;
  1765.    }
  1766.    
  1767.    .blog-read-more-v9:hover {
  1768.      color: #2980b9 !important;
  1769.    }
  1770.    
  1771.    /* Responsive Design */
  1772.    @media (max-width: 768px) {
  1773.      .section-title-v9 {
  1774.        font-size: 2.5rem;
  1775.      }
  1776.    
  1777.      .blog-card-v9 {
  1778.        margin-bottom: 20px;
  1779.      }
  1780.    
  1781.      .blog-meta-v9 {
  1782.        font-size: 0.8rem;
  1783.      }
  1784.    
  1785.      .blog-image-container-v9 {
  1786.        aspect-ratio: 4/3; /* 👈 mobile friendly ratio */
  1787.      }
  1788.    }
  1789.  </style>
  1790.  
  1791.  <section class="blog-highlights-v9 mt-5">
  1792.    <div class="container-fluid fluid-container">
  1793.      <!-- Section Header -->
  1794.      <div class="row justify-content-center">
  1795.        <div class="col-12 col-lg-10">
  1796.          <div class="section-header-v9">
  1797.            <h2 class="section-title-v9 mb-0">
  1798.                Today's Top Highlights
  1799.                   </h2>
  1800.            <p class="section-subtitle-v9">Explore the intersection of technology and creativity through storytelling in the digital era.</p>
  1801.          </div>
  1802.        </div>
  1803.      </div>
  1804.  
  1805.      <!-- Blog Grid -->
  1806.      <div class="row ">
  1807.        <div class="col-lg-8">
  1808.          <div class="row d-flex justify-content-center">
  1809.            
  1810.              <div class="col-md-6 pb-3">
  1811.                <article class="blog-card-v9 h-100">
  1812.                  <div class="blog-image-container-v9">
  1813.                    <div class="blog-image-v9">
  1814.                      
  1815.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1816.                      
  1817.                    </div>
  1818.                  </div>
  1819.                  <div class="blog-content-v9">
  1820.                    <h3 class="blog-title-v9 "><a class="top-color" href="/troubling-memories-reemerge-in-davao-as-officials-piece-together-bondi-beach-shooting-alleged-attackers-time-in-the-city/">Troubling Memories Reemerge in Davao as Officials Piece Together Bondi Beach Shooting Alleged Attackers&#x27; Time in the City</a></h3>
  1821.                    <div class="blog-meta-v9">
  1822.                      <span>By <strong>James Maldonado</strong></span>
  1823.                      <span>•</span>
  1824.                      <span>18 May 2026</span>
  1825.                    </div>
  1826.                    <p class="blog-excerpt-v9"></p>
  1827.                    <div class="blog-actions-v9">
  1828.                      <a href="/troubling-memories-reemerge-in-davao-as-officials-piece-together-bondi-beach-shooting-alleged-attackers-time-in-the-city/" class="blog-read-more-v9">Read More →</a>
  1829.                    </div>
  1830.                  </div>
  1831.                </article>
  1832.              </div>
  1833.            
  1834.              <div class="col-md-6 pb-3">
  1835.                <article class="blog-card-v9 h-100">
  1836.                  <div class="blog-image-container-v9">
  1837.                    <div class="blog-image-v9">
  1838.                      
  1839.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1840.                      
  1841.                    </div>
  1842.                  </div>
  1843.                  <div class="blog-content-v9">
  1844.                    <h3 class="blog-title-v9 "><a class="top-color" href="/authentic-southern-portugal-exploring-portugal-past-the-coastline/">Authentic Southern Portugal: Exploring Portugal Past the Coastline</a></h3>
  1845.                    <div class="blog-meta-v9">
  1846.                      <span>By <strong>James Maldonado</strong></span>
  1847.                      <span>•</span>
  1848.                      <span>18 May 2026</span>
  1849.                    </div>
  1850.                    <p class="blog-excerpt-v9"></p>
  1851.                    <div class="blog-actions-v9">
  1852.                      <a href="/authentic-southern-portugal-exploring-portugal-past-the-coastline/" class="blog-read-more-v9">Read More →</a>
  1853.                    </div>
  1854.                  </div>
  1855.                </article>
  1856.              </div>
  1857.            
  1858.              <div class="col-md-6 pb-3">
  1859.                <article class="blog-card-v9 h-100">
  1860.                  <div class="blog-image-container-v9">
  1861.                    <div class="blog-image-v9">
  1862.                      
  1863.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1864.                      
  1865.                    </div>
  1866.                  </div>
  1867.                  <div class="blog-content-v9">
  1868.                    <h3 class="blog-title-v9 "><a class="top-color" href="/arsenals-goalkeeper-praises-squad-depth-as-essential-to-multiple-trophy-challenge/">Arsenal&#x27;s goalkeeper Praises Squad Depth as Essential to Multiple Trophy Challenge</a></h3>
  1869.                    <div class="blog-meta-v9">
  1870.                      <span>By <strong>James Maldonado</strong></span>
  1871.                      <span>•</span>
  1872.                      <span>18 May 2026</span>
  1873.                    </div>
  1874.                    <p class="blog-excerpt-v9"></p>
  1875.                    <div class="blog-actions-v9">
  1876.                      <a href="/arsenals-goalkeeper-praises-squad-depth-as-essential-to-multiple-trophy-challenge/" class="blog-read-more-v9">Read More →</a>
  1877.                    </div>
  1878.                  </div>
  1879.                </article>
  1880.              </div>
  1881.            
  1882.              <div class="col-md-6 pb-3">
  1883.                <article class="blog-card-v9 h-100">
  1884.                  <div class="blog-image-container-v9">
  1885.                    <div class="blog-image-v9">
  1886.                      
  1887.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1888.                      
  1889.                    </div>
  1890.                  </div>
  1891.                  <div class="blog-content-v9">
  1892.                    <h3 class="blog-title-v9 "><a class="top-color" href="/can-the-new-zealand-rugby-team-rediscover-their-winning-form-this-autumn/">Can the New Zealand rugby team rediscover their winning form this autumn?</a></h3>
  1893.                    <div class="blog-meta-v9">
  1894.                      <span>By <strong>James Maldonado</strong></span>
  1895.                      <span>•</span>
  1896.                      <span>18 May 2026</span>
  1897.                    </div>
  1898.                    <p class="blog-excerpt-v9"></p>
  1899.                    <div class="blog-actions-v9">
  1900.                      <a href="/can-the-new-zealand-rugby-team-rediscover-their-winning-form-this-autumn/" class="blog-read-more-v9">Read More →</a>
  1901.                    </div>
  1902.                  </div>
  1903.                </article>
  1904.              </div>
  1905.            
  1906.              <div class="col-md-6 pb-3">
  1907.                <article class="blog-card-v9 h-100">
  1908.                  <div class="blog-image-container-v9">
  1909.                    <div class="blog-image-v9">
  1910.                      
  1911.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1912.                      
  1913.                    </div>
  1914.                  </div>
  1915.                  <div class="blog-content-v9">
  1916.                    <h3 class="blog-title-v9 "><a class="top-color" href="/the-presidents-dominant-influence-in-sports-hit-a-peak-in-2025-the-coming-year-promises-to-be-even-bigger/">The President&#x27;s Dominant Influence in Sports Hit A Peak in 2025. The Coming Year Promises to Be Even Bigger.</a></h3>
  1917.                    <div class="blog-meta-v9">
  1918.                      <span>By <strong>James Maldonado</strong></span>
  1919.                      <span>•</span>
  1920.                      <span>18 May 2026</span>
  1921.                    </div>
  1922.                    <p class="blog-excerpt-v9"></p>
  1923.                    <div class="blog-actions-v9">
  1924.                      <a href="/the-presidents-dominant-influence-in-sports-hit-a-peak-in-2025-the-coming-year-promises-to-be-even-bigger/" class="blog-read-more-v9">Read More →</a>
  1925.                    </div>
  1926.                  </div>
  1927.                </article>
  1928.              </div>
  1929.            
  1930.              <div class="col-md-6 pb-3">
  1931.                <article class="blog-card-v9 h-100">
  1932.                  <div class="blog-image-container-v9">
  1933.                    <div class="blog-image-v9">
  1934.                      
  1935.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1936.                      
  1937.                    </div>
  1938.                  </div>
  1939.                  <div class="blog-content-v9">
  1940.                    <h3 class="blog-title-v9 "><a class="top-color" href="/we-got-let-go-and-were-owning-it-this-is-how-to-secure-a-fresh-position-that-works-your-needs/">We Got Let Go, and We&#x27;re Owning It – This Is How to Secure a Fresh Position That Works Your Needs</a></h3>
  1941.                    <div class="blog-meta-v9">
  1942.                      <span>By <strong>James Maldonado</strong></span>
  1943.                      <span>•</span>
  1944.                      <span>18 May 2026</span>
  1945.                    </div>
  1946.                    <p class="blog-excerpt-v9"></p>
  1947.                    <div class="blog-actions-v9">
  1948.                      <a href="/we-got-let-go-and-were-owning-it-this-is-how-to-secure-a-fresh-position-that-works-your-needs/" class="blog-read-more-v9">Read More →</a>
  1949.                    </div>
  1950.                  </div>
  1951.                </article>
  1952.              </div>
  1953.            
  1954.              <div class="col-md-6 pb-3">
  1955.                <article class="blog-card-v9 h-100">
  1956.                  <div class="blog-image-container-v9">
  1957.                    <div class="blog-image-v9">
  1958.                      
  1959.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1960.                      
  1961.                    </div>
  1962.                  </div>
  1963.                  <div class="blog-content-v9">
  1964.                    <h3 class="blog-title-v9 "><a class="top-color" href="/stay-active-while-you-are-working-a-dozen-strength-building-office-exercises-you-can-do-in-everyday-clothes/">Stay active while you are working? A dozen strength-building office exercises you can do in everyday clothes</a></h3>
  1965.                    <div class="blog-meta-v9">
  1966.                      <span>By <strong>James Maldonado</strong></span>
  1967.                      <span>•</span>
  1968.                      <span>17 May 2026</span>
  1969.                    </div>
  1970.                    <p class="blog-excerpt-v9"></p>
  1971.                    <div class="blog-actions-v9">
  1972.                      <a href="/stay-active-while-you-are-working-a-dozen-strength-building-office-exercises-you-can-do-in-everyday-clothes/" class="blog-read-more-v9">Read More →</a>
  1973.                    </div>
  1974.                  </div>
  1975.                </article>
  1976.              </div>
  1977.            
  1978.              <div class="col-md-6 pb-3">
  1979.                <article class="blog-card-v9 h-100">
  1980.                  <div class="blog-image-container-v9">
  1981.                    <div class="blog-image-v9">
  1982.                      
  1983.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1984.                      
  1985.                    </div>
  1986.                  </div>
  1987.                  <div class="blog-content-v9">
  1988.                    <h3 class="blog-title-v9 "><a class="top-color" href="/anno-117-pax-romanas-best-kept-secret-turns-out-to-be-a-impressive-first-person-view/">Anno 117: Pax Romana&#x27;s Best-Kept Secret Turns Out to Be a Impressive First-Person View.</a></h3>
  1989.                    <div class="blog-meta-v9">
  1990.                      <span>By <strong>James Maldonado</strong></span>
  1991.                      <span>•</span>
  1992.                      <span>17 May 2026</span>
  1993.                    </div>
  1994.                    <p class="blog-excerpt-v9"></p>
  1995.                    <div class="blog-actions-v9">
  1996.                      <a href="/anno-117-pax-romanas-best-kept-secret-turns-out-to-be-a-impressive-first-person-view/" class="blog-read-more-v9">Read More →</a>
  1997.                    </div>
  1998.                  </div>
  1999.                </article>
  2000.              </div>
  2001.            
  2002.              <div class="col-md-6 pb-3">
  2003.                <article class="blog-card-v9 h-100">
  2004.                  <div class="blog-image-container-v9">
  2005.                    <div class="blog-image-v9">
  2006.                      
  2007.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2008.                      
  2009.                    </div>
  2010.                  </div>
  2011.                  <div class="blog-content-v9">
  2012.                    <h3 class="blog-title-v9 "><a class="top-color" href="/trump-affirms-largely-agreement-exists-on-following-steps-of-gaza-ceasefire-plan/">Trump Affirms &#x27;Largely, Agreement Exists&#x27; on Following Steps of Gaza Ceasefire Plan</a></h3>
  2013.                    <div class="blog-meta-v9">
  2014.                      <span>By <strong>James Maldonado</strong></span>
  2015.                      <span>•</span>
  2016.                      <span>17 May 2026</span>
  2017.                    </div>
  2018.                    <p class="blog-excerpt-v9"></p>
  2019.                    <div class="blog-actions-v9">
  2020.                      <a href="/trump-affirms-largely-agreement-exists-on-following-steps-of-gaza-ceasefire-plan/" class="blog-read-more-v9">Read More →</a>
  2021.                    </div>
  2022.                  </div>
  2023.                </article>
  2024.              </div>
  2025.            
  2026.              <div class="col-md-6 pb-3">
  2027.                <article class="blog-card-v9 h-100">
  2028.                  <div class="blog-image-container-v9">
  2029.                    <div class="blog-image-v9">
  2030.                      
  2031.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2032.                      
  2033.                    </div>
  2034.                  </div>
  2035.                  <div class="blog-content-v9">
  2036.                    <h3 class="blog-title-v9 "><a class="top-color" href="/swiss-ski-resort-fire-survivors-receive-care-in-specialist-clinics-throughout-the-continent/">Swiss Ski Resort Fire Survivors Receive Care in Specialist Clinics Throughout the Continent</a></h3>
  2037.                    <div class="blog-meta-v9">
  2038.                      <span>By <strong>James Maldonado</strong></span>
  2039.                      <span>•</span>
  2040.                      <span>17 May 2026</span>
  2041.                    </div>
  2042.                    <p class="blog-excerpt-v9"></p>
  2043.                    <div class="blog-actions-v9">
  2044.                      <a href="/swiss-ski-resort-fire-survivors-receive-care-in-specialist-clinics-throughout-the-continent/" class="blog-read-more-v9">Read More →</a>
  2045.                    </div>
  2046.                  </div>
  2047.                </article>
  2048.              </div>
  2049.            
  2050.              <div class="col-md-6 pb-3">
  2051.                <article class="blog-card-v9 h-100">
  2052.                  <div class="blog-image-container-v9">
  2053.                    <div class="blog-image-v9">
  2054.                      
  2055.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2056.                      
  2057.                    </div>
  2058.                  </div>
  2059.                  <div class="blog-content-v9">
  2060.                    <h3 class="blog-title-v9 "><a class="top-color" href="/titans-acknowledge-titans-as-trump-gives-the-mayor-elect-a-warm-greeting/">Titans Acknowledge Titans as Trump Gives The Mayor-Elect a Warm Greeting</a></h3>
  2061.                    <div class="blog-meta-v9">
  2062.                      <span>By <strong>James Maldonado</strong></span>
  2063.                      <span>•</span>
  2064.                      <span>17 May 2026</span>
  2065.                    </div>
  2066.                    <p class="blog-excerpt-v9"></p>
  2067.                    <div class="blog-actions-v9">
  2068.                      <a href="/titans-acknowledge-titans-as-trump-gives-the-mayor-elect-a-warm-greeting/" class="blog-read-more-v9">Read More →</a>
  2069.                    </div>
  2070.                  </div>
  2071.                </article>
  2072.              </div>
  2073.            
  2074.              <div class="col-md-6 pb-3">
  2075.                <article class="blog-card-v9 h-100">
  2076.                  <div class="blog-image-container-v9">
  2077.                    <div class="blog-image-v9">
  2078.                      
  2079.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2080.                      
  2081.                    </div>
  2082.                  </div>
  2083.                  <div class="blog-content-v9">
  2084.                    <h3 class="blog-title-v9 "><a class="top-color" href="/the-ten-year-affair-by-erin-somers-a-midlife-adultery-tale-this-era-deserves/">The Ten Year Affair by Erin Somers: A Midlife Adultery Tale This Era Deserves.</a></h3>
  2085.                    <div class="blog-meta-v9">
  2086.                      <span>By <strong>James Maldonado</strong></span>
  2087.                      <span>•</span>
  2088.                      <span>16 May 2026</span>
  2089.                    </div>
  2090.                    <p class="blog-excerpt-v9"></p>
  2091.                    <div class="blog-actions-v9">
  2092.                      <a href="/the-ten-year-affair-by-erin-somers-a-midlife-adultery-tale-this-era-deserves/" class="blog-read-more-v9">Read More →</a>
  2093.                    </div>
  2094.                  </div>
  2095.                </article>
  2096.              </div>
  2097.            
  2098.            
  2099.  
  2100.          </div>
  2101.        </div>
  2102.  
  2103.       <div class="col col-lg-4 col-12">
  2104.                
  2105.  
  2106.  
  2107.  
  2108.    
  2109.  
  2110.  
  2111. <!-- Blog Sidebar -->
  2112.  
  2113.    <div class="sidebar mb-3">
  2114.        
  2115.        
  2116.        <div class="sidebar-widget mb-4">
  2117.            <div class="widget-title-wrapper mb-3">
  2118.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2119.                    May 2026 Blog Roll
  2120.                    <span class="title-arrow"></span>
  2121.                </h4>
  2122.            </div>
  2123.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2124.                <ul class="list-unstyled scrollable-sidebar">
  2125.                    
  2126.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2127.                        <a href="https://wallaseycemetery.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2128.                            <i class="ti-angle-right me-2 text-primary"></i>
  2129.                            <span class="fw-semibold">top betting sites not on gamstop</span>
  2130.                        </a>
  2131.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2132.                    </li>
  2133.                    
  2134.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2135.                        <a href="https://prwd.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2136.                            <i class="ti-angle-right me-2 text-primary"></i>
  2137.                            <span class="fw-semibold">non gamstop casino</span>
  2138.                        </a>
  2139.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2140.                    </li>
  2141.                    
  2142.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2143.                        <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2144.                            <i class="ti-angle-right me-2 text-primary"></i>
  2145.                            <span class="fw-semibold">non gamstop casino</span>
  2146.                        </a>
  2147.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2148.                    </li>
  2149.                    
  2150.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2151.                        <a href="https://visitfortwilliam.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2152.                            <i class="ti-angle-right me-2 text-primary"></i>
  2153.                            <span class="fw-semibold">best non Gamstop casinos</span>
  2154.                        </a>
  2155.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2156.                    </li>
  2157.                    
  2158.                </ul>
  2159.            </div>
  2160.        </div>
  2161.        
  2162.        <div class="sidebar-widget mb-4">
  2163.            <div class="widget-title-wrapper mb-3">
  2164.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2165.                    April 2026 Blog Roll
  2166.                    <span class="title-arrow"></span>
  2167.                </h4>
  2168.            </div>
  2169.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2170.                <ul class="list-unstyled scrollable-sidebar">
  2171.                    
  2172.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2173.                        <a href="https://www.adhdfoundation.org.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2174.                            <i class="ti-angle-right me-2 text-primary"></i>
  2175.                            <span class="fw-semibold">online casinos</span>
  2176.                        </a>
  2177.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2178.                    </li>
  2179.                    
  2180.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2181.                        <a href="https://www.caerphilly.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2182.                            <i class="ti-angle-right me-2 text-primary"></i>
  2183.                            <span class="fw-semibold">uk online casinos not on gamstop</span>
  2184.                        </a>
  2185.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2186.                    </li>
  2187.                    
  2188.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2189.                        <a href="https://cobdenchambers.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2190.                            <i class="ti-angle-right me-2 text-primary"></i>
  2191.                            <span class="fw-semibold">best eu casino</span>
  2192.                        </a>
  2193.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2194.                    </li>
  2195.                    
  2196.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2197.                        <a href="https://thegoldenfleeceyork.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2198.                            <i class="ti-angle-right me-2 text-primary"></i>
  2199.                            <span class="fw-semibold">best online casino</span>
  2200.                        </a>
  2201.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2202.                    </li>
  2203.                    
  2204.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2205.                        <a href="https://www.oceanacidification.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2206.                            <i class="ti-angle-right me-2 text-primary"></i>
  2207.                            <span class="fw-semibold">non gamstop casinos</span>
  2208.                        </a>
  2209.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2210.                    </li>
  2211.                    
  2212.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2213.                        <a href="https://www.makemegenius.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2214.                            <i class="ti-angle-right me-2 text-primary"></i>
  2215.                            <span class="fw-semibold">casinos not on gamstop</span>
  2216.                        </a>
  2217.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2218.                    </li>
  2219.                    
  2220.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2221.                        <a href="https://heyimhome.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2222.                            <i class="ti-angle-right me-2 text-primary"></i>
  2223.                            <span class="fw-semibold">online casino sites</span>
  2224.                        </a>
  2225.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2226.                    </li>
  2227.                    
  2228.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2229.                        <a href="https://www.stevewebb.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2230.                            <i class="ti-angle-right me-2 text-primary"></i>
  2231.                            <span class="fw-semibold">best non uk casino sites</span>
  2232.                        </a>
  2233.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2234.                    </li>
  2235.                    
  2236.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2237.                        <a href="https://www.oceandivalondon.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2238.                            <i class="ti-angle-right me-2 text-primary"></i>
  2239.                            <span class="fw-semibold">new betting sites</span>
  2240.                        </a>
  2241.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2242.                    </li>
  2243.                    
  2244.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2245.                        <a href="https://qualityofcarenetwork.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2246.                            <i class="ti-angle-right me-2 text-primary"></i>
  2247.                            <span class="fw-semibold">lolajack casino</span>
  2248.                        </a>
  2249.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2250.                    </li>
  2251.                    
  2252.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2253.                        <a href="https://www.londonart.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2254.                            <i class="ti-angle-right me-2 text-primary"></i>
  2255.                            <span class="fw-semibold">top escorts</span>
  2256.                        </a>
  2257.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2258.                    </li>
  2259.                    
  2260.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2261.                        <a href="https://www.hobsoncycles.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2262.                            <i class="ti-angle-right me-2 text-primary"></i>
  2263.                            <span class="fw-semibold">betting sites</span>
  2264.                        </a>
  2265.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2266.                    </li>
  2267.                    
  2268.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2269.                        <a href="https://www.healgel.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2270.                            <i class="ti-angle-right me-2 text-primary"></i>
  2271.                            <span class="fw-semibold">no verification betting sites</span>
  2272.                        </a>
  2273.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2274.                    </li>
  2275.                    
  2276.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2277.                        <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2278.                            <i class="ti-angle-right me-2 text-primary"></i>
  2279.                            <span class="fw-semibold">non GamStop UK casinos</span>
  2280.                        </a>
  2281.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2282.                    </li>
  2283.                    
  2284.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2285.                        <a href="https://playmonster.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2286.                            <i class="ti-angle-right me-2 text-primary"></i>
  2287.                            <span class="fw-semibold">non GamStop casinos</span>
  2288.                        </a>
  2289.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2290.                    </li>
  2291.                    
  2292.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2293.                        <a href="https://israelpremiertech.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2294.                            <i class="ti-angle-right me-2 text-primary"></i>
  2295.                            <span class="fw-semibold">UK casino not on GamStop</span>
  2296.                        </a>
  2297.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2298.                    </li>
  2299.                    
  2300.                </ul>
  2301.            </div>
  2302.        </div>
  2303.        
  2304.        <div class="sidebar-widget mb-4">
  2305.            <div class="widget-title-wrapper mb-3">
  2306.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2307.                    March 2026 Blog Roll
  2308.                    <span class="title-arrow"></span>
  2309.                </h4>
  2310.            </div>
  2311.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2312.                <ul class="list-unstyled scrollable-sidebar">
  2313.                    
  2314.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2315.                        <a href="https://www.gullwingbridge.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2316.                            <i class="ti-angle-right me-2 text-primary"></i>
  2317.                            <span class="fw-semibold">gambling sites not on GamStop</span>
  2318.                        </a>
  2319.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2320.                    </li>
  2321.                    
  2322.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2323.                        <a href="https://www.stamina.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2324.                            <i class="ti-angle-right me-2 text-primary"></i>
  2325.                            <span class="fw-semibold">non Gamstop casino</span>
  2326.                        </a>
  2327.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2328.                    </li>
  2329.                    
  2330.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2331.                        <a href="https://hayleyfromhome.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2332.                            <i class="ti-angle-right me-2 text-primary"></i>
  2333.                            <span class="fw-semibold">fast payout casinos</span>
  2334.                        </a>
  2335.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2336.                    </li>
  2337.                    
  2338.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2339.                        <a href="https://pirateparty.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2340.                            <i class="ti-angle-right me-2 text-primary"></i>
  2341.                            <span class="fw-semibold">non GamStop casinos</span>
  2342.                        </a>
  2343.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2344.                    </li>
  2345.                    
  2346.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2347.                        <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2348.                            <i class="ti-angle-right me-2 text-primary"></i>
  2349.                            <span class="fw-semibold">non GamStop casinos UK</span>
  2350.                        </a>
  2351.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2352.                    </li>
  2353.                    
  2354.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2355.                        <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2356.                            <i class="ti-angle-right me-2 text-primary"></i>
  2357.                            <span class="fw-semibold">casinos not on GamStop</span>
  2358.                        </a>
  2359.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2360.                    </li>
  2361.                    
  2362.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2363.                        <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2364.                            <i class="ti-angle-right me-2 text-primary"></i>
  2365.                            <span class="fw-semibold">new non GamStop casinos</span>
  2366.                        </a>
  2367.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2368.                    </li>
  2369.                    
  2370.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2371.                        <a href="https://www.cranleyclinic.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2372.                            <i class="ti-angle-right me-2 text-primary"></i>
  2373.                            <span class="fw-semibold">non GamStop casino</span>
  2374.                        </a>
  2375.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2376.                    </li>
  2377.                    
  2378.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2379.                        <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2380.                            <i class="ti-angle-right me-2 text-primary"></i>
  2381.                            <span class="fw-semibold">casinos not on GamStop</span>
  2382.                        </a>
  2383.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2384.                    </li>
  2385.                    
  2386.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2387.                        <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2388.                            <i class="ti-angle-right me-2 text-primary"></i>
  2389.                            <span class="fw-semibold">non GamStop casinos</span>
  2390.                        </a>
  2391.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2392.                    </li>
  2393.                    
  2394.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2395.                        <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2396.                            <i class="ti-angle-right me-2 text-primary"></i>
  2397.                            <span class="fw-semibold">uk casino not on gamstop</span>
  2398.                        </a>
  2399.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2400.                    </li>
  2401.                    
  2402.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2403.                        <a href="https://www.cheese-rolling.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2404.                            <i class="ti-angle-right me-2 text-primary"></i>
  2405.                            <span class="fw-semibold">best non gamstop casinos</span>
  2406.                        </a>
  2407.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2408.                    </li>
  2409.                    
  2410.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2411.                        <a href="https://www.ktponline.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2412.                            <i class="ti-angle-right me-2 text-primary"></i>
  2413.                            <span class="fw-semibold">not on GamStop</span>
  2414.                        </a>
  2415.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2416.                    </li>
  2417.                    
  2418.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2419.                        <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2420.                            <i class="ti-angle-right me-2 text-primary"></i>
  2421.                            <span class="fw-semibold">non UK casino sites</span>
  2422.                        </a>
  2423.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2424.                    </li>
  2425.                    
  2426.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2427.                        <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2428.                            <i class="ti-angle-right me-2 text-primary"></i>
  2429.                            <span class="fw-semibold">Non UK Bingo Sites</span>
  2430.                        </a>
  2431.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2432.                    </li>
  2433.                    
  2434.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2435.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2436.                            <i class="ti-angle-right me-2 text-primary"></i>
  2437.                            <span class="fw-semibold">online casino</span>
  2438.                        </a>
  2439.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2440.                    </li>
  2441.                    
  2442.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2443.                        <a href="https://www.livingcoasts.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2444.                            <i class="ti-angle-right me-2 text-primary"></i>
  2445.                            <span class="fw-semibold">online casinos</span>
  2446.                        </a>
  2447.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2448.                    </li>
  2449.                    
  2450.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2451.                        <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2452.                            <i class="ti-angle-right me-2 text-primary"></i>
  2453.                            <span class="fw-semibold">Not on Gamstop</span>
  2454.                        </a>
  2455.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2456.                    </li>
  2457.                    
  2458.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2459.                        <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2460.                            <i class="ti-angle-right me-2 text-primary"></i>
  2461.                            <span class="fw-semibold">casino not on gamstop</span>
  2462.                        </a>
  2463.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2464.                    </li>
  2465.                    
  2466.                </ul>
  2467.            </div>
  2468.        </div>
  2469.        
  2470.        <div class="sidebar-widget mb-4">
  2471.            <div class="widget-title-wrapper mb-3">
  2472.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2473.                    February 2026 Blog Roll
  2474.                    <span class="title-arrow"></span>
  2475.                </h4>
  2476.            </div>
  2477.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2478.                <ul class="list-unstyled scrollable-sidebar">
  2479.                    
  2480.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2481.                        <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2482.                            <i class="ti-angle-right me-2 text-primary"></i>
  2483.                            <span class="fw-semibold">betting apps not on gamstop</span>
  2484.                        </a>
  2485.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2486.                    </li>
  2487.                    
  2488.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2489.                        <a href="https://financialservicescultureboard.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2490.                            <i class="ti-angle-right me-2 text-primary"></i>
  2491.                            <span class="fw-semibold">online bookmakers not on gamstop</span>
  2492.                        </a>
  2493.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2494.                    </li>
  2495.                    
  2496.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2497.                        <a href="https://www.thebridalboutiquewarwickshire.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2498.                            <i class="ti-angle-right me-2 text-primary"></i>
  2499.                            <span class="fw-semibold">best crypto casinos</span>
  2500.                        </a>
  2501.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2502.                    </li>
  2503.                    
  2504.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2505.                        <a href="https://santanderjobs.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2506.                            <i class="ti-angle-right me-2 text-primary"></i>
  2507.                            <span class="fw-semibold">best betting sites</span>
  2508.                        </a>
  2509.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2510.                    </li>
  2511.                    
  2512.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2513.                        <a href="https://www.outset.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2514.                            <i class="ti-angle-right me-2 text-primary"></i>
  2515.                            <span class="fw-semibold">new betting sites uk</span>
  2516.                        </a>
  2517.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2518.                    </li>
  2519.                    
  2520.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2521.                        <a href="https://indyonline.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2522.                            <i class="ti-angle-right me-2 text-primary"></i>
  2523.                            <span class="fw-semibold">UK casino not on GamStop</span>
  2524.                        </a>
  2525.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2526.                    </li>
  2527.                    
  2528.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2529.                        <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2530.                            <i class="ti-angle-right me-2 text-primary"></i>
  2531.                            <span class="fw-semibold">Gambling Sites Not on GamStop</span>
  2532.                        </a>
  2533.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2534.                    </li>
  2535.                    
  2536.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2537.                        <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2538.                            <i class="ti-angle-right me-2 text-primary"></i>
  2539.                            <span class="fw-semibold">Gambling Sites Not on GamStop</span>
  2540.                        </a>
  2541.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2542.                    </li>
  2543.                    
  2544.                </ul>
  2545.            </div>
  2546.        </div>
  2547.        
  2548.  
  2549.        <!-- Recent Posts Section -->
  2550.        <div class="sidebar-widget mb-3">
  2551.            <div class="widget-title-wrapper mb-3">
  2552.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2553.                    Recent Posts
  2554.                    <span class="title-arrow"></span>
  2555.                </h4>
  2556.            </div>
  2557.            <div class="widget-content border border-light shadow-sm rounded p-4">
  2558.                <div class="recent-post-list">
  2559.                    
  2560.                    
  2561.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2562.                        <div class="post-image me-3 flex-shrink-0">
  2563.                            
  2564.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2565.                            
  2566.                        </div>
  2567.                        <div class="post-content flex-grow-1">
  2568.                            <h6 class="post-title mb-1">
  2569.                                 <a href="/president-zelensky-declares-ukraine-is-ten-percent-away-from-a-peace-deal-but-not-at-any-possible-price/" class="text-decoration-none top-color fw-semibold">
  2570.                                    President Zelensky Declares Ukraine Is Ten Percent Away from a Peace Deal, But Not at Any Possible Price
  2571.                                </a>
  2572.                            </h6>
  2573.                            <div class="post-meta">
  2574.                                <small class="text-muted">
  2575.                                    <i class="ti-calendar me-1"></i>16 May 2026
  2576.                                </small>
  2577.                                <!-- <small class="text-muted ms-2">
  2578.                                    <i class="ti-eye me-1"></i>234 views
  2579.                                </small> -->
  2580.                            </div>
  2581.                        </div>
  2582.                    </div>
  2583.                    
  2584.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2585.                        <div class="post-image me-3 flex-shrink-0">
  2586.                            
  2587.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2588.                            
  2589.                        </div>
  2590.                        <div class="post-content flex-grow-1">
  2591.                            <h6 class="post-title mb-1">
  2592.                                 <a href="/trump-war-limited-coverage-major-challenges-to-global-warming-solutions-that-hindered-climate-summit/" class="text-decoration-none top-color fw-semibold">
  2593.                                    Trump, War, Limited Coverage: Major Challenges to Global Warming Solutions That Hindered Climate Summit
  2594.                                </a>
  2595.                            </h6>
  2596.                            <div class="post-meta">
  2597.                                <small class="text-muted">
  2598.                                    <i class="ti-calendar me-1"></i>16 May 2026
  2599.                                </small>
  2600.                                <!-- <small class="text-muted ms-2">
  2601.                                    <i class="ti-eye me-1"></i>234 views
  2602.                                </small> -->
  2603.                            </div>
  2604.                        </div>
  2605.                    </div>
  2606.                    
  2607.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2608.                        <div class="post-image me-3 flex-shrink-0">
  2609.                            
  2610.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2611.                            
  2612.                        </div>
  2613.                        <div class="post-content flex-grow-1">
  2614.                            <h6 class="post-title mb-1">
  2615.                                 <a href="/snap-payments-scheduled-to-cease-for-41-million-during-ongoing-us-government-shutdown/" class="text-decoration-none top-color fw-semibold">
  2616.                                    SNAP Payments Scheduled to Cease for 41 Million During Ongoing US Government Shutdown
  2617.                                </a>
  2618.                            </h6>
  2619.                            <div class="post-meta">
  2620.                                <small class="text-muted">
  2621.                                    <i class="ti-calendar me-1"></i>16 May 2026
  2622.                                </small>
  2623.                                <!-- <small class="text-muted ms-2">
  2624.                                    <i class="ti-eye me-1"></i>234 views
  2625.                                </small> -->
  2626.                            </div>
  2627.                        </div>
  2628.                    </div>
  2629.                    
  2630.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2631.                        <div class="post-image me-3 flex-shrink-0">
  2632.                            
  2633.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2634.                            
  2635.                        </div>
  2636.                        <div class="post-content flex-grow-1">
  2637.                            <h6 class="post-title mb-1">
  2638.                                 <a href="/tragedy-hits-as-individual-succumbs-after-sea-recovery-off-british-coast/" class="text-decoration-none top-color fw-semibold">
  2639.                                    Tragedy Hits as Individual Succumbs After Sea Recovery Off British Coast
  2640.                                </a>
  2641.                            </h6>
  2642.                            <div class="post-meta">
  2643.                                <small class="text-muted">
  2644.                                    <i class="ti-calendar me-1"></i>16 May 2026
  2645.                                </small>
  2646.                                <!-- <small class="text-muted ms-2">
  2647.                                    <i class="ti-eye me-1"></i>234 views
  2648.                                </small> -->
  2649.                            </div>
  2650.                        </div>
  2651.                    </div>
  2652.                    
  2653.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2654.                        <div class="post-image me-3 flex-shrink-0">
  2655.                            
  2656.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2657.                            
  2658.                        </div>
  2659.                        <div class="post-content flex-grow-1">
  2660.                            <h6 class="post-title mb-1">
  2661.                                 <a href="/pm-celebrates-a-historic-day-as-online-safety-chief-forecasts-globe-will-emulate-our-example/" class="text-decoration-none top-color fw-semibold">
  2662.                                    PM Celebrates a &#x27;Historic Day&#x27; as Online Safety Chief Forecasts &#x27;Globe Will Emulate Our Example&#x27;.
  2663.                                </a>
  2664.                            </h6>
  2665.                            <div class="post-meta">
  2666.                                <small class="text-muted">
  2667.                                    <i class="ti-calendar me-1"></i>16 May 2026
  2668.                                </small>
  2669.                                <!-- <small class="text-muted ms-2">
  2670.                                    <i class="ti-eye me-1"></i>234 views
  2671.                                </small> -->
  2672.                            </div>
  2673.                        </div>
  2674.                    </div>
  2675.                    
  2676.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2677.                        <div class="post-image me-3 flex-shrink-0">
  2678.                            
  2679.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2680.                            
  2681.                        </div>
  2682.                        <div class="post-content flex-grow-1">
  2683.                            <h6 class="post-title mb-1">
  2684.                                 <a href="/new-york-city-mayor-eric-adams-plans-to-back-former-governor-andrew-cuomo-in-nyc-mayoral-race/" class="text-decoration-none top-color fw-semibold">
  2685.                                    New York City Mayor Eric Adams Plans to Back Former Governor Andrew Cuomo in NYC Mayoral Race
  2686.                                </a>
  2687.                            </h6>
  2688.                            <div class="post-meta">
  2689.                                <small class="text-muted">
  2690.                                    <i class="ti-calendar me-1"></i>16 May 2026
  2691.                                </small>
  2692.                                <!-- <small class="text-muted ms-2">
  2693.                                    <i class="ti-eye me-1"></i>234 views
  2694.                                </small> -->
  2695.                            </div>
  2696.                        </div>
  2697.                    </div>
  2698.                    
  2699.  
  2700.                </div>
  2701.            </div>
  2702.        </div>
  2703.  
  2704.    </div>
  2705.  
  2706.  
  2707. <!-- Sidebar Styles -->
  2708. <style>
  2709.    .sidebar-widget {
  2710.        position: relative;
  2711.    }
  2712.    
  2713.    .widget-title {
  2714.        font-size: 1.1rem;
  2715.        font-weight: 700;
  2716.        display: inline-block;
  2717.        position: relative;
  2718.        z-index: 2;
  2719.        border-radius: 0;
  2720.    }
  2721.    
  2722.    .title-arrow::after {
  2723.        content: '';
  2724.        position: absolute;
  2725.        top: 0;
  2726.        right: -20px;
  2727.        width: 0;
  2728.        height: 0;
  2729.        border-left: 20px solid var(--bs-primary);
  2730.        border-top: 20px solid transparent;
  2731.        border-bottom: 20px solid transparent;
  2732.        z-index: 1;
  2733.    }
  2734.    
  2735.    .widget-content {
  2736.        margin-top: -1px;
  2737.        position: relative;
  2738.        z-index: 1;
  2739.         background-color: var(--card-bg);
  2740.    }
  2741.    
  2742.    .recent-post-item:hover .post-title1 a {
  2743.        color: #dc3545 !important;
  2744.        transition: color 0.3s ease;
  2745.    }
  2746.    
  2747.    .recent-post-item .post-image img {
  2748.        transition: transform 0.3s ease;
  2749.    }
  2750.    
  2751.    .recent-post-item:hover .post-image img {
  2752.        transform: scale(1.05);
  2753.    }
  2754.    
  2755.    .btn:hover {
  2756.        transform: translateY(-1px);
  2757.        transition: all 0.3s ease;
  2758.        box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  2759.    }
  2760.    
  2761.    @media (max-width: 991px) {
  2762.        .sidebar {
  2763.            margin-top: 3rem;
  2764.        }
  2765.    }
  2766.    
  2767.    @media (max-width: 576px) {
  2768.        .widget-title {
  2769.            font-size: 1rem;
  2770.            padding: 0.75rem 1rem !important;
  2771.        }
  2772.        
  2773.        .title-arrow::after {
  2774.            right: -15px;
  2775.            border-left: 15px solid var(--bs-primary);
  2776.            border-top: 15px solid transparent;
  2777.            border-bottom: 15px solid transparent;
  2778.        }
  2779.        
  2780.        .post-image {
  2781.            display: none !important;
  2782.        }
  2783.    }
  2784. </style>
  2785.    
  2786.            </div>
  2787.      </div>
  2788.    </div>
  2789.  </section>
  2790.  
  2791.  <script>
  2792.    // Intersection Observer for Fade-in Effect
  2793.    document.addEventListener('DOMContentLoaded', function () {
  2794.      const observerOptions = {
  2795.        threshold: 0.2,
  2796.        rootMargin: '0px 0px -50px 0px'
  2797.      }
  2798.    
  2799.      const observer = new IntersectionObserver(function (entries, observer) {
  2800.        entries.forEach((entry) => {
  2801.          if (entry.isIntersecting) {
  2802.            entry.target.classList.add('fade-in')
  2803.            observer.unobserve(entry.target)
  2804.          }
  2805.        })
  2806.      }, observerOptions)
  2807.    
  2808.      document.querySelectorAll('.blog-card-v9').forEach((card) => {
  2809.        observer.observe(card)
  2810.      })
  2811.    })
  2812.  </script>
  2813.  
  2814.  
  2815.    
  2816.        
  2817.        <!-- end wpo-blog-highlights-section -->
  2818.        <!-- start wpo-blog-sponsored-section -->
  2819.        
  2820.  
  2821.  
  2822.  
  2823.    
  2824.  
  2825.  
  2826.  <style>
  2827.    .sponsored-card-v10 {
  2828.      border: 1px solid var(--bs-primary); /* Cyan border */
  2829.      transition: border-color 0.3s ease;
  2830.      min-height: 350px;
  2831.    }
  2832.    
  2833.    .sponsored-content-v10 {
  2834.      flex: 1; /* text area stretch kare */
  2835.    }
  2836.    .sponsored-card-v10:hover {
  2837.      border-color: var(--bs-primary);
  2838.      opacity: 0.8;
  2839.    }
  2840.    
  2841.    .sponsored-content-v10 {
  2842.      padding: 12px;
  2843.      border-radius: 12px 12px 0px 0px;
  2844.      background: var(--card-bg);
  2845.      border-bottom: 2px solid var(--bs-primary); /* Cyan top border for banner */
  2846.    }
  2847.    
  2848.    .sponsored-image-v10 {
  2849.      height: 180px;
  2850.    }
  2851.    
  2852.    .sponsored-image-v10 img {
  2853.      width: 100%;
  2854.      height: 100%;
  2855.      border-radius: 0px 0px 12px 12px;
  2856.      object-fit: cover;
  2857.    }
  2858.    
  2859.    .sponsored-badge-v10 {
  2860.      display: inline-block;
  2861.      position: relative;
  2862.      padding: 4px 8px;
  2863.      border-radius: var(--border-radius);
  2864.      font-size: 11px;
  2865.      font-weight: 600;
  2866.      text-transform: uppercase;
  2867.      color: white;
  2868.      margin-bottom: 8px;
  2869.    }
  2870.    
  2871.    .sponsored-badge-v10::after {
  2872.      content: '';
  2873.      position: absolute;
  2874.      top: 0;
  2875.      right: -8px;
  2876.    }
  2877.    
  2878.    .sponsored-title-v10 {
  2879.      font-size: 14px;
  2880.      font-weight: 700;
  2881.      line-height: 1.3;
  2882.      margin-bottom: 6px;
  2883.      color: #333;
  2884.    }
  2885.    
  2886.    .sponsored-title-v10 a {
  2887.      text-decoration: none;
  2888.      color: var(--topbar-color);
  2889.    }
  2890.    
  2891.    .sponsored-title-v10 a:hover {
  2892.      color: var(--bs-primary); /* Cyan hover */
  2893.    }
  2894.    
  2895.    .sponsored-excerpt-v10 {
  2896.      font-size: 11px;
  2897.      font-weight: 400;
  2898.      color: #6c757d;
  2899.      margin-bottom: 6px;
  2900.      line-height: 1.4;
  2901.    }
  2902.    
  2903.    .sponsored-meta-v10 {
  2904.      font-size: 10px;
  2905.      color: #6c757d;
  2906.    }
  2907.    
  2908.    .author-info-v10 {
  2909.      margin-bottom: 4px;
  2910.    }
  2911.    
  2912.    .sponsored-author-img-v10 {
  2913.      width: 18px;
  2914.      height: 18px;
  2915.      border-radius: 50%;
  2916.      object-fit: cover;
  2917.      vertical-align: middle;
  2918.      margin-right: 4px;
  2919.    }
  2920.    
  2921.    .section-title-sponsored-v10 {
  2922.      font-size: 1.8rem;
  2923.      font-weight: 600;
  2924.      text-align: left;
  2925.      margin-bottom: 25px;
  2926.      color: #333;
  2927.      position: relative;
  2928.    }
  2929.    
  2930.    .section-title-sponsored-v10::after {
  2931.      content: '';
  2932.      position: absolute;
  2933.      bottom: -6px;
  2934.      left: 0;
  2935.      width: 60px;
  2936.      height: 2px;
  2937.      background: var(--bs-primary);
  2938.    }
  2939.    
  2940.    @media (max-width: 768px) {
  2941.      .sponsored-section-v10 {
  2942.        padding: 30px 0;
  2943.      }
  2944.      .sponsored-image-v10 {
  2945.        height: 180px;
  2946.      }
  2947.      .sponsored-content-v10 {
  2948.        padding: 10px;
  2949.      }
  2950.      .sponsored-title-v10 {
  2951.        font-size: 13px;
  2952.      }
  2953.      .sponsored-excerpt-v10 {
  2954.        font-size: 10px;
  2955.      }
  2956.      .sponsored-badge-v10 {
  2957.        font-size: 10px;
  2958.        padding: 3px 6px;
  2959.      }
  2960.      .sponsored-meta-v10 {
  2961.        font-size: 9px;
  2962.      }
  2963.      .section-title-sponsored-v10 {
  2964.        font-size: 1.5rem;
  2965.      }
  2966.    }
  2967.  </style>
  2968.  
  2969.  <section class="sponsored-section-v10 my-5">
  2970.    <div class="container-fluid fluid-container">
  2971.      <div class="row">
  2972.        <div class="col-12">
  2973.          <h2 class="section-title-sponsored-v10">Sponsored News</h2>
  2974.        </div>
  2975.      </div>
  2976.  
  2977.      <div class="row g-3 d-flex align-items-center">
  2978.        
  2979.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  2980.            <div class="card sponsored-card-v10 h-100 w-100">
  2981.              <div class="sponsored-content-v10">
  2982.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  2983.                <h3 class="sponsored-title-v10"><a href="/president-zelensky-declares-ukraine-is-ten-percent-away-from-a-peace-deal-but-not-at-any-possible-price/">President Zelensky Declares Ukraine Is Ten Percent Away from a Peace Deal, But Not at Any Possible Price</a></h3>
  2984.                <p class="sponsored-excerpt-v10"></p>
  2985.                <div class="sponsored-meta-v10">
  2986.                  <div class="author-info-v10">
  2987.                    
  2988.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ba5a7317-e398-48b5-a397-7e90cfdc40f2_profile.png" alt="James Maldonado" style="object-fit: cover;" class="sponsored-author-img-v10" />
  2989.                    
  2990.                    <span>James Maldonado</span>
  2991.                  </div>
  2992.                  <div>16 May 2026</div>
  2993.                </div>
  2994.              </div>
  2995.              <div class="sponsored-image-v10">
  2996.                
  2997.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2998.                
  2999.              </div>
  3000.            </div>
  3001.          </div>
  3002.        
  3003.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3004.            <div class="card sponsored-card-v10 h-100 w-100">
  3005.              <div class="sponsored-content-v10">
  3006.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3007.                <h3 class="sponsored-title-v10"><a href="/trump-war-limited-coverage-major-challenges-to-global-warming-solutions-that-hindered-climate-summit/">Trump, War, Limited Coverage: Major Challenges to Global Warming Solutions That Hindered Climate Summit</a></h3>
  3008.                <p class="sponsored-excerpt-v10"></p>
  3009.                <div class="sponsored-meta-v10">
  3010.                  <div class="author-info-v10">
  3011.                    
  3012.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ba5a7317-e398-48b5-a397-7e90cfdc40f2_profile.png" alt="James Maldonado" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3013.                    
  3014.                    <span>James Maldonado</span>
  3015.                  </div>
  3016.                  <div>16 May 2026</div>
  3017.                </div>
  3018.              </div>
  3019.              <div class="sponsored-image-v10">
  3020.                
  3021.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3022.                
  3023.              </div>
  3024.            </div>
  3025.          </div>
  3026.        
  3027.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3028.            <div class="card sponsored-card-v10 h-100 w-100">
  3029.              <div class="sponsored-content-v10">
  3030.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3031.                <h3 class="sponsored-title-v10"><a href="/snap-payments-scheduled-to-cease-for-41-million-during-ongoing-us-government-shutdown/">SNAP Payments Scheduled to Cease for 41 Million During Ongoing US Government Shutdown</a></h3>
  3032.                <p class="sponsored-excerpt-v10"></p>
  3033.                <div class="sponsored-meta-v10">
  3034.                  <div class="author-info-v10">
  3035.                    
  3036.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ba5a7317-e398-48b5-a397-7e90cfdc40f2_profile.png" alt="James Maldonado" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3037.                    
  3038.                    <span>James Maldonado</span>
  3039.                  </div>
  3040.                  <div>16 May 2026</div>
  3041.                </div>
  3042.              </div>
  3043.              <div class="sponsored-image-v10">
  3044.                
  3045.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3046.                
  3047.              </div>
  3048.            </div>
  3049.          </div>
  3050.        
  3051.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3052.            <div class="card sponsored-card-v10 h-100 w-100">
  3053.              <div class="sponsored-content-v10">
  3054.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3055.                <h3 class="sponsored-title-v10"><a href="/tragedy-hits-as-individual-succumbs-after-sea-recovery-off-british-coast/">Tragedy Hits as Individual Succumbs After Sea Recovery Off British Coast</a></h3>
  3056.                <p class="sponsored-excerpt-v10"></p>
  3057.                <div class="sponsored-meta-v10">
  3058.                  <div class="author-info-v10">
  3059.                    
  3060.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ba5a7317-e398-48b5-a397-7e90cfdc40f2_profile.png" alt="James Maldonado" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3061.                    
  3062.                    <span>James Maldonado</span>
  3063.                  </div>
  3064.                  <div>16 May 2026</div>
  3065.                </div>
  3066.              </div>
  3067.              <div class="sponsored-image-v10">
  3068.                
  3069.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3070.                
  3071.              </div>
  3072.            </div>
  3073.          </div>
  3074.        
  3075.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3076.            <div class="card sponsored-card-v10 h-100 w-100">
  3077.              <div class="sponsored-content-v10">
  3078.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3079.                <h3 class="sponsored-title-v10"><a href="/pm-celebrates-a-historic-day-as-online-safety-chief-forecasts-globe-will-emulate-our-example/">PM Celebrates a &#x27;Historic Day&#x27; as Online Safety Chief Forecasts &#x27;Globe Will Emulate Our Example&#x27;.</a></h3>
  3080.                <p class="sponsored-excerpt-v10"></p>
  3081.                <div class="sponsored-meta-v10">
  3082.                  <div class="author-info-v10">
  3083.                    
  3084.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ba5a7317-e398-48b5-a397-7e90cfdc40f2_profile.png" alt="James Maldonado" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3085.                    
  3086.                    <span>James Maldonado</span>
  3087.                  </div>
  3088.                  <div>16 May 2026</div>
  3089.                </div>
  3090.              </div>
  3091.              <div class="sponsored-image-v10">
  3092.                
  3093.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3094.                
  3095.              </div>
  3096.            </div>
  3097.          </div>
  3098.        
  3099.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3100.            <div class="card sponsored-card-v10 h-100 w-100">
  3101.              <div class="sponsored-content-v10">
  3102.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3103.                <h3 class="sponsored-title-v10"><a href="/new-york-city-mayor-eric-adams-plans-to-back-former-governor-andrew-cuomo-in-nyc-mayoral-race/">New York City Mayor Eric Adams Plans to Back Former Governor Andrew Cuomo in NYC Mayoral Race</a></h3>
  3104.                <p class="sponsored-excerpt-v10"></p>
  3105.                <div class="sponsored-meta-v10">
  3106.                  <div class="author-info-v10">
  3107.                    
  3108.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ba5a7317-e398-48b5-a397-7e90cfdc40f2_profile.png" alt="James Maldonado" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3109.                    
  3110.                    <span>James Maldonado</span>
  3111.                  </div>
  3112.                  <div>16 May 2026</div>
  3113.                </div>
  3114.              </div>
  3115.              <div class="sponsored-image-v10">
  3116.                
  3117.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3118.                
  3119.              </div>
  3120.            </div>
  3121.          </div>
  3122.        
  3123.      </div>
  3124.    </div>
  3125.  </section>
  3126.  
  3127.  
  3128.    
  3129.        <!-- end wpo-blog-sponsored-section -->
  3130.        <!-- start wpo-subscribe-section -->
  3131.        
  3132.        <!-- end subscribe-section -->
  3133.        <!-- start of wpo-site-footer-section -->
  3134.        
  3135.  
  3136.  
  3137.  
  3138.  
  3139.  
  3140. <footer class="wpo-site-footer-v5 bg-primary-gradient">
  3141.  <!-- Top Layer: Logo & Tagline -->
  3142.  <div class="footer-top-layer py-5 text-center">
  3143.    <div class="container-fluid fluid-container">
  3144.      <div class="row">
  3145.        <div class="col-12">
  3146.          <div class="brand-logo">
  3147.            
  3148.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/9f7dd674-2ba5-448a-a910-24d7e79b5365_logo.png" alt="Trend UK News" class="footer-logo" />
  3149.            
  3150.            <p class="brand-tagline mt-2">Stay informed with Trend UK News, covering breaking UK news, political analysis, lifestyle trends, and cultural insights for readers across the United Kingdom.</p>
  3151.          </div>
  3152.        </div>
  3153.      </div>
  3154.    </div>
  3155.  </div>
  3156.  
  3157.  <!-- Content Layer: Full-Width Bands -->
  3158.  <div class="footer-content-layer pt-4">
  3159.    <div class="container-fluid fluid-container">
  3160.      <!-- Quick Links -->
  3161.      <div class="row">
  3162.        <div class="col-12 band-block py-3 mb-3 border-bottom">
  3163.          <h5 class="column-title">Quick Links</h5>
  3164.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3165.            
  3166.              <li>
  3167.                <a class="menu-link" href="/three-xbox-game-pass-titles-that-will-validate-your-membership-during-the-weekend-nov-21-23/">Three Xbox Game Pass Titles That Will Validate Your Membership During the Weekend (Nov. 21-23)</a>
  3168.              </li>
  3169.            
  3170.              <li>
  3171.                <a class="menu-link" href="/pre-ashes-banter-intensifies-as-stuart-broad-labels-australian-team-the-weakest-after-2010/">Pre-Ashes Banter Intensifies as Stuart Broad Labels Australian Team the Weakest After 2010</a>
  3172.              </li>
  3173.            
  3174.              <li>
  3175.                <a class="menu-link" href="/the-greek-tennis-star-seriously-considered-walking-away-during-injury-plagued-2025-season/">The Greek tennis star Seriously Considered Walking Away During Injury-Plagued 2025 Season</a>
  3176.              </li>
  3177.            
  3178.              <li>
  3179.                <a class="menu-link" href="/spurs-defender-van-de-ven-shares-shock-over-postecoglou-sacking/">Spurs Defender Van de Ven Shares Shock Over Postecoglou Sacking</a>
  3180.              </li>
  3181.            
  3182.              <li>
  3183.                <a class="menu-link" href="/physical-health-or-world-standing-boulters-melbourne-grand-slam-predicament/">Physical Health or World Standing - Boulter&#x27;s Melbourne Grand Slam Predicament</a>
  3184.              </li>
  3185.            
  3186.              <li>
  3187.                <a class="menu-link" href="/spurs-ease-strain-on-thomas-frank-as-simons-rounds-off-straightforward-win-over-slavia-prague/">Spurs Ease Strain on Thomas Frank as Simons Rounds Off Straightforward Win Over Slavia Prague</a>
  3188.              </li>
  3189.            
  3190.          </ul>
  3191.        </div>
  3192.      </div>
  3193.      <!-- Top Categories -->
  3194.      <div class="row">
  3195.        <div class="col-12 band-block pb-4  border-bottom">
  3196.          <h5 class="column-title">Top Categories</h5>
  3197.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3198.            
  3199.              <li>
  3200.                <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3201.              </li>
  3202.            
  3203.              <li>
  3204.                <a class="menu-link" href="/category/business/">Business</a>
  3205.              </li>
  3206.            
  3207.              <li>
  3208.                <a class="menu-link" href="/category/esports/">Esports</a>
  3209.              </li>
  3210.            
  3211.              <li>
  3212.                <a class="menu-link" href="/category/fashion/">Fashion</a>
  3213.              </li>
  3214.            
  3215.              <li>
  3216.                <a class="menu-link" href="/category/featured/">Featured</a>
  3217.              </li>
  3218.            
  3219.          </ul>
  3220.        </div>
  3221.      </div>
  3222.      <!-- Blog Rolls -->
  3223.       <div class="row">
  3224.        <div class="col-12 band-block py-3 mb-3 border-bottom">
  3225.          <h5 class="column-title">Blog Rolls</h5>
  3226.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3" id="blogRollLinks">
  3227.            
  3228.            
  3229.  
  3230.            
  3231.            
  3232.              
  3233.            
  3234.          </ul>
  3235.        </div>
  3236.      </div>
  3237.    </div>
  3238.  </div>
  3239.  
  3240.  <!-- Bottom Layer -->
  3241.  <div class="footer-bottom-layer bg-primary text-white py-3">
  3242.    <div class="container-fluid fluid-container">
  3243.      <div class="row">
  3244.        <div class="col-12 text-center">
  3245.          <div class="bottom-content d-flex flex-wrap justify-content-center gap-3">
  3246.            <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3247.            <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3248.            <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3249.            <span class="copyright-info">&copy; 2026 <strong>Trend UK News</strong>. All rights reserved.</span>
  3250.          </div>
  3251.        </div>
  3252.      </div>
  3253.    </div>
  3254.  </div>
  3255. </footer>
  3256.  
  3257. <style>
  3258.  
  3259. .footer-logo {
  3260.    height: 60px;
  3261.    width: auto;
  3262. }
  3263.  
  3264. .brand-title {
  3265.    font-size: 22px;
  3266.    font-weight: 800;
  3267.    color: white !important;
  3268.    margin: 0;
  3269. }
  3270.  
  3271. .brand-tagline {
  3272.    font-size: 14px;
  3273.    color: white !important;
  3274.    margin: 0;
  3275. }
  3276.  
  3277. .column-title {
  3278.    font-size: 16px;
  3279.    font-weight: 700;
  3280.    color:  white !important;
  3281.    margin-bottom: 12px;
  3282.    text-align: center;
  3283. }
  3284.  
  3285. .footer-menu {
  3286.    margin: 0;
  3287. }
  3288.  
  3289. .menu-link {
  3290.    color: white !important;
  3291.    text-decoration: none;
  3292.    font-size: 14px;
  3293.    font-weight: 600;
  3294.    transition: color 0.3s ease;
  3295. }
  3296.  
  3297.  
  3298. .footer-bottom-layer {
  3299.    font-size: 13px;
  3300. }
  3301.  
  3302. .utility-link {
  3303.    color: white !important;
  3304.    text-decoration: none;
  3305.    font-size: 13px;
  3306.    font-weight: 600;
  3307.    transition: color 0.3s ease;
  3308. }
  3309.  
  3310. .utility-link:hover {
  3311.    color: blue !important;
  3312. }
  3313.  
  3314. .copyright-info {
  3315.    font-size: 13px;
  3316.    font-weight: 600;
  3317. }
  3318.  
  3319. /* Responsive Design */
  3320. @media (max-width: 768px) {
  3321.    .footer-logo {
  3322.        height: 60px;
  3323.    }
  3324.    
  3325.    .column-title {
  3326.        font-size: 15px;
  3327.    }
  3328.    
  3329.    .menu-link {
  3330.        font-size: 13px;
  3331.    }
  3332. }
  3333.  
  3334. @media (max-width: 576px) {
  3335.    .brand-title {
  3336.        font-size: 20px;
  3337.    }
  3338.    
  3339.    .brand-tagline {
  3340.        font-size: 12px;
  3341.    }
  3342.    
  3343.    .cta-btn {
  3344.        font-size: 12px;
  3345.        padding: 5px 12px;
  3346.    }
  3347.    
  3348.    .band-block {
  3349.        border-left: 3px solid var(--primary-color);
  3350.    }
  3351. }
  3352. </style>
  3353.  
  3354. <script>
  3355. // Prevent default for placeholder links
  3356. document.addEventListener('DOMContentLoaded', function() {
  3357.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3358.        anchor.addEventListener('click', function(e) {
  3359.            e.preventDefault();
  3360.        });
  3361.    });
  3362. });
  3363. document.addEventListener('DOMContentLoaded', function () {
  3364.    var btn = document.getElementById('toggleBlogRollLinks');
  3365.    if (!btn) return; // No extra items, no button
  3366.  
  3367.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3368.  
  3369.    btn.addEventListener('click', function () {
  3370.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3371.            return li.classList.contains('d-none');
  3372.        });
  3373.  
  3374.        extras.forEach(function (li) {
  3375.            if (anyHidden) {
  3376.                li.classList.remove('d-none');
  3377.                li.classList.add('show');
  3378.            } else {
  3379.                li.classList.add('d-none');
  3380.                li.classList.remove('show');
  3381.            }
  3382.        });
  3383.  
  3384.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3385.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3386.    });
  3387. });
  3388.  
  3389. </script>
  3390.  
  3391.        <!-- end of wpo-site-footer-section -->
  3392.    </div>
  3393.    <!-- end of page-wrapper -->
  3394.  
  3395.    <!-- All JavaScript files
  3396.    ================================================== -->
  3397.    
  3398.  
  3399. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3400. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3401. <!-- Plugins for this template -->
  3402. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3403. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3404. <!-- Custom script for this template -->
  3405. <script src="/static/blogapp/assets/js/script.js"></script>
  3406.  
  3407. <script>
  3408. (function () {
  3409. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3410. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3411.  
  3412. function applyFallback(img) {
  3413. if (!img || img.dataset.fallbackApplied === "1") {
  3414. return;
  3415. }
  3416. var failedSrc = img.currentSrc || img.src || "";
  3417. img.dataset.fallbackApplied = "1";
  3418. img.onerror = null;
  3419. img.src = fallbackImageSrc;
  3420. console.warn("[ImageFallback] Replaced broken image:", {
  3421. failedSrc: failedSrc,
  3422. fallbackSrc: fallbackImageSrc,
  3423. alt: img.alt || "",
  3424. });
  3425. }
  3426.  
  3427. document.querySelectorAll("img").forEach(function (img) {
  3428. if (img.complete && img.naturalWidth === 0) {
  3429. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3430. failedSrc: img.currentSrc || img.src || "",
  3431. alt: img.alt || "",
  3432. });
  3433. applyFallback(img);
  3434. }
  3435. });
  3436.  
  3437. document.addEventListener(
  3438. "error",
  3439. function (event) {
  3440. var target = event.target;
  3441. if (target && target.tagName === "IMG") {
  3442. applyFallback(target);
  3443. }
  3444. },
  3445. true
  3446. );
  3447. })();
  3448. </script>
  3449.  
  3450. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3451.  
  3452.  
  3453.  
  3454. <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":"c50295a4e2404ca58e72fe8ca03a31cd","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3455. </body>
  3456.  
  3457. </html>
  3458.  
  3459.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda