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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="source">
  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_38_f7Fi35c_Wp5iOZJ_hzls6TA_vxSKgkl.png">
  14.    
  15.  
  16.    <title>PlayZA Pro UK - Gaming News, Reviews, and Esports Coverage</title>
  17.    <meta name="description" content="PlayZA Pro UK delivers the latest gaming news, in-depth reviews, esports updates, and tech insights for UK gamers. Stay ahead in the gaming world with expert analysis.">
  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://playzapro.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff4d88;
  42.        --bs-primary-rgb: ff4d88;
  43.        --bs-secondary: #6b6e74;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fff0f6;
  49.        --bs-dark: #4a044e;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff4d88;
  53.        --theme-primary-color-s2: #ff4d88;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #4a044e;
  57.        --text-light-color: #676767;
  58.        --heading-color: #4a044e;
  59.        --border-color: #f9a8d4;
  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: #fed7e2;
  75.        --navbar-color: #4a044e;
  76.        --topbar-bg: #fff0f6;
  77.        --topbar-color: #4a044e;
  78.        --footer-bg: #4a044e;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #f9a8d4;
  82.        --card-radius: 12px;
  83.        --link-color: #ff4d88;
  84.        --link-hover: #e6397a;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 77, 136, 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_41">
  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. <style>
  406.    /* General styling for top bar */
  407.    .unique-topbar-v7 {
  408.        background-color: var(--topbar-bg);
  409.        color: #fff;
  410.      
  411.    }
  412.    .unique-v7 {
  413.        padding: 10px 30px;
  414.        display: flex;
  415.        align-items: center;
  416.        justify-content: space-between; /* Ensure it stretches across */
  417.    }
  418.  
  419.    .unique-menu-btn-v7 {
  420.        border: none;
  421.        max-width: 145px !important;
  422.        padding: 8px;
  423.        cursor: pointer;
  424.        border-radius: 5px;
  425.    }
  426.  
  427.    .unique-news-container-v7 {
  428.        display: flex;
  429.        align-items: center;
  430.        overflow: hidden;
  431.        width: fit-content;
  432.        flex-grow: 1; /* Take remaining space */
  433.        height: 60px;
  434.    }
  435.  
  436.    .unique-news-wrapper-v7 {
  437.        display: flex;
  438.        flex-direction: row;
  439.        align-items: center;
  440.        padding: 5px;
  441.    }
  442.  
  443.    .unique-news-item-v7 {
  444.        opacity: 0;
  445.        transform: translateX(100px);
  446.        transition: all 0.5s ease;
  447.        font-size: 16px;
  448.        color: var(--topbar-color);
  449.        height: 0;
  450.        width: 0;
  451.    }
  452.    
  453.    .unique-news-item-v7.active-v7 {
  454.        padding: 10px;
  455.        opacity: 1;
  456.          height: auto;
  457.        width: auto;
  458.        margin-right: 20px;
  459.        transform: translateX(0);
  460.    }
  461.  
  462.    .unique-news-item-v7.exit-up-v7 {
  463.        opacity: 0;
  464.        transform: translateX(-100px); /* Move news item left */
  465.    }
  466.  
  467.    /* Social Icons in Inline */
  468.    .contact-info-v7 {
  469.        display: flex;
  470.        gap: 10px;
  471.    }
  472.  
  473.    .contact-info-v7 ul {
  474.        display: flex;
  475.        gap: 15px;
  476.        list-style: none;
  477.    }
  478.  
  479.    .social-icon-v7 {
  480.        color: var(--topbar-color) !important;
  481.        font-size: 20px;
  482.        text-decoration: none;
  483.    }
  484.  
  485.    .social-icon-v7:hover {
  486.        color: #1da1f2;
  487.    }
  488. </style>
  489.  
  490. <div class="unique-topbar-v7">
  491.    <div class="fluid-container unique-v7 container-fluid">
  492.        <button class="unique-menu-btn-v7 bg-primary-gradient w-100 fw-bold">Latest Updates</button>        
  493.      
  494.        <div class="unique-news-container-v7">
  495.            <div class="unique-news-wrapper-v7" id="newsWrapper-v7">
  496.                <!-- News items will be added dynamically -->
  497.            </div>
  498.        </div>
  499.      
  500.        <div class="contact-info-v7">
  501.            <ul>
  502.                <li><a href="#" class="social-icon-v7"><i class="ti-facebook"></i></a></li>
  503.                <li><a href="#" class="social-icon-v7"><i class="ti-twitter-alt"></i></a></li>
  504.                <li><a href="#" class="social-icon-v7"><i class="ti-instagram"></i></a></li>
  505.                <li><a href="#" class="social-icon-v7"><i class="ti-google"></i></a></li>
  506.            </ul>
  507.        </div>
  508.    </div>
  509. </div>
  510.  
  511. <script>
  512.    // Build array dynamically from Django context
  513.    const newsItems = [
  514.        
  515.            { title: "GOP Lawmaker Claims \u0027Agreement Is Possible\u0027 on Healthcare as Crucial Subsidies Set to Expire.", url: "/gop-lawmaker-claims-agreement-is-possible-on-healthcare-as-crucial-subsidies-set-to-expire/" },
  516.        
  517.            { title: "Administration Denounces \u0027Democrat Fabrication\u0027 as More Epstein Estate Photographs Released", url: "/administration-denounces-democrat-fabrication-as-more-epstein-estate-photographs-released/" },
  518.        
  519.            { title: "The Defender Departs International Stage Long After Her Legacy Was Carved Into Football Greats", url: "/the-defender-departs-international-stage-long-after-her-legacy-was-carved-into-football-greats/" },
  520.        
  521.            { title: "Line of Duty Announced for Seventh Season on BBC", url: "/line-of-duty-announced-for-seventh-season-on-bbc/" },
  522.        
  523.            { title: "Emma Raducanu wraps up this year\u0027s campaign and plans to retain trainer through next year.", url: "/emma-raducanu-wraps-up-this-years-campaign-and-plans-to-retain-trainer-through-next-year/" }
  524.        
  525.    ];
  526.  
  527.    let currentNewsIndex = 0;
  528.    const newsWrapper = document.getElementById('newsWrapper-v7');
  529.    let newsElements = [];
  530.  
  531.    // Create news elements
  532.    function createNewsElements() {
  533.        newsItems.forEach((news, index) => {
  534.            const newsElement = document.createElement('div');
  535.            newsElement.className = 'unique-news-item-v7';
  536.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  537.            newsWrapper.appendChild(newsElement);
  538.            newsElements.push(newsElement);
  539.        });
  540.  
  541.        if (newsElements.length > 0) {
  542.            newsElements[0].classList.add('active-v7');
  543.        }
  544.    }
  545.  
  546.    // Animate news change
  547.    function changeNews() {
  548.        const currentElement = newsElements[currentNewsIndex];
  549.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  550.        const nextElement = newsElements[nextIndex];
  551.  
  552.        currentElement.classList.remove('active-v7');
  553.        currentElement.classList.add('exit-up-v7');
  554.  
  555.        setTimeout(() => {
  556.            nextElement.classList.add('active-v7');
  557.            currentNewsIndex = nextIndex;
  558.  
  559.            setTimeout(() => {
  560.                currentElement.classList.remove('exit-up-v7');
  561.            }, 100);
  562.        }, 250);
  563.    }
  564.  
  565.    // Start news rotation
  566.    function startNewsRotation() {
  567.        setInterval(changeNews, 5000);
  568.    }
  569.  
  570.    window.onload = function() {
  571.        createNewsElements();
  572.        startNewsRotation();
  573.    };
  574. </script>
  575.  
  576.  
  577.  
  578.            
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585. <header class="header-v8 mb-4">
  586.    <div class="container-fluid fluid-container">
  587.        <!-- Main Navigation Card -->
  588.        <div class="nav-card-v8">
  589.            <div class="row align-items-center justify-content-between">
  590.                <!-- Logo Section -->
  591.               <div class="col-lg-2 col-md-3 col-6">
  592.                    <div class="logo-section-v8">
  593.                        <a class="logo-link-v8" href="/">
  594.                            
  595.                                PlayZA Pro UK
  596.                            
  597.                        </a>
  598.                    </div>
  599.                </div>
  600.  
  601.                <!-- Navigation Menu -->
  602.                <div class="col-lg-8 col-md-6 d-none d-xl-block">
  603.                    <nav class="main-nav-v8">
  604.                        <ul class="nav-list-v8">
  605.  
  606.                            
  607.                            <li class="nav-item-v8">
  608.                                <a href="/" class="nav-link-v8 active-v8"
  609.                                    data-text="Home">Home</a>
  610.                            </li>
  611.  
  612.                            
  613.                            
  614.                             <li class="nav-item-v8">
  615.                                <a href="/category/all-posts/" class="nav-link-v8"
  616.                                    data-text="All Posts">
  617.                                    All Posts
  618.                                </a>
  619.                                </li>
  620.  
  621.                                
  622.  
  623.                                                
  624.                                                
  625.                                
  626.                             <li class="nav-item-v8">
  627.                                <a href="/category/business/" class="nav-link-v8"
  628.                                    data-text="Business">
  629.                                    Business
  630.                                </a>
  631.                                </li>
  632.  
  633.                                
  634.  
  635.                                                
  636.                                                
  637.                                
  638.                             <li class="nav-item-v8">
  639.                                <a href="/category/esports/" class="nav-link-v8"
  640.                                    data-text="Esports">
  641.                                    Esports
  642.                                </a>
  643.                                </li>
  644.  
  645.                                
  646.  
  647.                                                
  648.                                                
  649.                                
  650.                             <li class="nav-item-v8">
  651.                                <a href="/category/fashion/" class="nav-link-v8"
  652.                                    data-text="Fashion">
  653.                                    Fashion
  654.                                </a>
  655.                                </li>
  656.  
  657.                                
  658.  
  659.                                                
  660.                                                
  661.                                
  662.                             <li class="nav-item-v8">
  663.                                <a href="/category/featured/" class="nav-link-v8"
  664.                                    data-text="Featured">
  665.                                    Featured
  666.                                </a>
  667.                                </li>
  668.  
  669.                                
  670.  
  671.                                                
  672.                                                
  673.                                
  674.                             <li class="nav-item-v8">
  675.                                <a href="/category/gaming/" class="nav-link-v8"
  676.                                    data-text="Gaming">
  677.                                    Gaming
  678.                                </a>
  679.                                </li>
  680.  
  681.                                
  682.  
  683.                                                
  684.                                                
  685.                                
  686.                             <li class="nav-item-v8">
  687.                                <a href="/category/health/" class="nav-link-v8"
  688.                                    data-text="Health">
  689.                                    Health
  690.                                </a>
  691.                                </li>
  692.  
  693.                                
  694.  
  695.                                                
  696.                                                
  697.                                
  698.                            
  699.                                
  700.                                
  701.                                <li class="nav-item-v8 has-dropdown-v8">
  702.                                    <a href="#" class="nav-link-v8" data-text="More">More</a>
  703.                                    <div class="dropdown-card-v8">
  704.                                        <div class="dropdown-grid-v8">
  705.                                            <div class="dropdown-section-v8">
  706.                                                <a href="/category/life-fitness/"
  707.                                                    class="dropdown-link-v8">
  708.                                                    <span class="link-icon-v8"></span> Life &amp; Fitness
  709.                                                </a>
  710.                                                
  711.  
  712.                                                
  713.  
  714.                                                
  715.                                                
  716.                                
  717.                            
  718.                                                <a href="/category/lifestyle/"
  719.                                                    class="dropdown-link-v8">
  720.                                                    <span class="link-icon-v8"></span> Lifestyle
  721.                                                </a>
  722.                                                
  723.  
  724.                                                
  725.                                                
  726.                                
  727.                            
  728.                                                <a href="/category/news/"
  729.                                                    class="dropdown-link-v8">
  730.                                                    <span class="link-icon-v8"></span> News
  731.                                                </a>
  732.                                                
  733.  
  734.                                                
  735.                                                
  736.                                
  737.                            
  738.                                                <a href="/category/others/"
  739.                                                    class="dropdown-link-v8">
  740.                                                    <span class="link-icon-v8"></span> Others
  741.                                                </a>
  742.                                                
  743.  
  744.                                                
  745.                                                
  746.                                
  747.                            
  748.                                                <a href="/category/politics/"
  749.                                                    class="dropdown-link-v8">
  750.                                                    <span class="link-icon-v8"></span> Politics
  751.                                                </a>
  752.                                                
  753.  
  754.                                                
  755.                                                
  756.                                
  757.                            
  758.                                                <a href="/category/sports/"
  759.                                                    class="dropdown-link-v8">
  760.                                                    <span class="link-icon-v8"></span> Sports
  761.                                                </a>
  762.                                                
  763.  
  764.                                                
  765.                                                
  766.                                
  767.                            
  768.                                                <a href="/category/tech/"
  769.                                                    class="dropdown-link-v8">
  770.                                                    <span class="link-icon-v8"></span> Tech
  771.                                                </a>
  772.                                                
  773.  
  774.                                                
  775.                                                
  776.                                
  777.                            
  778.                                                <a href="/category/travel/"
  779.                                                    class="dropdown-link-v8">
  780.                                                    <span class="link-icon-v8"></span> Travel
  781.                                                </a>
  782.                                                
  783.  
  784.                                                
  785.                                                
  786.                                            </div>
  787.                                        </div>
  788.                                    </div>
  789.                                </li>
  790.                                
  791.                                
  792. <li>
  793.                  <a href="/page/contact-us/">
  794.                     Contact Us
  795.                  </a>
  796.              </li>
  797.                        </ul>
  798.                    </nav>
  799.  
  800.                </div>
  801.  
  802.                <!-- Search & Mobile Toggle -->
  803.                <div class="col-lg-2 col-md-3 col-6">
  804.                    <div class="nav-actions-v8">
  805.                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
  806.                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  807.                                stroke-width="2">
  808.                                <circle cx="11" cy="11" r="8"></circle>
  809.                                <path d="m21 21-4.35-4.35"></path>
  810.                            </svg>
  811.                        </button>
  812.                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
  813.                            <i class="ti-menu fs-5"></i>
  814.                        </button>
  815.                    </div>
  816.                </div>
  817.            </div>
  818.        </div>
  819.  
  820.        <!-- Floating Search Card -->
  821.        <div class="search-card-v8" id="searchCardV8">
  822.            <div class="search-container-v8">
  823.                <form class="search-form-v8" action="#" method="get">
  824.                    <div class="search-input-wrapper-v8">
  825.                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
  826.                            stroke="currentColor" stroke-width="2">
  827.                            <circle cx="11" cy="11" r="8"></circle>
  828.                            <path d="m21 21-4.35-4.35"></path>
  829.                        </svg>
  830.                        <input type="search" class="search-input-v8" id="search-input"
  831.                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
  832.                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
  833.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  834.                                stroke-width="2">
  835.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  836.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  837.                            </svg>
  838.                        </button>
  839.                    </div>
  840.                    <div class="search-suggestions-v8 search-v1" id="search-results">
  841.                        
  842.                        
  843.                    </div>
  844.                </form>
  845.            </div>
  846.        </div>
  847.  
  848.        <!-- Mobile Navigation Card -->
  849.        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
  850.            <div class="mobile-nav-content-v8">
  851.                <ul class="mobile-nav-list-v8">
  852.  
  853.                    
  854.                    <li class="mobile-nav-item-v8">
  855.                        <a href="/" class="mobile-nav-link-v8 active-v8">
  856.                            Home
  857.                        </a>
  858.                    </li>
  859.  
  860.                    
  861.                      <li class="mobile-nav-item-v8">
  862.                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
  863.                            All Posts
  864.                        </a>
  865.                        </li>
  866.  
  867.                        
  868.  
  869.                                
  870.                                
  871.                        
  872.                      <li class="mobile-nav-item-v8">
  873.                        <a href="/category/business/" class="mobile-nav-link-v8">
  874.                            Business
  875.                        </a>
  876.                        </li>
  877.  
  878.                        
  879.  
  880.                                
  881.                                
  882.                        
  883.                      <li class="mobile-nav-item-v8">
  884.                        <a href="/category/esports/" class="mobile-nav-link-v8">
  885.                            Esports
  886.                        </a>
  887.                        </li>
  888.  
  889.                        
  890.  
  891.                                
  892.                                
  893.                        
  894.                      <li class="mobile-nav-item-v8">
  895.                        <a href="/category/fashion/" class="mobile-nav-link-v8">
  896.                            Fashion
  897.                        </a>
  898.                        </li>
  899.  
  900.                        
  901.  
  902.                                
  903.                                
  904.                        
  905.                      <li class="mobile-nav-item-v8">
  906.                        <a href="/category/featured/" class="mobile-nav-link-v8">
  907.                            Featured
  908.                        </a>
  909.                        </li>
  910.  
  911.                        
  912.  
  913.                                
  914.                                
  915.                        
  916.                      <li class="mobile-nav-item-v8">
  917.                        <a href="/category/gaming/" class="mobile-nav-link-v8">
  918.                            Gaming
  919.                        </a>
  920.                        </li>
  921.  
  922.                        
  923.  
  924.                                
  925.                                
  926.                        
  927.                      <li class="mobile-nav-item-v8">
  928.                        <a href="/category/health/" class="mobile-nav-link-v8">
  929.                            Health
  930.                        </a>
  931.                        </li>
  932.  
  933.                        
  934.  
  935.                                
  936.                                
  937.                        
  938.                    
  939.                        
  940.                        
  941.                        <li class="mobile-nav-item-v8">
  942.                            <a href="#" class="mobile-nav-link-v8" onclick="toggleMobileDropdownV8('more-mobile-v8')">
  943.                                More
  944.                                <svg class="mobile-arrow-v8" width="16" height="16" viewBox="0 0 24 24" fill="none"
  945.                                    stroke="currentColor" stroke-width="2">
  946.                                    <polyline points="6,9 12,15 18,9"></polyline>
  947.                                </svg>
  948.                            </a>
  949.                            <ul class="mobile-dropdown-v8" id="more-mobile-v8">
  950.                                <li>
  951.                                    <a href="/category/life-fitness/"
  952.                                        class="mobile-sub-link-v8">
  953.                                        Life &amp; Fitness
  954.                                    </a>
  955.                                </li>
  956.                                
  957.  
  958.                                
  959.  
  960.                                
  961.                                
  962.                        
  963.                    
  964.                                
  965.                                <li>
  966.                                    <a href="/category/lifestyle/"
  967.                                        class="mobile-sub-link-v8">
  968.                                        Lifestyle
  969.                                    </a>
  970.                                </li>
  971.                                
  972.  
  973.                                
  974.                                
  975.                        
  976.                    
  977.                                
  978.                                <li>
  979.                                    <a href="/category/news/"
  980.                                        class="mobile-sub-link-v8">
  981.                                        News
  982.                                    </a>
  983.                                </li>
  984.                                
  985.  
  986.                                
  987.                                
  988.                        
  989.                    
  990.                                
  991.                                <li>
  992.                                    <a href="/category/others/"
  993.                                        class="mobile-sub-link-v8">
  994.                                        Others
  995.                                    </a>
  996.                                </li>
  997.                                
  998.  
  999.                                
  1000.                                
  1001.                        
  1002.                    
  1003.                                
  1004.                                <li>
  1005.                                    <a href="/category/politics/"
  1006.                                        class="mobile-sub-link-v8">
  1007.                                        Politics
  1008.                                    </a>
  1009.                                </li>
  1010.                                
  1011.  
  1012.                                
  1013.                                
  1014.                        
  1015.                    
  1016.                                
  1017.                                <li>
  1018.                                    <a href="/category/sports/"
  1019.                                        class="mobile-sub-link-v8">
  1020.                                        Sports
  1021.                                    </a>
  1022.                                </li>
  1023.                                
  1024.  
  1025.                                
  1026.                                
  1027.                        
  1028.                    
  1029.                                
  1030.                                <li>
  1031.                                    <a href="/category/tech/"
  1032.                                        class="mobile-sub-link-v8">
  1033.                                        Tech
  1034.                                    </a>
  1035.                                </li>
  1036.                                
  1037.  
  1038.                                
  1039.                                
  1040.                        
  1041.                    
  1042.                                
  1043.                                <li>
  1044.                                    <a href="/category/travel/"
  1045.                                        class="mobile-sub-link-v8">
  1046.                                        Travel
  1047.                                    </a>
  1048.                                </li>
  1049.                                
  1050.  
  1051.                                
  1052.                                
  1053.                            </ul>
  1054.                        </li>
  1055.                        
  1056.                        
  1057.  
  1058.                </ul>
  1059.  
  1060.            </div>
  1061.        </div>
  1062.    </div>
  1063.  
  1064.    <!-- Background Overlay -->
  1065.    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
  1066. </header>
  1067.  
  1068. <style>
  1069.    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
  1070.    .header-v8 {
  1071.        padding: 20px 0;
  1072.        position: relative;
  1073.        min-height: 120px;
  1074.    }
  1075.  
  1076.    /* Main Navigation Card */
  1077.    .nav-card-v8 {
  1078.        background:var(--navbar-bg);
  1079.        backdrop-filter: blur(20px);
  1080.        border: 1px solid var(--border-color);
  1081.        border-radius: 20px;
  1082.        padding: 15px 25px;
  1083.        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  1084.        position: relative;
  1085.        z-index: 100;
  1086.    }
  1087.  
  1088.    /* Logo Styles */
  1089.    .logo-img-v8 {
  1090.        max-height: 60px;
  1091.        transition: all 0.3s ease;
  1092.    }
  1093.  
  1094.    .logo-link-v8:hover .logo-img-v8 {
  1095.        transform: scale(1.05) rotate(2deg);
  1096.    }
  1097.  
  1098.    /* Main Navigation */
  1099.    .nav-list-v8 {
  1100.        list-style: none;
  1101.        padding: 0;
  1102.        margin: 0;
  1103.        display: flex;
  1104.        align-items: center;
  1105.        justify-content: center;
  1106.        gap: 8px;
  1107.    }
  1108.  
  1109.    .nav-item-v8 {
  1110.        position: relative;
  1111.    }
  1112.  
  1113.    .nav-link-v8 {
  1114.        color: #4a5568;
  1115.        text-decoration: none;
  1116.        font-weight: 500;
  1117.        font-size: 15px;
  1118.        padding: 12px 18px;
  1119.        border-radius: 12px;
  1120.        position: relative;
  1121.        transition: all 0.3s ease;
  1122.        display: block;
  1123.        background: linear-gradient(135deg, transparent 0%, transparent 100%);
  1124.    }
  1125.  
  1126.    .nav-link-v8::before {
  1127.        content: attr(data-text);
  1128.        position: absolute;
  1129.        top: 0;
  1130.        left: 0;
  1131.        right: 0;
  1132.        bottom: 0;
  1133.        display: flex;
  1134.        align-items: center;
  1135.        justify-content: center;
  1136.        background: var(--sub-nav);
  1137.        color: var(--topbar-color);
  1138.        border-radius: 12px;
  1139.        opacity: 0;
  1140.        transform: scale(0.8);
  1141.        transition: all 0.3s ease;
  1142.        font-weight: 600;
  1143.    }
  1144.  
  1145.    .nav-link-v8:hover::before,
  1146.    .nav-link-v8.active-v8::before {
  1147.        opacity: 1;
  1148.        transform: scale(1);
  1149.    }
  1150.  
  1151.    .nav-link-v8:hover,
  1152.    .nav-link-v8.active-v8 {
  1153.        color: transparent;
  1154.        background: rgba(102, 126, 234, 0.1);
  1155.    }
  1156.  
  1157.    /* Dropdown Styles */
  1158.    .dropdown-card-v8 {
  1159.        position: absolute;
  1160.        top: calc(100% + 15px);
  1161.        left: 50%;
  1162.        transform: translateX(-50%);
  1163.        background:var(--navbar-bg);
  1164.        backdrop-filter: blur(20px);
  1165.        border: 1px solid var(--border-color);
  1166.        border-radius: 16px;
  1167.        padding: 25px;
  1168.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1169.        opacity: 0;
  1170.        visibility: hidden;
  1171.        transform: translateX(-50%) translateY(-10px);
  1172.        transition: all 0.3s ease;
  1173.        z-index: 200;
  1174.        min-width: 320px;
  1175.    }
  1176.  
  1177.    .has-dropdown-v8:hover .dropdown-card-v8 {
  1178.        opacity: 1;
  1179.        visibility: visible;
  1180.        transform: translateX(-50%) translateY(0);
  1181.    }
  1182.  
  1183.    .dropdown-grid-v8 {
  1184.        display: grid;
  1185.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  1186.        gap: 20px;
  1187.    }
  1188.  
  1189.    .dropdown-header-v8 {
  1190.        font-size: 12px;
  1191.        font-weight: 700;
  1192.        color: #667eea;
  1193.        margin-bottom: 12px;
  1194.        text-transform: uppercase;
  1195.        letter-spacing: 1px;
  1196.    }
  1197.  
  1198.    .dropdown-link-v8 {
  1199.        display: flex;
  1200.        align-items: center;
  1201.        color: var(--navbar-color) !important;;
  1202.        text-decoration: none;
  1203.        font-size: 14px;
  1204.        padding: 10px 12px;
  1205.        border-radius: 10px;
  1206.        transition: all 0.3s ease;
  1207.        margin-bottom: 8px;
  1208.    }
  1209.  
  1210.    .dropdown-link-v8:hover {
  1211.        background:var(--bs-primary);
  1212.        color: var(--bs-white) !important;;
  1213.        transform: translateX(5px);
  1214.    }
  1215.  
  1216.    .link-icon-v8 {
  1217.        margin-right: 10px;
  1218.        height: 5px;
  1219.        width: 5px;
  1220.        border: 1px solid #2d3748;
  1221.        border-radius: 50%;
  1222.    }
  1223.  
  1224.    /* Navigation Actions */
  1225.    .nav-actions-v8 {
  1226.        display: flex;
  1227.        align-items: center;
  1228.        justify-content: flex-end;
  1229.        gap: 10px;
  1230.    }
  1231.  
  1232.    .search-toggle-v8,
  1233.    .mobile-toggle-v8 {
  1234.        background: rgba(102, 126, 234, 0.1);
  1235.        border: none;
  1236.        border-radius: 12px;
  1237.        padding: 12px;
  1238.        cursor: pointer;
  1239.        transition: all 0.3s ease;
  1240.        color: var(--bs-white);
  1241.    }
  1242.  
  1243.    .search-toggle-v8:hover,
  1244.    .mobile-toggle-v8:hover {
  1245.        background: var(--sub-nav);
  1246.        color: var(--topbar-color);
  1247.        transform: scale(1.05);
  1248.    }
  1249.  
  1250.    .mobile-toggle-v8 {
  1251.        flex-direction: column;
  1252.        gap: 3px;
  1253.        padding: 10px 12px;
  1254.    }
  1255.  
  1256.    .toggle-line-v8 {
  1257.        width: 20px;
  1258.        height: 2px;
  1259.        background: currentColor;
  1260.        border-radius: 1px;
  1261.        transition: all 0.3s ease;
  1262.    }
  1263.  
  1264.    /* Floating Search Card */
  1265.    .search-card-v8 {
  1266.        position: absolute;
  1267.        top: 100%;
  1268.        left: 50%;
  1269.        transform: translateX(-50%);
  1270.        width: calc(100% - 40px);
  1271.        max-width: 600px;
  1272.        background:var(--navbar-bg);
  1273.        backdrop-filter: blur(20px);
  1274.        border: 1px solid var(--border-color);
  1275.        border-radius: 20px;
  1276.        padding: 25px;
  1277.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1278.        opacity: 0;
  1279.        visibility: hidden;
  1280.        transform: translateX(-50%) translateY(-20px);
  1281.        transition: all 0.4s ease;
  1282.        z-index: 300;
  1283.        margin-top: 15px;
  1284.    }
  1285.  
  1286.    .search-card-v8.show-v8 {
  1287.        opacity: 1;
  1288.        visibility: visible;
  1289.        transform: translateX(-50%) translateY(0);
  1290.    }
  1291.  
  1292.    .search-input-wrapper-v8 {
  1293.        display: flex;
  1294.        align-items: center;
  1295.        background: rgba(248, 250, 252, 0.8);
  1296.        border: 2px solid rgba(102, 126, 234, 0.2);
  1297.        border-radius: 15px;
  1298.        padding: 5px;
  1299.        margin-bottom: 20px;
  1300.        transition: all 0.3s ease;
  1301.    }
  1302.  
  1303.    .search-input-wrapper-v8:focus-within {
  1304.        border-color: #667eea;
  1305.        background: rgba(255, 255, 255, 0.9);
  1306.        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1307.    }
  1308.  
  1309.    .search-icon-v8 {
  1310.        color: #a0aec0;
  1311.        margin: 0 15px;
  1312.        transition: color 0.3s ease;
  1313.    }
  1314.  
  1315.    .search-input-wrapper-v8:focus-within .search-icon-v8 {
  1316.        color: #667eea;
  1317.    }
  1318.  
  1319.    .search-input-v8 {
  1320.        flex: 1;
  1321.        border: none;
  1322.        background: transparent;
  1323.        font-size: 16px;
  1324.        padding: 15px 0;
  1325.        outline: none;
  1326.        color: #2d3748;
  1327.    }
  1328.  
  1329.    .search-input-v8::placeholder {
  1330.        color: #a0aec0;
  1331.    }
  1332.  
  1333.    .search-close-v8 {
  1334.        background: rgba(160, 174, 192, 0.2);
  1335.        border: none;
  1336.        border-radius: 10px;
  1337.        padding: 8px;
  1338.        margin-right: 8px;
  1339.        cursor: pointer;
  1340.        transition: all 0.3s ease;
  1341.        color: #a0aec0;
  1342.    }
  1343.  
  1344.    .search-close-v8:hover {
  1345.        background: rgba(229, 62, 62, 0.1);
  1346.        color: #e53e3e;
  1347.    }
  1348.  
  1349.    /* Search Suggestions */
  1350.    .search-suggestions-v8 {
  1351.        display: grid;
  1352.        gap: 8px;
  1353.    }
  1354.  
  1355.    .suggestion-item-v8 {
  1356.        display: flex;
  1357.        align-items: center;
  1358.        padding: 12px 15px;
  1359.        background: rgba(248, 250, 252, 0.1);
  1360.        border-radius: 12px;
  1361.        cursor: pointer;
  1362.        transition: all 0.3s ease;
  1363.    }
  1364.  
  1365.    .suggestion-item-v8:hover {
  1366.        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
  1367.        color: white;
  1368.        transform: translateX(5px);
  1369.    }
  1370.  
  1371.    .suggestion-icon-v8 {
  1372.        margin-right: 12px;
  1373.        font-size: 16px;
  1374.    }
  1375.  
  1376.    .suggestion-text-v8 {
  1377.        font-size: 14px;
  1378.        font-weight: 500;
  1379.    }
  1380.  
  1381.    /* Mobile Navigation Card */
  1382.    .mobile-nav-card-v8 {
  1383.        position: absolute;
  1384.        top: 100%;
  1385.        left: 50%;
  1386.        transform: translateX(-50%);
  1387.        width: calc(100% - 40px);
  1388.        background:var(--card-bg);
  1389.        backdrop-filter: blur(20px);
  1390.        border: 1px solid var(--border-color);
  1391.        border-radius: 20px;
  1392.        padding: 20px;
  1393.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1394.        opacity: 0;
  1395.        visibility: hidden;
  1396.        transform: translateX(-50%) translateY(-20px);
  1397.        transition: all 0.4s ease;
  1398.        z-index: 300;
  1399.        margin-top: 15px;
  1400.        max-height: 70vh;
  1401.        overflow-y: auto;
  1402.    }
  1403.  
  1404.    .mobile-nav-card-v8.show-v8 {
  1405.        opacity: 1;
  1406.        visibility: visible;
  1407.        transform: translateX(-50%) translateY(0);
  1408.    }
  1409.  
  1410.    .mobile-nav-list-v8 {
  1411.        list-style: none;
  1412.        padding: 0;
  1413.        margin: 0;
  1414.    }
  1415.  
  1416.    .mobile-nav-item-v8 {
  1417.        margin-bottom: 8px;
  1418.    }
  1419.  
  1420.    .mobile-nav-link-v8 {
  1421.        display: flex;
  1422.        align-items: center;
  1423.        color: var(--navbar-color) !important;
  1424.        text-decoration: none;
  1425.        font-weight: 500;
  1426.        font-size: 16px;
  1427.        padding: 15px;
  1428.        border-radius: 12px;
  1429.        justify-content: space-between;
  1430.    }
  1431.  
  1432.    .mobile-nav-link-v8:hover,
  1433.    .mobile-nav-link-v8.active-v8 {
  1434.        background:var(--sub-nav);
  1435.        color: var(--topbar-color) !important;
  1436.    }
  1437.  
  1438.    .mobile-nav-icon-v8 {
  1439.        font-size: 18px;
  1440.        background-color: var(--navbar-bg) !important;
  1441.        margin-right: 12px;
  1442.    }
  1443.  
  1444.    .mobile-arrow-v8 {
  1445.        transition: transform 0.3s ease;
  1446.    }
  1447.  
  1448.    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
  1449.        transform: rotate(180deg);
  1450.    }
  1451.  
  1452.    .mobile-dropdown-v8 {
  1453.        list-style: none;
  1454.        padding: 0;
  1455.        margin: 0;
  1456.        max-height: 0;
  1457.        overflow: hidden;
  1458.        transition: all 0.3s ease;
  1459.        background: rgba(248, 250, 252, 0.5);
  1460.        border-radius: 12px;
  1461.        margin-top: 8px;
  1462.    }
  1463.  
  1464.    .mobile-dropdown-v8.show-v8 {
  1465.        max-height: 300px;
  1466.        background-color: var(--navbar-bg);
  1467.        padding: 10px 0;
  1468.    }
  1469.  
  1470.    .mobile-sub-link-v8 {
  1471.        display: block;
  1472.        color: var(--navbar-color) !important;
  1473.        text-decoration: none;
  1474.        font-size: 14px;
  1475.        padding: 10px 20px;
  1476.        transition: all 0.3s ease;
  1477.    }
  1478.  
  1479.    .mobile-sub-link-v8:hover {
  1480.        color: var(--topbar-color);
  1481.        background: var(--sub-nav);
  1482.        border-radius: 12px;
  1483.    }
  1484.  
  1485.    /* Background Overlay */
  1486.    .nav-overlay-v8 {
  1487.        position: fixed;
  1488.        top: 0;
  1489.        left: 0;
  1490.        right: 0;
  1491.        bottom: 0;
  1492.        background: rgba(0, 0, 0, 0.3);
  1493.        backdrop-filter: blur(5px);
  1494.        z-index: 250;
  1495.        opacity: 0;
  1496.        visibility: hidden;
  1497.        transition: all 0.3s ease;
  1498.    }
  1499.  
  1500.    .nav-overlay-v8.show-v8 {
  1501.        opacity: 1;
  1502.        visibility: visible;
  1503.    }
  1504.  
  1505.    /* Responsive Design */
  1506.    @media (max-width: 1300px) {
  1507.        .header-v8 {
  1508.            padding: 15px 0;
  1509.        }
  1510.  
  1511.        .nav-card-v8 {
  1512.            padding: 12px 20px;
  1513.            border-radius: 15px;
  1514.        }
  1515.  
  1516.        .search-card-v8,
  1517.        .mobile-nav-card-v8 {
  1518.            width: calc(100% - 40px);
  1519.            padding: 20px;
  1520.        }
  1521.    }
  1522.  
  1523.    @media (max-width: 576px) {
  1524.        .nav-card-v8 {
  1525.            padding: 10px 15px;
  1526.        }
  1527.  
  1528.        .logo-img-v8 {
  1529.            max-height: 35px;
  1530.        }
  1531.    }
  1532. </style>
  1533.  
  1534. <script>
  1535.    let activeCard = null;
  1536.  
  1537.    function toggleSearchV8() {
  1538.        const searchCard = document.getElementById('searchCardV8');
  1539.        const overlay = document.getElementById('navOverlayV8');
  1540.        const mobileNav = document.getElementById('mobileNavV8');
  1541.  
  1542.        // Close mobile nav if open
  1543.        mobileNav.classList.remove('show-v8');
  1544.  
  1545.        if (searchCard.classList.contains('show-v8')) {
  1546.            searchCard.classList.remove('show-v8');
  1547.            overlay.classList.remove('show-v8');
  1548.            activeCard = null;
  1549.        } else {
  1550.            searchCard.classList.add('show-v8');
  1551.            overlay.classList.add('show-v8');
  1552.            activeCard = 'search';
  1553.  
  1554.            // Focus on search input
  1555.            setTimeout(() => {
  1556.                const searchInput = document.querySelector('.search-input-v8');
  1557.                if (searchInput) searchInput.focus();
  1558.            }, 100);
  1559.        }
  1560.    }
  1561.  
  1562.    function toggleMobileNavV8() {
  1563.        const mobileNav = document.getElementById('mobileNavV8');
  1564.        const overlay = document.getElementById('navOverlayV8');
  1565.        const searchCard = document.getElementById('searchCardV8');
  1566.  
  1567.        // Close search if open
  1568.        searchCard.classList.remove('show-v8');
  1569.  
  1570.        if (mobileNav.classList.contains('show-v8')) {
  1571.            mobileNav.classList.remove('show-v8');
  1572.            overlay.classList.remove('show-v8');
  1573.            activeCard = null;
  1574.        } else {
  1575.            mobileNav.classList.add('show-v8');
  1576.            overlay.classList.add('show-v8');
  1577.            activeCard = 'mobile';
  1578.        }
  1579.    }
  1580.  
  1581.    function toggleMobileDropdownV8(dropdownId) {
  1582.        const dropdown = document.getElementById(dropdownId);
  1583.        const parentItem = dropdown.closest('.mobile-nav-item-v8');
  1584.  
  1585.        // Close other dropdowns
  1586.        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
  1587.        const allParents = document.querySelectorAll('.mobile-nav-item-v8');
  1588.  
  1589.        allDropdowns.forEach(dd => {
  1590.            if (dd.id !== dropdownId) {
  1591.                dd.classList.remove('show-v8');
  1592.            }
  1593.        });
  1594.  
  1595.        allParents.forEach(parent => {
  1596.            if (parent !== parentItem) {
  1597.                parent.classList.remove('open-v8');
  1598.            }
  1599.        });
  1600.  
  1601.        // Toggle current dropdown
  1602.        dropdown.classList.toggle('show-v8');
  1603.        parentItem.classList.toggle('open-v8');
  1604.    }
  1605.  
  1606.    function closeAllV8() {
  1607.        const searchCard = document.getElementById('searchCardV8');
  1608.        const mobileNav = document.getElementById('mobileNavV8');
  1609.        const overlay = document.getElementById('navOverlayV8');
  1610.  
  1611.        searchCard.classList.remove('show-v8');
  1612.        mobileNav.classList.remove('show-v8');
  1613.        overlay.classList.remove('show-v8');
  1614.        activeCard = null;
  1615.    }
  1616.  
  1617.    // Close on escape key
  1618.    document.addEventListener('keydown', function (e) {
  1619.        if (e.key === 'Escape' && activeCard) {
  1620.            closeAllV8();
  1621.        }
  1622.    });
  1623.  
  1624.    // Handle suggestion clicks
  1625.    document.addEventListener('click', function (e) {
  1626.        if (e.target.closest('.suggestion-item-v8')) {
  1627.            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
  1628.            const searchInput = document.querySelector('.search-input-v8');
  1629.            if (searchInput) {
  1630.                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
  1631.            }
  1632.        }
  1633.    });
  1634. </script>
  1635. <script>
  1636.  document.addEventListener("DOMContentLoaded", function () {
  1637.    console.log("loaded");
  1638.  
  1639.     const searchInput = document.getElementById("search-input")
  1640.    const searchResults = document.getElementById("search-results");
  1641.  
  1642.    if (!searchInput || !searchResults) {
  1643.      console.error("Search input/results not found");
  1644.      return;
  1645.    }
  1646.  
  1647.    // Prevent form submission
  1648.    if (searchInput.form) {
  1649.      searchInput.form.addEventListener("submit", function (e) {
  1650.        e.preventDefault();
  1651.      });
  1652.    }
  1653.  
  1654.    // Add event listener for keyup
  1655.    searchInput.addEventListener("keyup", function (e) {
  1656.      console.log("Key pressed:", e.key);
  1657.      e.preventDefault();
  1658.  
  1659.      const query = searchInput.value.trim();
  1660.      console.log("User is typing: " + query);
  1661.  
  1662.      // If empty → clear and hide
  1663.      if (query === "") {
  1664.        searchResults.innerHTML = "";
  1665.        searchResults.style.display = "none";
  1666.        return;
  1667.      }
  1668.  
  1669.      // Show results
  1670.      searchResults.style.display = "block";
  1671.  
  1672.      // Fetch search results
  1673.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1674.        method: "GET",
  1675.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1676.      })
  1677.        .then(response => {
  1678.          console.log("Response Status:", response.status);
  1679.          return response.json();
  1680.        })
  1681.        .then(data => {
  1682.          console.log("Data received:", data);
  1683.          if (data.html) {
  1684.            searchResults.innerHTML = data.html;
  1685.          } else {
  1686.            searchResults.innerHTML = "<p>No results found.</p>";
  1687.          }
  1688.        })
  1689.        .catch(error => {
  1690.          console.error("Error fetching search results:", error);
  1691.        });
  1692.    });
  1693.  
  1694.    // Close results when clicking outside
  1695.    document.addEventListener("click", function (e) {
  1696.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1697.        searchResults.style.display = "none";
  1698.      }
  1699.    });
  1700.  
  1701.    // Close results on ESC key
  1702.    document.addEventListener("keydown", function (e) {
  1703.      if (e.key === "Escape") {
  1704.        searchResults.style.display = "none";
  1705.      }
  1706.    });
  1707.  });
  1708. </script>
  1709.  
  1710.  
  1711.        </header>
  1712.        <!-- end of header -->
  1713.        <!-- start of wpo-blog-hero -->
  1714.        
  1715.  
  1716.  
  1717.  
  1718.  
  1719.  
  1720.  
  1721.  
  1722. <div class="blog-hero-v8 my-5">
  1723.  <div class="container-fluid fluid-container">
  1724.    <!-- Full-Width Featured Article -->
  1725.    <div class="row g-4 mb-5">
  1726.      <div class="col-12">
  1727.        
  1728.        
  1729.          
  1730.        <article class="full-featured">
  1731.          <div class="featured-image-container">
  1732.            
  1733.              <img src="/static/blogapp/assets/images/breaking-news/img-3.jpg" alt="Three Game Pass Games That Will Justify Your Membership During the Weekend (Nov. 21-23)" class="featured-image" />
  1734.            
  1735.            <div class="category-tag bg-primary-gradient news-tag">News</div>
  1736.          </div>
  1737.          <div class="featured-content">
  1738.            <h1 class="featured-title">
  1739.              <a href="/three-game-pass-games-that-will-justify-your-membership-during-the-weekend-nov-21-23/">Three Game Pass Games That Will Justify Your Membership During the Weekend (Nov. 21-23)</a>
  1740.            </h1>
  1741.            <p class="featured-summary">Discover amazing stories and insights from our featured article.</p>
  1742.            <div class="article-meta">
  1743.              <div class="author-info">
  1744.                
  1745.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Kenneth Lane's Profile" class="author-pic" />
  1746.                
  1747.                <div class="author-text">
  1748.                  <span class="author-name">Kenneth Lane</span>
  1749.                  
  1750.                  <span class="post-time">May 15, 2026</span>
  1751.                </div>
  1752.              </div>
  1753.              <div class="reading-info">
  1754.                
  1755.              </div>
  1756.            </div>
  1757.          </div>
  1758.        </article>
  1759.  
  1760.        
  1761.        
  1762.      </div>
  1763.    </div>
  1764.  
  1765.    <!-- Bottom Section: Compact Cards and Recent Sidebar -->
  1766.    <div class="row g-4">
  1767.      
  1768.      <div class="col-lg-3 col-md-6 col-12">
  1769.        <article class="compact-card">
  1770.          <div class="compact-image">
  1771.            
  1772.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="Unveiling the Myths of Casino Slot Games" />
  1773.            
  1774.            <div class="category-tag bg-primary-gradient others-cat">Others</div>
  1775.          </div>
  1776.          <div class="compact-body">
  1777.            <h3 class="compact-title">
  1778.              <a href="/unveiling-the-myths-of-casino-slot-games/">Unveiling the Myths of Casino Slot Games</a>
  1779.            </h3>
  1780.            <p class="compact-text"></p>
  1781.            <div class="compact-footer">
  1782.              <div class="compact-author">
  1783.                
  1784.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Kenneth Lane's Profile" class="compact-avatar" />
  1785.                
  1786.                <span class="compact-name">Kenneth …</span>
  1787.              </div>
  1788.              <span class="compact-date">May 15</span>
  1789.            </div>
  1790.          </div>
  1791.        </article>
  1792.      </div>
  1793.      
  1794.      <div class="col-lg-3 col-md-6 col-12">
  1795.        <article class="compact-card">
  1796.          <div class="compact-image">
  1797.            
  1798.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="Errors to Avoid When Playing Casino Slot Games" />
  1799.            
  1800.            <div class="category-tag bg-primary-gradient others-cat">Others</div>
  1801.          </div>
  1802.          <div class="compact-body">
  1803.            <h3 class="compact-title">
  1804.              <a href="/errors-to-avoid-when-playing-casino-slot-games/">Errors to Avoid When Playing Casino Slot Games</a>
  1805.            </h3>
  1806.            <p class="compact-text"></p>
  1807.            <div class="compact-footer">
  1808.              <div class="compact-author">
  1809.                
  1810.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Kenneth Lane's Profile" class="compact-avatar" />
  1811.                
  1812.                <span class="compact-name">Kenneth …</span>
  1813.              </div>
  1814.              <span class="compact-date">May 15</span>
  1815.            </div>
  1816.          </div>
  1817.        </article>
  1818.      </div>
  1819.      
  1820.      <div class="col-lg-3 col-md-6 col-12">
  1821.        <article class="compact-card">
  1822.          <div class="compact-image">
  1823.            
  1824.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="Ashes Pre-Series Trash Talk Escalates as Stuart Broad Labels Australian Team the Weakest Since 2010" />
  1825.            
  1826.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1827.          </div>
  1828.          <div class="compact-body">
  1829.            <h3 class="compact-title">
  1830.              <a href="/ashes-pre-series-trash-talk-escalates-as-stuart-broad-labels-australian-team-the-weakest-since-2010/">Ashes Pre-Series Trash Talk Escalates as Stuart Broad Labels Australian Team the Weakest Since 2010</a>
  1831.            </h3>
  1832.            <p class="compact-text"></p>
  1833.            <div class="compact-footer">
  1834.              <div class="compact-author">
  1835.                
  1836.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Kenneth Lane's Profile" class="compact-avatar" />
  1837.                
  1838.                <span class="compact-name">Kenneth …</span>
  1839.              </div>
  1840.              <span class="compact-date">May 15</span>
  1841.            </div>
  1842.          </div>
  1843.        </article>
  1844.      </div>
  1845.      
  1846.  
  1847.      <!-- Recent Articles Sidebar -->
  1848.      <div class="col-lg-3 col-md-6 col-12">
  1849.        <div class="recent-section">
  1850.          <h3 class="recent-title">Recent Articles</h3>
  1851.          <div class="recent-list">
  1852.            
  1853.            <div class="recent-item">
  1854.              <div class="recent-content">
  1855.                <h4 class="recent-article-title">
  1856.                  <a href="/stefanos-tsitsipas-seriously-considered-walking-away-amid-injury-plagued-campaign/">Stefanos Tsitsipas Seriously Considered Walking Away Amid Injury-Plagued …</a>
  1857.                </h4>
  1858.                <span class="recent-date">May 15, 2026</span>
  1859.              </div>
  1860.            </div>
  1861.            
  1862.          </div>
  1863.        </div>
  1864.      </div>
  1865.    </div>
  1866.  </div>
  1867. </div>
  1868.  
  1869.  
  1870.  
  1871. <style>
  1872.  /* Full-Width Featured Article */
  1873.  .full-featured {
  1874.    background: var(--card-bg, #ffffff);
  1875.    border-radius: 12px;
  1876.    overflow: hidden;
  1877.    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  1878.    border: 1px solid var(--border-color, #e5e7eb);
  1879.    transition: box-shadow 0.3s ease;
  1880.  }
  1881.  
  1882.  .full-featured:hover {
  1883.    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  1884.  }
  1885.  
  1886.  .featured-image-container {
  1887.    position: relative;
  1888.    height: 400px;
  1889.    overflow: hidden;
  1890.  }
  1891.  
  1892.  .featured-image {
  1893.    width: 100%;
  1894.    height: 100%;
  1895.    object-fit: cover;
  1896.  }
  1897.  
  1898.  .featured-content {
  1899.    padding: 2rem;
  1900.  }
  1901.  
  1902.  .featured-title {
  1903.    font-size: 2.5rem;
  1904.    font-weight: 700;
  1905.    color: #111827;
  1906.    margin-bottom: 1rem;
  1907.    line-height: 1.2;
  1908.  }
  1909.  
  1910.  .featured-title a {
  1911.    color: inherit;
  1912.    text-decoration: none;
  1913.  }
  1914.  
  1915.  .featured-title a:hover {
  1916.    color: #3b82f6;
  1917.    transition: color 0.3s ease;
  1918.  }
  1919.  
  1920.  .featured-summary {
  1921.    font-size: 1.1rem;
  1922.    color: #4b5563;
  1923.    line-height: 1.6;
  1924.    margin-bottom: 1.5rem;
  1925.  }
  1926.  
  1927.  /* Category Tags - Dynamic Colors */
  1928.  .category-tag {
  1929.    position: absolute;
  1930.    top: 1rem;
  1931.    left: 1rem;
  1932.    padding: 0.4rem 1.2rem;
  1933.    font-size: 0.8rem;
  1934.    font-weight: 600;
  1935.    text-transform: uppercase;
  1936.    color: white;
  1937.    border-radius: 20px;
  1938.    z-index: 2;
  1939.  }
  1940.  
  1941.  /* Category Colors */
  1942.  
  1943.  .business-tag, .business-cat { background-color: #10b981; }
  1944.  
  1945.  .lifestyle-tag, .lifestyle-cat { background-color: #8b5cf6; }
  1946.  .sports-tag, .sports-cat { background-color: #f59e0b; }
  1947.  .travel-tag, .travel-cat { background-color: #06b6d4; }
  1948.  .health-tag, .health-cat { background-color: #84cc16; }
  1949.  
  1950.  /* Article Meta */
  1951.  .article-meta {
  1952.    display: flex;
  1953.    align-items: center;
  1954.    justify-content: space-between;
  1955.    font-size: 0.9rem;
  1956.    color: #6b7280;
  1957.  }
  1958.  
  1959.  .author-info {
  1960.    display: flex;
  1961.    align-items: center;
  1962.    gap: 0.75rem;
  1963.  }
  1964.  
  1965.  .author-pic {
  1966.    width: 40px;
  1967.    height: 40px;
  1968.    border-radius: 50%;
  1969.    object-fit: cover;
  1970.  }
  1971.  
  1972.  .author-name {
  1973.    font-weight: 600;
  1974.    color: var(--topbar-color, #111827);
  1975.  }
  1976.  
  1977.  .post-time {
  1978.    font-size: 0.85rem;
  1979.    color: #6b7280;
  1980.  }
  1981.  
  1982.  .read-time {
  1983.    background: #f3f4f6;
  1984.    padding: 0.25rem 0.75rem;
  1985.    border-radius: 12px;
  1986.    font-size: 0.8rem;
  1987.  }
  1988.  
  1989.  /* Compact Cards */
  1990.  .compact-card {
  1991.    background: var(--card-bg, #ffffff);
  1992.    border-radius: 12px;
  1993.    overflow: hidden;
  1994.    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  1995.    border: 1px solid var(--border-color, #e5e7eb);
  1996.    transition: box-shadow 0.3s ease;
  1997.    height: 100%;
  1998.  }
  1999.  
  2000.  .compact-card:hover {
  2001.    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  2002.  }
  2003.  
  2004.  .compact-image {
  2005.    position: relative;
  2006.    height: 160px;
  2007.    overflow: hidden;
  2008.  }
  2009.  
  2010.  .compact-image img {
  2011.    width: 100%;
  2012.    height: 100%;
  2013.    object-fit: cover;
  2014.  }
  2015.  
  2016.  .compact-category {
  2017.    position: absolute;
  2018.    top: 0.75rem;
  2019.    left: 0.75rem;
  2020.    padding: 0.3rem 1rem;
  2021.    font-size: 0.75rem;
  2022.    border-radius: 20px;
  2023.    color: white;
  2024.    font-weight: 600;
  2025.    text-transform: uppercase;
  2026.  }
  2027.  
  2028.  .compact-body {
  2029.    padding: 1.25rem;
  2030.  }
  2031.  
  2032.  .compact-title {
  2033.    font-size: 1.1rem;
  2034.    font-weight: 600;
  2035.    color: #111827;
  2036.    margin-bottom: 0.5rem;
  2037.    line-height: 1.3;
  2038.  }
  2039.  
  2040.  .compact-title a {
  2041.    color: inherit;
  2042.    text-decoration: none;
  2043.  }
  2044.  
  2045.  .compact-title a:hover {
  2046.    color: #3b82f6;
  2047.    transition: color 0.3s ease;
  2048.  }
  2049.  
  2050.  .compact-text {
  2051.    font-size: 0.9rem;
  2052.    color: #4b5563;
  2053.    line-height: 1.5;
  2054.  }
  2055.  
  2056.  .compact-footer {
  2057.    display: flex;
  2058.    justify-content: space-between;
  2059.    align-items: center;
  2060.    margin-top: 1rem;
  2061.    font-size: 0.85rem;
  2062.    color: #6b7280;
  2063.  }
  2064.  
  2065.  .compact-author {
  2066.    display: flex;
  2067.    align-items: center;
  2068.    gap: 0.5rem;
  2069.  }
  2070.  
  2071.  .compact-avatar {
  2072.    width: 28px;
  2073.    height: 28px;
  2074.    border-radius: 50%;
  2075.    object-fit: cover;
  2076.  }
  2077.  
  2078.  .compact-name {
  2079.    color: var(--topbar-color, #111827);
  2080.    font-weight: 500;
  2081.  }
  2082.  
  2083.  /* Recent Articles Sidebar */
  2084.  .recent-section {
  2085.    background: var(--card-bg, #ffffff);
  2086.    border-radius: 12px;
  2087.    padding: 1.5rem;
  2088.    border: 1px solid var(--border-color, #e5e7eb);
  2089.    height: 100%;
  2090.  }
  2091.  
  2092.  .recent-title {
  2093.    font-size: 1.2rem;
  2094.    font-weight: 700;
  2095.    color: #111827;
  2096.    margin-bottom: 1rem;
  2097.    border-bottom: 1px solid var(--border-color, #e5e7eb);
  2098.    padding-bottom: 0.5rem;
  2099.  }
  2100.  
  2101.  .recent-list {
  2102.    display: flex;
  2103.    flex-direction: column;
  2104.    gap: 1rem;
  2105.  }
  2106.  
  2107.  .recent-item {
  2108.    padding: 0.75rem;
  2109.    border-radius: 8px;
  2110.    transition: background 0.2s ease;
  2111.    border: 1px solid var(--border-color, #e5e7eb);
  2112.  }
  2113.  
  2114.  .recent-item:hover {
  2115.    background: var(--card-bg);
  2116.  }
  2117.  
  2118.  .recent-article-title {
  2119.    font-size: 0.95rem;
  2120.    font-weight: 500;
  2121.    color: var(--topbar-color, #111827);
  2122.    margin-bottom: 0.25rem;
  2123.  }
  2124.  
  2125.  .recent-article-title a {
  2126.    color: inherit;
  2127.    text-decoration: none;
  2128.  }
  2129.  
  2130.  .recent-article-title a:hover {
  2131.    color: #3b82f6;
  2132.    transition: color 0.3s ease;
  2133.  }
  2134.  
  2135.  .recent-date {
  2136.    font-size: 0.8rem;
  2137.    color: #6b7280;
  2138.  }
  2139.  
  2140.  /* Responsive Design */
  2141.  @media (max-width: 992px) {
  2142.    .featured-image-container {
  2143.      height: 300px;
  2144.    }
  2145.    
  2146.    .featured-title {
  2147.      font-size: 2rem;
  2148.    }
  2149.    
  2150.    .compact-image {
  2151.      height: 140px;
  2152.    }
  2153.  }
  2154.  
  2155.  @media (max-width: 768px) {
  2156.    .featured-content,
  2157.    .compact-body {
  2158.      padding: 1.5rem;
  2159.    }
  2160.    
  2161.    .article-meta {
  2162.      flex-direction: column;
  2163.      align-items: flex-start;
  2164.      gap: 0.75rem;
  2165.    }
  2166.    
  2167.    .recent-section {
  2168.      margin-top: 2rem;
  2169.    }
  2170.  }
  2171.  
  2172.  @media (max-width: 576px) {
  2173.    .featured-title {
  2174.      font-size: 1.8rem;
  2175.    }
  2176.    
  2177.    .compact-title {
  2178.      font-size: 1rem;
  2179.    }
  2180.    
  2181.    .featured-content {
  2182.      padding: 1rem;
  2183.    }
  2184.    
  2185.    .compact-body {
  2186.      padding: 1rem;
  2187.    }
  2188.  }
  2189. </style>
  2190.  
  2191.  
  2192.        <!-- end of wpo-blog-hero -->
  2193.  
  2194.        <!-- start of wpo-breacking-news -->
  2195.        
  2196.        <!-- end of wpo-breacking-news -->
  2197.        
  2198.        <!-- start wpo-blog-highlights-section -->
  2199.        
  2200.  
  2201.  
  2202.  
  2203.    
  2204.  
  2205.  
  2206.  <style>
  2207.    /* Section Header */
  2208.    .section-header-v9 {
  2209.      text-align: center;
  2210.      margin-bottom: 20px;
  2211.    }
  2212.    
  2213.    .section-title-v9 {
  2214.      font-size: 3rem;
  2215.      font-weight: 700;
  2216.      color: var(--topbar-color);
  2217.      margin-bottom: 20px;
  2218.      text-transform: uppercase;
  2219.    }
  2220.    
  2221.    .section-subtitle-v9 {
  2222.      font-size: 1.2rem;
  2223.      color: var(--topbar-color);
  2224.      opacity: 0.5;
  2225.      max-width: 800px;
  2226.      margin: 0 auto;
  2227.      line-height: 1.8;
  2228.    }
  2229.        
  2230.    /* Blog Card */
  2231.    .blog-card-v9 {
  2232.      background: var(--card-bg);
  2233.      border: 1px solid var(--border-color);
  2234.      border-radius: 8px;
  2235.      margin-bottom: 30px;
  2236.      overflow: hidden;
  2237.      opacity: 0;
  2238.      transition: opacity 0.5s ease, box-shadow 0.3s ease;
  2239.    }
  2240.    
  2241.    .blog-card-v9.fade-in {
  2242.      opacity: 1;
  2243.    }
  2244.    
  2245.    @keyframes fadeIn {
  2246.      from {
  2247.        opacity: 0;
  2248.      }
  2249.      to {
  2250.        opacity: 1;
  2251.      }
  2252.    }
  2253.    
  2254.    .blog-card-v9:hover {
  2255.      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  2256.    }
  2257.    
  2258.    /* Blog Image */
  2259.    .blog-image-container-v9 {
  2260.      width: 100%;
  2261.      aspect-ratio: 16/9; /* 👈 maintains clean ratio */
  2262.      overflow: hidden;
  2263.    }
  2264.    
  2265.    .blog-image-v9 {
  2266.      width: 100%;
  2267.      height: 100%;
  2268.    }
  2269.    
  2270.    .blog-image-v9 img {
  2271.      width: 100%;
  2272.      height: 100%;
  2273.      object-fit: cover;
  2274.      display: block;
  2275.    }
  2276.    
  2277.    /* Blog Content */
  2278.    .blog-content-v9 {
  2279.      padding: 20px;
  2280.    }
  2281.    
  2282.    .blog-title-v9 {
  2283.      font-size: 1.2rem;
  2284.      font-weight: 600;
  2285.      margin-bottom: 15px;
  2286.      color: var(--topbar-color) !important;
  2287.      text-transform: capitalize;
  2288.    }
  2289.    
  2290.    .blog-meta-v9 {
  2291.      display: flex;
  2292.      align-items: center;
  2293.      gap: 10px;
  2294.      font-size: 0.9rem;
  2295.      color: var(--topbar-color);
  2296.      margin-bottom: 10px;
  2297.    }
  2298.    
  2299.    .blog-meta-v9 span {
  2300.      display: inline-block;
  2301.    }
  2302.    
  2303.    .blog-excerpt-v9 {
  2304.      font-size: 1rem;
  2305.      color: var(--topbar-color);
  2306.      opacity: .6;
  2307.      margin-bottom: 15px;
  2308.      line-height: 1.6;
  2309.    }
  2310.    
  2311.    .blog-actions-v9 {
  2312.      display: flex;
  2313.      justify-content: flex-start;
  2314.    }
  2315.    
  2316.    .blog-read-more-v9 {
  2317.      font-size: 1rem;
  2318.      color: var(--topbar-color);
  2319.      text-decoration: none;
  2320.      transition: color 0.3s ease;
  2321.    }
  2322.    
  2323.    .blog-read-more-v9:hover {
  2324.      color: #2980b9 !important;
  2325.    }
  2326.    
  2327.    /* Responsive Design */
  2328.    @media (max-width: 768px) {
  2329.      .section-title-v9 {
  2330.        font-size: 2.5rem;
  2331.      }
  2332.    
  2333.      .blog-card-v9 {
  2334.        margin-bottom: 20px;
  2335.      }
  2336.    
  2337.      .blog-meta-v9 {
  2338.        font-size: 0.8rem;
  2339.      }
  2340.    
  2341.      .blog-image-container-v9 {
  2342.        aspect-ratio: 4/3; /* 👈 mobile friendly ratio */
  2343.      }
  2344.    }
  2345.  </style>
  2346.  
  2347.  <section class="blog-highlights-v9 mt-5">
  2348.    <div class="container-fluid fluid-container">
  2349.      <!-- Section Header -->
  2350.      <div class="row justify-content-center">
  2351.        <div class="col-12 col-lg-10">
  2352.          <div class="section-header-v9">
  2353.            <h2 class="section-title-v9 mb-0">
  2354.                Today's Top Highlights
  2355.                   </h2>
  2356.            <p class="section-subtitle-v9">Explore the intersection of technology and creativity through storytelling in the digital era.</p>
  2357.          </div>
  2358.        </div>
  2359.      </div>
  2360.  
  2361.      <!-- Blog Grid -->
  2362.      <div class="row ">
  2363.        <div class="col-lg-8">
  2364.          <div class="row d-flex justify-content-center">
  2365.            
  2366.              <div class="col-md-6 pb-3">
  2367.                <article class="blog-card-v9 h-100">
  2368.                  <div class="blog-image-container-v9">
  2369.                    <div class="blog-image-v9">
  2370.                      
  2371.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2372.                      
  2373.                    </div>
  2374.                  </div>
  2375.                  <div class="blog-content-v9">
  2376.                    <h3 class="blog-title-v9 "><a class="top-color" href="/tottenham-centre-back-van-de-ven-expresses-shock-at-ange-postecoglou-sacking/">Tottenham Centre-Back Van de Ven Expresses Shock At Ange Postecoglou Sacking</a></h3>
  2377.                    <div class="blog-meta-v9">
  2378.                      <span>By <strong>Kenneth Lane</strong></span>
  2379.                      <span>•</span>
  2380.                      <span>14 May 2026</span>
  2381.                    </div>
  2382.                    <p class="blog-excerpt-v9"></p>
  2383.                    <div class="blog-actions-v9">
  2384.                      <a href="/tottenham-centre-back-van-de-ven-expresses-shock-at-ange-postecoglou-sacking/" class="blog-read-more-v9">Read More →</a>
  2385.                    </div>
  2386.                  </div>
  2387.                </article>
  2388.              </div>
  2389.            
  2390.              <div class="col-md-6 pb-3">
  2391.                <article class="blog-card-v9 h-100">
  2392.                  <div class="blog-image-container-v9">
  2393.                    <div class="blog-image-v9">
  2394.                      
  2395.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2396.                      
  2397.                    </div>
  2398.                  </div>
  2399.                  <div class="blog-content-v9">
  2400.                    <h3 class="blog-title-v9 "><a class="top-color" href="/body-versus-ranking-boulters-melbourne-grand-slam-dilemma/">Body versus Ranking - Boulter&#x27;s Melbourne Grand Slam Dilemma</a></h3>
  2401.                    <div class="blog-meta-v9">
  2402.                      <span>By <strong>Kenneth Lane</strong></span>
  2403.                      <span>•</span>
  2404.                      <span>14 May 2026</span>
  2405.                    </div>
  2406.                    <p class="blog-excerpt-v9"></p>
  2407.                    <div class="blog-actions-v9">
  2408.                      <a href="/body-versus-ranking-boulters-melbourne-grand-slam-dilemma/" class="blog-read-more-v9">Read More →</a>
  2409.                    </div>
  2410.                  </div>
  2411.                </article>
  2412.              </div>
  2413.            
  2414.              <div class="col-md-6 pb-3">
  2415.                <article class="blog-card-v9 h-100">
  2416.                  <div class="blog-image-container-v9">
  2417.                    <div class="blog-image-v9">
  2418.                      
  2419.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2420.                      
  2421.                    </div>
  2422.                  </div>
  2423.                  <div class="blog-content-v9">
  2424.                    <h3 class="blog-title-v9 "><a class="top-color" href="/tottenham-relieve-strain-on-thomas-frank-as-xavi-simons-rounds-off-comfortable-victory-against-slavia-prague/">Tottenham Relieve Strain on Thomas Frank as Xavi Simons Rounds Off Comfortable Victory Against Slavia Prague</a></h3>
  2425.                    <div class="blog-meta-v9">
  2426.                      <span>By <strong>Kenneth Lane</strong></span>
  2427.                      <span>•</span>
  2428.                      <span>14 May 2026</span>
  2429.                    </div>
  2430.                    <p class="blog-excerpt-v9"></p>
  2431.                    <div class="blog-actions-v9">
  2432.                      <a href="/tottenham-relieve-strain-on-thomas-frank-as-xavi-simons-rounds-off-comfortable-victory-against-slavia-prague/" class="blog-read-more-v9">Read More →</a>
  2433.                    </div>
  2434.                  </div>
  2435.                </article>
  2436.              </div>
  2437.            
  2438.              <div class="col-md-6 pb-3">
  2439.                <article class="blog-card-v9 h-100">
  2440.                  <div class="blog-image-container-v9">
  2441.                    <div class="blog-image-v9">
  2442.                      
  2443.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2444.                      
  2445.                    </div>
  2446.                  </div>
  2447.                  <div class="blog-content-v9">
  2448.                    <h3 class="blog-title-v9 "><a class="top-color" href="/leonard-and-hungry-paul-review-a-calming-series-featuring-the-voice-of-the-famous-actress-brings-an-ideal-antidote-to-todays-world/">Leonard and Hungry Paul Review: A Calming Series Featuring the Voice of the Famous Actress Brings an Ideal Antidote to Today&#x27;s World</a></h3>
  2449.                    <div class="blog-meta-v9">
  2450.                      <span>By <strong>Kenneth Lane</strong></span>
  2451.                      <span>•</span>
  2452.                      <span>14 May 2026</span>
  2453.                    </div>
  2454.                    <p class="blog-excerpt-v9"></p>
  2455.                    <div class="blog-actions-v9">
  2456.                      <a href="/leonard-and-hungry-paul-review-a-calming-series-featuring-the-voice-of-the-famous-actress-brings-an-ideal-antidote-to-todays-world/" class="blog-read-more-v9">Read More →</a>
  2457.                    </div>
  2458.                  </div>
  2459.                </article>
  2460.              </div>
  2461.            
  2462.              <div class="col-md-6 pb-3">
  2463.                <article class="blog-card-v9 h-100">
  2464.                  <div class="blog-image-container-v9">
  2465.                    <div class="blog-image-v9">
  2466.                      
  2467.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2468.                      
  2469.                    </div>
  2470.                  </div>
  2471.                  <div class="blog-content-v9">
  2472.                    <h3 class="blog-title-v9 "><a class="top-color" href="/how-to-flawless-butter-paneer-cooking-instructions/">How to Flawless Butter Paneer – Cooking Instructions</a></h3>
  2473.                    <div class="blog-meta-v9">
  2474.                      <span>By <strong>Kenneth Lane</strong></span>
  2475.                      <span>•</span>
  2476.                      <span>14 May 2026</span>
  2477.                    </div>
  2478.                    <p class="blog-excerpt-v9"></p>
  2479.                    <div class="blog-actions-v9">
  2480.                      <a href="/how-to-flawless-butter-paneer-cooking-instructions/" class="blog-read-more-v9">Read More →</a>
  2481.                    </div>
  2482.                  </div>
  2483.                </article>
  2484.              </div>
  2485.            
  2486.              <div class="col-md-6 pb-3">
  2487.                <article class="blog-card-v9 h-100">
  2488.                  <div class="blog-image-container-v9">
  2489.                    <div class="blog-image-v9">
  2490.                      
  2491.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2492.                      
  2493.                    </div>
  2494.                  </div>
  2495.                  <div class="blog-content-v9">
  2496.                    <h3 class="blog-title-v9 "><a class="top-color" href="/british-and-scottish-government-authorities-clash-over-footing-the-245-million-cost-for-donald-trump-and-jd-vance-visits/">British and Scottish government Authorities Clash Over Footing the £24.5 million Cost for Donald Trump and JD Vance Visits</a></h3>
  2497.                    <div class="blog-meta-v9">
  2498.                      <span>By <strong>Kenneth Lane</strong></span>
  2499.                      <span>•</span>
  2500.                      <span>14 May 2026</span>
  2501.                    </div>
  2502.                    <p class="blog-excerpt-v9"></p>
  2503.                    <div class="blog-actions-v9">
  2504.                      <a href="/british-and-scottish-government-authorities-clash-over-footing-the-245-million-cost-for-donald-trump-and-jd-vance-visits/" class="blog-read-more-v9">Read More →</a>
  2505.                    </div>
  2506.                  </div>
  2507.                </article>
  2508.              </div>
  2509.            
  2510.              <div class="col-md-6 pb-3">
  2511.                <article class="blog-card-v9 h-100">
  2512.                  <div class="blog-image-container-v9">
  2513.                    <div class="blog-image-v9">
  2514.                      
  2515.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2516.                      
  2517.                    </div>
  2518.                  </div>
  2519.                  <div class="blog-content-v9">
  2520.                    <h3 class="blog-title-v9 "><a class="top-color" href="/high-court-upholds-newly-drawn-texas-house-districts/">High Court Upholds Newly Drawn Texas House Districts.</a></h3>
  2521.                    <div class="blog-meta-v9">
  2522.                      <span>By <strong>Kenneth Lane</strong></span>
  2523.                      <span>•</span>
  2524.                      <span>14 May 2026</span>
  2525.                    </div>
  2526.                    <p class="blog-excerpt-v9"></p>
  2527.                    <div class="blog-actions-v9">
  2528.                      <a href="/high-court-upholds-newly-drawn-texas-house-districts/" class="blog-read-more-v9">Read More →</a>
  2529.                    </div>
  2530.                  </div>
  2531.                </article>
  2532.              </div>
  2533.            
  2534.              <div class="col-md-6 pb-3">
  2535.                <article class="blog-card-v9 h-100">
  2536.                  <div class="blog-image-container-v9">
  2537.                    <div class="blog-image-v9">
  2538.                      
  2539.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2540.                      
  2541.                    </div>
  2542.                  </div>
  2543.                  <div class="blog-content-v9">
  2544.                    <h3 class="blog-title-v9 "><a class="top-color" href="/doctors-from-the-scottish-region-and-the-us-accomplish-groundbreaking-stroke-procedure-via-robot/">Doctors from the Scottish region and the US Accomplish Groundbreaking Stroke Procedure Via Robot</a></h3>
  2545.                    <div class="blog-meta-v9">
  2546.                      <span>By <strong>Kenneth Lane</strong></span>
  2547.                      <span>•</span>
  2548.                      <span>14 May 2026</span>
  2549.                    </div>
  2550.                    <p class="blog-excerpt-v9"></p>
  2551.                    <div class="blog-actions-v9">
  2552.                      <a href="/doctors-from-the-scottish-region-and-the-us-accomplish-groundbreaking-stroke-procedure-via-robot/" class="blog-read-more-v9">Read More →</a>
  2553.                    </div>
  2554.                  </div>
  2555.                </article>
  2556.              </div>
  2557.            
  2558.              <div class="col-md-6 pb-3">
  2559.                <article class="blog-card-v9 h-100">
  2560.                  <div class="blog-image-container-v9">
  2561.                    <div class="blog-image-v9">
  2562.                      
  2563.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2564.                      
  2565.                    </div>
  2566.                  </div>
  2567.                  <div class="blog-content-v9">
  2568.                    <h3 class="blog-title-v9 "><a class="top-color" href="/the-chinese-proposed-ai-guidelines-aim-on-child-protection-and-suicide-risk-management/">The Chinese Proposed AI Guidelines Aim on Child Protection and Suicide Risk Management.</a></h3>
  2569.                    <div class="blog-meta-v9">
  2570.                      <span>By <strong>Kenneth Lane</strong></span>
  2571.                      <span>•</span>
  2572.                      <span>13 May 2026</span>
  2573.                    </div>
  2574.                    <p class="blog-excerpt-v9"></p>
  2575.                    <div class="blog-actions-v9">
  2576.                      <a href="/the-chinese-proposed-ai-guidelines-aim-on-child-protection-and-suicide-risk-management/" class="blog-read-more-v9">Read More →</a>
  2577.                    </div>
  2578.                  </div>
  2579.                </article>
  2580.              </div>
  2581.            
  2582.              <div class="col-md-6 pb-3">
  2583.                <article class="blog-card-v9 h-100">
  2584.                  <div class="blog-image-container-v9">
  2585.                    <div class="blog-image-v9">
  2586.                      
  2587.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2588.                      
  2589.                    </div>
  2590.                  </div>
  2591.                  <div class="blog-content-v9">
  2592.                    <h3 class="blog-title-v9 "><a class="top-color" href="/gavin-newsom-states-he-is-weighing-a-presidential-campaign-for-2028/">Gavin Newsom States He Is Weighing a Presidential Campaign for 2028</a></h3>
  2593.                    <div class="blog-meta-v9">
  2594.                      <span>By <strong>Kenneth Lane</strong></span>
  2595.                      <span>•</span>
  2596.                      <span>13 May 2026</span>
  2597.                    </div>
  2598.                    <p class="blog-excerpt-v9"></p>
  2599.                    <div class="blog-actions-v9">
  2600.                      <a href="/gavin-newsom-states-he-is-weighing-a-presidential-campaign-for-2028/" class="blog-read-more-v9">Read More →</a>
  2601.                    </div>
  2602.                  </div>
  2603.                </article>
  2604.              </div>
  2605.            
  2606.              <div class="col-md-6 pb-3">
  2607.                <article class="blog-card-v9 h-100">
  2608.                  <div class="blog-image-container-v9">
  2609.                    <div class="blog-image-v9">
  2610.                      
  2611.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2612.                      
  2613.                    </div>
  2614.                  </div>
  2615.                  <div class="blog-content-v9">
  2616.                    <h3 class="blog-title-v9 "><a class="top-color" href="/there-are-those-on-the-political-spectrum-who-offer-only-complaints-the-government-is-proceeding-with-the-job-of-economic-renewal/">There are those on the political spectrum who offer only complaints: The government is proceeding with the job of economic renewal.</a></h3>
  2617.                    <div class="blog-meta-v9">
  2618.                      <span>By <strong>Kenneth Lane</strong></span>
  2619.                      <span>•</span>
  2620.                      <span>13 May 2026</span>
  2621.                    </div>
  2622.                    <p class="blog-excerpt-v9"></p>
  2623.                    <div class="blog-actions-v9">
  2624.                      <a href="/there-are-those-on-the-political-spectrum-who-offer-only-complaints-the-government-is-proceeding-with-the-job-of-economic-renewal/" class="blog-read-more-v9">Read More →</a>
  2625.                    </div>
  2626.                  </div>
  2627.                </article>
  2628.              </div>
  2629.            
  2630.              <div class="col-md-6 pb-3">
  2631.                <article class="blog-card-v9 h-100">
  2632.                  <div class="blog-image-container-v9">
  2633.                    <div class="blog-image-v9">
  2634.                      
  2635.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2636.                      
  2637.                    </div>
  2638.                  </div>
  2639.                  <div class="blog-content-v9">
  2640.                    <h3 class="blog-title-v9 "><a class="top-color" href="/andy-burnham-was-likely-to-have-won-the-recent-byelection-states-labour-deputy-leader/">Andy Burnham Was &#x27;Likely&#x27; to Have Won the Recent Byelection, States Labour Deputy Leader</a></h3>
  2641.                    <div class="blog-meta-v9">
  2642.                      <span>By <strong>Kenneth Lane</strong></span>
  2643.                      <span>•</span>
  2644.                      <span>13 May 2026</span>
  2645.                    </div>
  2646.                    <p class="blog-excerpt-v9"></p>
  2647.                    <div class="blog-actions-v9">
  2648.                      <a href="/andy-burnham-was-likely-to-have-won-the-recent-byelection-states-labour-deputy-leader/" class="blog-read-more-v9">Read More →</a>
  2649.                    </div>
  2650.                  </div>
  2651.                </article>
  2652.              </div>
  2653.            
  2654.            
  2655.  
  2656.          </div>
  2657.        </div>
  2658.  
  2659.       <div class="col col-lg-4 col-12">
  2660.                
  2661.  
  2662.  
  2663.  
  2664.    
  2665.  
  2666.  
  2667. <!-- Blog Sidebar V2 - Focused Design -->
  2668.  <div class="sidebar mb-3">
  2669.    <!-- Recent Posts Section -->
  2670.    <div class="sidebar-widget mb-4">
  2671.      <div class="widget-title-wrapper mb-3">
  2672.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2673.          <i class="ti-time me-2"></i>Recent Posts
  2674.          <span class="title-arrow-primary"></span>
  2675.        </h4>
  2676.      </div>
  2677.      <div class="widget-content border border-light  shadow-sm rounded-3 p-4">
  2678.        <div class="recent-post-list">
  2679.          
  2680.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2681.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2682.              
  2683.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2684.              
  2685.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2686.            </div>
  2687.            <div class="post-content flex-grow-1">
  2688.              <h6 class="post-title mb-2">
  2689.                <a href="/previous-bbc-advisers-face-members-of-parliaments-grilling-following-assertions-of-partiality-in-unauthorized-memorandum/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2690.                                            Previous BBC Advisers Face Members of Parliament&#x27;s Grilling Following Assertions of Partiality in Unauthorized Memorandum
  2691.                                            </a>
  2692.              </h6>
  2693.              <div class="post-meta">
  2694.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>13 May 2026</small>
  2695.                <!-- <small class="text-muted">
  2696.                  <i class="ti-eye me-1"></i>348 views
  2697.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2698.                </small> -->
  2699.              </div>
  2700.            </div>
  2701.          </div>
  2702.          
  2703.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2704.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2705.              
  2706.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2707.              
  2708.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2709.            </div>
  2710.            <div class="post-content flex-grow-1">
  2711.              <h6 class="post-title mb-2">
  2712.                <a href="/the-blue-jays-secure-fall-classic-matchup-against-defending-champion-dodgers/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2713.                                            The Blue Jays Secure Fall Classic Matchup Against defending champion Dodgers
  2714.                                            </a>
  2715.              </h6>
  2716.              <div class="post-meta">
  2717.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>13 May 2026</small>
  2718.                <!-- <small class="text-muted">
  2719.                  <i class="ti-eye me-1"></i>348 views
  2720.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2721.                </small> -->
  2722.              </div>
  2723.            </div>
  2724.          </div>
  2725.          
  2726.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2727.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2728.              
  2729.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2730.              
  2731.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2732.            </div>
  2733.            <div class="post-content flex-grow-1">
  2734.              <h6 class="post-title mb-2">
  2735.                <a href="/the-visitors-include-shoaib-bashir-in-line-up-for-the-ashes-series-initial-match/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2736.                                            The visitors Include Shoaib Bashir in Line-up for The Ashes series Initial Match
  2737.                                            </a>
  2738.              </h6>
  2739.              <div class="post-meta">
  2740.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>13 May 2026</small>
  2741.                <!-- <small class="text-muted">
  2742.                  <i class="ti-eye me-1"></i>348 views
  2743.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2744.                </small> -->
  2745.              </div>
  2746.            </div>
  2747.          </div>
  2748.          
  2749.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2750.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2751.              
  2752.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2753.              
  2754.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2755.            </div>
  2756.            <div class="post-content flex-grow-1">
  2757.              <h6 class="post-title mb-2">
  2758.                <a href="/olympian-and-other-eritreans-released-after-18-years-without-facing-charges-relatives-say/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2759.                                            Olympian and Other Eritreans Released After 18 Years Without Facing Charges, Relatives Say
  2760.                                            </a>
  2761.              </h6>
  2762.              <div class="post-meta">
  2763.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>13 May 2026</small>
  2764.                <!-- <small class="text-muted">
  2765.                  <i class="ti-eye me-1"></i>348 views
  2766.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2767.                </small> -->
  2768.              </div>
  2769.            </div>
  2770.          </div>
  2771.          
  2772.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2773.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2774.              
  2775.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2776.              
  2777.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2778.            </div>
  2779.            <div class="post-content flex-grow-1">
  2780.              <h6 class="post-title mb-2">
  2781.                <a href="/the-kpop-demon-hunters-series-balloons-to-take-center-stage-at-the-iconic-thanksgiving-parade/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2782.                                            The KPop Demon Hunters Series Balloons to Take Center Stage at the Iconic Thanksgiving Parade
  2783.                                            </a>
  2784.              </h6>
  2785.              <div class="post-meta">
  2786.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 May 2026</small>
  2787.                <!-- <small class="text-muted">
  2788.                  <i class="ti-eye me-1"></i>348 views
  2789.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2790.                </small> -->
  2791.              </div>
  2792.            </div>
  2793.          </div>
  2794.          
  2795.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2796.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2797.              
  2798.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2799.              
  2800.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2801.            </div>
  2802.            <div class="post-content flex-grow-1">
  2803.              <h6 class="post-title mb-2">
  2804.                <a href="/shocking-discovery-bodies-of-vanished-mother-and-child-located-in-freezers-in-austria/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2805.                                            Shocking Discovery: Bodies of Vanished Mother and Child Located in Freezers in Austria
  2806.                                            </a>
  2807.              </h6>
  2808.              <div class="post-meta">
  2809.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 May 2026</small>
  2810.                <!-- <small class="text-muted">
  2811.                  <i class="ti-eye me-1"></i>348 views
  2812.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2813.                </small> -->
  2814.              </div>
  2815.            </div>
  2816.          </div>
  2817.          
  2818.  
  2819.        </div>
  2820.  
  2821.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2822.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2823.        </div> -->
  2824.      </div>
  2825.    </div>
  2826.    
  2827.    
  2828.    <div class="sidebar-widget mb-4">
  2829.      <div class="widget-title-wrapper mb-3">
  2830.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2831.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2832.          <span class="title-arrow"></span>
  2833.        </h4>
  2834.      </div>
  2835.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2836.        <div class="blog-roll-list scrollable-sidebar">
  2837.          
  2838.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2839.            <a href="https://www.voiceprint.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2840.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2841.                <i class="ti-angle-right me-2 text-primary"></i>
  2842.                 non gamstop casinos
  2843.              </h6>
  2844.            </a>
  2845.          </div>
  2846.          
  2847.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2848.            <a href="https://lagoccia.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2849.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2850.                <i class="ti-angle-right me-2 text-primary"></i>
  2851.                 online casinos
  2852.              </h6>
  2853.            </a>
  2854.          </div>
  2855.          
  2856.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2857.            <a href="https://www.casquette.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2858.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2859.                <i class="ti-angle-right me-2 text-primary"></i>
  2860.                 non gamstop casinos
  2861.              </h6>
  2862.            </a>
  2863.          </div>
  2864.          
  2865.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2866.            <a href="https://heyimhome.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2867.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2868.                <i class="ti-angle-right me-2 text-primary"></i>
  2869.                 online casino
  2870.              </h6>
  2871.            </a>
  2872.          </div>
  2873.          
  2874.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2875.            <a href="https://www.britishicehockey.co.uk/online-casinos/"  rel="dofollow" class="text-decoration-none ">
  2876.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2877.                <i class="ti-angle-right me-2 text-primary"></i>
  2878.                 best online casinos
  2879.              </h6>
  2880.            </a>
  2881.          </div>
  2882.          
  2883.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2884.            <a href="https://techconnect-live.com/"  rel="dofollow" class="text-decoration-none ">
  2885.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2886.                <i class="ti-angle-right me-2 text-primary"></i>
  2887.                 best online casinos
  2888.              </h6>
  2889.            </a>
  2890.          </div>
  2891.          
  2892.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2893.            <a href="https://www.sandpiperinn.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2894.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2895.                <i class="ti-angle-right me-2 text-primary"></i>
  2896.                 non gamstop casinos
  2897.              </h6>
  2898.            </a>
  2899.          </div>
  2900.          
  2901.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2902.            <a href="https://www.internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none ">
  2903.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2904.                <i class="ti-angle-right me-2 text-primary"></i>
  2905.                 non gamstop casino
  2906.              </h6>
  2907.            </a>
  2908.          </div>
  2909.          
  2910.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2911.            <a href="https://www.esports.net/uk/casino/non-gamstop-online-casinos"  rel="dofollow" class="text-decoration-none ">
  2912.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2913.                <i class="ti-angle-right me-2 text-primary"></i>
  2914.                 non gamstop casino
  2915.              </h6>
  2916.            </a>
  2917.          </div>
  2918.          
  2919.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2920.            <a href="https://www.kylebooks.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2921.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2922.                <i class="ti-angle-right me-2 text-primary"></i>
  2923.                 online casinos
  2924.              </h6>
  2925.            </a>
  2926.          </div>
  2927.          
  2928.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2929.            <a href="https://www.deakinandblue.com/"  rel="dofollow" class="text-decoration-none ">
  2930.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2931.                <i class="ti-angle-right me-2 text-primary"></i>
  2932.                 non gamstop casinos uk
  2933.              </h6>
  2934.            </a>
  2935.          </div>
  2936.          
  2937.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2938.            <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2939.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2940.                <i class="ti-angle-right me-2 text-primary"></i>
  2941.                 non gamstop casinos
  2942.              </h6>
  2943.            </a>
  2944.          </div>
  2945.          
  2946.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2947.            <a href="https://thelincolnite.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2948.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2949.                <i class="ti-angle-right me-2 text-primary"></i>
  2950.                 non gamstop casinos uk
  2951.              </h6>
  2952.            </a>
  2953.          </div>
  2954.          
  2955.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2956.            <a href="https://www.focus12.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2957.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2958.                <i class="ti-angle-right me-2 text-primary"></i>
  2959.                 online casino
  2960.              </h6>
  2961.            </a>
  2962.          </div>
  2963.          
  2964.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2965.            <a href="https://britishicehockey.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2966.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2967.                <i class="ti-angle-right me-2 text-primary"></i>
  2968.                 online casino
  2969.              </h6>
  2970.            </a>
  2971.          </div>
  2972.          
  2973.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2974.            <a href="https://esports-news.co.uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none ">
  2975.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2976.                <i class="ti-angle-right me-2 text-primary"></i>
  2977.                 casino not on gamstop
  2978.              </h6>
  2979.            </a>
  2980.          </div>
  2981.          
  2982.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2983.            <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/"  rel="dofollow" class="text-decoration-none ">
  2984.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2985.                <i class="ti-angle-right me-2 text-primary"></i>
  2986.                 non gamstop casino
  2987.              </h6>
  2988.            </a>
  2989.          </div>
  2990.          
  2991.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2992.            <a href="https://santanderjobs.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2993.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2994.                <i class="ti-angle-right me-2 text-primary"></i>
  2995.                 best uk betting sites
  2996.              </h6>
  2997.            </a>
  2998.          </div>
  2999.          
  3000.  
  3001.        </div>
  3002.  
  3003.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3004.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3005.        </div> -->
  3006.      </div>
  3007.    </div>
  3008.    
  3009.    <div class="sidebar-widget mb-4">
  3010.      <div class="widget-title-wrapper mb-3">
  3011.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3012.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  3013.          <span class="title-arrow"></span>
  3014.        </h4>
  3015.      </div>
  3016.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3017.        <div class="blog-roll-list scrollable-sidebar">
  3018.          
  3019.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3020.            <a href="https://www.tamworthinformed.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3021.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3022.                <i class="ti-angle-right me-2 text-primary"></i>
  3023.                 non gamstop casino
  3024.              </h6>
  3025.            </a>
  3026.          </div>
  3027.          
  3028.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3029.            <a href="https://www.heatonpark.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3030.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3031.                <i class="ti-angle-right me-2 text-primary"></i>
  3032.                 crypto casino
  3033.              </h6>
  3034.            </a>
  3035.          </div>
  3036.          
  3037.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3038.            <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none ">
  3039.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3040.                <i class="ti-angle-right me-2 text-primary"></i>
  3041.                 casino not on gamstop
  3042.              </h6>
  3043.            </a>
  3044.          </div>
  3045.          
  3046.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3047.            <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3048.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3049.                <i class="ti-angle-right me-2 text-primary"></i>
  3050.                 casino not on gamstop
  3051.              </h6>
  3052.            </a>
  3053.          </div>
  3054.          
  3055.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3056.            <a href="https://stmargarets.london/"  rel="dofollow" class="text-decoration-none ">
  3057.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3058.                <i class="ti-angle-right me-2 text-primary"></i>
  3059.                 non gamstop casino
  3060.              </h6>
  3061.            </a>
  3062.          </div>
  3063.          
  3064.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3065.            <a href="https://www.ambiental.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3066.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3067.                <i class="ti-angle-right me-2 text-primary"></i>
  3068.                 non gamstop casino
  3069.              </h6>
  3070.            </a>
  3071.          </div>
  3072.          
  3073.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3074.            <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3075.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3076.                <i class="ti-angle-right me-2 text-primary"></i>
  3077.                 uk casinos not on gamstop
  3078.              </h6>
  3079.            </a>
  3080.          </div>
  3081.          
  3082.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3083.            <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3084.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3085.                <i class="ti-angle-right me-2 text-primary"></i>
  3086.                 uk casinos not on gamstop
  3087.              </h6>
  3088.            </a>
  3089.          </div>
  3090.          
  3091.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3092.            <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none ">
  3093.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3094.                <i class="ti-angle-right me-2 text-primary"></i>
  3095.                 uk casinos not on gamstop
  3096.              </h6>
  3097.            </a>
  3098.          </div>
  3099.          
  3100.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3101.            <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3102.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3103.                <i class="ti-angle-right me-2 text-primary"></i>
  3104.                 uk casinos not on gamstop
  3105.              </h6>
  3106.            </a>
  3107.          </div>
  3108.          
  3109.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3110.            <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none ">
  3111.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3112.                <i class="ti-angle-right me-2 text-primary"></i>
  3113.                 uk casinos not on gamstop
  3114.              </h6>
  3115.            </a>
  3116.          </div>
  3117.          
  3118.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3119.            <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3120.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3121.                <i class="ti-angle-right me-2 text-primary"></i>
  3122.                 uk casinos not on gamstop
  3123.              </h6>
  3124.            </a>
  3125.          </div>
  3126.          
  3127.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3128.            <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none ">
  3129.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3130.                <i class="ti-angle-right me-2 text-primary"></i>
  3131.                 casino sites not on gamstop
  3132.              </h6>
  3133.            </a>
  3134.          </div>
  3135.          
  3136.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3137.            <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3138.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3139.                <i class="ti-angle-right me-2 text-primary"></i>
  3140.                 uk casinos not on gamstop
  3141.              </h6>
  3142.            </a>
  3143.          </div>
  3144.          
  3145.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3146.            <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3147.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3148.                <i class="ti-angle-right me-2 text-primary"></i>
  3149.                 uk casinos not on gamstop
  3150.              </h6>
  3151.            </a>
  3152.          </div>
  3153.          
  3154.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3155.            <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3156.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3157.                <i class="ti-angle-right me-2 text-primary"></i>
  3158.                 uk casinos not on gamstop
  3159.              </h6>
  3160.            </a>
  3161.          </div>
  3162.          
  3163.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3164.            <a href="https://www.elthampalace.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3165.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3166.                <i class="ti-angle-right me-2 text-primary"></i>
  3167.                 uk casinos not on gamstop
  3168.              </h6>
  3169.            </a>
  3170.          </div>
  3171.          
  3172.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3173.            <a href="https://llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk"  rel="dofollow" class="text-decoration-none ">
  3174.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3175.                <i class="ti-angle-right me-2 text-primary"></i>
  3176.                 online casinos
  3177.              </h6>
  3178.            </a>
  3179.          </div>
  3180.          
  3181.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3182.            <a href="https://tridentcryptofund.com/"  rel="dofollow" class="text-decoration-none ">
  3183.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3184.                <i class="ti-angle-right me-2 text-primary"></i>
  3185.                 bitcoin casino
  3186.              </h6>
  3187.            </a>
  3188.          </div>
  3189.          
  3190.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3191.            <a href="https://www.qualityofcarenetwork.org/"  rel="dofollow" class="text-decoration-none ">
  3192.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3193.                <i class="ti-angle-right me-2 text-primary"></i>
  3194.                 lolajack casino
  3195.              </h6>
  3196.            </a>
  3197.          </div>
  3198.          
  3199.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3200.            <a href="https://openidentityexchange.org"  rel="dofollow" class="text-decoration-none ">
  3201.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3202.                <i class="ti-angle-right me-2 text-primary"></i>
  3203.                 casino not on gamstop
  3204.              </h6>
  3205.            </a>
  3206.          </div>
  3207.          
  3208.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3209.            <a href="https://editorialintelligence.com"  rel="dofollow" class="text-decoration-none ">
  3210.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3211.                <i class="ti-angle-right me-2 text-primary"></i>
  3212.                 non gamstop casinos
  3213.              </h6>
  3214.            </a>
  3215.          </div>
  3216.          
  3217.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3218.            <a href="https://epik.org.uk"  rel="dofollow" class="text-decoration-none ">
  3219.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3220.                <i class="ti-angle-right me-2 text-primary"></i>
  3221.                 non gamstop casinos
  3222.              </h6>
  3223.            </a>
  3224.          </div>
  3225.          
  3226.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3227.            <a href="https://bonhillevents.com"  rel="dofollow" class="text-decoration-none ">
  3228.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3229.                <i class="ti-angle-right me-2 text-primary"></i>
  3230.                 non gamstop casinos
  3231.              </h6>
  3232.            </a>
  3233.          </div>
  3234.          
  3235.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3236.            <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3237.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3238.                <i class="ti-angle-right me-2 text-primary"></i>
  3239.                 Non UK Casino
  3240.              </h6>
  3241.            </a>
  3242.          </div>
  3243.          
  3244.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3245.            <a href="https://superdao.co/"  rel="dofollow" class="text-decoration-none ">
  3246.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3247.                <i class="ti-angle-right me-2 text-primary"></i>
  3248.                 crypto casino no deposit bonus
  3249.              </h6>
  3250.            </a>
  3251.          </div>
  3252.          
  3253.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3254.            <a href="https://www.4ye.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3255.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3256.                <i class="ti-angle-right me-2 text-primary"></i>
  3257.                 non gamstop casino
  3258.              </h6>
  3259.            </a>
  3260.          </div>
  3261.          
  3262.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3263.            <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none ">
  3264.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3265.                <i class="ti-angle-right me-2 text-primary"></i>
  3266.                 casino not on gamstop
  3267.              </h6>
  3268.            </a>
  3269.          </div>
  3270.          
  3271.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3272.            <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3273.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3274.                <i class="ti-angle-right me-2 text-primary"></i>
  3275.                 casino not on gamstop
  3276.              </h6>
  3277.            </a>
  3278.          </div>
  3279.          
  3280.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3281.            <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none ">
  3282.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3283.                <i class="ti-angle-right me-2 text-primary"></i>
  3284.                 casino not on gamstop
  3285.              </h6>
  3286.            </a>
  3287.          </div>
  3288.          
  3289.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3290.            <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3291.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3292.                <i class="ti-angle-right me-2 text-primary"></i>
  3293.                 Casinos Not on GamStop
  3294.              </h6>
  3295.            </a>
  3296.          </div>
  3297.          
  3298.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3299.            <a href="https://newsoundgeneration.co.uk/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none ">
  3300.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3301.                <i class="ti-angle-right me-2 text-primary"></i>
  3302.                 Best Non Gamstop Casino
  3303.              </h6>
  3304.            </a>
  3305.          </div>
  3306.          
  3307.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3308.            <a href="https://fdncoffee.com"  rel="dofollow" class="text-decoration-none ">
  3309.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3310.                <i class="ti-angle-right me-2 text-primary"></i>
  3311.                 non GamStop casinos UK
  3312.              </h6>
  3313.            </a>
  3314.          </div>
  3315.          
  3316.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3317.            <a href="https://www.bmag.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3318.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3319.                <i class="ti-angle-right me-2 text-primary"></i>
  3320.                 uk online casinos list
  3321.              </h6>
  3322.            </a>
  3323.          </div>
  3324.          
  3325.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3326.            <a href="https://www.toop.eu/"  rel="dofollow" class="text-decoration-none ">
  3327.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3328.                <i class="ti-angle-right me-2 text-primary"></i>
  3329.                 best non Gamstop casinos
  3330.              </h6>
  3331.            </a>
  3332.          </div>
  3333.          
  3334.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3335.            <a href="https://bikeweek.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3336.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3337.                <i class="ti-angle-right me-2 text-primary"></i>
  3338.                 best non gamstop casinos
  3339.              </h6>
  3340.            </a>
  3341.          </div>
  3342.          
  3343.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3344.            <a href="https://ecademy.com/"  rel="dofollow" class="text-decoration-none ">
  3345.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3346.                <i class="ti-angle-right me-2 text-primary"></i>
  3347.                 uk casinos not on gamstop
  3348.              </h6>
  3349.            </a>
  3350.          </div>
  3351.          
  3352.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3353.            <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none ">
  3354.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3355.                <i class="ti-angle-right me-2 text-primary"></i>
  3356.                 casino sites not on gamstop
  3357.              </h6>
  3358.            </a>
  3359.          </div>
  3360.          
  3361.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3362.            <a href="https://www.testandverification.com/"  rel="dofollow" class="text-decoration-none ">
  3363.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3364.                <i class="ti-angle-right me-2 text-primary"></i>
  3365.                 uk casinos not on gamstop
  3366.              </h6>
  3367.            </a>
  3368.          </div>
  3369.          
  3370.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3371.            <a href="https://israelpremiertech.com"  rel="dofollow" class="text-decoration-none ">
  3372.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3373.                <i class="ti-angle-right me-2 text-primary"></i>
  3374.                 games not on GamStop
  3375.              </h6>
  3376.            </a>
  3377.          </div>
  3378.          
  3379.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3380.            <a href="https://www.happydaysrv.co.uk"  rel="dofollow" class="text-decoration-none ">
  3381.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3382.                <i class="ti-angle-right me-2 text-primary"></i>
  3383.                 casino not on GamStop
  3384.              </h6>
  3385.            </a>
  3386.          </div>
  3387.          
  3388.  
  3389.        </div>
  3390.  
  3391.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3392.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3393.        </div> -->
  3394.      </div>
  3395.    </div>
  3396.    
  3397.    <div class="sidebar-widget mb-4">
  3398.      <div class="widget-title-wrapper mb-3">
  3399.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3400.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3401.          <span class="title-arrow"></span>
  3402.        </h4>
  3403.      </div>
  3404.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3405.        <div class="blog-roll-list scrollable-sidebar">
  3406.          
  3407.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3408.            <a href="https://www.gullwingbridge.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3409.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3410.                <i class="ti-angle-right me-2 text-primary"></i>
  3411.                 non GamStop casinos
  3412.              </h6>
  3413.            </a>
  3414.          </div>
  3415.          
  3416.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3417.            <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3418.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3419.                <i class="ti-angle-right me-2 text-primary"></i>
  3420.                 slots not on GamStop
  3421.              </h6>
  3422.            </a>
  3423.          </div>
  3424.          
  3425.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3426.            <a href="https://www.cranleyclinic.com/"  rel="dofollow" class="text-decoration-none ">
  3427.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3428.                <i class="ti-angle-right me-2 text-primary"></i>
  3429.                 non GamStop sites
  3430.              </h6>
  3431.            </a>
  3432.          </div>
  3433.          
  3434.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3435.            <a href="https://ola.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3436.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3437.                <i class="ti-angle-right me-2 text-primary"></i>
  3438.                 gambling sites not on GamStop
  3439.              </h6>
  3440.            </a>
  3441.          </div>
  3442.          
  3443.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3444.            <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3445.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3446.                <i class="ti-angle-right me-2 text-primary"></i>
  3447.                 Non UKGC
  3448.              </h6>
  3449.            </a>
  3450.          </div>
  3451.          
  3452.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3453.            <a href="https://www.roostblog.com/"  rel="dofollow" class="text-decoration-none ">
  3454.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3455.                <i class="ti-angle-right me-2 text-primary"></i>
  3456.                 crypto casinos uk
  3457.              </h6>
  3458.            </a>
  3459.          </div>
  3460.          
  3461.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3462.            <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3463.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3464.                <i class="ti-angle-right me-2 text-primary"></i>
  3465.                 casinos not on gamstop
  3466.              </h6>
  3467.            </a>
  3468.          </div>
  3469.          
  3470.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3471.            <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3472.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3473.                <i class="ti-angle-right me-2 text-primary"></i>
  3474.                 non gamstop casino
  3475.              </h6>
  3476.            </a>
  3477.          </div>
  3478.          
  3479.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3480.            <a href="https://citytosea.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3481.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3482.                <i class="ti-angle-right me-2 text-primary"></i>
  3483.                 gambling site
  3484.              </h6>
  3485.            </a>
  3486.          </div>
  3487.          
  3488.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3489.            <a href="https://www.hdra.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3490.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3491.                <i class="ti-angle-right me-2 text-primary"></i>
  3492.                 betting sites not on gamstop
  3493.              </h6>
  3494.            </a>
  3495.          </div>
  3496.          
  3497.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3498.            <a href="https://www.squarebox.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3499.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3500.                <i class="ti-angle-right me-2 text-primary"></i>
  3501.                 non gamstop casinos
  3502.              </h6>
  3503.            </a>
  3504.          </div>
  3505.          
  3506.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3507.            <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3508.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3509.                <i class="ti-angle-right me-2 text-primary"></i>
  3510.                 casino not on GamStop UK
  3511.              </h6>
  3512.            </a>
  3513.          </div>
  3514.          
  3515.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3516.            <a href="https://www.dinton-pastures.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3517.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3518.                <i class="ti-angle-right me-2 text-primary"></i>
  3519.                 casino not on GamStop UK
  3520.              </h6>
  3521.            </a>
  3522.          </div>
  3523.          
  3524.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3525.            <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none ">
  3526.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3527.                <i class="ti-angle-right me-2 text-primary"></i>
  3528.                 non GamStop casinos
  3529.              </h6>
  3530.            </a>
  3531.          </div>
  3532.          
  3533.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3534.            <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none ">
  3535.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3536.                <i class="ti-angle-right me-2 text-primary"></i>
  3537.                 casinos not on GamStop
  3538.              </h6>
  3539.            </a>
  3540.          </div>
  3541.          
  3542.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3543.            <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none ">
  3544.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3545.                <i class="ti-angle-right me-2 text-primary"></i>
  3546.                 online casino not on GamStop
  3547.              </h6>
  3548.            </a>
  3549.          </div>
  3550.          
  3551.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3552.            <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3553.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3554.                <i class="ti-angle-right me-2 text-primary"></i>
  3555.                 casinos not on GamStop
  3556.              </h6>
  3557.            </a>
  3558.          </div>
  3559.          
  3560.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3561.            <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3562.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3563.                <i class="ti-angle-right me-2 text-primary"></i>
  3564.                 non GamStop
  3565.              </h6>
  3566.            </a>
  3567.          </div>
  3568.          
  3569.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3570.            <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3571.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3572.                <i class="ti-angle-right me-2 text-primary"></i>
  3573.                 casino not on GAMSTOP
  3574.              </h6>
  3575.            </a>
  3576.          </div>
  3577.          
  3578.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3579.            <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none ">
  3580.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3581.                <i class="ti-angle-right me-2 text-primary"></i>
  3582.                 UK non GAMSTOP casinos
  3583.              </h6>
  3584.            </a>
  3585.          </div>
  3586.          
  3587.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3588.            <a href="https://free2learn.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3589.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3590.                <i class="ti-angle-right me-2 text-primary"></i>
  3591.                 non gamstop casino
  3592.              </h6>
  3593.            </a>
  3594.          </div>
  3595.          
  3596.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3597.            <a href="https://www.toop.eu"  rel="dofollow" class="text-decoration-none ">
  3598.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3599.                <i class="ti-angle-right me-2 text-primary"></i>
  3600.                 online casinos
  3601.              </h6>
  3602.            </a>
  3603.          </div>
  3604.          
  3605.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3606.            <a href="https://thefoodmarket.com/"  rel="dofollow" class="text-decoration-none ">
  3607.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3608.                <i class="ti-angle-right me-2 text-primary"></i>
  3609.                 bitcoin casinos UK
  3610.              </h6>
  3611.            </a>
  3612.          </div>
  3613.          
  3614.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3615.            <a href="https://bapca.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3616.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3617.                <i class="ti-angle-right me-2 text-primary"></i>
  3618.                 online casinos
  3619.              </h6>
  3620.            </a>
  3621.          </div>
  3622.          
  3623.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3624.            <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none ">
  3625.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3626.                <i class="ti-angle-right me-2 text-primary"></i>
  3627.                 non gamstop casino
  3628.              </h6>
  3629.            </a>
  3630.          </div>
  3631.          
  3632.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3633.            <a href="https://www.employersforwork-lifebalance.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3634.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3635.                <i class="ti-angle-right me-2 text-primary"></i>
  3636.                 casino not on gamstop
  3637.              </h6>
  3638.            </a>
  3639.          </div>
  3640.          
  3641.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3642.            <a href="https://www.money-mentor.org/"  rel="dofollow" class="text-decoration-none ">
  3643.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3644.                <i class="ti-angle-right me-2 text-primary"></i>
  3645.                 no kyc casinos
  3646.              </h6>
  3647.            </a>
  3648.          </div>
  3649.          
  3650.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3651.            <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none ">
  3652.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3653.                <i class="ti-angle-right me-2 text-primary"></i>
  3654.                 non gamstop casinos
  3655.              </h6>
  3656.            </a>
  3657.          </div>
  3658.          
  3659.  
  3660.        </div>
  3661.  
  3662.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3663.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3664.        </div> -->
  3665.      </div>
  3666.    </div>
  3667.    
  3668.    <div class="sidebar-widget mb-4">
  3669.      <div class="widget-title-wrapper mb-3">
  3670.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3671.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3672.          <span class="title-arrow"></span>
  3673.        </h4>
  3674.      </div>
  3675.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3676.        <div class="blog-roll-list scrollable-sidebar">
  3677.          
  3678.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3679.            <a href="https://croftersrights.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3680.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3681.                <i class="ti-angle-right me-2 text-primary"></i>
  3682.                 casino online
  3683.              </h6>
  3684.            </a>
  3685.          </div>
  3686.          
  3687.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3688.            <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none ">
  3689.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3690.                <i class="ti-angle-right me-2 text-primary"></i>
  3691.                 casino not on gamstop
  3692.              </h6>
  3693.            </a>
  3694.          </div>
  3695.          
  3696.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3697.            <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3698.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3699.                <i class="ti-angle-right me-2 text-primary"></i>
  3700.                 casino not on gamstop
  3701.              </h6>
  3702.            </a>
  3703.          </div>
  3704.          
  3705.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3706.            <a href="https://free2learn.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3707.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3708.                <i class="ti-angle-right me-2 text-primary"></i>
  3709.                 best online casinos uk
  3710.              </h6>
  3711.            </a>
  3712.          </div>
  3713.          
  3714.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3715.            <a href="https://www.casquette.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3716.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3717.                <i class="ti-angle-right me-2 text-primary"></i>
  3718.                 online casinos
  3719.              </h6>
  3720.            </a>
  3721.          </div>
  3722.          
  3723.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3724.            <a href="https://jst.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3725.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3726.                <i class="ti-angle-right me-2 text-primary"></i>
  3727.                 online casinos
  3728.              </h6>
  3729.            </a>
  3730.          </div>
  3731.          
  3732.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3733.            <a href="https://www.techandplay.org/"  rel="dofollow" class="text-decoration-none ">
  3734.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3735.                <i class="ti-angle-right me-2 text-primary"></i>
  3736.                 betting sites not on gamstop
  3737.              </h6>
  3738.            </a>
  3739.          </div>
  3740.          
  3741.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3742.            <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3743.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3744.                <i class="ti-angle-right me-2 text-primary"></i>
  3745.                 non gamstop casino
  3746.              </h6>
  3747.            </a>
  3748.          </div>
  3749.          
  3750.  
  3751.        </div>
  3752.  
  3753.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3754.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3755.        </div> -->
  3756.      </div>
  3757.    </div>
  3758.    
  3759.  </div>
  3760.  
  3761. <!-- Sidebar V2 Styles -->
  3762. <style>
  3763.  .sidebar-widget {
  3764.    position: relative;
  3765.  }
  3766.  
  3767.  .widget-title {
  3768.    font-size: 1.1rem;
  3769.    font-weight: 700;
  3770.    display: inline-block;
  3771.    position: relative;
  3772.    z-index: 2;
  3773.    border-radius: 0;
  3774.  }
  3775.  
  3776.  /* Green arrow for August Blog Roll */
  3777.  .title-arrow::after {
  3778.    content: '';
  3779.    position: absolute;
  3780.    top: 0;
  3781.    right: -22px;
  3782.    width: 0;
  3783.    height: 0;
  3784.    border-left: 22px solid var(--bs-primary);
  3785.    border-top: 22px solid transparent;
  3786.    border-bottom: 22px solid transparent;
  3787.    z-index: 1;
  3788.  }
  3789.  
  3790.  /* Blue arrow for Recent Posts */
  3791.  .title-arrow-primary::after {
  3792.    content: '';
  3793.    position: absolute;
  3794.    top: 0;
  3795.    right: -22px;
  3796.    width: 0;
  3797.    height: 0;
  3798.    border-left: 22px solid var(--bs-primary);
  3799.    border-top: 22px solid transparent;
  3800.    border-bottom: 22px solid transparent;
  3801.    z-index: 1;
  3802.  }
  3803.  
  3804.  .widget-content {
  3805.    margin-top: -1px;
  3806.    position: relative;
  3807.    z-index: 1;
  3808.     background-color: var(--card-bg);
  3809.  }
  3810.  
  3811.  /* Blog Roll Items Hover Effects */
  3812.  .blog-roll-item:hover .post-title {
  3813.    color: #198754 !important;
  3814.    transform: translateX(5px);
  3815.    transition: all 0.3s ease;
  3816.  }
  3817.  
  3818.  /* Recent Post Items Hover Effects */
  3819.  .recent-post-item:hover .post-title a {
  3820.    color: #0d6efd !important;
  3821.    transition: color 0.3s ease;
  3822.  }
  3823.  
  3824.  .recent-post-item:hover .post-image img {
  3825.    transform: scale(1.05);
  3826.    transition: transform 0.3s ease;
  3827.  }
  3828.  
  3829.  /* Button Hover Effects */
  3830.  .btn:hover {
  3831.    transform: translateY(-2px);
  3832.    transition: all 0.3s ease;
  3833.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3834.  }
  3835.  
  3836.  /* Badge Hover Effects */
  3837.  .badge:hover {
  3838.    transform: scale(1.05);
  3839.    transition: transform 0.3s ease;
  3840.  }
  3841.  
  3842.  @media (max-width: 991px) {
  3843.    .sidebar {
  3844.      margin-top: 3rem;
  3845.    }
  3846.  }
  3847.  
  3848.  @media (max-width: 576px) {
  3849.    .widget-title {
  3850.      font-size: 1rem;
  3851.      padding: 0.75rem 1rem !important;
  3852.    }
  3853.  
  3854.    .title-arrow::after,
  3855.    .title-arrow-primary::after {
  3856.      right: -18px;
  3857.      border-left-width: 18px;
  3858.      border-top-width: 18px;
  3859.      border-bottom-width: 18px;
  3860.    }
  3861.  
  3862.    .post-image {
  3863.      width: 70px !important;
  3864.      height: 55px !important;
  3865.    }
  3866.  
  3867.    .blog-meta {
  3868.      flex-direction: column !important;
  3869.      align-items: flex-start !important;
  3870.      gap: 0.5rem;
  3871.    }
  3872.  }
  3873. </style>
  3874.  
  3875.    
  3876.            </div>
  3877.      </div>
  3878.    </div>
  3879.  </section>
  3880.  
  3881.  <script>
  3882.    // Intersection Observer for Fade-in Effect
  3883.    document.addEventListener('DOMContentLoaded', function () {
  3884.      const observerOptions = {
  3885.        threshold: 0.2,
  3886.        rootMargin: '0px 0px -50px 0px'
  3887.      }
  3888.    
  3889.      const observer = new IntersectionObserver(function (entries, observer) {
  3890.        entries.forEach((entry) => {
  3891.          if (entry.isIntersecting) {
  3892.            entry.target.classList.add('fade-in')
  3893.            observer.unobserve(entry.target)
  3894.          }
  3895.        })
  3896.      }, observerOptions)
  3897.    
  3898.      document.querySelectorAll('.blog-card-v9').forEach((card) => {
  3899.        observer.observe(card)
  3900.      })
  3901.    })
  3902.  </script>
  3903.  
  3904.  
  3905.    
  3906.        
  3907.        <!-- end wpo-blog-highlights-section -->
  3908.        <!-- start wpo-blog-sponsored-section -->
  3909.        
  3910.  
  3911.  
  3912.  
  3913.    
  3914.  
  3915.  
  3916.  
  3917. <style>
  3918.    .sponsored-section-v5 {
  3919.        padding: 40px 0;
  3920.    }
  3921.    
  3922.    .sponsored-card-v5 {
  3923.        background: var(--card-bg);
  3924.        border: 1px solid #f5f5f5;
  3925.        border-radius: var(--border-radius);
  3926.        transition: border-color 0.3s ease;
  3927.        height: 100%;
  3928.    }
  3929.    
  3930.    .sponsored-card-v5:hover {
  3931.        border-color: var(--bs-primary);
  3932.    }
  3933.    
  3934.    .sponsored-image-v5 {
  3935.        position: relative;
  3936.        background: var(--card-bg);
  3937.        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  3938.        margin: 15px 15px 0;
  3939.    }
  3940.    
  3941.    .sponsored-image-v5 img {
  3942.        width: 100%;
  3943.        height: 140px;
  3944.        object-fit: cover;
  3945.        border-radius: var(--border-radius);
  3946.    }
  3947.    
  3948.    .sponsored-badge-v5 {
  3949.        position: absolute;
  3950.        top: 6px;
  3951.        left: 8px;
  3952.        padding: 4px 10px;
  3953.        font-size: 11px;
  3954.        font-weight: 600;
  3955.        text-transform: uppercase;    
  3956.        border-radius: var(--border-radius);
  3957.    }
  3958.    
  3959.    .sponsored-badge-v5::before {
  3960.        content: '';
  3961.        position: absolute;
  3962.        top: 8px;
  3963.        left: -10px;
  3964.        border-top: 10px solid var(--bs-primary);
  3965.        border-left: 10px solid transparent;
  3966.        transform: rotate(45deg);
  3967.    }
  3968.    
  3969.    .sponsored-content-v5 {
  3970.        padding: 15px;
  3971.    }
  3972.    
  3973.    .sponsored-title-v5 {
  3974.        font-size: 15px;
  3975.        font-weight: 700;
  3976.        line-height: 1.4;
  3977.        margin-bottom: 8px;
  3978.        color: #333;
  3979.    }
  3980.    
  3981.    .sponsored-title-v5 a {
  3982.        text-decoration: none;
  3983.        color: #333;
  3984.    }
  3985.    
  3986.    .sponsored-title-v5 a:hover {
  3987.        color: var(--bs-primary); /* Purple hover */
  3988.    }
  3989.    
  3990.    .sponsored-excerpt-v5 {
  3991.        font-size: 12px;
  3992.        font-style: italic;
  3993.        color: #868e96;
  3994.        margin-bottom: 10px;
  3995.        line-height: 1.5;
  3996.    }
  3997.    
  3998.    .sponsored-meta-v5 {
  3999.        font-size: 11px;
  4000.        color: #6c757d;
  4001.    }
  4002.    
  4003.    .author-info-v5 {
  4004.        margin-bottom: 5px;
  4005.    }
  4006.    
  4007.    .sponsored-author-img-v5 {
  4008.        width: 22px;
  4009.        height: 22px;
  4010.        border-radius: var(--border-radius);
  4011.        object-fit: cover;
  4012.        vertical-align: middle;
  4013.        margin-right: 5px;
  4014.    }
  4015.    
  4016.    .section-title-sponsored-v5 {
  4017.        font-size: 2.1rem;
  4018.        font-weight: 700;
  4019.        text-align: center;
  4020.        margin-bottom: 30px;
  4021.        color: #333;
  4022.        position: relative;
  4023.    }
  4024.    
  4025.    .section-title-sponsored-v5::after {
  4026.        content: '';
  4027.        position: absolute;
  4028.        bottom: -10px;
  4029.        left: 50%;
  4030.        transform: translateX(-50%);
  4031.        width: 80px;
  4032.        height: 2px;
  4033.        background: var(--bs-primary);
  4034.        box-shadow: 0 2px 0 0 var(--bs-primary);
  4035.    }
  4036.  
  4037.    @media (max-width: 768px) {
  4038.        .sponsored-section-v5 {
  4039.            padding: 25px 0;
  4040.        }
  4041.        .sponsored-image-v5 {
  4042.            margin: 10px 10px 0;
  4043.            padding: 8px;
  4044.        }
  4045.        .sponsored-image-v5 img {
  4046.            height: 120px;
  4047.        }
  4048.        .sponsored-content-v5 {
  4049.            padding: 12px;
  4050.        }
  4051.        .sponsored-title-v5 {
  4052.            font-size: 14px;
  4053.        }
  4054.        .sponsored-excerpt-v5 {
  4055.            font-size: 11px;
  4056.        }
  4057.        .section-title-sponsored-v5 {
  4058.            font-size: 1.7rem;
  4059.        }
  4060.    }
  4061. </style>
  4062.  
  4063. <section class="sponsored-section-v5">
  4064.    <div class="container-fluid fluid-container">
  4065.        <div class="row">
  4066.            <div class="col-12">
  4067.                <h2 class="section-title-sponsored-v5">Sponsored News</h2>
  4068.            </div>
  4069.        </div>
  4070.        
  4071.        <div class="row g-3">
  4072.            
  4073.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4074.                <div class="card sponsored-card-v5">
  4075.                    <div class="sponsored-image-v5">
  4076.                        
  4077.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4078.                        
  4079.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4080.                    </div>
  4081.                    <div class="sponsored-content-v5">
  4082.                        <h3 class="sponsored-title-v5">
  4083.                            <a href="/previous-bbc-advisers-face-members-of-parliaments-grilling-following-assertions-of-partiality-in-unauthorized-memorandum/" >
  4084.                                            Previous BBC Advisers Face Members of Parliament&#x27;s Grilling Following Assertions of Partiality in Unauthorized Memorandum
  4085.                                            </a>
  4086.                        </h3>
  4087.                        <p class="sponsored-excerpt-v5">
  4088.                          
  4089.                        </p>
  4090.                        <div class="sponsored-meta-v5">
  4091.                            <div class="author-info-v5">
  4092.                                
  4093.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kenneth Lane" class="sponsored-author-img-v5">
  4094.                                
  4095.                                <span>
  4096.                                    Kenneth Lane
  4097.                                </span>
  4098.                            </div>
  4099.                            <div>13 May 2026</div>
  4100.                        </div>
  4101.                    </div>
  4102.                </div>
  4103.            </div>
  4104.            
  4105.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4106.                <div class="card sponsored-card-v5">
  4107.                    <div class="sponsored-image-v5">
  4108.                        
  4109.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4110.                        
  4111.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4112.                    </div>
  4113.                    <div class="sponsored-content-v5">
  4114.                        <h3 class="sponsored-title-v5">
  4115.                            <a href="/the-blue-jays-secure-fall-classic-matchup-against-defending-champion-dodgers/" >
  4116.                                            The Blue Jays Secure Fall Classic Matchup Against defending champion Dodgers
  4117.                                            </a>
  4118.                        </h3>
  4119.                        <p class="sponsored-excerpt-v5">
  4120.                          
  4121.                        </p>
  4122.                        <div class="sponsored-meta-v5">
  4123.                            <div class="author-info-v5">
  4124.                                
  4125.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kenneth Lane" class="sponsored-author-img-v5">
  4126.                                
  4127.                                <span>
  4128.                                    Kenneth Lane
  4129.                                </span>
  4130.                            </div>
  4131.                            <div>13 May 2026</div>
  4132.                        </div>
  4133.                    </div>
  4134.                </div>
  4135.            </div>
  4136.            
  4137.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4138.                <div class="card sponsored-card-v5">
  4139.                    <div class="sponsored-image-v5">
  4140.                        
  4141.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4142.                        
  4143.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4144.                    </div>
  4145.                    <div class="sponsored-content-v5">
  4146.                        <h3 class="sponsored-title-v5">
  4147.                            <a href="/the-visitors-include-shoaib-bashir-in-line-up-for-the-ashes-series-initial-match/" >
  4148.                                            The visitors Include Shoaib Bashir in Line-up for The Ashes series Initial Match
  4149.                                            </a>
  4150.                        </h3>
  4151.                        <p class="sponsored-excerpt-v5">
  4152.                          
  4153.                        </p>
  4154.                        <div class="sponsored-meta-v5">
  4155.                            <div class="author-info-v5">
  4156.                                
  4157.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kenneth Lane" class="sponsored-author-img-v5">
  4158.                                
  4159.                                <span>
  4160.                                    Kenneth Lane
  4161.                                </span>
  4162.                            </div>
  4163.                            <div>13 May 2026</div>
  4164.                        </div>
  4165.                    </div>
  4166.                </div>
  4167.            </div>
  4168.            
  4169.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4170.                <div class="card sponsored-card-v5">
  4171.                    <div class="sponsored-image-v5">
  4172.                        
  4173.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4174.                        
  4175.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4176.                    </div>
  4177.                    <div class="sponsored-content-v5">
  4178.                        <h3 class="sponsored-title-v5">
  4179.                            <a href="/olympian-and-other-eritreans-released-after-18-years-without-facing-charges-relatives-say/" >
  4180.                                            Olympian and Other Eritreans Released After 18 Years Without Facing Charges, Relatives Say
  4181.                                            </a>
  4182.                        </h3>
  4183.                        <p class="sponsored-excerpt-v5">
  4184.                          
  4185.                        </p>
  4186.                        <div class="sponsored-meta-v5">
  4187.                            <div class="author-info-v5">
  4188.                                
  4189.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kenneth Lane" class="sponsored-author-img-v5">
  4190.                                
  4191.                                <span>
  4192.                                    Kenneth Lane
  4193.                                </span>
  4194.                            </div>
  4195.                            <div>13 May 2026</div>
  4196.                        </div>
  4197.                    </div>
  4198.                </div>
  4199.            </div>
  4200.            
  4201.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4202.                <div class="card sponsored-card-v5">
  4203.                    <div class="sponsored-image-v5">
  4204.                        
  4205.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4206.                        
  4207.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4208.                    </div>
  4209.                    <div class="sponsored-content-v5">
  4210.                        <h3 class="sponsored-title-v5">
  4211.                            <a href="/the-kpop-demon-hunters-series-balloons-to-take-center-stage-at-the-iconic-thanksgiving-parade/" >
  4212.                                            The KPop Demon Hunters Series Balloons to Take Center Stage at the Iconic Thanksgiving Parade
  4213.                                            </a>
  4214.                        </h3>
  4215.                        <p class="sponsored-excerpt-v5">
  4216.                          
  4217.                        </p>
  4218.                        <div class="sponsored-meta-v5">
  4219.                            <div class="author-info-v5">
  4220.                                
  4221.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kenneth Lane" class="sponsored-author-img-v5">
  4222.                                
  4223.                                <span>
  4224.                                    Kenneth Lane
  4225.                                </span>
  4226.                            </div>
  4227.                            <div>12 May 2026</div>
  4228.                        </div>
  4229.                    </div>
  4230.                </div>
  4231.            </div>
  4232.            
  4233.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4234.                <div class="card sponsored-card-v5">
  4235.                    <div class="sponsored-image-v5">
  4236.                        
  4237.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4238.                        
  4239.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4240.                    </div>
  4241.                    <div class="sponsored-content-v5">
  4242.                        <h3 class="sponsored-title-v5">
  4243.                            <a href="/shocking-discovery-bodies-of-vanished-mother-and-child-located-in-freezers-in-austria/" >
  4244.                                            Shocking Discovery: Bodies of Vanished Mother and Child Located in Freezers in Austria
  4245.                                            </a>
  4246.                        </h3>
  4247.                        <p class="sponsored-excerpt-v5">
  4248.                          
  4249.                        </p>
  4250.                        <div class="sponsored-meta-v5">
  4251.                            <div class="author-info-v5">
  4252.                                
  4253.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kenneth Lane" class="sponsored-author-img-v5">
  4254.                                
  4255.                                <span>
  4256.                                    Kenneth Lane
  4257.                                </span>
  4258.                            </div>
  4259.                            <div>12 May 2026</div>
  4260.                        </div>
  4261.                    </div>
  4262.                </div>
  4263.            </div>
  4264.            
  4265.        </div>
  4266.    </div>
  4267. </section>
  4268.  
  4269.  
  4270.    
  4271.        <!-- end wpo-blog-sponsored-section -->
  4272.        <!-- start wpo-subscribe-section -->
  4273.        
  4274.        <!-- end subscribe-section -->
  4275.        <!-- start of wpo-site-footer-section -->
  4276.        
  4277.  
  4278.  
  4279.  
  4280.  
  4281.  
  4282.  
  4283. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  4284. <footer class="footer-v5 bg-primary-gradient border-top">
  4285.    
  4286.    <!-- Main Footer Content -->
  4287.    <div class="container-fluid py-5">
  4288.        
  4289.        <!-- Top Section with Logo and Description -->
  4290.        <div class="row mb-5">
  4291.            <div class="col-12 text-center">
  4292.                <div class="footer-brand mb-4">
  4293.                    
  4294.                    <h4 class="fw-bold footer-color mb-2">PlayZA Pro UK</h4>
  4295.                    <p class="footer-color opacity-50">PlayZA Pro UK delivers the latest gaming news, in-depth reviews, esports updates, and tech insights for UK gamers. Stay ahead in the gaming world with expert analysis.</p>
  4296.                </div>
  4297.            </div>
  4298.        </div>
  4299.  
  4300.        <!-- Content Grid -->
  4301.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  4302.            
  4303.            <!-- Quick Links Column -->
  4304.            <div class="">
  4305.                <div class="footer-section">
  4306.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  4307.                        Quick Links
  4308.                    </h6>
  4309.                    <ul class="list-unstyled footer-links">
  4310.                        
  4311.                        <li class="mb-2">
  4312.                            <a href="/bahrain-to-present-case-at-uk-supreme-court-over-sovereign-immunity-in-surveillance-allegations/"
  4313.                               class="text-decoration-none footer-color  d-flex align-items-center">
  4314.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  4315.                                Bahrain to Present Case at UK Supreme Court Over Sovereign Immunity in Surveillance Allegations
  4316.                            </a>
  4317.                        </li>
  4318.                        
  4319.                        <li class="mb-2">
  4320.                            <a href="/the-renowned-director-makes-it-clear-avatar-movies-are-not-made-by-computers/"
  4321.                               class="text-decoration-none footer-color  d-flex align-items-center">
  4322.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  4323.                                The Renowned Director Makes It Clear: ‘Avatar Movies Are Not Made By Computers’
  4324.                            </a>
  4325.                        </li>
  4326.                        
  4327.                        <li class="mb-2">
  4328.                            <a href="/shackled-isolated-and-terrified-the-harsh-truth-for-female-inmates-made-to-give-birth-in-prison/"
  4329.                               class="text-decoration-none footer-color  d-flex align-items-center">
  4330.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  4331.                                Shackled, Isolated and Terrified: The Harsh Truth for Female Inmates Made to Give Birth in Prison.
  4332.                            </a>
  4333.                        </li>
  4334.                        
  4335.                        <li class="mb-2">
  4336.                            <a href="/a-story-of-surprising-kindness-the-time-a-university-student-allowed-me-to-stay-on-her-dormitory-floor/"
  4337.                               class="text-decoration-none footer-color  d-flex align-items-center">
  4338.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  4339.                                A Story of Surprising Kindness: The Time a University Student Allowed Me to Stay on Her Dormitory Floor
  4340.                            </a>
  4341.                        </li>
  4342.                        
  4343.                        <li class="mb-2">
  4344.                            <a href="/amid-those-devastated-debris-of-an-apartment-block-i-encountered-a-volume-i-had-translated/"
  4345.                               class="text-decoration-none footer-color  d-flex align-items-center">
  4346.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  4347.                                Amid those Devastated Debris of an Apartment Block, I Encountered a Volume I Had Translated
  4348.                            </a>
  4349.                        </li>
  4350.                        
  4351.                        <li class="mb-2">
  4352.                            <a href="/three-xbox-game-pass-games-were-enjoying-over-the-weekend-oct-10-12/"
  4353.                               class="text-decoration-none footer-color  d-flex align-items-center">
  4354.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  4355.                                Three Xbox Game Pass Games We&#x27;re Enjoying Over the Weekend (Oct. 10-12)
  4356.                            </a>
  4357.                        </li>
  4358.                        
  4359.                    </ul>
  4360.                </div>
  4361.            </div>
  4362.  
  4363.            <!-- Resources Column -->
  4364.            <div class="">
  4365.                <div class="footer-section">
  4366.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  4367.                        Resources
  4368.                    </h6>
  4369.                   <ul class="footer-links" id="footerLinks">
  4370.        
  4371.        
  4372.  
  4373.        
  4374.        
  4375.        
  4376.        
  4377.    </ul>
  4378.                </div>
  4379.            </div>
  4380.  
  4381.            <!-- Categories Column -->
  4382.            <div class="">
  4383.                <div class="footer-section">
  4384.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  4385.                        Categories
  4386.                    </h6>
  4387.                    <div class="category-tags">
  4388.                      
  4389.                                <li>
  4390.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  4391.                                        All Posts
  4392.                                    </a>
  4393.                                </li>
  4394.                                
  4395.                                <li>
  4396.                                    <a href="/category/business/" class="footer-link footer-color">
  4397.                                        Business
  4398.                                    </a>
  4399.                                </li>
  4400.                                
  4401.                                <li>
  4402.                                    <a href="/category/esports/" class="footer-link footer-color">
  4403.                                        Esports
  4404.                                    </a>
  4405.                                </li>
  4406.                                
  4407.                                <li>
  4408.                                    <a href="/category/fashion/" class="footer-link footer-color">
  4409.                                        Fashion
  4410.                                    </a>
  4411.                                </li>
  4412.                                
  4413.                                <li>
  4414.                                    <a href="/category/featured/" class="footer-link footer-color">
  4415.                                        Featured
  4416.                                    </a>
  4417.                                </li>
  4418.                                
  4419.                                <li>
  4420.                                    <a href="/category/gaming/" class="footer-link footer-color">
  4421.                                        Gaming
  4422.                                    </a>
  4423.                                </li>
  4424.                                
  4425.                    </div>
  4426.                </div>
  4427.            </div>
  4428.  
  4429.        </div>
  4430.  
  4431.    </div>
  4432.  
  4433.    <!-- Footer Bottom -->
  4434.    <div class="footer-bottom  border-top py-3">
  4435.        <div class="container-fluid fluid-container">
  4436.            <div class=" d-flex justify-content-between flex-wrap">
  4437.                <div class="">
  4438.                    <p class="mb-0 footer-color  ">
  4439.                        © 2026 <span class="fw-semibold footer-color">PlayZA Pro UK</span>. All rights reserved.
  4440.                    </p>
  4441.                </div>
  4442.                <div class="">
  4443.                    <div class="footer-nav">
  4444.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  4445.                            <i class="bi bi-file-text me-1"></i>Write For Us
  4446.                        </a>
  4447.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  4448.                            <i class="bi bi-file-text me-1"></i>Terms
  4449.                        </a>
  4450.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  4451.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  4452.                        </a>
  4453.                    </div>
  4454.                </div>
  4455.            </div>
  4456.        </div>
  4457.    </div>
  4458.  
  4459. </footer>
  4460.  
  4461. <style>
  4462. /* Footer V5 - Clean Minimalist Bootstrap Design */
  4463.  
  4464.  
  4465.  
  4466.  
  4467. .footer-logo {
  4468.    border-radius: 8px;
  4469. }
  4470.  
  4471. /* Footer Sections */
  4472. .footer-section {
  4473.    padding: 0 15px;
  4474. }
  4475.  
  4476. .footer-section h6 {
  4477.    position: relative;
  4478.    padding-bottom: 8px;
  4479. }
  4480.  
  4481. .footer-section h6::after {
  4482.    content: '';
  4483.    position: absolute;
  4484.    bottom: 0;
  4485.    left: 0;
  4486.    width: 30px;
  4487.    height: 2px;
  4488.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  4489.    border-radius: 1px;
  4490. }
  4491.  
  4492. /* Links Styling */
  4493. .footer-links a {
  4494.    transition: all 0.3s ease;
  4495.    padding: 4px 0;
  4496.    border-radius: 4px;
  4497. }
  4498.  
  4499. .footer-links a:hover {
  4500.    color: var(--bs-primary) !important;
  4501.    padding-left: 8px;
  4502. }
  4503.  
  4504. .footer-links a:hover i {
  4505.    transform: translateX(2px);
  4506. }
  4507.  
  4508. /* Category Tags */
  4509. .category-tag {
  4510.    transition: all 0.3s ease;
  4511.    padding: 6px 12px !important;
  4512.    font-size: 0.875rem;
  4513. }
  4514.  
  4515.  
  4516.  
  4517. /* Footer Bottom */
  4518. .footer-bottom {
  4519.    backdrop-filter: blur(10px);
  4520. }
  4521.  
  4522. /* Responsive Design */
  4523. @media (max-width: 768px) {
  4524.    .footer-v5 {
  4525.        margin-top: 60px;
  4526.    }
  4527.    
  4528.    .footer-section {
  4529.        text-align:start;
  4530.        margin-bottom: 40px;
  4531.    }
  4532.    
  4533.    .footer-links a,
  4534.    .category-tags {
  4535.        justify-content:start;
  4536.    }
  4537.    
  4538.    .social-links .d-flex {
  4539.        justify-content:start;
  4540.    }
  4541. }
  4542.  
  4543. @media (max-width: 576px) {
  4544.    .footer-brand h4 {
  4545.        font-size: 1.25rem;
  4546.    }
  4547.    
  4548.    .stats-item h5 {
  4549.        font-size: 1.1rem;
  4550.    }
  4551.    
  4552.    .newsletter-form .btn {
  4553.        padding: 8px 12px;
  4554.    }
  4555. }
  4556.  
  4557. /* Animation Classes */
  4558. .fade-in {
  4559.    animation: fadeIn 0.6s ease-in;
  4560. }
  4561.  
  4562. @keyframes fadeIn {
  4563.    from { opacity: 0; transform: translateY(20px); }
  4564.    to { opacity: 1; transform: translateY(0); }
  4565. }
  4566.  
  4567. /* Loading State */
  4568. .loading {
  4569.    pointer-events: none;
  4570.    opacity: 0.7;
  4571. }
  4572.  
  4573. .loading .btn {
  4574.    position: relative;
  4575. }
  4576.  
  4577. .loading .btn::after {
  4578.    content: '';
  4579.    position: absolute;
  4580.    top: 50%;
  4581.    left: 50%;
  4582.    width: 16px;
  4583.    height: 16px;
  4584.    margin: -8px 0 0 -8px;
  4585.    border: 2px solid transparent;
  4586.    border-top-color: currentColor;
  4587.    border-radius: 50%;
  4588.    animation: spin 1s linear infinite;
  4589. }
  4590.  
  4591. @keyframes spin {
  4592.    to { transform: rotate(360deg); }
  4593. }
  4594.  
  4595. /* Utility Classes */
  4596. .text-gradient {
  4597.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  4598.    -webkit-background-clip: text;
  4599.    -webkit-text-fill-color: transparent;
  4600.    background-clip: text;
  4601. }
  4602.  
  4603. .hover-lift {
  4604.    transition: transform 0.3s ease;
  4605. }
  4606.  
  4607. .hover-lift:hover {
  4608.    transform: translateY(-2px);
  4609. }
  4610. </style>
  4611.  
  4612.  
  4613. <script>
  4614. document.addEventListener('DOMContentLoaded', function() {
  4615.    
  4616.    // Initialize Bootstrap tooltips
  4617.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  4618.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  4619.        return new bootstrap.Tooltip(tooltipTriggerEl);
  4620.    });
  4621.  
  4622.    // Newsletter form handling
  4623.    const newsletterForm = document.querySelector('.newsletter-form');
  4624.    if (newsletterForm) {
  4625.        newsletterForm.addEventListener('submit', function(e) {
  4626.            e.preventDefault();
  4627.            
  4628.            const email = this.querySelector('input[name="email"]').value.trim();
  4629.            const submitBtn = this.querySelector('button[type="submit"]');
  4630.            const originalContent = submitBtn.innerHTML;
  4631.            
  4632.            // Validate email
  4633.            if (!email || !isValidEmail(email)) {
  4634.                showToast('Please enter a valid email address', 'error');
  4635.                return;
  4636.            }
  4637.            
  4638.            // Show loading state
  4639.            this.classList.add('loading');
  4640.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  4641.            submitBtn.disabled = true;
  4642.            
  4643.            // Simulate API call
  4644.            setTimeout(() => {
  4645.                // Success state
  4646.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  4647.                submitBtn.classList.remove('btn-primary');
  4648.                submitBtn.classList.add('btn-success');
  4649.                
  4650.                showToast('Successfully subscribed to newsletter!', 'success');
  4651.                
  4652.                // Reset form
  4653.                setTimeout(() => {
  4654.                    this.classList.remove('loading');
  4655.                    submitBtn.innerHTML = originalContent;
  4656.                    submitBtn.classList.remove('btn-success');
  4657.                    submitBtn.classList.add('btn-primary');
  4658.                    submitBtn.disabled = false;
  4659.                    this.reset();
  4660.                }, 2000);
  4661.                
  4662.            }, 1500);
  4663.        });
  4664.    }
  4665.    
  4666.    // Email validation function
  4667.    function isValidEmail(email) {
  4668.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4669.        return emailRegex.test(email);
  4670.    }
  4671.    
  4672.    // Toast notification function
  4673.    function showToast(message, type = 'info') {
  4674.        // Remove existing toasts
  4675.        const existingToasts = document.querySelectorAll('.custom-toast');
  4676.        existingToasts.forEach(toast => toast.remove());
  4677.        
  4678.        // Create toast
  4679.        const toast = document.createElement('div');
  4680.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  4681.        toast.style.zIndex = '9999';
  4682.        toast.innerHTML = `
  4683.            <div class="d-flex align-items-center">
  4684.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  4685.                <span>${message}</span>
  4686.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  4687.            </div>
  4688.        `;
  4689.        
  4690.        document.body.appendChild(toast);
  4691.        
  4692.        // Auto remove after 4 seconds
  4693.        setTimeout(() => {
  4694.            if (toast && toast.parentNode) {
  4695.                toast.remove();
  4696.            }
  4697.        }, 4000);
  4698.    }
  4699.    
  4700.    // Smooth scroll for internal links
  4701.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  4702.        anchor.addEventListener('click', function(e) {
  4703.            e.preventDefault();
  4704.            const target = document.querySelector(this.getAttribute('href'));
  4705.            if (target) {
  4706.                target.scrollIntoView({
  4707.                    behavior: 'smooth',
  4708.                    block: 'start'
  4709.                });
  4710.            }
  4711.        });
  4712.    });
  4713.    
  4714.    // Add fade-in animation to footer sections on scroll
  4715.    const observerOptions = {
  4716.        threshold: 0.1,
  4717.        rootMargin: '0px 0px -50px 0px'
  4718.    };
  4719.    
  4720.    const sectionObserver = new IntersectionObserver((entries) => {
  4721.        entries.forEach(entry => {
  4722.            if (entry.isIntersecting) {
  4723.                entry.target.classList.add('fade-in');
  4724.            }
  4725.        });
  4726.    }, observerOptions);
  4727.    
  4728.    // Observe footer sections
  4729.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  4730.        sectionObserver.observe(section);
  4731.    });
  4732.    
  4733.    // Enhanced hover effects for category tags
  4734.    document.querySelectorAll('.category-tag').forEach(tag => {
  4735.        tag.addEventListener('mouseenter', function() {
  4736.            this.style.transform = 'translateY(-2px) scale(1.02)';
  4737.        });
  4738.        
  4739.        tag.addEventListener('mouseleave', function() {
  4740.            this.style.transform = 'translateY(0) scale(1)';
  4741.        });
  4742.    });
  4743.    
  4744.    // Prevent default for demo links
  4745.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4746.        link.addEventListener('click', function(e) {
  4747.            e.preventDefault();
  4748.        });
  4749.    });
  4750.    
  4751.    // Add click ripple effect to buttons
  4752.    document.querySelectorAll('.btn').forEach(btn => {
  4753.        btn.addEventListener('click', function(e) {
  4754.            const ripple = document.createElement('span');
  4755.            const rect = this.getBoundingClientRect();
  4756.            const size = Math.max(rect.width, rect.height);
  4757.            const x = e.clientX - rect.left - size / 2;
  4758.            const y = e.clientY - rect.top - size / 2;
  4759.            
  4760.            ripple.style.cssText = `
  4761.                position: absolute;
  4762.                left: ${x}px;
  4763.                top: ${y}px;
  4764.                width: ${size}px;
  4765.                height: ${size}px;
  4766.                border-radius: 50%;
  4767.                background: rgba(255, 255, 255, 0.4);
  4768.                transform: scale(0);
  4769.                animation: ripple-effect 0.6s linear;
  4770.                pointer-events: none;
  4771.            `;
  4772.            
  4773.            this.style.position = 'relative';
  4774.            this.style.overflow = 'hidden';
  4775.            this.appendChild(ripple);
  4776.            
  4777.            setTimeout(() => ripple.remove(), 600);
  4778.        });
  4779.    });
  4780.    
  4781. });
  4782.  
  4783. // Add ripple animation CSS
  4784. const rippleCSS = document.createElement('style');
  4785. rippleCSS.textContent = `
  4786.    @keyframes ripple-effect {
  4787.        to {
  4788.            transform: scale(4);
  4789.            opacity: 0;
  4790.        }
  4791.    }
  4792. `;
  4793. document.head.appendChild(rippleCSS);
  4794.  
  4795. document.addEventListener('DOMContentLoaded', function () {
  4796.    var btn = document.getElementById('toggleFooterLinks');
  4797.    if (!btn) return; // No extra links, no button
  4798.  
  4799.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4800.  
  4801.    btn.addEventListener('click', function () {
  4802.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4803.            return li.classList.contains('d-none');
  4804.        });
  4805.  
  4806.        extras.forEach(function (li) {
  4807.            if (anyHidden) {
  4808.                li.classList.remove('d-none');
  4809.                li.classList.add('show');
  4810.            } else {
  4811.                li.classList.add('d-none');
  4812.                li.classList.remove('show');
  4813.            }
  4814.        });
  4815.  
  4816.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4817.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4818.    });
  4819. });
  4820.  
  4821. </script>
  4822.  
  4823.        <!-- end of wpo-site-footer-section -->
  4824.    </div>
  4825.    <!-- end of page-wrapper -->
  4826.  
  4827.    <!-- All JavaScript files
  4828.    ================================================== -->
  4829.    
  4830.  
  4831. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4832. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4833. <!-- Plugins for this template -->
  4834. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4835. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4836. <!-- Custom script for this template -->
  4837. <script src="/static/blogapp/assets/js/script.js"></script>
  4838.  
  4839. <script>
  4840. (function () {
  4841. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4842. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4843.  
  4844. function applyFallback(img) {
  4845. if (!img || img.dataset.fallbackApplied === "1") {
  4846. return;
  4847. }
  4848. var failedSrc = img.currentSrc || img.src || "";
  4849. img.dataset.fallbackApplied = "1";
  4850. img.onerror = null;
  4851. img.src = fallbackImageSrc;
  4852. console.warn("[ImageFallback] Replaced broken image:", {
  4853. failedSrc: failedSrc,
  4854. fallbackSrc: fallbackImageSrc,
  4855. alt: img.alt || "",
  4856. });
  4857. }
  4858.  
  4859. document.querySelectorAll("img").forEach(function (img) {
  4860. if (img.complete && img.naturalWidth === 0) {
  4861. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4862. failedSrc: img.currentSrc || img.src || "",
  4863. alt: img.alt || "",
  4864. });
  4865. applyFallback(img);
  4866. }
  4867. });
  4868.  
  4869. document.addEventListener(
  4870. "error",
  4871. function (event) {
  4872. var target = event.target;
  4873. if (target && target.tagName === "IMG") {
  4874. applyFallback(target);
  4875. }
  4876. },
  4877. true
  4878. );
  4879. })();
  4880. </script>
  4881.  
  4882. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4883.  
  4884.  
  4885.  
  4886. <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":"4306154ec2c540c9950070d86a0e44fd","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4887. </body>
  4888.  
  4889. </html>
  4890.  
  4891.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda