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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="fira">
  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_-_2025-04-28T175821.969_t1x97PP_6Dc3bp1_5ad0XWj.png">
  14.    
  15.  
  16.    <title>Trend Today UK: Latest Lifestyle, Tech &amp; Culture Insights</title>
  17.    <meta name="description" content="Explore the latest trends in lifestyle, technology, and culture across the UK. Get daily updates, expert opinions, and in-depth analysis on what&#x27;s trending now.">
  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://trendtodaysite.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #9b1d64;
  42.        --bs-primary-rgb: 9b1d64;
  43.        --bs-secondary: #64748b;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #f3e8ff;
  49.        --bs-dark: #3c096c;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #9b1d64;
  53.        --theme-primary-color-s2: #9b1d64;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #3c096c;
  57.        --text-light-color: #676767;
  58.        --heading-color: #3c096c;
  59.        --border-color: #d6bcfa;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #e9d5ff;
  75.        --navbar-color: #3c096c;
  76.        --topbar-bg: #f3e8ff;
  77.        --topbar-color: #3c096c;
  78.        --footer-bg: #3c096c;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #d6bcfa;
  82.        --card-radius: 10px;
  83.        --link-color: #9b1d64;
  84.        --link-hover: #7e1852;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(155, 29, 100, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_45">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <div class="top-bg">
  406. <div class="unique-topbar2 d-sm-flex d-none container-fluid fluid-container">
  407.    <span id="current-time"></span>
  408.    
  409.    <div class="unique-news-container2">
  410.        <div class="unique-news-wrapper2 top-color" id="newsWrapper">
  411.            <!-- News items will be dynamically added here -->
  412.        </div>
  413.    </div>
  414.  
  415.    <div class="contact-info">
  416.        <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  417.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  418.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  419.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  420.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  421.        </ul>
  422.    </div>
  423. </div>
  424. </div>
  425.  
  426. <script>
  427.  // ----------------- Clock -----------------
  428.  function updateCurrentTime() {
  429.    const currentDate = new Date();
  430.    const day = currentDate.getDate().toString().padStart(2, '0');
  431.    const monthNames = ["January","February","March","April","May","June","July","August","September","October","November","December"];
  432.    const month = monthNames[currentDate.getMonth()];
  433.    const year = currentDate.getFullYear();
  434.    const hours = currentDate.getHours().toString().padStart(2, '0');
  435.    const minutes = currentDate.getMinutes().toString().padStart(2, '0');
  436.    const seconds = currentDate.getSeconds().toString().padStart(2, '0');
  437.    document.getElementById('current-time').innerHTML =
  438.      `<span class="fw-bold text-black p-2">${hours}:${minutes}:${seconds}</span> <span>${month} ${day}, ${year}</span>`;
  439.  }
  440.  setInterval(updateCurrentTime, 1000);
  441.  updateCurrentTime();
  442.  
  443.  // ----------------- News from Django -----------------
  444.  const newsItems = [
  445.    
  446.      { title: "Republican Senator Says \u0027Agreement Can Be Had\u0027 on Healthcare as Crucial Subsidies Approach Expiration.", url: "/republican-senator-says-agreement-can-be-had-on-healthcare-as-crucial-subsidies-approach-expiration/" },
  447.    
  448.      { title: "Administration Denounces \u0027Democrat Fabrication\u0027 as Further Epstein Estate Photographs Released", url: "/administration-denounces-democrat-fabrication-as-further-epstein-estate-photographs-released/" },
  449.    
  450.      { title: "Millie Bright Leaves England Stage Long Past Her Name Was Carved Into Soccer Legends", url: "/millie-bright-leaves-england-stage-long-past-her-name-was-carved-into-soccer-legends/" },
  451.    
  452.      { title: "The Hit Drama Announced for Seventh Season on the British Broadcaster", url: "/the-hit-drama-announced-for-seventh-season-on-the-british-broadcaster/" },
  453.    
  454.      { title: "British tennis star Emma Raducanu wraps up the current season and plans to retain her coach into the 2026 season.", url: "/british-tennis-star-emma-raducanu-wraps-up-the-current-season-and-plans-to-retain-her-coach-into-the-2026-season/" }
  455.    
  456.  ];
  457.  
  458.  let currentNewsIndex = 0;
  459.  const newsWrapper = document.getElementById('newsWrapper');
  460.  let newsElements = [];
  461.  
  462.  function createNewsElements() {
  463.      newsItems.forEach((news, index) => {
  464.          const newsElement = document.createElement('div');
  465.          newsElement.className = 'unique-news-item2 top-color';
  466.          newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  467.          newsWrapper.appendChild(newsElement);
  468.          newsElements.push(newsElement);
  469.      });
  470.      if (newsElements.length > 0) {
  471.          newsElements[0].classList.add('active');
  472.      }
  473.  }
  474.  
  475.  function changeNews() {
  476.      const currentElement = newsElements[currentNewsIndex];
  477.      const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  478.      const nextElement = newsElements[nextIndex];
  479.  
  480.      currentElement.classList.remove('active');
  481.      currentElement.classList.add('exit-up');
  482.  
  483.      setTimeout(() => {
  484.          nextElement.classList.add('active');
  485.          currentNewsIndex = nextIndex;
  486.          setTimeout(() => {
  487.              currentElement.classList.remove('exit-up');
  488.          }, 100);
  489.      }, 250);
  490.  }
  491.  
  492.  function startNewsRotation() {
  493.      setInterval(changeNews, 5000);
  494.  }
  495.  
  496.  window.onload = function() {
  497.      createNewsElements();
  498.      startNewsRotation();
  499.  };
  500. </script>
  501.  
  502.  
  503.  
  504.            
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511. <header class="header-v9 mb-4" role="banner">
  512.  <div class="container-fluid fluid-container">
  513.    <!-- Sticky/Glass Nav Card -->
  514.    <div class="nav-card-v9" role="navigation" aria-label="Primary">
  515.      <div class="row align-items-center justify-content-between g-3">
  516.        <!-- Logo -->
  517.       <div class="col-6 col-md-3 col-lg-2">
  518.          <a class="logo-link-v9 d-inline-flex align-items-center gap-2" href="/">
  519.            
  520.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/66dd90c9-ff3f-42af-a87d-31427eb7bd58_logo.png" alt="Logo" class="logo-img-v9" width="160" height="48" decoding="async" fetchpriority="high" />
  521.            
  522.          </a>
  523.        </div>
  524.  
  525.        <!-- Desktop Nav -->
  526.        <div class="col d-none d-xl-block">
  527.          <nav class="main-nav-v9">
  528.            <ul class="nav-list-v9">
  529.              <!-- Home (static) -->
  530.              <li class="nav-item-v9">
  531.                <a href="/" class="nav-link-v9 active-v9">Home</a>
  532.              </li >
  533.          
  534.              
  535.                
  536.                  <li class="nav-item-v9">
  537.                    <a href="/category/all-posts/" class="nav-link-v9">All Posts</a>
  538.                  </li>
  539.                
  540.                  <li class="nav-item-v9">
  541.                    <a href="/category/business/" class="nav-link-v9">Business</a>
  542.                  </li>
  543.                
  544.                  <li class="nav-item-v9">
  545.                    <a href="/category/esports/" class="nav-link-v9">Esports</a>
  546.                  </li>
  547.                
  548.                  <li class="nav-item-v9">
  549.                    <a href="/category/fashion/" class="nav-link-v9">Fashion</a>
  550.                  </li>
  551.                
  552.                  <li class="nav-item-v9">
  553.                    <a href="/category/featured/" class="nav-link-v9">Featured</a>
  554.                  </li>
  555.                
  556.                  <li class="nav-item-v9">
  557.                    <a href="/category/gaming/" class="nav-link-v9">Gaming</a>
  558.                  </li>
  559.                
  560.                  <li class="nav-item-v9">
  561.                    <a href="/category/health/" class="nav-link-v9">Health</a>
  562.                  </li>
  563.                
  564.                  <li class="nav-item-v9">
  565.                    <a href="/category/life-fitness/" class="nav-link-v9">Life &amp; Fitness</a>
  566.                  </li>
  567.                
  568.  
  569.                
  570.                  <li class="nav-item-v9 has-dropdown-v9">
  571.                    <button class="nav-link-v9 bg-transparent border-0 nav-more-btn-v9" type="button" aria-haspopup="true" aria-expanded="false" aria-controls="more-desktop-v9">
  572.                      More<svg class="chev-v9" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  573.                        <polyline points="6,9 12,15 18,9"></polyline>
  574.                      </svg>
  575.                    </button>
  576.                    <div class="dropdown-card-v9" id="more-desktop-v9" role="menu">
  577.                      <div class="dropdown-grid-v9">
  578.                        <div class="dropdown-section-v9">
  579.                          
  580.                            <a href="/category/lifestyle/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Lifestyle</a>
  581.                          
  582.                            <a href="/category/news/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> News</a>
  583.                          
  584.                            <a href="/category/others/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Others</a>
  585.                          
  586.                            <a href="/category/politics/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Politics</a>
  587.                          
  588.                            <a href="/category/sports/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Sports</a>
  589.                          
  590.                            <a href="/category/tech/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Tech</a>
  591.                          
  592.                            <a href="/category/travel/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Travel</a>
  593.                          
  594.                        </div>
  595.                      </div>
  596.                    </div>
  597.                  </li>
  598.                
  599.              
  600.                <li class="nav-item-v9">
  601.                <a href="/page/contact-us/" class="nav-link-v9">Contact Us</a>
  602.              </li >
  603.            </ul>
  604.          </nav>
  605.        </div>
  606.  
  607.        <!-- Actions -->
  608.        <div class="col-6 col-md-3 col-lg-2">
  609.          <div class="nav-actions-v9">
  610.            <button class="icon-btn-v9" aria-controls="searchPanelV9" aria-expanded="false" aria-label="Open search" onclick="toggleSearchV9()">
  611.              <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  612.                <circle cx="11" cy="11" r="8"></circle>
  613.                <path d="m21 21-4.35-4.35"></path>
  614.              </svg>
  615.            </button>
  616.            <button class="icon-btn-v9 d-xl-none" aria-controls="mobileNavV9" aria-expanded="false" aria-label="Open menu" onclick="toggleMobileNavV9()">
  617.              <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  618.                <line x1="3" y1="6" x2="21" y2="6" />
  619.                <line x1="3" y1="12" x2="21" y2="12" />
  620.                <line x1="3" y1="18" x2="21" y2="18" />
  621.              </svg>
  622.            </button>
  623.          </div>
  624.        </div>
  625.      </div>
  626.  
  627.      <!-- Active underline (animated) -->
  628.      <span class="active-rail-v9" aria-hidden="true"></span>
  629.    </div>
  630.  
  631.    <!-- Search Panel -->
  632.    <div class="search-panel-v9" id="searchPanelV9" role="dialog" aria-label="Site search" aria-modal="true">
  633.      <form class="search-form-v9" action="" method="get" role="search">
  634.        <label for="q-v9" class="visually-hidden">Search</label>
  635.        <div class="search-input-wrap-v9">
  636.          <svg class="search-icn-v9" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  637.            <circle cx="11" cy="11" r="8"></circle>
  638.            <path d="m21 21-4.35-4.35"></path>
  639.          </svg>
  640.          <input id="search-input" name="q" type="search"  class="search-input-v9" placeholder="Search articles, tutorials, news…" autocomplete="off" />
  641.          <button type="button" class="icon-btn-v9 ghost" aria-label="Close search" onclick="toggleSearchV9()">
  642.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  643.              <line x1="18" y1="6" x2="6" y2="18" />
  644.              <line x1="6" y1="6" x2="18" y2="18" />
  645.            </svg>
  646.          </button>
  647.        </div>
  648.        <div class="search-suggest-v9 search-v1" id="search-results">
  649.          
  650.        </div>
  651.      </form>
  652.    </div>
  653.  
  654.    <!-- Mobile Offcanvas -->
  655.    <aside class="mobile-nav-v9 d-xl-none" id="mobileNavV9" role="dialog" aria-label="Mobile navigation" aria-modal="true">
  656.      <div class="mobile-wrap-v9">
  657.        <div class="mobile-head-v9">
  658.          <span class="mobile-title-v9">Menu</span>
  659.          <button class="icon-btn-v9 ghost" aria-label="Close menu" onclick="toggleMobileNavV9()">
  660.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  661.              <line x1="18" y1="6" x2="6" y2="18" />
  662.              <line x1="6" y1="6" x2="18" y2="18" />
  663.            </svg>
  664.          </button>
  665.        </div>
  666.  
  667.        <ul class="mobile-list-v9">
  668.          <li>
  669.            <a class="mobile-link-v9 active-v9" href="/">Home</a>
  670.          </li>
  671.          <li class="">
  672.                <a href="/page/contact-us/" class="mobile-link-v9">Contact Us</a>
  673.          </li >
  674.          
  675.            
  676.              <li>
  677.                <a class="mobile-link-v9" href="/category/all-posts/">All Posts</a>
  678.              </li>
  679.            
  680.              <li>
  681.                <a class="mobile-link-v9" href="/category/business/">Business</a>
  682.              </li>
  683.            
  684.              <li>
  685.                <a class="mobile-link-v9" href="/category/esports/">Esports</a>
  686.              </li>
  687.            
  688.              <li>
  689.                <a class="mobile-link-v9" href="/category/fashion/">Fashion</a>
  690.              </li>
  691.            
  692.              <li>
  693.                <a class="mobile-link-v9" href="/category/featured/">Featured</a>
  694.              </li>
  695.            
  696.  
  697.            
  698.          
  699.        </ul>
  700.      </div>
  701.    </aside>
  702.  </div>
  703.  
  704.  <!-- Overlay -->
  705.  <div class="nav-overlay-v9" id="navOverlayV9" onclick="closeAllV9()" aria-hidden="true"></div>
  706. </header>
  707.  
  708. <style>
  709.  
  710.  .header-v9 {
  711.    position: relative;
  712.    padding: 14px 0;
  713.    z-index: 50;
  714.  }
  715.  .header-v9.is-scrolled .nav-card-v9 {
  716.    padding: 10px 18px;
  717.    border-radius: 14px;
  718.    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  719.  }
  720.  .header-v9.is-scrolled .logo-img-v9 {
  721.    transform: scale(0.92);
  722.  }
  723.  
  724.  /* Card */
  725.  .nav-card-v9 {
  726.    background: var(--navbar-bg);
  727.    backdrop-filter: blur(18px);
  728.    border: 1px solid var(--border-color);
  729.    border-radius: 18px;
  730.    padding: 14px 22px;
  731.    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  732.    position: sticky;
  733.    top: 10px;
  734.  }
  735.  
  736.  /* Logo */
  737.  .logo-img-v9 {
  738.    max-height: 60px;
  739.    width: auto;
  740.    transition: transform 0.25s ease, opacity 0.25s ease;
  741.  }
  742.  .logo-link-v9:hover .logo-img-v9 {
  743.    transform: translateY(-1px) scale(1.03);
  744.  }
  745.  
  746.  /* Desktop nav */
  747.  .main-nav-v9 {
  748.    display: flex;
  749.    justify-content: center;
  750.  }
  751.  .nav-list-v9 {
  752.    display: flex;
  753.    gap: 6px;
  754.    list-style: none;
  755.    margin: 0;
  756.    padding: 0;
  757.  }
  758.  .nav-item-v9 {
  759.    position: relative;
  760.  }
  761.  .nav-link-v9 {
  762.    position: relative;
  763.    display: inline-flex;
  764.    align-items: center;
  765.    justify-content: center;
  766.    padding: 10px 10px;
  767.    border-radius: 12px;
  768.    color: var(--navbar-color);
  769.    text-decoration: none;
  770.    font-weight: 500;
  771.    font-size: 15px;
  772.    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  773.  }
  774.  .nav-link-v9:hover {
  775.    background: rgba(102, 126, 234, 0.1);
  776.    color: var(--topbar-color);
  777.    transform: translateY(-1px);
  778.  }
  779.  .nav-link-v9.active-v9 {
  780.    color: transparent;
  781.  }
  782.  .nav-link-v9.active-v9::after {
  783.    content: '';
  784.    position: absolute;
  785.    left: 12px;
  786.    right: 12px;
  787.    bottom: 6px;
  788.    height: 3px;
  789.    border-radius: 3px;
  790.    background: var(--sub-nav);
  791.  }
  792.  
  793.  /* Dropdown */
  794.  .has-dropdown-v9 {
  795.    position: relative;
  796.  }
  797.  .nav-more-btn-v9 {
  798.    display: inline-flex;
  799.    gap: 6px;
  800.    align-items: center;
  801.  }
  802.  .chev-v9 {
  803.    transition: transform 0.2s ease;
  804.  }
  805.  .has-dropdown-v9:focus-within .chev-v9,
  806.  .has-dropdown-v9:hover .chev-v9 {
  807.    transform: rotate(180deg);
  808.  }
  809.  
  810.  .dropdown-card-v9 {
  811.    position: absolute;
  812.    top: calc(100% + 14px);
  813.    left: 50%;
  814.    transform: translateX(-50%) translateY(-6px);
  815.    background: var(--navbar-bg);
  816.    border: 1px solid var(--border-color);
  817.    border-radius: 14px;
  818.    padding: 18px;
  819.    min-width: 280px;
  820.    z-index: 200;
  821.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  822.    opacity: 0;
  823.    visibility: hidden;
  824.    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  825.  }
  826.  .has-dropdown-v9:hover .dropdown-card-v9,
  827.  .has-dropdown-v9:focus-within .dropdown-card-v9 {
  828.    opacity: 1;
  829.    visibility: visible;
  830.    transform: translateX(-50%) translateY(0);
  831.  }
  832.  
  833.  .dropdown-grid-v9 {
  834.    display: grid;
  835.    grid-template-columns: 1fr;
  836.    gap: 10px;
  837.  }
  838.  .dropdown-section-v9 {
  839.    display: grid;
  840.    gap: 6px;
  841.  }
  842.  .dropdown-link-v9 {
  843.    display: flex;
  844.    align-items: center;
  845.    gap: 10px;
  846.    padding: 10px 12px;
  847.    border-radius: 10px;
  848.    text-decoration: none;
  849.    font-size: 14px;
  850.    color: var(--navbar-color);
  851.    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
  852.  }
  853.  .dropdown-link-v9:hover {
  854.    background: var(--bs-primary);
  855.    color: var(--bs-white);
  856.    transform: translateX(4px);
  857.  }
  858.  .link-dot-v9 {
  859.    width: 6px;
  860.    height: 6px;
  861.    border-radius: 50%;
  862.    border: 1px solid currentColor;
  863.  }
  864.  
  865.  /* Actions */
  866.  .nav-actions-v9 {
  867.    display: flex;
  868.    justify-content: flex-end;
  869.    align-items: center;
  870.    gap: 8px;
  871.  }
  872.  .icon-btn-v9 {
  873.    border: 1px solid var(--border-color);
  874.    background: rgba(102, 126, 234, 0.1);
  875.    color: var(--navbar-color);
  876.    padding: 8px;
  877.    border-radius: 12px;
  878.    cursor: pointer;
  879.    transition: transform 0.2s, background 0.2s, color 0.2s;
  880.  }
  881.  .icon-btn-v9:hover {
  882.    background: var(--sub-nav);
  883.    color: var(--topbar-color) !important;
  884.    transform: translateY(-1px);
  885.  }
  886.  .icon-btn-v9.ghost {
  887.    background: transparent;
  888.  }
  889.  
  890.  /* Search Panel */
  891.  .search-panel-v9 {
  892.    position: fixed;
  893.    top: 14px;
  894.    left: 50%;
  895.    transform: translateX(-50%) translateY(-16px);
  896.    width: min(720px, calc(100% - 40px));
  897.    background: var(--navbar-bg);
  898.    border: 1px solid var(--border-color);
  899.    border-radius: 16px;
  900.    padding: 16px;
  901.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  902.    opacity: 0;
  903.    visibility: hidden;
  904.    z-index: 300;
  905.    transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  906.  }
  907.  .search-panel-v9.show-v9 {
  908.    opacity: 1;
  909.    visibility: visible;
  910.    transform: translateX(-50%) translateY(0);
  911.  }
  912.  .search-input-wrap-v9 {
  913.    display: flex;
  914.    align-items: center;
  915.    gap: 10px;
  916.    background: rgba(248, 250, 252, 0.8);
  917.    border: 2px solid rgba(102, 126, 234, 0.2);
  918.    border-radius: 12px;
  919.    padding: 6px 8px;
  920.    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  921.  }
  922.  .search-input-wrap-v9:focus-within {
  923.    border-color: #667eea;
  924.    background: rgba(255, 255, 255, 0.9);
  925.    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  926.  }
  927.  .search-icn-v9 {
  928.    color: #a0aec0;
  929.    margin-left: 6px;
  930.  }
  931.  .search-input-v9 {
  932.    flex: 1;
  933.    border: 0;
  934.    background: transparent;
  935.    outline: none;
  936.    padding: 12px 4px;
  937.    font-size: 16px;
  938.    color: #2d3748;
  939.  }
  940.  .search-suggest-v9 {
  941.    display: grid;
  942.    grid-template-columns: repeat(3, minmax(0, 1fr));
  943.    gap: 8px;
  944.    margin-top: 10px;
  945.  }
  946.  .suggestion-v9 {
  947.    border: 1px solid var(--border-color);
  948.    background: rgba(248, 250, 252, 0.5);
  949.    color: var(--navbar-color);
  950.    padding: 10px 12px;
  951.    border-radius: 10px;
  952.    font-size: 14px;
  953.    text-align: left;
  954.    cursor: pointer;
  955.    transition: background 0.2s, color 0.2s, transform 0.2s;
  956.  }
  957.  .suggestion-v9:hover {
  958.    background: var(--bs-primary) !important ;
  959.    color: var(--bs-white)  !important;
  960.    transform: translateY(-1px);
  961.  }
  962.  
  963.  /* Mobile */
  964.  .mobile-nav-v9 {
  965.    position: fixed;
  966.    right: 0;
  967.    top: 0;
  968.    height: 100vh;
  969.    width: min(86vw, 420px);
  970.    background: var(--card-bg);
  971.    border-left: 1px solid var(--border-color);
  972.    transform: translateX(100%);
  973.    transition: transform 0.3s ease;
  974.    z-index: 350;
  975.    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  976.  }
  977.  .mobile-nav-v9.show-v9 {
  978.    transform: translateX(0);
  979.  }
  980.  .mobile-wrap-v9 {
  981.    display: flex;
  982.    flex-direction: column;
  983.    height: 100%;
  984.  }
  985.  .mobile-head-v9 {
  986.    display: flex;
  987.    align-items: center;
  988.    justify-content: space-between;
  989.    padding: 16px;
  990.    background: var(--navbar-bg);
  991.  }
  992.  .mobile-title-v9 {
  993.    font-weight: 600;
  994.  }
  995.  .mobile-list-v9 {
  996.    list-style: none;
  997.    padding: 10px 12px 20px;
  998.    margin: 0;
  999.    overflow-y: auto;
  1000.  }
  1001.  .mobile-link-v9 {
  1002.    display: flex;
  1003.    align-items: center;
  1004.    justify-content: space-between;
  1005.    padding: 14px 12px;
  1006.    border-radius: 12px;
  1007.    text-decoration: none;
  1008.    color: var(--navbar-color);
  1009.    font-weight: 500;
  1010.    transition: background 0.2s, color 0.2s;
  1011.  }
  1012.  .mobile-link-v9:hover,
  1013.  .mobile-link-v9.active-v9 {
  1014.    background: var(--sub-nav);
  1015.    color: var(--topbar-color);
  1016.  }
  1017.  .mobile-group-v9 {
  1018.    margin-top: 4px;
  1019.  }
  1020.  .mobile-sublist-v9 {
  1021.    list-style: none;
  1022.    margin: 0;
  1023.    padding: 0;
  1024.    max-height: 0;
  1025.    overflow: auto;
  1026.    transition: max-height 0.25s ease;
  1027.    background:var(--navbar-bg);
  1028.    border-radius: 12px;
  1029.    margin-top: 6px;
  1030.  }
  1031.  .mobile-sublist-v9.show-v9 {
  1032.    max-height: 360px;
  1033.    background: var(--navbar-bg);
  1034.    padding: 6px 0;
  1035.  }
  1036.  .mobile-sublink-v9 {
  1037.    display: block;
  1038.    padding: 10px 16px;
  1039.    text-decoration: none;
  1040.    color: var(--navbar-color);
  1041.    border-radius: 10px;
  1042.    font-size: 14px;
  1043.  }
  1044.  .mobile-sublink-v9:hover {
  1045.    background: var(--sub-nav);
  1046.    color: var(--topbar-color);
  1047.  }
  1048.  .mobile-arrow-v9 {
  1049.    transition: transform 0.2s ease;
  1050.  }
  1051.  .mobile-link-v9.has-arrow-v9[aria-expanded='true'] .mobile-arrow-v9 {
  1052.    transform: rotate(180deg);
  1053.  }
  1054.  
  1055.  /* Overlay */
  1056.  .nav-overlay-v9 {
  1057.    position: fixed;
  1058.    inset: 0;
  1059.    background: rgba(0, 0, 0, 0.35);
  1060.    backdrop-filter: blur(4px);
  1061.    opacity: 0;
  1062.    visibility: hidden;
  1063.    transition: opacity 0.25s, visibility 0.25s;
  1064.    z-index: 200;
  1065.  }
  1066.  .nav-overlay-v9.show-v9 {
  1067.    opacity: 1;
  1068.    visibility: visible;
  1069.  }
  1070.  
  1071.  
  1072.  /* Utils */
  1073.  .visually-hidden {
  1074.    position: absolute !important;
  1075.    height: 1px;
  1076.    width: 1px;
  1077.    overflow: hidden;
  1078.    clip: rect(1px, 1px, 1px, 1px);
  1079.    white-space: nowrap;
  1080.  }
  1081.  
  1082.  /* Responsive tweaks */
  1083.  @media (max-width: 1300px) {
  1084.    .nav-card-v9 {
  1085.      padding: 12px 18px;
  1086.      border-radius: 16px;
  1087.    }
  1088.    .search-panel-v9 {
  1089.      width: calc(100% - 32px);
  1090.    }
  1091.  }
  1092.  @media (max-width: 576px) {
  1093.    .logo-img-v9 {
  1094.      max-height: 38px;
  1095.    }
  1096.  }
  1097. </style>
  1098.  
  1099. <script>
  1100.  /* ============ V9 JS ============ */
  1101.  ;(function () {
  1102.    const overlay = document.getElementById('navOverlayV9')
  1103.    const searchPanel = document.getElementById('searchPanelV9')
  1104.    const mobileNav = document.getElementById('mobileNavV9')
  1105.    const header = document.querySelector('.header-v9')
  1106.  
  1107.    function lockScroll(lock) {
  1108.      document.body.style.overflow = lock ? 'hidden' : ''
  1109.    }
  1110.  
  1111.    window.toggleSearchV9 = function () {
  1112.      const btn = document.querySelector('[aria-controls="searchPanelV9"]')
  1113.      const willOpen = !searchPanel.classList.contains('show-v9')
  1114.  
  1115.      // close mobile if open
  1116.      mobileNav.classList.remove('show-v9')
  1117.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1118.  
  1119.      searchPanel.classList.toggle('show-v9', willOpen)
  1120.      overlay.classList.toggle('show-v9', willOpen)
  1121.      btn?.setAttribute('aria-expanded', String(willOpen))
  1122.      lockScroll(willOpen)
  1123.  
  1124.      if (willOpen) setTimeout(() => document.getElementById('q-v9')?.focus(), 80)
  1125.    }
  1126.  
  1127.    window.toggleMobileNavV9 = function () {
  1128.      const btn = document.querySelector('[aria-controls="mobileNavV9"]')
  1129.      const willOpen = !mobileNav.classList.contains('show-v9')
  1130.  
  1131.      // close search if open
  1132.      searchPanel.classList.remove('show-v9')
  1133.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1134.  
  1135.      mobileNav.classList.toggle('show-v9', willOpen)
  1136.      overlay.classList.toggle('show-v9', willOpen)
  1137.      btn?.setAttribute('aria-expanded', String(willOpen))
  1138.      lockScroll(willOpen)
  1139.    }
  1140.  
  1141.    window.toggleMobileDropdownV9 = function (id) {
  1142.      const list = document.getElementById(id)
  1143.      const btn = document.querySelector(`[onclick*="${id}"]`)
  1144.      const willOpen = !list.classList.contains('show-v9')
  1145.      // close siblings
  1146.      document.querySelectorAll('.mobile-sublist-v9').forEach((el) => {
  1147.        if (el.id !== id) el.classList.remove('show-v9')
  1148.      })
  1149.      list.classList.toggle('show-v9', willOpen)
  1150.      btn?.setAttribute('aria-expanded', String(willOpen))
  1151.    }
  1152.  
  1153.    window.closeAllV9 = function () {
  1154.      searchPanel.classList.remove('show-v9')
  1155.      mobileNav.classList.remove('show-v9')
  1156.      overlay.classList.remove('show-v9')
  1157.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1158.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1159.      lockScroll(false)
  1160.    }
  1161.  
  1162.    // ESC to close
  1163.    document.addEventListener('keydown', (e) => {
  1164.      if (e.key === 'Escape') window.closeAllV9()
  1165.    })
  1166.  
  1167.    // Sticky shrink on scroll
  1168.    let lastY = window.scrollY
  1169.    const onScroll = () => {
  1170.      const y = window.scrollY
  1171.      header.classList.toggle('is-scrolled', y > 10)
  1172.      lastY = y
  1173.    }
  1174.    onScroll()
  1175.    window.addEventListener('scroll', onScroll, { passive: true })
  1176.  
  1177.    // Suggestions fill
  1178.    document.addEventListener('click', (e) => {
  1179.      const btn = e.target.closest('.suggestion-v9')
  1180.      if (!btn) return
  1181.      const val = btn.getAttribute('data-fill') || ''
  1182.      const input = document.getElementById('q-v9')
  1183.      if (input) input.value = val
  1184.    })
  1185.  
  1186.    // Desktop "More" button a11y: open on focus-within, we just toggle aria
  1187.    const moreBtn = document.querySelector('.nav-more-btn-v9')
  1188.    const moreCard = document.getElementById('more-desktop-v9')
  1189.    if (moreBtn && moreCard) {
  1190.      ;['mouseenter', 'focus'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'true')))
  1191.      ;['mouseleave', 'blur'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'false')))
  1192.    }
  1193.  })()
  1194. </script>
  1195.  
  1196. <script>
  1197.  document.addEventListener("DOMContentLoaded", function () {
  1198.    console.log("loaded");
  1199.  
  1200.     const searchInput = document.getElementById("search-input")
  1201.    const searchResults = document.getElementById("search-results");
  1202.  
  1203.    if (!searchInput || !searchResults) {
  1204.      console.error("Search input/results not found");
  1205.      return;
  1206.    }
  1207.  
  1208.    // Prevent form submission
  1209.    if (searchInput.form) {
  1210.      searchInput.form.addEventListener("submit", function (e) {
  1211.        e.preventDefault();
  1212.      });
  1213.    }
  1214.  
  1215.    // Add event listener for keyup
  1216.    searchInput.addEventListener("keyup", function (e) {
  1217.      console.log("Key pressed:", e.key);
  1218.      e.preventDefault();
  1219.  
  1220.      const query = searchInput.value.trim();
  1221.      console.log("User is typing: " + query);
  1222.  
  1223.      // If empty → clear and hide
  1224.      if (query === "") {
  1225.        searchResults.innerHTML = "";
  1226.        searchResults.style.display = "none";
  1227.        return;
  1228.      }
  1229.  
  1230.      // Show results
  1231.      searchResults.style.display = "block";
  1232.  
  1233.      // Fetch search results
  1234.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1235.        method: "GET",
  1236.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1237.      })
  1238.        .then(response => {
  1239.          console.log("Response Status:", response.status);
  1240.          return response.json();
  1241.        })
  1242.        .then(data => {
  1243.          console.log("Data received:", data);
  1244.          if (data.html) {
  1245.            searchResults.innerHTML = data.html;
  1246.          } else {
  1247.            searchResults.innerHTML = "<p>No results found.</p>";
  1248.          }
  1249.        })
  1250.        .catch(error => {
  1251.          console.error("Error fetching search results:", error);
  1252.        });
  1253.    });
  1254.  
  1255.    // Close results when clicking outside
  1256.    document.addEventListener("click", function (e) {
  1257.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1258.        searchResults.style.display = "none";
  1259.      }
  1260.    });
  1261.  
  1262.    // Close results on ESC key
  1263.    document.addEventListener("keydown", function (e) {
  1264.      if (e.key === "Escape") {
  1265.        searchResults.style.display = "none";
  1266.      }
  1267.    });
  1268.  });
  1269. </script>
  1270.  
  1271.  
  1272.        </header>
  1273.        <!-- end of header -->
  1274.        <!-- start of wpo-blog-hero -->
  1275.        
  1276.  
  1277.  
  1278.  
  1279.  
  1280.  
  1281.  
  1282.  
  1283. <div class="blog-hero-v9">
  1284.  <div class="container-fluid fluid-container">
  1285.    <!-- Top Section: Split Layout -->
  1286.    <div class="row g-4 mb-5">
  1287.      <!-- Large Featured Article (Left) -->
  1288.      
  1289.              
  1290.      <div class="col-lg-8 col-12">
  1291.        <article class="large-featured">
  1292.          <div class="featured-image-container">
  1293.            
  1294.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="3 Xbox Game Pass Games That Will Justify Your Membership During the Weekend (Nov. 21-23)" class="featured-image">
  1295.            
  1296.            <div class="category-tag bg-primary-gradient">News</div>
  1297.          </div>
  1298.          <div class="featured-content">
  1299.            <h1 class="featured-title"><a href="/3-xbox-game-pass-games-that-will-justify-your-membership-during-the-weekend-nov-21-23/">
  1300.                                3 Xbox Game Pass Games That Will Justify Your Membership During the Weekend (Nov. 21-23)
  1301.                            </a></h1>
  1302.            <p class="featured-summary"></p>
  1303.            <div class="article-meta">
  1304.              <div class="author-info">
  1305.                
  1306.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cd2efbe9-a556-4c3b-82c1-37969e9b7272_profile.png" alt="Anthony Sparks" class="author-pic" >
  1307.                  
  1308.                <span class="author-name">Anthony Sparks</span>
  1309.                <span class="post-time">May 15, 2026</span>
  1310.              </div>
  1311.            </div>
  1312.          </div>
  1313.        </article>
  1314.      </div>
  1315.      
  1316.      
  1317.  
  1318.      <!-- Smaller Featured Articles (Right, Stacked) -->
  1319.      <div class="col-lg-4 col-12">
  1320.        <div class="stacked-features">
  1321.          
  1322.          <article class="small-featured">
  1323.            <div class="small-image-container">
  1324.              
  1325.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Ashes Pre-Series Banter Intensifies as Broad Labels Australia the Weakest Since 2010" class="small-image">
  1326.              
  1327.              <div class="category-tag bg-primary-gradient">News</div>
  1328.            </div>
  1329.            <div class="small-content">
  1330.              <h3 class="small-title"> <a href="/ashes-pre-series-banter-intensifies-as-broad-labels-australia-the-weakest-since-2010/">
  1331.                                Ashes Pre-Series Banter Intensifies as Broad Labels Australia the Weakest Since 2010
  1332.                            </a></h3>
  1333.              <p class="compact-text"></p>
  1334.              <div class="small-meta">
  1335.                <span class="small-author">Anthony Sparks</span>
  1336.                <span class="small-date">May 15, 2026</span>
  1337.              </div>
  1338.            </div>
  1339.          </article>
  1340.      
  1341.          <article class="small-featured">
  1342.            <div class="small-image-container">
  1343.              
  1344.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Stefanos Tsitsipas Contemplated Walking Away Amid Injury-Plagued 2025 Season" class="small-image">
  1345.              
  1346.              <div class="category-tag bg-primary-gradient">News</div>
  1347.            </div>
  1348.            <div class="small-content">
  1349.              <h3 class="small-title"> <a href="/stefanos-tsitsipas-contemplated-walking-away-amid-injury-plagued-2025-season/">
  1350.                                Stefanos Tsitsipas Contemplated Walking Away Amid Injury-Plagued 2025 Season
  1351.                            </a></h3>
  1352.              <p class="compact-text"></p>
  1353.              <div class="small-meta">
  1354.                <span class="small-author">Anthony Sparks</span>
  1355.                <span class="small-date">May 15, 2026</span>
  1356.              </div>
  1357.            </div>
  1358.          </article>
  1359.      
  1360.        </div>
  1361.      </div>
  1362.    </div>
  1363.    <!-- Bottom Section: Three Compact Cards -->
  1364.    <div class="row g-4">
  1365.      
  1366.      <div class="col-lg-4 col-md-6 col-12">
  1367.        <article class="compact-card">
  1368.          <div class="compact-image">
  1369.            
  1370.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Spurs Centre-Back Micky van de Ven Shares Shock At Postecoglou Dismissal" >
  1371.            
  1372.            <div class="compact-category bg-primary-gradient">News</div>
  1373.          </div>
  1374.          <div class="compact-body">
  1375.            <h3 class="compact-title"> <a href="/spurs-centre-back-micky-van-de-ven-shares-shock-at-postecoglou-dismissal/">
  1376.                                    Spurs Centre-Back Micky van de Ven Shares Shock At Postecoglou Dismissal
  1377.                                </a></h3>
  1378.            <p class="compact-text"></p>
  1379.            <div class="compact-footer">
  1380.              <span class="compact-name">Anthony Sparks</span>
  1381.              <span class="compact-date">May 14</span>
  1382.            </div>
  1383.          </div>
  1384.        </article>
  1385.      </div>
  1386.      
  1387.      <div class="col-lg-4 col-md-6 col-12">
  1388.        <article class="compact-card">
  1389.          <div class="compact-image">
  1390.            
  1391.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Physical Health or Ranking - Boulter&#x27;s Melbourne Grand Slam Dilemma" >
  1392.            
  1393.            <div class="compact-category bg-primary-gradient">News</div>
  1394.          </div>
  1395.          <div class="compact-body">
  1396.            <h3 class="compact-title"> <a href="/physical-health-or-ranking-boulters-melbourne-grand-slam-dilemma/">
  1397.                                    Physical Health or Ranking - Boulter&#x27;s Melbourne Grand Slam Dilemma
  1398.                                </a></h3>
  1399.            <p class="compact-text"></p>
  1400.            <div class="compact-footer">
  1401.              <span class="compact-name">Anthony Sparks</span>
  1402.              <span class="compact-date">May 14</span>
  1403.            </div>
  1404.          </div>
  1405.        </article>
  1406.      </div>
  1407.      
  1408.    </div>
  1409.  </div>
  1410. </div>
  1411.  
  1412. <style>
  1413.  
  1414.  /* Large Featured Article */
  1415.  .large-featured {
  1416.    background: var(--card-bg, #ffffff);
  1417.    border-radius: 10px;
  1418.    overflow: hidden;
  1419.    transition: box-shadow 0.3s ease;
  1420.  }
  1421.  
  1422.  .large-featured:hover {
  1423.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1424.  }
  1425.  
  1426.  .featured-image-container {
  1427.    position: relative;
  1428.    height: 350px;
  1429.    overflow: hidden;
  1430.  }
  1431.  
  1432.  .featured-image {
  1433.    width: 100%;
  1434.    height: 100%;
  1435.    object-fit: cover;
  1436.  }
  1437.  
  1438.  .featured-content {
  1439.    padding: 2rem;
  1440.  }
  1441.  
  1442.  .featured-title {
  1443.    font-size: 2.2rem;
  1444.    font-weight: 700;
  1445.    color: #111827;
  1446.    margin-bottom: 0.75rem;
  1447.    line-height: 1.3;
  1448.  }
  1449.  
  1450.  .featured-summary {
  1451.    font-size: 1rem;
  1452.    color: #4b5563;
  1453.    line-height: 1.6;
  1454.    margin-bottom: 1.25rem;
  1455.  }
  1456.  
  1457.  .article-meta {
  1458.    display: flex;
  1459.    align-items: center;
  1460.    gap: 0.75rem;
  1461.    font-size: 0.85rem;
  1462.    color: #6b7280;
  1463.  }
  1464.  
  1465.  .author-info {
  1466.    display: flex;
  1467.    align-items: center;
  1468.    gap: 0.5rem;
  1469.  }
  1470.  
  1471.  .author-pic {
  1472.    width: 36px;
  1473.    height: 36px;
  1474.    border-radius: 50%;
  1475.  }
  1476.  
  1477.  .author-name {
  1478.    font-weight: 600;
  1479.    color: #374151;
  1480.  }
  1481.  
  1482.  /* Smaller Featured Articles (Stacked) */
  1483.  .stacked-features {
  1484.    display: flex;
  1485.    flex-direction: column;
  1486.    gap: 1.5rem;
  1487.  }
  1488.  
  1489.  .small-featured {
  1490.    background: var(--card-bg, #ffffff);
  1491.    border-radius: 10px;
  1492.    overflow: hidden;
  1493.    transition: box-shadow 0.3s ease;
  1494.  }
  1495.  
  1496.  .small-featured:hover {
  1497.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1498.  }
  1499.  
  1500.  .small-image-container {
  1501.    position: relative;
  1502.    height: 150px;
  1503.    overflow: hidden;
  1504.  }
  1505.  
  1506.  .small-image {
  1507.    width: 100%;
  1508.    height: 100%;
  1509.    object-fit: cover;
  1510.  }
  1511.  
  1512.  .small-content {
  1513.    padding: 1.25rem;
  1514.  }
  1515.  
  1516.  .small-title {
  1517.    font-size: 1.2rem;
  1518.    font-weight: 600;
  1519.    color: #111827;
  1520.    margin-bottom: 0.5rem;
  1521.  }
  1522.  
  1523.  .small-meta {
  1524.    display: flex;
  1525.    gap: 0.5rem;
  1526.    font-size: 0.8rem;
  1527.    color: #6b7280;
  1528.  }
  1529.  
  1530.  /* Category Tags - Gradient for Difference */
  1531.  .category-tag {
  1532.    position: absolute;
  1533.    top: 0.75rem;
  1534.    left: 0.75rem;
  1535.    padding: 0.3rem 1rem;
  1536.    font-size: 0.75rem;
  1537.    font-weight: 600;
  1538.    text-transform: uppercase;
  1539.    color: white;
  1540.    border-radius: 15px; /* Soft pill shape */
  1541.  }
  1542.  
  1543.  
  1544.  
  1545.  /* Compact Cards - Borderless */
  1546.  .compact-card {
  1547.    background: var(--card-bg, #ffffff);
  1548.    border-radius: 10px;
  1549.    overflow: hidden;
  1550.    transition: box-shadow 0.3s ease;
  1551.  }
  1552.  
  1553.  .compact-card:hover {
  1554.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1555.  }
  1556.  
  1557.  .compact-image {
  1558.    position: relative;
  1559.    height: 180px;
  1560.    overflow: hidden;
  1561.  }
  1562.  
  1563.  .compact-image img {
  1564.    width: 100%;
  1565.    height: 100%;
  1566.    object-fit: cover;
  1567.  }
  1568.  
  1569.  .compact-category {
  1570.    position: absolute;
  1571.    top: 0.75rem;
  1572.    left: 0.75rem;
  1573.    padding: 0.3rem 0.8rem;
  1574.    font-size: 0.7rem;
  1575.    border-radius: 15px;
  1576.    color: white;
  1577.  }
  1578.  
  1579.  .compact-body {
  1580.    padding: 1.5rem;
  1581.  }
  1582.  
  1583.  .compact-title {
  1584.    font-size: 1.1rem;
  1585.    font-weight: 600;
  1586.    color: #111827;
  1587.    margin-bottom: 0.5rem;
  1588.  }
  1589.  
  1590.  .compact-text {
  1591.    font-size: 0.9rem;
  1592.    color: #4b5563;
  1593.    line-height: 1.5;
  1594.    margin-bottom: 1rem;
  1595.  }
  1596.  
  1597.  .compact-footer {
  1598.    display: flex;
  1599.    justify-content: space-between;
  1600.    font-size: 0.8rem;
  1601.    color: #6b7280;
  1602.  }
  1603.  
  1604.  /* Responsive Design */
  1605.  @media (max-width: 992px) {
  1606.    .featured-image-container {
  1607.      height: 280px;
  1608.    }
  1609.  
  1610.    .featured-title {
  1611.      font-size: 1.8rem;
  1612.    }
  1613.  
  1614.    .small-image-container {
  1615.      height: 120px;
  1616.    }
  1617.  }
  1618.  
  1619.  @media (max-width: 768px) {
  1620.    .featured-content,
  1621.    .small-content,
  1622.    .compact-body {
  1623.      padding: 1.25rem;
  1624.    }
  1625.  
  1626.    .compact-image {
  1627.      height: 150px;
  1628.    }
  1629.  }
  1630.  
  1631.  @media (max-width: 576px) {
  1632.    .featured-title {
  1633.      font-size: 1.5rem;
  1634.    }
  1635.  
  1636.    .small-title,
  1637.    .compact-title {
  1638.      font-size: 1rem;
  1639.    }
  1640.  }
  1641. </style>
  1642.  
  1643.  
  1644.  
  1645.  
  1646.        <!-- end of wpo-blog-hero -->
  1647.  
  1648.        <!-- start of wpo-breacking-news -->
  1649.        
  1650.        <!-- end of wpo-breacking-news -->
  1651.        
  1652.        <!-- start wpo-blog-highlights-section -->
  1653.        
  1654.  
  1655.  
  1656.  
  1657.    
  1658.  
  1659.  
  1660.  
  1661.  
  1662. <style>
  1663.    .blog-highlights-v3 {
  1664.        padding: 80px 0;
  1665.        position: relative;
  1666.        overflow: hidden;
  1667.    }
  1668.    
  1669.    .blog-highlights-v3::before {
  1670.        content: '';
  1671.        position: absolute;
  1672.        top: 0;
  1673.        left: 0;
  1674.        width: 100%;
  1675.        height: 100%;
  1676.        background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  1677.        z-index: 0;
  1678.    }
  1679.    
  1680.    .masonry-container {
  1681.        display: grid;
  1682.        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  1683.        grid-gap: 25px;
  1684.    }
  1685.    
  1686.    .blog-card-v3 {
  1687.        border: 1px solid var(--border-color) !important;
  1688.        border-radius: 25px;
  1689.        overflow: hidden;
  1690.        background: var(--card-bg);
  1691.        backdrop-filter: blur(10px);
  1692.        border: 1px solid var(--border-color);
  1693.        position: relative;
  1694.        transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  1695.        cursor: pointer;
  1696.        transform: translateY(0) rotateX(0) rotateY(0);
  1697.        transform-style: preserve-3d;
  1698.        perspective: 1000px;
  1699.        z-index: 1;
  1700.    }
  1701.    .span-21 { grid-row-end: span 21; }
  1702.    .span-22 { grid-row-end: span 22; }
  1703.    
  1704.    .blog-card-v3::before {
  1705.        content: '';
  1706.        position: absolute;
  1707.        top: 0;
  1708.        left: 0;
  1709.        width: 100%;
  1710.        height: 100%;
  1711.        background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.02) 100%);
  1712.        opacity: 0;
  1713.        transition: opacity 0.3s ease;
  1714.        z-index: 1;
  1715.    }
  1716.    
  1717.    .blog-card-v3:hover {
  1718.        transform: translateY(-20px) rotateX(5deg) rotateY(5deg) scale(1.03);
  1719.        box-shadow:
  1720.            0 30px 60px rgba(0,0,0,0.15),
  1721.            0 15px 30px rgba(0,0,0,0.1),
  1722.            inset 0 1px 0 rgba(255,255,255,0.3);
  1723.        z-index: 10;
  1724.    }
  1725.    
  1726.    .blog-card-v3:hover::before {
  1727.        opacity: 1;
  1728.    }
  1729.    
  1730.    .blog-image-v3 {
  1731.        position: relative;
  1732.        overflow: hidden;
  1733.        height: 50%;
  1734.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1735.    }
  1736.    
  1737.    .blog-image-v3::after {
  1738.        content: '';
  1739.        position: absolute;
  1740.        top: 0;
  1741.        left: 0;
  1742.        width: 100%;
  1743.        height: 100%;
  1744.        background:
  1745.            radial-gradient(circle at top right, rgba(255,255,255,0.3) 0%, transparent 50%),
  1746.            linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 100%);
  1747.        z-index: 2;
  1748.    }
  1749.    
  1750.    .blog-image-v3 img {
  1751.        width: 100%;
  1752.        height: 100%;
  1753.        object-fit: cover;
  1754.        transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1755.        transform: scale(1);
  1756.        filter: brightness(1) saturate(1);
  1757.    }
  1758.    
  1759.    .blog-card-v3:hover .blog-image-v3 img {
  1760.        transform: scale(1.15);
  1761.        filter: brightness(1.1) saturate(1.2);
  1762.    }
  1763.    
  1764.    .blog-floating-elements {
  1765.        position: absolute;
  1766.        top: 0;
  1767.        left: 0;
  1768.        width: 100%;
  1769.        height: 100%;
  1770.        pointer-events: none;
  1771.        z-index: 3;
  1772.    }
  1773.    
  1774.    .floating-dot {
  1775.        position: absolute;
  1776.        width: 8px;
  1777.        height: 8px;
  1778.        background: rgba(255,255,255,0.6);
  1779.        border-radius: 50%;
  1780.        animation: float 3s ease-in-out infinite;
  1781.    }
  1782.    
  1783.    .floating-dot:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }
  1784.    .floating-dot:nth-child(2) { top: 60%; right: 20%; animation-delay: 0.5s; }
  1785.    .floating-dot:nth-child(3) { bottom: 30%; left: 25%; animation-delay: .5s; }
  1786.    
  1787.    @keyframes float {
  1788.        0%, 100% { transform: translateY(0px); }
  1789.        50% { transform: translateY(-10px); }
  1790.    }
  1791.    
  1792.    .blog-category-v3 {
  1793.        position: absolute;
  1794.        top: 25px;
  1795.        right: 25px;
  1796.        padding: 10px 18px;
  1797.        border-radius: 30px;
  1798.        font-size: 11px;
  1799.        font-weight: 800;
  1800.        text-transform: uppercase;
  1801.        letter-spacing: 1.2px;
  1802.        backdrop-filter: blur(10px);
  1803.        z-index: 4;
  1804.        transform: translateY(0) scale(1);
  1805.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  1806.        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  1807.        border: 1px solid rgba(255,255,255,0.3);
  1808.    }
  1809.    
  1810.    .blog-card-v3:hover .blog-category-v3 {
  1811.        transform: translateY(-10px) scale(1.1);
  1812.        background: rgba(var(--card-bg),1);
  1813.        box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  1814.    }
  1815.    
  1816.    .blog-content-v3 {
  1817.        padding: 35px 30px 30px;
  1818.        height: 50%;
  1819.        display: flex;
  1820.        flex-direction: column;
  1821.        justify-content: space-between;
  1822.        position: relative;
  1823.        z-index: 2;
  1824.    }
  1825.    
  1826.    .blog-title-v3 {
  1827.        font-size: 19px;
  1828.        font-weight: 700;
  1829.        line-height: 1.3;
  1830.        margin-bottom: 18px;
  1831.        position: relative;
  1832.    }
  1833.    
  1834.    .blog-title-v3 a {
  1835.        text-decoration: none;
  1836.        color: var(--top-color) !important;
  1837.        transition: all 0.3s ease;
  1838.        position: relative;
  1839.        display: inline-block;
  1840.    }
  1841.    
  1842.    .blog-title-v3 a::before {
  1843.        content: '';
  1844.        position: absolute;
  1845.        bottom: -3px;
  1846.        left: 0;
  1847.        width: 0;
  1848.        height: 3px;
  1849.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1850.        border-radius: 2px;
  1851.        transition: width 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  1852.    }
  1853.    
  1854.    .blog-card-v3:hover .blog-title-v3 a::before {
  1855.        width: 100%;
  1856.    }
  1857.    
  1858.    .blog-meta-v3 {
  1859.        display: flex;
  1860.        align-items: center;
  1861.        gap: 15px;
  1862.        margin-bottom: 18px;
  1863.        font-size: 13px;
  1864.        color: #7f8c8d;
  1865.        padding-bottom: 18px;
  1866.        border-bottom: 1px solid rgba(127, 140, 141, 0.1);
  1867.        position: relative;
  1868.    }
  1869.    
  1870.    .blog-meta-v3::after {
  1871.        content: '';
  1872.        position: absolute;
  1873.        bottom: -1px;
  1874.        left: 0;
  1875.        width: 0;
  1876.        height: 1px;
  1877.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1878.        transition: width 0.6s ease 0.3s;
  1879.    }
  1880.    
  1881.    .blog-card-v3:hover .blog-meta-v3::after {
  1882.        width: 80px;
  1883.    }
  1884.    
  1885.    .blog-author-img-v3 {
  1886.        width: 35px;
  1887.        height: 35px;
  1888.        border-radius: 50%;
  1889.        object-fit: cover;
  1890.        border: 3px solid rgba(255,255,255,0.8);
  1891.        transition: all 0.4s ease;
  1892.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  1893.    }
  1894.    
  1895.    .blog-card-v3:hover .blog-author-img-v3 {
  1896.        transform: scale(1.15);
  1897.        border-color: rgba(102, 126, 234, 0.5);
  1898.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
  1899.    }
  1900.    
  1901.    .blog-excerpt-v3 {
  1902.        font-size: 14px;
  1903.        line-height: 1.7;
  1904.        color: #5a6c7d;
  1905.        margin-bottom: 20px;
  1906.        display: -webkit-box;
  1907.        -webkit-line-clamp: 3;
  1908.        -webkit-box-orient: vertical;
  1909.        overflow: hidden;
  1910.        opacity: 0.9;
  1911.        transition: opacity 0.3s ease;
  1912.    }
  1913.    
  1914.    .blog-card-v3:hover .blog-excerpt-v3 {
  1915.        opacity: 1;
  1916.    }
  1917.    
  1918.    .blog-actions-v3 {
  1919.        display: flex;
  1920.        justify-content: space-between;
  1921.        align-items: center;
  1922.    }
  1923.    
  1924.    .blog-read-time-v3 {
  1925.        font-size: 12px;
  1926.        color: #95a5a6;
  1927.        display: flex;
  1928.        align-items: center;
  1929.        gap: 6px;
  1930.    }
  1931.    
  1932.    .blog-read-more-v3 {
  1933.        width: 50px;
  1934.        height: 50px;
  1935.        border-radius: 50%;
  1936.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1937.        display: flex;
  1938.        align-items: center;
  1939.        justify-content: center;
  1940.        color: white;
  1941.        text-decoration: none;
  1942.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  1943.        transform: scale(0) rotate(0deg);
  1944.        opacity: 0;
  1945.        box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
  1946.        position: relative;
  1947.        overflow: hidden;
  1948.    }
  1949.    
  1950.    .blog-read-more-v3::before {
  1951.        content: '';
  1952.        position: absolute;
  1953.        top: 50%;
  1954.        left: 50%;
  1955.        width: 0;
  1956.        height: 0;
  1957.        background: rgba(255,255,255,0.2);
  1958.        border-radius: 50%;
  1959.        transition: all 0.6s ease;
  1960.        transform: translate(-50%, -50%);
  1961.    }
  1962.    
  1963.    .blog-card-v3:hover .blog-read-more-v3 {
  1964.        transform: scale(1) rotate(360deg);
  1965.        opacity: 1;
  1966.    }
  1967.    
  1968.    .blog-read-more-v3:hover::before {
  1969.        width: 100%;
  1970.        height: 100%;
  1971.    }
  1972.    
  1973.    .section-header-v3 {
  1974.        text-align: center;
  1975.        margin-bottom: 80px;
  1976.        position: relative;
  1977.        z-index: 2;
  1978.    }
  1979.    
  1980.    .section-title-v3 {
  1981.        font-size: 3.5rem;
  1982.        font-weight: 900;
  1983.        margin-bottom: 25px;
  1984.        color: #2c3e50;
  1985.        position: relative;
  1986.        display: inline-block;
  1987.    }
  1988.    
  1989.    .section-title-v3::before {
  1990.        content: '';
  1991.        position: absolute;
  1992.        top: -15px;
  1993.        right: -15px;
  1994.        width: 30px;
  1995.        height: 30px;
  1996.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1997.        border-radius: 50%;
  1998.        opacity: 0.3;
  1999.        animation: pulse 2s infinite;
  2000.    }
  2001.    
  2002.    @keyframes pulse {
  2003.        0%, 100% { transform: scale(1); opacity: 0.3; }
  2004.        50% { transform: scale(1.2); opacity: 0.6; }
  2005.    }
  2006.    
  2007.    .section-subtitle-v3 {
  2008.        font-size: 1.2rem;
  2009.        color: #7f8c8d;
  2010.        max-width: 700px;
  2011.        margin: 0 auto;
  2012.        line-height: 1.7;
  2013.        font-weight: 300;
  2014.    }
  2015.    
  2016.    .scroll-reveal {
  2017.        opacity: 0;
  2018.        transform: translateY(50px) scale(0.9);
  2019.        transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
  2020.    }
  2021.    
  2022.    .scroll-reveal.revealed {
  2023.        opacity: 1;
  2024.        transform: translateY(0) scale(1);
  2025.    }
  2026.    
  2027.    .scroll-reveal:nth-child(1) { transition-delay: 0.1s; }
  2028.    .scroll-reveal:nth-child(2) { transition-delay: 0.1s; }
  2029.    .scroll-reveal:nth-child(3) { transition-delay: 0.1s; }
  2030.    .scroll-reveal:nth-child(4) { transition-delay: 0.1s; }
  2031.    .scroll-reveal:nth-child(5) { transition-delay: 0.1s; }
  2032.    .scroll-reveal:nth-child(6) { transition-delay: 0.1s; }
  2033.  
  2034.    @media (max-width: 768px) {
  2035.        .masonry-container {
  2036.            display: flex;
  2037.            flex-direction: column;
  2038.            grid-gap: 20px;
  2039.        }
  2040.        .blog-card-v3:nth-child(n) {
  2041.            grid-row-end: span 20;
  2042.        }
  2043.        .section-title-v3 {
  2044.            font-size: 2.8rem;
  2045.        }
  2046.        .blog-highlights-v3 {
  2047.            padding: 60px 0;
  2048.        }
  2049.        .blog-content-v3 {
  2050.            padding: 25px 20px;
  2051.        }
  2052.        .blog-card-v3:hover {
  2053.            transform: translateY(-15px) scale(1.02);
  2054.        }
  2055.        .blog-image-v3{
  2056.            max-height: 350px;
  2057.            height: 100%;
  2058.        }
  2059.    }
  2060. </style>
  2061.  
  2062. <section class="blog-highlights-v3">
  2063.    <div class="container-fluid fluid-container">
  2064.        <div class="row">
  2065.            <div class="col-12">
  2066.                 <div class="wpo-section-title">
  2067.            <h2>
  2068.                Today's Top Highlights
  2069.                   </h2>
  2070.        </div>
  2071.            </div>
  2072.        </div>
  2073.        
  2074.        <div class="row">
  2075.            <div class="col-lg-8 col-12">
  2076.                <div class="masonry-container">
  2077.                    
  2078.                    <div class="blog-card-v3 scroll-reveal span-21">
  2079.                        <div class="blog-image-v3">
  2080.                            
  2081.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2082.                            
  2083.                            <div class="blog-floating-elements">
  2084.                                <div class="floating-dot"></div>
  2085.                                <div class="floating-dot"></div>
  2086.                                <div class="floating-dot"></div>
  2087.                            </div>
  2088.                            <span class="blog-category-v3 bg-primary-gradient">
  2089.                                News
  2090.                            </span>
  2091.                        </div>
  2092.                        <div class="blog-content-v3">
  2093.                            <h3 class="blog-title-v3">
  2094.                                <a href="/tottenham-ease-pressure-on-thomas-frank-as-xavi-simons-rounds-off-comfortable-win-over-slavia-prague/" >
  2095.                                Tottenham Ease Pressure on Thomas Frank as Xavi Simons Rounds Off Comfortable Win Over Slavia Prague
  2096.                                </a>
  2097.                            </h3>
  2098.                            <div class="blog-meta-v3">
  2099.                                
  2100.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cd2efbe9-a556-4c3b-82c1-37969e9b7272_profile.png" alt="Anthony Sparks" style="object-fit: cover;" class="blog-author-img-v3">
  2101.                                
  2102.                                <span>By Anthony Sparks</span>
  2103.                                <span>•</span>
  2104.                                <span>14 May 2026</span>
  2105.                            </div>
  2106.                            
  2107.                            <div class="blog-actions-v3">
  2108.                                <div class="blog-read-time-v3">
  2109.                                    <i class="far fa-clock"></i>
  2110.                                    <!-- <span>5 min read</span> -->
  2111.                                </div>
  2112.                                <a href="/tottenham-ease-pressure-on-thomas-frank-as-xavi-simons-rounds-off-comfortable-win-over-slavia-prague/"  class="blog-read-more-v3">
  2113.                                    <i class="ti-arrow-right"></i>
  2114.                                </a>
  2115.                            </div>
  2116.                        </div>
  2117.                    </div>
  2118.                    
  2119.                    <div class="blog-card-v3 scroll-reveal span-22">
  2120.                        <div class="blog-image-v3">
  2121.                            
  2122.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2123.                            
  2124.                            <div class="blog-floating-elements">
  2125.                                <div class="floating-dot"></div>
  2126.                                <div class="floating-dot"></div>
  2127.                                <div class="floating-dot"></div>
  2128.                            </div>
  2129.                            <span class="blog-category-v3 bg-primary-gradient">
  2130.                                News
  2131.                            </span>
  2132.                        </div>
  2133.                        <div class="blog-content-v3">
  2134.                            <h3 class="blog-title-v3">
  2135.                                <a href="/leonard-hungry-paul-overview-a-calming-show-with-narration-from-the-famous-actress-brings-the-perfect-antidote-to-modern-life/" >
  2136.                                Leonard &amp; Hungry Paul Overview: A Calming Show With Narration from the Famous Actress Brings the Perfect Antidote to Modern Life
  2137.                                </a>
  2138.                            </h3>
  2139.                            <div class="blog-meta-v3">
  2140.                                
  2141.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cd2efbe9-a556-4c3b-82c1-37969e9b7272_profile.png" alt="Anthony Sparks" style="object-fit: cover;" class="blog-author-img-v3">
  2142.                                
  2143.                                <span>By Anthony Sparks</span>
  2144.                                <span>•</span>
  2145.                                <span>14 May 2026</span>
  2146.                            </div>
  2147.                            
  2148.                            <div class="blog-actions-v3">
  2149.                                <div class="blog-read-time-v3">
  2150.                                    <i class="far fa-clock"></i>
  2151.                                    <!-- <span>5 min read</span> -->
  2152.                                </div>
  2153.                                <a href="/leonard-hungry-paul-overview-a-calming-show-with-narration-from-the-famous-actress-brings-the-perfect-antidote-to-modern-life/"  class="blog-read-more-v3">
  2154.                                    <i class="ti-arrow-right"></i>
  2155.                                </a>
  2156.                            </div>
  2157.                        </div>
  2158.                    </div>
  2159.                    
  2160.                    <div class="blog-card-v3 scroll-reveal span-21">
  2161.                        <div class="blog-image-v3">
  2162.                            
  2163.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2164.                            
  2165.                            <div class="blog-floating-elements">
  2166.                                <div class="floating-dot"></div>
  2167.                                <div class="floating-dot"></div>
  2168.                                <div class="floating-dot"></div>
  2169.                            </div>
  2170.                            <span class="blog-category-v3 bg-primary-gradient">
  2171.                                News
  2172.                            </span>
  2173.                        </div>
  2174.                        <div class="blog-content-v3">
  2175.                            <h3 class="blog-title-v3">
  2176.                                <a href="/creating-the-ideal-paneer-makhni-recipe/" >
  2177.                                Creating the Ideal Paneer Makhni – Recipe
  2178.                                </a>
  2179.                            </h3>
  2180.                            <div class="blog-meta-v3">
  2181.                                
  2182.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cd2efbe9-a556-4c3b-82c1-37969e9b7272_profile.png" alt="Anthony Sparks" style="object-fit: cover;" class="blog-author-img-v3">
  2183.                                
  2184.                                <span>By Anthony Sparks</span>
  2185.                                <span>•</span>
  2186.                                <span>14 May 2026</span>
  2187.                            </div>
  2188.                            
  2189.                            <div class="blog-actions-v3">
  2190.                                <div class="blog-read-time-v3">
  2191.                                    <i class="far fa-clock"></i>
  2192.                                    <!-- <span>5 min read</span> -->
  2193.                                </div>
  2194.                                <a href="/creating-the-ideal-paneer-makhni-recipe/"  class="blog-read-more-v3">
  2195.                                    <i class="ti-arrow-right"></i>
  2196.                                </a>
  2197.                            </div>
  2198.                        </div>
  2199.                    </div>
  2200.                    
  2201.                    <div class="blog-card-v3 scroll-reveal span-22">
  2202.                        <div class="blog-image-v3">
  2203.                            
  2204.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2205.                            
  2206.                            <div class="blog-floating-elements">
  2207.                                <div class="floating-dot"></div>
  2208.                                <div class="floating-dot"></div>
  2209.                                <div class="floating-dot"></div>
  2210.                            </div>
  2211.                            <span class="blog-category-v3 bg-primary-gradient">
  2212.                                News
  2213.                            </span>
  2214.                        </div>
  2215.                        <div class="blog-content-v3">
  2216.                            <h3 class="blog-title-v3">
  2217.                                <a href="/uk-and-scottish-government-governments-disagree-over-who-should-pay-the-245m-cost-for-donald-trump-and-vance-trips/" >
  2218.                                UK and Scottish government Governments Disagree Over Who Should Pay the £24.5m Cost for Donald Trump and Vance Trips
  2219.                                </a>
  2220.                            </h3>
  2221.                            <div class="blog-meta-v3">
  2222.                                
  2223.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cd2efbe9-a556-4c3b-82c1-37969e9b7272_profile.png" alt="Anthony Sparks" style="object-fit: cover;" class="blog-author-img-v3">
  2224.                                
  2225.                                <span>By Anthony Sparks</span>
  2226.                                <span>•</span>
  2227.                                <span>14 May 2026</span>
  2228.                            </div>
  2229.                            
  2230.                            <div class="blog-actions-v3">
  2231.                                <div class="blog-read-time-v3">
  2232.                                    <i class="far fa-clock"></i>
  2233.                                    <!-- <span>5 min read</span> -->
  2234.                                </div>
  2235.                                <a href="/uk-and-scottish-government-governments-disagree-over-who-should-pay-the-245m-cost-for-donald-trump-and-vance-trips/"  class="blog-read-more-v3">
  2236.                                    <i class="ti-arrow-right"></i>
  2237.                                </a>
  2238.                            </div>
  2239.                        </div>
  2240.                    </div>
  2241.                    
  2242.                    <div class="blog-card-v3 scroll-reveal span-21">
  2243.                        <div class="blog-image-v3">
  2244.                            
  2245.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2246.                            
  2247.                            <div class="blog-floating-elements">
  2248.                                <div class="floating-dot"></div>
  2249.                                <div class="floating-dot"></div>
  2250.                                <div class="floating-dot"></div>
  2251.                            </div>
  2252.                            <span class="blog-category-v3 bg-primary-gradient">
  2253.                                News
  2254.                            </span>
  2255.                        </div>
  2256.                        <div class="blog-content-v3">
  2257.                            <h3 class="blog-title-v3">
  2258.                                <a href="/nations-highest-court-approves-revised-texas-house-maps/" >
  2259.                                Nation&#x27;s Highest Court Approves Revised Texas House Maps.
  2260.                                </a>
  2261.                            </h3>
  2262.                            <div class="blog-meta-v3">
  2263.                                
  2264.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cd2efbe9-a556-4c3b-82c1-37969e9b7272_profile.png" alt="Anthony Sparks" style="object-fit: cover;" class="blog-author-img-v3">
  2265.                                
  2266.                                <span>By Anthony Sparks</span>
  2267.                                <span>•</span>
  2268.                                <span>14 May 2026</span>
  2269.                            </div>
  2270.                            
  2271.                            <div class="blog-actions-v3">
  2272.                                <div class="blog-read-time-v3">
  2273.                                    <i class="far fa-clock"></i>
  2274.                                    <!-- <span>5 min read</span> -->
  2275.                                </div>
  2276.                                <a href="/nations-highest-court-approves-revised-texas-house-maps/"  class="blog-read-more-v3">
  2277.                                    <i class="ti-arrow-right"></i>
  2278.                                </a>
  2279.                            </div>
  2280.                        </div>
  2281.                    </div>
  2282.                    
  2283.                    <div class="blog-card-v3 scroll-reveal span-22">
  2284.                        <div class="blog-image-v3">
  2285.                            
  2286.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2287.                            
  2288.                            <div class="blog-floating-elements">
  2289.                                <div class="floating-dot"></div>
  2290.                                <div class="floating-dot"></div>
  2291.                                <div class="floating-dot"></div>
  2292.                            </div>
  2293.                            <span class="blog-category-v3 bg-primary-gradient">
  2294.                                News
  2295.                            </span>
  2296.                        </div>
  2297.                        <div class="blog-content-v3">
  2298.                            <h3 class="blog-title-v3">
  2299.                                <a href="/surgeons-from-the-scottish-region-and-america-complete-historic-brain-operation-using-robotic-system/" >
  2300.                                Surgeons from the Scottish region and America Complete Historic Brain Operation Using Robotic System
  2301.                                </a>
  2302.                            </h3>
  2303.                            <div class="blog-meta-v3">
  2304.                                
  2305.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cd2efbe9-a556-4c3b-82c1-37969e9b7272_profile.png" alt="Anthony Sparks" style="object-fit: cover;" class="blog-author-img-v3">
  2306.                                
  2307.                                <span>By Anthony Sparks</span>
  2308.                                <span>•</span>
  2309.                                <span>14 May 2026</span>
  2310.                            </div>
  2311.                            
  2312.                            <div class="blog-actions-v3">
  2313.                                <div class="blog-read-time-v3">
  2314.                                    <i class="far fa-clock"></i>
  2315.                                    <!-- <span>5 min read</span> -->
  2316.                                </div>
  2317.                                <a href="/surgeons-from-the-scottish-region-and-america-complete-historic-brain-operation-using-robotic-system/"  class="blog-read-more-v3">
  2318.                                    <i class="ti-arrow-right"></i>
  2319.                                </a>
  2320.                            </div>
  2321.                        </div>
  2322.                    </div>
  2323.                    
  2324.                    <div class="blog-card-v3 scroll-reveal span-21">
  2325.                        <div class="blog-image-v3">
  2326.                            
  2327.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2328.                            
  2329.                            <div class="blog-floating-elements">
  2330.                                <div class="floating-dot"></div>
  2331.                                <div class="floating-dot"></div>
  2332.                                <div class="floating-dot"></div>
  2333.                            </div>
  2334.                            <span class="blog-category-v3 bg-primary-gradient">
  2335.                                Others
  2336.                            </span>
  2337.                        </div>
  2338.                        <div class="blog-content-v3">
  2339.                            <h3 class="blog-title-v3">
  2340.                                <a href="/near-miss-effect-the-spin-that-almost-won-bbd9/" >
  2341.                                Near Miss Effect — The Spin That Almost Won
  2342.                                </a>
  2343.                            </h3>
  2344.                            <div class="blog-meta-v3">
  2345.                                
  2346.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cd2efbe9-a556-4c3b-82c1-37969e9b7272_profile.png" alt="Anthony Sparks" style="object-fit: cover;" class="blog-author-img-v3">
  2347.                                
  2348.                                <span>By Anthony Sparks</span>
  2349.                                <span>•</span>
  2350.                                <span>13 May 2026</span>
  2351.                            </div>
  2352.                            
  2353.                            <div class="blog-actions-v3">
  2354.                                <div class="blog-read-time-v3">
  2355.                                    <i class="far fa-clock"></i>
  2356.                                    <!-- <span>5 min read</span> -->
  2357.                                </div>
  2358.                                <a href="/near-miss-effect-the-spin-that-almost-won-bbd9/"  class="blog-read-more-v3">
  2359.                                    <i class="ti-arrow-right"></i>
  2360.                                </a>
  2361.                            </div>
  2362.                        </div>
  2363.                    </div>
  2364.                    
  2365.                    <div class="blog-card-v3 scroll-reveal span-22">
  2366.                        <div class="blog-image-v3">
  2367.                            
  2368.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2369.                            
  2370.                            <div class="blog-floating-elements">
  2371.                                <div class="floating-dot"></div>
  2372.                                <div class="floating-dot"></div>
  2373.                                <div class="floating-dot"></div>
  2374.                            </div>
  2375.                            <span class="blog-category-v3 bg-primary-gradient">
  2376.                                Others
  2377.                            </span>
  2378.                        </div>
  2379.                        <div class="blog-content-v3">
  2380.                            <h3 class="blog-title-v3">
  2381.                                <a href="/near-miss-effect-the-spin-that-almost-won/" >
  2382.                                Near Miss Effect — The Spin That Almost Won
  2383.                                </a>
  2384.                            </h3>
  2385.                            <div class="blog-meta-v3">
  2386.                                
  2387.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cd2efbe9-a556-4c3b-82c1-37969e9b7272_profile.png" alt="Anthony Sparks" style="object-fit: cover;" class="blog-author-img-v3">
  2388.                                
  2389.                                <span>By Anthony Sparks</span>
  2390.                                <span>•</span>
  2391.                                <span>13 May 2026</span>
  2392.                            </div>
  2393.                            
  2394.                            <div class="blog-actions-v3">
  2395.                                <div class="blog-read-time-v3">
  2396.                                    <i class="far fa-clock"></i>
  2397.                                    <!-- <span>5 min read</span> -->
  2398.                                </div>
  2399.                                <a href="/near-miss-effect-the-spin-that-almost-won/"  class="blog-read-more-v3">
  2400.                                    <i class="ti-arrow-right"></i>
  2401.                                </a>
  2402.                            </div>
  2403.                        </div>
  2404.                    </div>
  2405.                    
  2406.                    <div class="blog-card-v3 scroll-reveal span-21">
  2407.                        <div class="blog-image-v3">
  2408.                            
  2409.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2410.                            
  2411.                            <div class="blog-floating-elements">
  2412.                                <div class="floating-dot"></div>
  2413.                                <div class="floating-dot"></div>
  2414.                                <div class="floating-dot"></div>
  2415.                            </div>
  2416.                            <span class="blog-category-v3 bg-primary-gradient">
  2417.                                News
  2418.                            </span>
  2419.                        </div>
  2420.                        <div class="blog-content-v3">
  2421.                            <h3 class="blog-title-v3">
  2422.                                <a href="/beijings-draft-artificial-intelligence-rules-aim-to-provide-minors-safeguards-and-suicide-risk-mitigation/" >
  2423.                                Beijing&#x27;s Draft Artificial Intelligence Rules Aim to Provide Minors Safeguards and Suicide Risk Mitigation.
  2424.                                </a>
  2425.                            </h3>
  2426.                            <div class="blog-meta-v3">
  2427.                                
  2428.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cd2efbe9-a556-4c3b-82c1-37969e9b7272_profile.png" alt="Anthony Sparks" style="object-fit: cover;" class="blog-author-img-v3">
  2429.                                
  2430.                                <span>By Anthony Sparks</span>
  2431.                                <span>•</span>
  2432.                                <span>13 May 2026</span>
  2433.                            </div>
  2434.                            
  2435.                            <div class="blog-actions-v3">
  2436.                                <div class="blog-read-time-v3">
  2437.                                    <i class="far fa-clock"></i>
  2438.                                    <!-- <span>5 min read</span> -->
  2439.                                </div>
  2440.                                <a href="/beijings-draft-artificial-intelligence-rules-aim-to-provide-minors-safeguards-and-suicide-risk-mitigation/"  class="blog-read-more-v3">
  2441.                                    <i class="ti-arrow-right"></i>
  2442.                                </a>
  2443.                            </div>
  2444.                        </div>
  2445.                    </div>
  2446.                    
  2447.                    <div class="blog-card-v3 scroll-reveal span-22">
  2448.                        <div class="blog-image-v3">
  2449.                            
  2450.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2451.                            
  2452.                            <div class="blog-floating-elements">
  2453.                                <div class="floating-dot"></div>
  2454.                                <div class="floating-dot"></div>
  2455.                                <div class="floating-dot"></div>
  2456.                            </div>
  2457.                            <span class="blog-category-v3 bg-primary-gradient">
  2458.                                News
  2459.                            </span>
  2460.                        </div>
  2461.                        <div class="blog-content-v3">
  2462.                            <h3 class="blog-title-v3">
  2463.                                <a href="/gavin-newsom-states-he-is-weighing-a-2028-presidential-run/" >
  2464.                                Gavin Newsom States He Is Weighing a 2028 Presidential Run
  2465.                                </a>
  2466.                            </h3>
  2467.                            <div class="blog-meta-v3">
  2468.                                
  2469.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cd2efbe9-a556-4c3b-82c1-37969e9b7272_profile.png" alt="Anthony Sparks" style="object-fit: cover;" class="blog-author-img-v3">
  2470.                                
  2471.                                <span>By Anthony Sparks</span>
  2472.                                <span>•</span>
  2473.                                <span>13 May 2026</span>
  2474.                            </div>
  2475.                            
  2476.                            <div class="blog-actions-v3">
  2477.                                <div class="blog-read-time-v3">
  2478.                                    <i class="far fa-clock"></i>
  2479.                                    <!-- <span>5 min read</span> -->
  2480.                                </div>
  2481.                                <a href="/gavin-newsom-states-he-is-weighing-a-2028-presidential-run/"  class="blog-read-more-v3">
  2482.                                    <i class="ti-arrow-right"></i>
  2483.                                </a>
  2484.                            </div>
  2485.                        </div>
  2486.                    </div>
  2487.                    
  2488.                    <div class="blog-card-v3 scroll-reveal span-21">
  2489.                        <div class="blog-image-v3">
  2490.                            
  2491.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2492.                            
  2493.                            <div class="blog-floating-elements">
  2494.                                <div class="floating-dot"></div>
  2495.                                <div class="floating-dot"></div>
  2496.                                <div class="floating-dot"></div>
  2497.                            </div>
  2498.                            <span class="blog-category-v3 bg-primary-gradient">
  2499.                                News
  2500.                            </span>
  2501.                        </div>
  2502.                        <div class="blog-content-v3">
  2503.                            <h3 class="blog-title-v3">
  2504.                                <a href="/certain-factions-on-the-political-spectrum-who-offer-only-grievance-labour-is-getting-on-with-the-job-of-economic-rejuvenation/" >
  2505.                                Certain factions on the political spectrum who offer only grievance: Labour is getting on with the job of economic rejuvenation.
  2506.                                </a>
  2507.                            </h3>
  2508.                            <div class="blog-meta-v3">
  2509.                                
  2510.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cd2efbe9-a556-4c3b-82c1-37969e9b7272_profile.png" alt="Anthony Sparks" style="object-fit: cover;" class="blog-author-img-v3">
  2511.                                
  2512.                                <span>By Anthony Sparks</span>
  2513.                                <span>•</span>
  2514.                                <span>13 May 2026</span>
  2515.                            </div>
  2516.                            
  2517.                            <div class="blog-actions-v3">
  2518.                                <div class="blog-read-time-v3">
  2519.                                    <i class="far fa-clock"></i>
  2520.                                    <!-- <span>5 min read</span> -->
  2521.                                </div>
  2522.                                <a href="/certain-factions-on-the-political-spectrum-who-offer-only-grievance-labour-is-getting-on-with-the-job-of-economic-rejuvenation/"  class="blog-read-more-v3">
  2523.                                    <i class="ti-arrow-right"></i>
  2524.                                </a>
  2525.                            </div>
  2526.                        </div>
  2527.                    </div>
  2528.                    
  2529.                    <div class="blog-card-v3 scroll-reveal span-22">
  2530.                        <div class="blog-image-v3">
  2531.                            
  2532.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2533.                            
  2534.                            <div class="blog-floating-elements">
  2535.                                <div class="floating-dot"></div>
  2536.                                <div class="floating-dot"></div>
  2537.                                <div class="floating-dot"></div>
  2538.                            </div>
  2539.                            <span class="blog-category-v3 bg-primary-gradient">
  2540.                                News
  2541.                            </span>
  2542.                        </div>
  2543.                        <div class="blog-content-v3">
  2544.                            <h3 class="blog-title-v3">
  2545.                                <a href="/the-greater-manchester-mayor-would-probably-have-won-gorton-and-denton-byelection-states-labour-deputy-leader/" >
  2546.                                The Greater Manchester Mayor Would &#x27;Probably&#x27; Have Won Gorton and Denton Byelection, States Labour Deputy Leader
  2547.                                </a>
  2548.                            </h3>
  2549.                            <div class="blog-meta-v3">
  2550.                                
  2551.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cd2efbe9-a556-4c3b-82c1-37969e9b7272_profile.png" alt="Anthony Sparks" style="object-fit: cover;" class="blog-author-img-v3">
  2552.                                
  2553.                                <span>By Anthony Sparks</span>
  2554.                                <span>•</span>
  2555.                                <span>13 May 2026</span>
  2556.                            </div>
  2557.                            
  2558.                            <div class="blog-actions-v3">
  2559.                                <div class="blog-read-time-v3">
  2560.                                    <i class="far fa-clock"></i>
  2561.                                    <!-- <span>5 min read</span> -->
  2562.                                </div>
  2563.                                <a href="/the-greater-manchester-mayor-would-probably-have-won-gorton-and-denton-byelection-states-labour-deputy-leader/"  class="blog-read-more-v3">
  2564.                                    <i class="ti-arrow-right"></i>
  2565.                                </a>
  2566.                            </div>
  2567.                        </div>
  2568.                    </div>
  2569.                    
  2570.                    
  2571.  
  2572.                </div>
  2573.            </div>
  2574.            
  2575.               <div class="col col-lg-4 col-12">
  2576.                
  2577.  
  2578.  
  2579.  
  2580.    
  2581.  
  2582.  
  2583. <!-- Blog Sidebar -->
  2584.  
  2585.    <div class="sidebar mb-3">
  2586.        
  2587.        
  2588.        <div class="sidebar-widget mb-4">
  2589.            <div class="widget-title-wrapper mb-3">
  2590.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2591.                    May 2026 Blog Roll
  2592.                    <span class="title-arrow"></span>
  2593.                </h4>
  2594.            </div>
  2595.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2596.                <ul class="list-unstyled scrollable-sidebar">
  2597.                    
  2598.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2599.                        <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 ">
  2600.                            <i class="ti-angle-right me-2 text-primary"></i>
  2601.                            <span class="fw-semibold">non gamstop casino</span>
  2602.                        </a>
  2603.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2604.                    </li>
  2605.                    
  2606.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2607.                        <a href="https://visitfortwilliam.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2608.                            <i class="ti-angle-right me-2 text-primary"></i>
  2609.                            <span class="fw-semibold">best uk non gamstop casinos</span>
  2610.                        </a>
  2611.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2612.                    </li>
  2613.                    
  2614.                </ul>
  2615.            </div>
  2616.        </div>
  2617.        
  2618.        <div class="sidebar-widget mb-4">
  2619.            <div class="widget-title-wrapper mb-3">
  2620.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2621.                    April 2026 Blog Roll
  2622.                    <span class="title-arrow"></span>
  2623.                </h4>
  2624.            </div>
  2625.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2626.                <ul class="list-unstyled scrollable-sidebar">
  2627.                    
  2628.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2629.                        <a href="https://cobdenchambers.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2630.                            <i class="ti-angle-right me-2 text-primary"></i>
  2631.                            <span class="fw-semibold">best eu casino</span>
  2632.                        </a>
  2633.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2634.                    </li>
  2635.                    
  2636.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2637.                        <a href="https://thegoldenfleeceyork.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2638.                            <i class="ti-angle-right me-2 text-primary"></i>
  2639.                            <span class="fw-semibold">best online casino</span>
  2640.                        </a>
  2641.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2642.                    </li>
  2643.                    
  2644.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2645.                        <a href="https://www.oceanacidification.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2646.                            <i class="ti-angle-right me-2 text-primary"></i>
  2647.                            <span class="fw-semibold">non gamstop casinos</span>
  2648.                        </a>
  2649.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2650.                    </li>
  2651.                    
  2652.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2653.                        <a href="https://www.makemegenius.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2654.                            <i class="ti-angle-right me-2 text-primary"></i>
  2655.                            <span class="fw-semibold">non gamstop casinos</span>
  2656.                        </a>
  2657.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2658.                    </li>
  2659.                    
  2660.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2661.                        <a href="https://www.stmonicas.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2662.                            <i class="ti-angle-right me-2 text-primary"></i>
  2663.                            <span class="fw-semibold">non GamStop casinos</span>
  2664.                        </a>
  2665.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2666.                    </li>
  2667.                    
  2668.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2669.                        <a href="https://heyimhome.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2670.                            <i class="ti-angle-right me-2 text-primary"></i>
  2671.                            <span class="fw-semibold">online casino sites</span>
  2672.                        </a>
  2673.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2674.                    </li>
  2675.                    
  2676.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2677.                        <a href="https://israelpremiertech.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2678.                            <i class="ti-angle-right me-2 text-primary"></i>
  2679.                            <span class="fw-semibold">non GamStop casinos</span>
  2680.                        </a>
  2681.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2682.                    </li>
  2683.                    
  2684.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2685.                        <a href="https://www.stokestaffslep.org.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2686.                            <i class="ti-angle-right me-2 text-primary"></i>
  2687.                            <span class="fw-semibold">non uk casino site</span>
  2688.                        </a>
  2689.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2690.                    </li>
  2691.                    
  2692.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2693.                        <a href="https://www.londonart.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2694.                            <i class="ti-angle-right me-2 text-primary"></i>
  2695.                            <span class="fw-semibold">top escorts</span>
  2696.                        </a>
  2697.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2698.                    </li>
  2699.                    
  2700.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2701.                        <a href="https://www.edinburghfoody.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2702.                            <i class="ti-angle-right me-2 text-primary"></i>
  2703.                            <span class="fw-semibold">slot sites not on GamStop</span>
  2704.                        </a>
  2705.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2706.                    </li>
  2707.                    
  2708.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2709.                        <a href="https://www.executive-shaving.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2710.                            <i class="ti-angle-right me-2 text-primary"></i>
  2711.                            <span class="fw-semibold">non GamStop casinos</span>
  2712.                        </a>
  2713.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2714.                    </li>
  2715.                    
  2716.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2717.                        <a href="https://www.homeworkworkspace.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2718.                            <i class="ti-angle-right me-2 text-primary"></i>
  2719.                            <span class="fw-semibold">best online casinos</span>
  2720.                        </a>
  2721.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2722.                    </li>
  2723.                    
  2724.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2725.                        <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2726.                            <i class="ti-angle-right me-2 text-primary"></i>
  2727.                            <span class="fw-semibold">non GamStop casino</span>
  2728.                        </a>
  2729.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2730.                    </li>
  2731.                    
  2732.                </ul>
  2733.            </div>
  2734.        </div>
  2735.        
  2736.        <div class="sidebar-widget mb-4">
  2737.            <div class="widget-title-wrapper mb-3">
  2738.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2739.                    March 2026 Blog Roll
  2740.                    <span class="title-arrow"></span>
  2741.                </h4>
  2742.            </div>
  2743.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2744.                <ul class="list-unstyled scrollable-sidebar">
  2745.                    
  2746.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2747.                        <a href="https://www.gullwingbridge.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2748.                            <i class="ti-angle-right me-2 text-primary"></i>
  2749.                            <span class="fw-semibold">non GamStop casinos</span>
  2750.                        </a>
  2751.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2752.                    </li>
  2753.                    
  2754.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2755.                        <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2756.                            <i class="ti-angle-right me-2 text-primary"></i>
  2757.                            <span class="fw-semibold">non GamStop casinos</span>
  2758.                        </a>
  2759.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2760.                    </li>
  2761.                    
  2762.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2763.                        <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2764.                            <i class="ti-angle-right me-2 text-primary"></i>
  2765.                            <span class="fw-semibold">non GamStop casino</span>
  2766.                        </a>
  2767.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2768.                    </li>
  2769.                    
  2770.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2771.                        <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2772.                            <i class="ti-angle-right me-2 text-primary"></i>
  2773.                            <span class="fw-semibold">UK casinos not on GamStop</span>
  2774.                        </a>
  2775.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2776.                    </li>
  2777.                    
  2778.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2779.                        <a href="https://www.cranleyclinic.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2780.                            <i class="ti-angle-right me-2 text-primary"></i>
  2781.                            <span class="fw-semibold">sites not on GamStop</span>
  2782.                        </a>
  2783.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2784.                    </li>
  2785.                    
  2786.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2787.                        <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2788.                            <i class="ti-angle-right me-2 text-primary"></i>
  2789.                            <span class="fw-semibold">non GamStop casinos</span>
  2790.                        </a>
  2791.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2792.                    </li>
  2793.                    
  2794.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2795.                        <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2796.                            <i class="ti-angle-right me-2 text-primary"></i>
  2797.                            <span class="fw-semibold">non GamStop casino</span>
  2798.                        </a>
  2799.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2800.                    </li>
  2801.                    
  2802.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2803.                        <a href="https://hmdbookclub.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2804.                            <i class="ti-angle-right me-2 text-primary"></i>
  2805.                            <span class="fw-semibold">UK casinos not on GamStop</span>
  2806.                        </a>
  2807.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2808.                    </li>
  2809.                    
  2810.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2811.                        <a href="https://www.stamina.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2812.                            <i class="ti-angle-right me-2 text-primary"></i>
  2813.                            <span class="fw-semibold">Casino Not on GAMSTOP</span>
  2814.                        </a>
  2815.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2816.                    </li>
  2817.                    
  2818.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2819.                        <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2820.                            <i class="ti-angle-right me-2 text-primary"></i>
  2821.                            <span class="fw-semibold">uk casino not on gamstop</span>
  2822.                        </a>
  2823.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2824.                    </li>
  2825.                    
  2826.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2827.                        <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2828.                            <i class="ti-angle-right me-2 text-primary"></i>
  2829.                            <span class="fw-semibold">Non UK Casinos</span>
  2830.                        </a>
  2831.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2832.                    </li>
  2833.                    
  2834.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2835.                        <a href="https://www.cheese-rolling.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2836.                            <i class="ti-angle-right me-2 text-primary"></i>
  2837.                            <span class="fw-semibold">non gamstop casino uk</span>
  2838.                        </a>
  2839.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2840.                    </li>
  2841.                    
  2842.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2843.                        <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2844.                            <i class="ti-angle-right me-2 text-primary"></i>
  2845.                            <span class="fw-semibold">best non UK online casino</span>
  2846.                        </a>
  2847.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2848.                    </li>
  2849.                    
  2850.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2851.                        <a href="https://www.ktponline.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2852.                            <i class="ti-angle-right me-2 text-primary"></i>
  2853.                            <span class="fw-semibold">UK casinos not on GamStop</span>
  2854.                        </a>
  2855.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2856.                    </li>
  2857.                    
  2858.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2859.                        <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2860.                            <i class="ti-angle-right me-2 text-primary"></i>
  2861.                            <span class="fw-semibold">casino not on GAMSTOP</span>
  2862.                        </a>
  2863.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2864.                    </li>
  2865.                    
  2866.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2867.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2868.                            <i class="ti-angle-right me-2 text-primary"></i>
  2869.                            <span class="fw-semibold">online casino</span>
  2870.                        </a>
  2871.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2872.                    </li>
  2873.                    
  2874.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2875.                        <a href="https://www.livingcoasts.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2876.                            <i class="ti-angle-right me-2 text-primary"></i>
  2877.                            <span class="fw-semibold">online casinos</span>
  2878.                        </a>
  2879.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2880.                    </li>
  2881.                    
  2882.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2883.                        <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2884.                            <i class="ti-angle-right me-2 text-primary"></i>
  2885.                            <span class="fw-semibold">casino not on gamstop</span>
  2886.                        </a>
  2887.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2888.                    </li>
  2889.                    
  2890.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2891.                        <a href="https://www.plukdenhaag.nl/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2892.                            <i class="ti-angle-right me-2 text-primary"></i>
  2893.                            <span class="fw-semibold">beste online casino buitenland</span>
  2894.                        </a>
  2895.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2896.                    </li>
  2897.                    
  2898.                </ul>
  2899.            </div>
  2900.        </div>
  2901.        
  2902.        <div class="sidebar-widget mb-4">
  2903.            <div class="widget-title-wrapper mb-3">
  2904.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2905.                    February 2026 Blog Roll
  2906.                    <span class="title-arrow"></span>
  2907.                </h4>
  2908.            </div>
  2909.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2910.                <ul class="list-unstyled scrollable-sidebar">
  2911.                    
  2912.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2913.                        <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2914.                            <i class="ti-angle-right me-2 text-primary"></i>
  2915.                            <span class="fw-semibold">betting apps not on gamstop</span>
  2916.                        </a>
  2917.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2918.                    </li>
  2919.                    
  2920.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2921.                        <a href="https://financialservicescultureboard.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2922.                            <i class="ti-angle-right me-2 text-primary"></i>
  2923.                            <span class="fw-semibold">online bookmakers not on gamstop</span>
  2924.                        </a>
  2925.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2926.                    </li>
  2927.                    
  2928.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2929.                        <a href="https://thompsonalexander.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2930.                            <i class="ti-angle-right me-2 text-primary"></i>
  2931.                            <span class="fw-semibold">slots not on GamStop</span>
  2932.                        </a>
  2933.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2934.                    </li>
  2935.                    
  2936.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2937.                        <a href="https://santanderjobs.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2938.                            <i class="ti-angle-right me-2 text-primary"></i>
  2939.                            <span class="fw-semibold">best betting sites</span>
  2940.                        </a>
  2941.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2942.                    </li>
  2943.                    
  2944.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2945.                        <a href="https://www.outset.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2946.                            <i class="ti-angle-right me-2 text-primary"></i>
  2947.                            <span class="fw-semibold">new betting sites uk</span>
  2948.                        </a>
  2949.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2950.                    </li>
  2951.                    
  2952.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2953.                        <a href="https://pauljacques.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2954.                            <i class="ti-angle-right me-2 text-primary"></i>
  2955.                            <span class="fw-semibold">casinos not on gamstop</span>
  2956.                        </a>
  2957.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2958.                    </li>
  2959.                    
  2960.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2961.                        <a href="https://indyonline.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2962.                            <i class="ti-angle-right me-2 text-primary"></i>
  2963.                            <span class="fw-semibold">UK casino sites not on GamStop</span>
  2964.                        </a>
  2965.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2966.                    </li>
  2967.                    
  2968.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2969.                        <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2970.                            <i class="ti-angle-right me-2 text-primary"></i>
  2971.                            <span class="fw-semibold">casinos not on GAMSTOP</span>
  2972.                        </a>
  2973.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2974.                    </li>
  2975.                    
  2976.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2977.                        <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2978.                            <i class="ti-angle-right me-2 text-primary"></i>
  2979.                            <span class="fw-semibold">Casinos Not on GamStop</span>
  2980.                        </a>
  2981.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2982.                    </li>
  2983.                    
  2984.                </ul>
  2985.            </div>
  2986.        </div>
  2987.        
  2988.  
  2989.        <!-- Recent Posts Section -->
  2990.        <div class="sidebar-widget mb-3">
  2991.            <div class="widget-title-wrapper mb-3">
  2992.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2993.                    Recent Posts
  2994.                    <span class="title-arrow"></span>
  2995.                </h4>
  2996.            </div>
  2997.            <div class="widget-content border border-light shadow-sm rounded p-4">
  2998.                <div class="recent-post-list">
  2999.                    
  3000.                    
  3001.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3002.                        <div class="post-image me-3 flex-shrink-0">
  3003.                            
  3004.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3005.                            
  3006.                        </div>
  3007.                        <div class="post-content flex-grow-1">
  3008.                            <h6 class="post-title mb-1">
  3009.                                 <a href="/toronto-blue-jays-claim-world-series-showdown-with-defending-champion-dodgers/" class="text-decoration-none top-color fw-semibold">
  3010.                                    Toronto Blue Jays Claim World Series Showdown With defending champion Dodgers
  3011.                                </a>
  3012.                            </h6>
  3013.                            <div class="post-meta">
  3014.                                <small class="text-muted">
  3015.                                    <i class="ti-calendar me-1"></i>13 May 2026
  3016.                                </small>
  3017.                                <!-- <small class="text-muted ms-2">
  3018.                                    <i class="ti-eye me-1"></i>234 views
  3019.                                </small> -->
  3020.                            </div>
  3021.                        </div>
  3022.                    </div>
  3023.                    
  3024.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3025.                        <div class="post-image me-3 flex-shrink-0">
  3026.                            
  3027.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3028.                            
  3029.                        </div>
  3030.                        <div class="post-content flex-grow-1">
  3031.                            <h6 class="post-title mb-1">
  3032.                                 <a href="/the-visitors-include-the-off-spinner-in-team-for-the-ashes-series-first-test/" class="text-decoration-none top-color fw-semibold">
  3033.                                    The visitors Include the off-spinner in Team for The Ashes series First Test
  3034.                                </a>
  3035.                            </h6>
  3036.                            <div class="post-meta">
  3037.                                <small class="text-muted">
  3038.                                    <i class="ti-calendar me-1"></i>13 May 2026
  3039.                                </small>
  3040.                                <!-- <small class="text-muted ms-2">
  3041.                                    <i class="ti-eye me-1"></i>234 views
  3042.                                </small> -->
  3043.                            </div>
  3044.                        </div>
  3045.                    </div>
  3046.                    
  3047.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3048.                        <div class="post-image me-3 flex-shrink-0">
  3049.                            
  3050.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3051.                            
  3052.                        </div>
  3053.                        <div class="post-content flex-grow-1">
  3054.                            <h6 class="post-title mb-1">
  3055.                                 <a href="/olympian-and-other-eritreans-freed-after-18-years-without-trial-family-members-report/" class="text-decoration-none top-color fw-semibold">
  3056.                                    Olympian and Other Eritreans Freed After 18 Years Without Trial, Family Members Report
  3057.                                </a>
  3058.                            </h6>
  3059.                            <div class="post-meta">
  3060.                                <small class="text-muted">
  3061.                                    <i class="ti-calendar me-1"></i>13 May 2026
  3062.                                </small>
  3063.                                <!-- <small class="text-muted ms-2">
  3064.                                    <i class="ti-eye me-1"></i>234 views
  3065.                                </small> -->
  3066.                            </div>
  3067.                        </div>
  3068.                    </div>
  3069.                    
  3070.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3071.                        <div class="post-image me-3 flex-shrink-0">
  3072.                            
  3073.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3074.                            
  3075.                        </div>
  3076.                        <div class="post-content flex-grow-1">
  3077.                            <h6 class="post-title mb-1">
  3078.                                 <a href="/the-kpop-demon-hunters-series-floats-to-make-a-grand-appearance-at-the-iconic-thanksgiving-parade/" class="text-decoration-none top-color fw-semibold">
  3079.                                    The KPop Demon Hunters Series Floats to Make a Grand Appearance at the Iconic Thanksgiving Parade
  3080.                                </a>
  3081.                            </h6>
  3082.                            <div class="post-meta">
  3083.                                <small class="text-muted">
  3084.                                    <i class="ti-calendar me-1"></i>12 May 2026
  3085.                                </small>
  3086.                                <!-- <small class="text-muted ms-2">
  3087.                                    <i class="ti-eye me-1"></i>234 views
  3088.                                </small> -->
  3089.                            </div>
  3090.                        </div>
  3091.                    </div>
  3092.                    
  3093.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3094.                        <div class="post-image me-3 flex-shrink-0">
  3095.                            
  3096.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3097.                            
  3098.                        </div>
  3099.                        <div class="post-content flex-grow-1">
  3100.                            <h6 class="post-title mb-1">
  3101.                                 <a href="/disturbing-discovery-bodies-of-vanished-mother-and-child-found-in-freezing-units-in-austria/" class="text-decoration-none top-color fw-semibold">
  3102.                                    Disturbing Discovery: Bodies of Vanished Mother and Child Found in Freezing Units in Austria
  3103.                                </a>
  3104.                            </h6>
  3105.                            <div class="post-meta">
  3106.                                <small class="text-muted">
  3107.                                    <i class="ti-calendar me-1"></i>12 May 2026
  3108.                                </small>
  3109.                                <!-- <small class="text-muted ms-2">
  3110.                                    <i class="ti-eye me-1"></i>234 views
  3111.                                </small> -->
  3112.                            </div>
  3113.                        </div>
  3114.                    </div>
  3115.                    
  3116.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3117.                        <div class="post-image me-3 flex-shrink-0">
  3118.                            
  3119.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3120.                            
  3121.                        </div>
  3122.                        <div class="post-content flex-grow-1">
  3123.                            <h6 class="post-title mb-1">
  3124.                                 <a href="/spotify-year-end-recap-release-timeline-plus-your-burning-questions-answered/" class="text-decoration-none top-color fw-semibold">
  3125.                                    Spotify Year-End Recap: Release Timeline plus Your Burning Questions Answered
  3126.                                </a>
  3127.                            </h6>
  3128.                            <div class="post-meta">
  3129.                                <small class="text-muted">
  3130.                                    <i class="ti-calendar me-1"></i>12 May 2026
  3131.                                </small>
  3132.                                <!-- <small class="text-muted ms-2">
  3133.                                    <i class="ti-eye me-1"></i>234 views
  3134.                                </small> -->
  3135.                            </div>
  3136.                        </div>
  3137.                    </div>
  3138.                    
  3139.  
  3140.                </div>
  3141.            </div>
  3142.        </div>
  3143.  
  3144.    </div>
  3145.  
  3146.  
  3147. <!-- Sidebar Styles -->
  3148. <style>
  3149.    .sidebar-widget {
  3150.        position: relative;
  3151.    }
  3152.    
  3153.    .widget-title {
  3154.        font-size: 1.1rem;
  3155.        font-weight: 700;
  3156.        display: inline-block;
  3157.        position: relative;
  3158.        z-index: 2;
  3159.        border-radius: 0;
  3160.    }
  3161.    
  3162.    .title-arrow::after {
  3163.        content: '';
  3164.        position: absolute;
  3165.        top: 0;
  3166.        right: -20px;
  3167.        width: 0;
  3168.        height: 0;
  3169.        border-left: 20px solid var(--bs-primary);
  3170.        border-top: 20px solid transparent;
  3171.        border-bottom: 20px solid transparent;
  3172.        z-index: 1;
  3173.    }
  3174.    
  3175.    .widget-content {
  3176.        margin-top: -1px;
  3177.        position: relative;
  3178.        z-index: 1;
  3179.         background-color: var(--card-bg);
  3180.    }
  3181.    
  3182.    .recent-post-item:hover .post-title1 a {
  3183.        color: #dc3545 !important;
  3184.        transition: color 0.3s ease;
  3185.    }
  3186.    
  3187.    .recent-post-item .post-image img {
  3188.        transition: transform 0.3s ease;
  3189.    }
  3190.    
  3191.    .recent-post-item:hover .post-image img {
  3192.        transform: scale(1.05);
  3193.    }
  3194.    
  3195.    .btn:hover {
  3196.        transform: translateY(-1px);
  3197.        transition: all 0.3s ease;
  3198.        box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  3199.    }
  3200.    
  3201.    @media (max-width: 991px) {
  3202.        .sidebar {
  3203.            margin-top: 3rem;
  3204.        }
  3205.    }
  3206.    
  3207.    @media (max-width: 576px) {
  3208.        .widget-title {
  3209.            font-size: 1rem;
  3210.            padding: 0.75rem 1rem !important;
  3211.        }
  3212.        
  3213.        .title-arrow::after {
  3214.            right: -15px;
  3215.            border-left: 15px solid var(--bs-primary);
  3216.            border-top: 15px solid transparent;
  3217.            border-bottom: 15px solid transparent;
  3218.        }
  3219.        
  3220.        .post-image {
  3221.            display: none !important;
  3222.        }
  3223.    }
  3224. </style>
  3225.    
  3226.            </div>
  3227.        </div>
  3228.    </div>
  3229. </section>
  3230.  
  3231. <script>
  3232. // Enhanced Intersection Observer with staggered animations
  3233. document.addEventListener('DOMContentLoaded', function() {
  3234.    const observerOptions = {
  3235.        threshold: 0.1,
  3236.        rootMargin: '0px 0px -100px 0px'
  3237.    };
  3238.  
  3239.    const observer = new IntersectionObserver(function(entries) {
  3240.        entries.forEach(entry => {
  3241.            if (entry.isIntersecting) {
  3242.                setTimeout(() => {
  3243.                    entry.target.classList.add('revealed');
  3244.                }, 100);
  3245.            }
  3246.        });
  3247.    }, observerOptions);
  3248.  
  3249.    // Observe all scroll-reveal elements
  3250.    document.querySelectorAll('.scroll-reveal').forEach(el => {
  3251.        observer.observe(el);
  3252.    });
  3253.  
  3254.    // Add parallax effect to floating dots
  3255.    document.addEventListener('mousemove', function(e) {
  3256.        const cards = document.querySelectorAll('.blog-card-v3');
  3257.        cards.forEach(card => {
  3258.            const rect = card.getBoundingClientRect();
  3259.            const x = (e.clientX - rect.left) / rect.width;
  3260.            const y = (e.clientY - rect.top) / rect.height;
  3261.            
  3262.            const dots = card.querySelectorAll('.floating-dot');
  3263.            dots.forEach((dot, index) => {
  3264.                const moveX = (x - 0.5) * (10 + index * 5);
  3265.                const moveY = (y - 0.5) * (10 + index * 5);
  3266.                dot.style.transform = `translate(${moveX}px, ${moveY}px)`;
  3267.            });
  3268.        });
  3269.    });
  3270. });
  3271. </script>
  3272.  
  3273.    
  3274.        
  3275.        <!-- end wpo-blog-highlights-section -->
  3276.        <!-- start wpo-blog-sponsored-section -->
  3277.        
  3278.  
  3279.  
  3280.  
  3281.    
  3282.  
  3283.  
  3284.  
  3285. <style>
  3286.    .sponsored-section-v2 {
  3287.        padding: 0 0 60px;
  3288.    }
  3289.    
  3290.    .sponsored-card-v2 {
  3291.        background: var(--body-bg);
  3292.        border-radius: 12px;
  3293.        overflow: hidden;
  3294.        transition: all 0.3s ease;
  3295.        border: none;
  3296.        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  3297.        height: 100%;
  3298.    }
  3299.    
  3300.    .sponsored-card-v2:hover {
  3301.        transform: translateY(-4px);
  3302.        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  3303.    }
  3304.    
  3305.    .sponsored-image-v2 {
  3306.        position: relative;
  3307.        overflow: hidden;
  3308.        height: 180px;
  3309.    }
  3310.    
  3311.    .sponsored-image-v2 img {
  3312.        width: 100%;
  3313.        height: 100%;
  3314.        object-fit: cover;
  3315.        transition: transform 0.3s ease;
  3316.    }
  3317.    
  3318.    .sponsored-card-v2:hover .sponsored-image-v2 img {
  3319.        transform: scale(1.05);
  3320.    }
  3321.    
  3322.    .sponsored-badge-v2 {
  3323.        position: absolute;
  3324.        top: 12px;
  3325.        left: 12px;
  3326.        padding: 6px 12px;
  3327.        border-radius: 15px;
  3328.        font-size: 10px;
  3329.        font-weight: 600;
  3330.        text-transform: uppercase;
  3331.        letter-spacing: 0.5px;
  3332.        color: white;
  3333.    }
  3334.    
  3335.    .sponsored-content-v2 {
  3336.        padding: 20px;
  3337.    }
  3338.    
  3339.    .sponsored-title-v2 {
  3340.        font-size: 16px;
  3341.        font-weight: 600;
  3342.        line-height: 1.4;
  3343.        margin-bottom: 15px;
  3344.        min-height: 44px;
  3345.    }
  3346.    
  3347.    .sponsored-title-v2 a {
  3348.        text-decoration: none;
  3349.        transition: color 0.3s ease;
  3350.    }
  3351.    
  3352.    .sponsored-meta-v2 {
  3353.        display: flex;
  3354.        align-items: center;
  3355.        gap: 10px;
  3356.        font-size: 12px;
  3357.    }
  3358.    
  3359.    .sponsored-author-img-v2 {
  3360.        width: 28px;
  3361.        height: 28px;
  3362.        border-radius: 50%;
  3363.        object-fit: cover;
  3364.    }
  3365.    
  3366.    .section-title-sponsored-v2 {
  3367.        font-size: 2.5rem;
  3368.        font-weight: 700;
  3369.        text-align: center;
  3370.        margin-bottom: 20px;
  3371.        text-transform: capitalize;
  3372.    }
  3373.  
  3374.    @media (max-width: 768px) {
  3375.        .sponsored-section-v2 {
  3376.            padding: 0px 0 40px;
  3377.        }
  3378.        .section-title-sponsored-v2 {
  3379.            font-size: 2rem;
  3380.        }
  3381.        .sponsored-content-v2 {
  3382.            padding: 16px;
  3383.        }
  3384.    }
  3385. </style>
  3386.  
  3387. <section class="sponsored-section-v2">
  3388.    <div class="container-fluid fluid-container">
  3389.        <div class="row">
  3390.            <div class="col-12">
  3391.                <h2 class="section-title-sponsored-v2 top-color">Sponsored News</h2>
  3392.                <div class="section-title-sponsored-v2::after top-bg"></div>
  3393.            </div>
  3394.        </div>
  3395.        
  3396.        <div class="row g-4">
  3397.            
  3398.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3399.                <div class="card sponsored-card-v2">
  3400.                    <div class="sponsored-image-v2">
  3401.                        
  3402.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3403.                        
  3404.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3405.                    </div>
  3406.                    <div class="sponsored-content-v2">
  3407.                        <h3 class="sponsored-title-v2">
  3408.                            <a href="/toronto-blue-jays-claim-world-series-showdown-with-defending-champion-dodgers/" class="top-color">
  3409.                            Toronto Blue Jays Claim World Series Showdown With defending champion Dodgers
  3410.                            </a>
  3411.                        </h3>
  3412.                        <div class="sponsored-meta-v2">
  3413.                            
  3414.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cd2efbe9-a556-4c3b-82c1-37969e9b7272_profile.png" alt="Anthony Sparks" style="object-fit: cover;" class="sponsored-author-img-v2">
  3415.                            
  3416.                            <span class="top-color">By Anthony Sparks</span>
  3417.                            <span class="top-color">•</span>
  3418.                            <span class="top-color">13 May 2026</span>
  3419.                        </div>
  3420.                    </div>
  3421.                </div>
  3422.            </div>
  3423.            
  3424.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3425.                <div class="card sponsored-card-v2">
  3426.                    <div class="sponsored-image-v2">
  3427.                        
  3428.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3429.                        
  3430.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3431.                    </div>
  3432.                    <div class="sponsored-content-v2">
  3433.                        <h3 class="sponsored-title-v2">
  3434.                            <a href="/the-visitors-include-the-off-spinner-in-team-for-the-ashes-series-first-test/" class="top-color">
  3435.                            The visitors Include the off-spinner in Team for The Ashes series First Test
  3436.                            </a>
  3437.                        </h3>
  3438.                        <div class="sponsored-meta-v2">
  3439.                            
  3440.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cd2efbe9-a556-4c3b-82c1-37969e9b7272_profile.png" alt="Anthony Sparks" style="object-fit: cover;" class="sponsored-author-img-v2">
  3441.                            
  3442.                            <span class="top-color">By Anthony Sparks</span>
  3443.                            <span class="top-color">•</span>
  3444.                            <span class="top-color">13 May 2026</span>
  3445.                        </div>
  3446.                    </div>
  3447.                </div>
  3448.            </div>
  3449.            
  3450.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3451.                <div class="card sponsored-card-v2">
  3452.                    <div class="sponsored-image-v2">
  3453.                        
  3454.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3455.                        
  3456.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3457.                    </div>
  3458.                    <div class="sponsored-content-v2">
  3459.                        <h3 class="sponsored-title-v2">
  3460.                            <a href="/olympian-and-other-eritreans-freed-after-18-years-without-trial-family-members-report/" class="top-color">
  3461.                            Olympian and Other Eritreans Freed After 18 Years Without Trial, Family Members Report
  3462.                            </a>
  3463.                        </h3>
  3464.                        <div class="sponsored-meta-v2">
  3465.                            
  3466.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cd2efbe9-a556-4c3b-82c1-37969e9b7272_profile.png" alt="Anthony Sparks" style="object-fit: cover;" class="sponsored-author-img-v2">
  3467.                            
  3468.                            <span class="top-color">By Anthony Sparks</span>
  3469.                            <span class="top-color">•</span>
  3470.                            <span class="top-color">13 May 2026</span>
  3471.                        </div>
  3472.                    </div>
  3473.                </div>
  3474.            </div>
  3475.            
  3476.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3477.                <div class="card sponsored-card-v2">
  3478.                    <div class="sponsored-image-v2">
  3479.                        
  3480.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3481.                        
  3482.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3483.                    </div>
  3484.                    <div class="sponsored-content-v2">
  3485.                        <h3 class="sponsored-title-v2">
  3486.                            <a href="/the-kpop-demon-hunters-series-floats-to-make-a-grand-appearance-at-the-iconic-thanksgiving-parade/" class="top-color">
  3487.                            The KPop Demon Hunters Series Floats to Make a Grand Appearance at the Iconic Thanksgiving Parade
  3488.                            </a>
  3489.                        </h3>
  3490.                        <div class="sponsored-meta-v2">
  3491.                            
  3492.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cd2efbe9-a556-4c3b-82c1-37969e9b7272_profile.png" alt="Anthony Sparks" style="object-fit: cover;" class="sponsored-author-img-v2">
  3493.                            
  3494.                            <span class="top-color">By Anthony Sparks</span>
  3495.                            <span class="top-color">•</span>
  3496.                            <span class="top-color">12 May 2026</span>
  3497.                        </div>
  3498.                    </div>
  3499.                </div>
  3500.            </div>
  3501.            
  3502.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3503.                <div class="card sponsored-card-v2">
  3504.                    <div class="sponsored-image-v2">
  3505.                        
  3506.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3507.                        
  3508.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3509.                    </div>
  3510.                    <div class="sponsored-content-v2">
  3511.                        <h3 class="sponsored-title-v2">
  3512.                            <a href="/disturbing-discovery-bodies-of-vanished-mother-and-child-found-in-freezing-units-in-austria/" class="top-color">
  3513.                            Disturbing Discovery: Bodies of Vanished Mother and Child Found in Freezing Units in Austria
  3514.                            </a>
  3515.                        </h3>
  3516.                        <div class="sponsored-meta-v2">
  3517.                            
  3518.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cd2efbe9-a556-4c3b-82c1-37969e9b7272_profile.png" alt="Anthony Sparks" style="object-fit: cover;" class="sponsored-author-img-v2">
  3519.                            
  3520.                            <span class="top-color">By Anthony Sparks</span>
  3521.                            <span class="top-color">•</span>
  3522.                            <span class="top-color">12 May 2026</span>
  3523.                        </div>
  3524.                    </div>
  3525.                </div>
  3526.            </div>
  3527.            
  3528.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3529.                <div class="card sponsored-card-v2">
  3530.                    <div class="sponsored-image-v2">
  3531.                        
  3532.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3533.                        
  3534.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3535.                    </div>
  3536.                    <div class="sponsored-content-v2">
  3537.                        <h3 class="sponsored-title-v2">
  3538.                            <a href="/spotify-year-end-recap-release-timeline-plus-your-burning-questions-answered/" class="top-color">
  3539.                            Spotify Year-End Recap: Release Timeline plus Your Burning Questions Answered
  3540.                            </a>
  3541.                        </h3>
  3542.                        <div class="sponsored-meta-v2">
  3543.                            
  3544.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cd2efbe9-a556-4c3b-82c1-37969e9b7272_profile.png" alt="Anthony Sparks" style="object-fit: cover;" class="sponsored-author-img-v2">
  3545.                            
  3546.                            <span class="top-color">By Anthony Sparks</span>
  3547.                            <span class="top-color">•</span>
  3548.                            <span class="top-color">12 May 2026</span>
  3549.                        </div>
  3550.                    </div>
  3551.                </div>
  3552.            </div>
  3553.            
  3554.        </div>
  3555.    </div>
  3556. </section>
  3557.  
  3558.  
  3559.    
  3560.        <!-- end wpo-blog-sponsored-section -->
  3561.        <!-- start wpo-subscribe-section -->
  3562.        
  3563.        <!-- end subscribe-section -->
  3564.        <!-- start of wpo-site-footer-section -->
  3565.        
  3566.  
  3567.  
  3568.  
  3569.  
  3570.  
  3571. <footer class="wpo-site-footer-v3">
  3572.  <!-- Top Section - Logo -->
  3573.  <div class="footer-top-section py-4 border-bottom">
  3574.    <div class="container-fluid fluid-container">
  3575.      <div class="row justify-content-center">
  3576.        <div class="col-12 text-center">
  3577.          <div class="brand-logo">
  3578.            
  3579.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/66dd90c9-ff3f-42af-a87d-31427eb7bd58_logo.png" alt="Trend Today UK" class="footer-logo" />
  3580.            
  3581.            <p class="brand-tagline mt-2">Explore the latest trends in lifestyle, technology, and culture across the UK. Get daily updates, expert opinions, and in-depth analysis on what&#x27;s trending now.</p>
  3582.          </div>
  3583.        </div>
  3584.      </div>
  3585.    </div>
  3586.  </div>
  3587.  
  3588.  <!-- Main Content -->
  3589.  <div class="footer-main-content pt-4">
  3590.    <div class="container-fluid fluid-container">
  3591.      <div class="row justify-content-center">
  3592.        <!-- Single Column: Quick Links -->
  3593.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  3594.          <div class="footer-column">
  3595.            <h5 class="column-title">Quick Links</h5>
  3596.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3597.              
  3598.                <li>
  3599.                  <a class="menu-link" href="/james-cameron-sets-the-record-straight-avatar-movies-are-not-made-by-computers/">James Cameron Sets the Record Straight: ‘Avatar Movies Are Not Made By Computers’</a>
  3600.                </li>
  3601.              
  3602.                <li>
  3603.                  <a class="menu-link" href="/restrained-alone-and-frightened-the-bleak-reality-for-women-forced-to-have-their-babies-in-detention/">Restrained, Alone and Frightened: The Bleak Reality for Women Forced to Have Their Babies in Detention.</a>
  3604.                </li>
  3605.              
  3606.                <li>
  3607.                  <a class="menu-link" href="/a-tale-of-surprising-kindness-when-a-student-allowed-me-to-sleep-on-her-dormitory-ground/">A Tale of Surprising Kindness: When a Student Allowed Me to Sleep on Her Dormitory Ground</a>
  3608.                </li>
  3609.              
  3610.                <li>
  3611.                  <a class="menu-link" href="/within-the-devastated-remains-of-an-apartment-block-i-found-a-volume-id-rendered/">Within the Devastated Remains of an Apartment Block, I Found a Volume I’d Rendered</a>
  3612.                </li>
  3613.              
  3614.                <li>
  3615.                  <a class="menu-link" href="/3-game-pass-games-were-playing-over-the-weekend-october-10-12/">3 Game Pass Games We&#x27;re Playing Over the Weekend (October 10-12)</a>
  3616.                </li>
  3617.              
  3618.                <li>
  3619.                  <a class="menu-link" href="/everyday-reality-for-one-hundred-twenty-thousand-displaced-people-in-the-vast-mbera-camp-on-the-mali-frontier/">Everyday Reality for one hundred twenty thousand Displaced People in the Vast Mbera Camp on the Mali Frontier.</a>
  3620.                </li>
  3621.              
  3622.            </ul>
  3623.          </div>
  3624.        </div>
  3625.  
  3626.        <!-- Single Column: Top Categories -->
  3627.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  3628.          <div class="footer-column">
  3629.            <h5 class="column-title">Top Categories</h5>
  3630.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3631.              
  3632.                <li>
  3633.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3634.                </li>
  3635.              
  3636.                <li>
  3637.                  <a class="menu-link" href="/category/business/">Business</a>
  3638.                </li>
  3639.              
  3640.                <li>
  3641.                  <a class="menu-link" href="/category/esports/">Esports</a>
  3642.                </li>
  3643.              
  3644.                <li>
  3645.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  3646.                </li>
  3647.              
  3648.                <li>
  3649.                  <a class="menu-link" href="/category/featured/">Featured</a>
  3650.                </li>
  3651.              
  3652.            </ul>
  3653.          </div>
  3654.        </div>
  3655.  
  3656.        <!-- Single Column: Blog Rolls -->
  3657.      <div class="col-12 text-center border-bottom pb-4">
  3658.          <div class="footer-column">
  3659.            <h5 class="column-title">Blog Rolls</h5>
  3660.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3" id="blogRollLinks">
  3661.              
  3662.              
  3663.  
  3664.              
  3665.              
  3666.                
  3667.              
  3668.            </ul>
  3669.          </div>
  3670.        </div>
  3671.      </div>
  3672.    </div>
  3673.  </div>
  3674.  
  3675.  <!-- Footer Bottom -->
  3676.  <div class="footer-bottom py-3">
  3677.    <div class="container-fluid fluid-container">
  3678.      <div class="row justify-content-center">
  3679.        <div class="col-12 text-center">
  3680.          <div class="bottom-content">
  3681.            <div class="copyright-info mb-3">
  3682.              <p class="mb-0 text-info">
  3683.                &copy; 2026 <strong>Trend Today UK</strong>. All rights reserved.
  3684.              </p>
  3685.            </div>
  3686.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3">
  3687.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3688.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3689.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3690.            </div>
  3691.          </div>
  3692.        </div>
  3693.      </div>
  3694.    </div>
  3695.  </div>
  3696. </footer>
  3697.  
  3698. <style>
  3699. .wpo-site-footer-v3 {
  3700.    background: var(--card-bg) !important;
  3701. }
  3702.  
  3703. .footer-logo {
  3704.    height: 60px;
  3705.    width: auto;
  3706. }
  3707. .text-info{
  3708.    color: var(--topbar-color) !important;
  3709. }
  3710.  
  3711. .brand-title {
  3712.    font-size: 22px;
  3713.    font-weight: 700;
  3714.    color: var(--topbar-color);
  3715.    margin: 0;
  3716. }
  3717.  
  3718. .brand-tagline {
  3719.    font-size: 14px;
  3720.    color: var(--topbar-color);
  3721.    margin: 0;
  3722. }
  3723.  
  3724. .column-title {
  3725.    font-size: 16px;
  3726.    font-weight: 600;
  3727.    color: var(--topbar-color) !important;
  3728.    margin-bottom: 15px;
  3729. }
  3730.  
  3731. .footer-menu {
  3732.    margin: 0;
  3733. }
  3734.  
  3735. .menu-link {
  3736.    color: var(--topbar-color) !important;
  3737.    text-decoration: none;
  3738.    font-size: 14px;
  3739.    transition: color 0.3s ease;
  3740. }
  3741.  
  3742. .menu-link:hover {
  3743.    color: var(--primary-color);
  3744. }
  3745.  
  3746. .footer-bottom {
  3747.    font-size: 13px;
  3748. }
  3749.  
  3750. .utility-link {
  3751.    color: var(--topbar-color) !important;
  3752.    text-decoration: none;
  3753.    font-size: 13px;
  3754.    transition: color 0.3s ease;
  3755. }
  3756. /* Responsive Design */
  3757. @media (max-width: 768px) {
  3758.    .footer-logo {
  3759.        height: 50px;
  3760.    }
  3761.    
  3762.    .column-title {
  3763.        font-size: 15px;
  3764.    }
  3765.    
  3766.    .menu-link {
  3767.        font-size: 13px;
  3768.    }
  3769. }
  3770.  
  3771. @media (max-width: 576px) {
  3772.    .brand-title {
  3773.        font-size: 20px;
  3774.    }
  3775.    
  3776.    .brand-tagline {
  3777.        font-size: 13px;
  3778.    }
  3779.    
  3780.    .cta-btn {
  3781.        font-size: 12px;
  3782.        padding: 5px 12px;
  3783.    }
  3784. }
  3785. </style>
  3786.  
  3787. <script>
  3788. // Prevent default for placeholder links
  3789. document.addEventListener('DOMContentLoaded', function() {
  3790.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3791.        anchor.addEventListener('click', function(e) {
  3792.            e.preventDefault();
  3793.        });
  3794.    });
  3795. });
  3796. document.addEventListener('DOMContentLoaded', function () {
  3797.    var btn = document.getElementById('toggleBlogRollLinks');
  3798.    if (!btn) return; // No extra items, no button
  3799.  
  3800.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3801.  
  3802.    btn.addEventListener('click', function () {
  3803.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3804.            return li.classList.contains('d-none');
  3805.        });
  3806.  
  3807.        extras.forEach(function (li) {
  3808.            if (anyHidden) {
  3809.                li.classList.remove('d-none');
  3810.                li.classList.add('show');
  3811.            } else {
  3812.                li.classList.add('d-none');
  3813.                li.classList.remove('show');
  3814.            }
  3815.        });
  3816.  
  3817.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3818.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3819.    });
  3820. });
  3821.  
  3822. </script>
  3823.  
  3824.        <!-- end of wpo-site-footer-section -->
  3825.    </div>
  3826.    <!-- end of page-wrapper -->
  3827.  
  3828.    <!-- All JavaScript files
  3829.    ================================================== -->
  3830.    
  3831.  
  3832. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3833. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3834. <!-- Plugins for this template -->
  3835. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3836. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3837. <!-- Custom script for this template -->
  3838. <script src="/static/blogapp/assets/js/script.js"></script>
  3839.  
  3840. <script>
  3841. (function () {
  3842. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3843. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3844.  
  3845. function applyFallback(img) {
  3846. if (!img || img.dataset.fallbackApplied === "1") {
  3847. return;
  3848. }
  3849. var failedSrc = img.currentSrc || img.src || "";
  3850. img.dataset.fallbackApplied = "1";
  3851. img.onerror = null;
  3852. img.src = fallbackImageSrc;
  3853. console.warn("[ImageFallback] Replaced broken image:", {
  3854. failedSrc: failedSrc,
  3855. fallbackSrc: fallbackImageSrc,
  3856. alt: img.alt || "",
  3857. });
  3858. }
  3859.  
  3860. document.querySelectorAll("img").forEach(function (img) {
  3861. if (img.complete && img.naturalWidth === 0) {
  3862. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3863. failedSrc: img.currentSrc || img.src || "",
  3864. alt: img.alt || "",
  3865. });
  3866. applyFallback(img);
  3867. }
  3868. });
  3869.  
  3870. document.addEventListener(
  3871. "error",
  3872. function (event) {
  3873. var target = event.target;
  3874. if (target && target.tagName === "IMG") {
  3875. applyFallback(target);
  3876. }
  3877. },
  3878. true
  3879. );
  3880. })();
  3881. </script>
  3882.  
  3883. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3884.  
  3885.  
  3886.  
  3887. <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":"fef1c07b8e6741fca03dc7b669963255","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3888. </body>
  3889.  
  3890. </html>
  3891.  
  3892.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda