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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="mulish">
  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_1_IzrIAUN_HnqM56Y.png">
  14.    
  15.  
  16.    <title>VectorPath UK: Expert Web Design &amp; Digital Marketing Solutions</title>
  17.    <meta name="description" content="VectorPath UK offers professional web design, development, and digital marketing services to help businesses grow online with tailored strategies and creative solutions.">
  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://vectorpath.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #fb8500;
  42.        --bs-primary-rgb: fb8500;
  43.        --bs-secondary: #71717a;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fff7ed;
  49.        --bs-dark: #431407;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #fb8500;
  53.        --theme-primary-color-s2: #fb8500;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #431407;
  57.        --text-light-color: #676767;
  58.        --heading-color: #431407;
  59.        --border-color: #fed7aa;
  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: #ffedd5;
  75.        --navbar-color: #431407;
  76.        --topbar-bg: #fff7ed;
  77.        --topbar-color: #431407;
  78.        --footer-bg: #431407;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fed7aa;
  82.        --card-radius: 12px;
  83.        --link-color: #fb8500;
  84.        --link-hover: #ea580c;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(251, 133, 0, 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_24">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <div class="top-bg">
  406. <div class="unique-header px-3 d-sm-flex d-none container-fluid fluid-container">
  407.    <button class="unique-menu-button bg-primary-gradient">Latest Update</button>
  408.  
  409.    <div class="unique-news-wrapper-container">
  410.        <div class="unique-news-wrapper top-color" id="newsWrapper">
  411.              <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex ">
  412.            <p class="text-center">
  413.              
  414.              <a href="/the-latest-battlefield-game-an-ideological-inkblot/" class="px-5 top-color">
  415.                The Latest Battlefield Game: An Ideological Inkblot.
  416.              </a>
  417.              
  418.              <a href="/the-us-presidents-east-asia-trip-involves-agreements-deference-and-a-revealing-final-meeting/" class="px-5 top-color">
  419.                The US President&#x27;s East Asia Trip Involves Agreements, Deference and a Revealing Final Meeting
  420.              </a>
  421.              
  422.              <a href="/the-giant-film-analysis-prince-naseem-movie-featuring-brosnan-lacks-the-punch/" class="px-5 top-color">
  423.                The Giant Film Analysis: Prince Naseem Movie Featuring Brosnan Lacks the Punch
  424.              </a>
  425.              
  426.              <a href="/ethiopia-takes-back-historic-treasures-following-a-100-year-stay-in-german-hands/" class="px-5 top-color">
  427.                Ethiopia Takes Back Historic Treasures Following a 100-Year Stay in German Hands
  428.              </a>
  429.              
  430.              <a href="/despite-englands-aggressive-crickets-implosion-this-loyal-fan-groups-group-of-ashes-veterans-stands-firm/" class="px-5 top-color">
  431.                Despite England&#x27;s Aggressive Cricket&#x27;s Implosion, this Loyal Fan Group&#x27;s Group of Ashes Veterans Stands Firm.
  432.              </a>
  433.              
  434.            </p>
  435.          </marquee>
  436.        </div>
  437.    </div>
  438.  
  439.    <div class="contact-info top-color">
  440.        <ul class="d-flex list-unstyled gap-3 flex-wrap">
  441.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  442.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  443.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  444.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  445.        </ul>
  446.    </div>
  447. </div>
  448. </div>
  449.  
  450. <script>
  451.    // Build array directly from Django context
  452.    const newsItems = [
  453.        
  454.            { title: "The Latest Battlefield Game: An Ideological Inkblot.", url: "/the-latest-battlefield-game-an-ideological-inkblot/" },
  455.        
  456.            { title: "The US President\u0027s East Asia Trip Involves Agreements, Deference and a Revealing Final Meeting", url: "/the-us-presidents-east-asia-trip-involves-agreements-deference-and-a-revealing-final-meeting/" },
  457.        
  458.            { title: "The Giant Film Analysis: Prince Naseem Movie Featuring Brosnan Lacks the Punch", url: "/the-giant-film-analysis-prince-naseem-movie-featuring-brosnan-lacks-the-punch/" },
  459.        
  460.            { title: "Ethiopia Takes Back Historic Treasures Following a 100\u002DYear Stay in German Hands", url: "/ethiopia-takes-back-historic-treasures-following-a-100-year-stay-in-german-hands/" },
  461.        
  462.            { title: "Despite England\u0027s Aggressive Cricket\u0027s Implosion, this Loyal Fan Group\u0027s Group of Ashes Veterans Stands Firm.", url: "/despite-englands-aggressive-crickets-implosion-this-loyal-fan-groups-group-of-ashes-veterans-stands-firm/" }
  463.        
  464.    ];
  465.  
  466.    let currentNewsIndex = 0;
  467.    const newsWrapper = document.getElementById('newsWrapper');
  468.    let currentNewsElement = null;
  469.    let typingInterval = null;
  470.    let isTyping = false;
  471.  
  472.    function createNewsElement() {
  473.        const newsElement = document.createElement('div');
  474.        newsElement.className = 'unique-news-item top-color active';
  475.        newsWrapper.appendChild(newsElement);
  476.        currentNewsElement = newsElement;
  477.    }
  478.  
  479.    function typeText(news, element, callback) {
  480.        let index = 0;
  481.        element.innerHTML = '<span class="unique-cursor"></span>';
  482.  
  483.        typingInterval = setInterval(() => {
  484.            if (index < news.title.length) {
  485.                const currentText = news.title.substring(0, index + 1);
  486.                element.innerHTML = `<a href="${news.url}" class="top-color">${currentText}</a><span class="unique-cursor"></span>`;
  487.                index++;
  488.            } else {
  489.                clearInterval(typingInterval);
  490.                setTimeout(() => {
  491.                    element.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  492.                    if (callback) callback();
  493.                }, 1000);
  494.            }
  495.        }, 100); // typing speed
  496.    }
  497.  
  498.    function startTyping() {
  499.        if (isTyping) return;
  500.  
  501.        isTyping = true;
  502.        const currentNews = newsItems[currentNewsIndex];
  503.  
  504.        typeText(currentNews, currentNewsElement, () => {
  505.            isTyping = false;
  506.            setTimeout(() => {
  507.                currentNewsIndex = (currentNewsIndex + 1) % newsItems.length;
  508.                startTyping();
  509.            }, 5000); // wait before next headline
  510.        });
  511.    }
  512.  
  513.    window.onload = function() {
  514.        createNewsElement();
  515.        startTyping();
  516.    };
  517. </script>
  518.  
  519.  
  520.  
  521.            
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528. <header class="header-v8 mb-4">
  529.    <div class="container-fluid fluid-container">
  530.        <!-- Main Navigation Card -->
  531.        <div class="nav-card-v8">
  532.            <div class="row align-items-center justify-content-between">
  533.                <!-- Logo Section -->
  534.               <div class="col-lg-2 col-md-3 col-6">
  535.                    <div class="logo-section-v8">
  536.                        <a class="logo-link-v8" href="/">
  537.                            
  538.                                VectorPath UK
  539.                            
  540.                        </a>
  541.                    </div>
  542.                </div>
  543.  
  544.                <!-- Navigation Menu -->
  545.                <div class="col-lg-8 col-md-6 d-none d-xl-block">
  546.                    <nav class="main-nav-v8">
  547.                        <ul class="nav-list-v8">
  548.  
  549.                            
  550.                            <li class="nav-item-v8">
  551.                                <a href="/" class="nav-link-v8 active-v8"
  552.                                    data-text="Home">Home</a>
  553.                            </li>
  554.  
  555.                            
  556.                            
  557.                             <li class="nav-item-v8">
  558.                                <a href="/category/all-posts/" class="nav-link-v8"
  559.                                    data-text="All Posts">
  560.                                    All Posts
  561.                                </a>
  562.                                </li>
  563.  
  564.                                
  565.  
  566.                                                
  567.                                                
  568.                                
  569.                             <li class="nav-item-v8">
  570.                                <a href="/category/business/" class="nav-link-v8"
  571.                                    data-text="Business">
  572.                                    Business
  573.                                </a>
  574.                                </li>
  575.  
  576.                                
  577.  
  578.                                                
  579.                                                
  580.                                
  581.                             <li class="nav-item-v8">
  582.                                <a href="/category/esports/" class="nav-link-v8"
  583.                                    data-text="Esports">
  584.                                    Esports
  585.                                </a>
  586.                                </li>
  587.  
  588.                                
  589.  
  590.                                                
  591.                                                
  592.                                
  593.                             <li class="nav-item-v8">
  594.                                <a href="/category/fashion/" class="nav-link-v8"
  595.                                    data-text="Fashion">
  596.                                    Fashion
  597.                                </a>
  598.                                </li>
  599.  
  600.                                
  601.  
  602.                                                
  603.                                                
  604.                                
  605.                             <li class="nav-item-v8">
  606.                                <a href="/category/featured/" class="nav-link-v8"
  607.                                    data-text="Featured">
  608.                                    Featured
  609.                                </a>
  610.                                </li>
  611.  
  612.                                
  613.  
  614.                                                
  615.                                                
  616.                                
  617.                             <li class="nav-item-v8">
  618.                                <a href="/category/gaming/" class="nav-link-v8"
  619.                                    data-text="Gaming">
  620.                                    Gaming
  621.                                </a>
  622.                                </li>
  623.  
  624.                                
  625.  
  626.                                                
  627.                                                
  628.                                
  629.                             <li class="nav-item-v8">
  630.                                <a href="/category/health/" class="nav-link-v8"
  631.                                    data-text="Health">
  632.                                    Health
  633.                                </a>
  634.                                </li>
  635.  
  636.                                
  637.  
  638.                                                
  639.                                                
  640.                                
  641.                            
  642.                                
  643.                                
  644.                                <li class="nav-item-v8 has-dropdown-v8">
  645.                                    <a href="#" class="nav-link-v8" data-text="More">More</a>
  646.                                    <div class="dropdown-card-v8">
  647.                                        <div class="dropdown-grid-v8">
  648.                                            <div class="dropdown-section-v8">
  649.                                                <a href="/category/life-fitness/"
  650.                                                    class="dropdown-link-v8">
  651.                                                    <span class="link-icon-v8"></span> Life &amp; Fitness
  652.                                                </a>
  653.                                                
  654.  
  655.                                                
  656.  
  657.                                                
  658.                                                
  659.                                
  660.                            
  661.                                                <a href="/category/lifestyle/"
  662.                                                    class="dropdown-link-v8">
  663.                                                    <span class="link-icon-v8"></span> Lifestyle
  664.                                                </a>
  665.                                                
  666.  
  667.                                                
  668.                                                
  669.                                
  670.                            
  671.                                                <a href="/category/news/"
  672.                                                    class="dropdown-link-v8">
  673.                                                    <span class="link-icon-v8"></span> News
  674.                                                </a>
  675.                                                
  676.  
  677.                                                
  678.                                                
  679.                                
  680.                            
  681.                                                <a href="/category/others/"
  682.                                                    class="dropdown-link-v8">
  683.                                                    <span class="link-icon-v8"></span> Others
  684.                                                </a>
  685.                                                
  686.  
  687.                                                
  688.                                                
  689.                                
  690.                            
  691.                                                <a href="/category/politics/"
  692.                                                    class="dropdown-link-v8">
  693.                                                    <span class="link-icon-v8"></span> Politics
  694.                                                </a>
  695.                                                
  696.  
  697.                                                
  698.                                                
  699.                                
  700.                            
  701.                                                <a href="/category/sports/"
  702.                                                    class="dropdown-link-v8">
  703.                                                    <span class="link-icon-v8"></span> Sports
  704.                                                </a>
  705.                                                
  706.  
  707.                                                
  708.                                                
  709.                                
  710.                            
  711.                                                <a href="/category/tech/"
  712.                                                    class="dropdown-link-v8">
  713.                                                    <span class="link-icon-v8"></span> Tech
  714.                                                </a>
  715.                                                
  716.  
  717.                                                
  718.                                                
  719.                                
  720.                            
  721.                                                <a href="/category/travel/"
  722.                                                    class="dropdown-link-v8">
  723.                                                    <span class="link-icon-v8"></span> Travel
  724.                                                </a>
  725.                                                
  726.  
  727.                                                
  728.                                                
  729.                                            </div>
  730.                                        </div>
  731.                                    </div>
  732.                                </li>
  733.                                
  734.                                
  735. <li>
  736.                  <a href="/page/contact-us/">
  737.                     Contact Us
  738.                  </a>
  739.              </li>
  740.                        </ul>
  741.                    </nav>
  742.  
  743.                </div>
  744.  
  745.                <!-- Search & Mobile Toggle -->
  746.                <div class="col-lg-2 col-md-3 col-6">
  747.                    <div class="nav-actions-v8">
  748.                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
  749.                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  750.                                stroke-width="2">
  751.                                <circle cx="11" cy="11" r="8"></circle>
  752.                                <path d="m21 21-4.35-4.35"></path>
  753.                            </svg>
  754.                        </button>
  755.                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
  756.                            <i class="ti-menu fs-5"></i>
  757.                        </button>
  758.                    </div>
  759.                </div>
  760.            </div>
  761.        </div>
  762.  
  763.        <!-- Floating Search Card -->
  764.        <div class="search-card-v8" id="searchCardV8">
  765.            <div class="search-container-v8">
  766.                <form class="search-form-v8" action="#" method="get">
  767.                    <div class="search-input-wrapper-v8">
  768.                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
  769.                            stroke="currentColor" stroke-width="2">
  770.                            <circle cx="11" cy="11" r="8"></circle>
  771.                            <path d="m21 21-4.35-4.35"></path>
  772.                        </svg>
  773.                        <input type="search" class="search-input-v8" id="search-input"
  774.                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
  775.                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
  776.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  777.                                stroke-width="2">
  778.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  779.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  780.                            </svg>
  781.                        </button>
  782.                    </div>
  783.                    <div class="search-suggestions-v8 search-v1" id="search-results">
  784.                        
  785.                        
  786.                    </div>
  787.                </form>
  788.            </div>
  789.        </div>
  790.  
  791.        <!-- Mobile Navigation Card -->
  792.        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
  793.            <div class="mobile-nav-content-v8">
  794.                <ul class="mobile-nav-list-v8">
  795.  
  796.                    
  797.                    <li class="mobile-nav-item-v8">
  798.                        <a href="/" class="mobile-nav-link-v8 active-v8">
  799.                            Home
  800.                        </a>
  801.                    </li>
  802.  
  803.                    
  804.                      <li class="mobile-nav-item-v8">
  805.                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
  806.                            All Posts
  807.                        </a>
  808.                        </li>
  809.  
  810.                        
  811.  
  812.                                
  813.                                
  814.                        
  815.                      <li class="mobile-nav-item-v8">
  816.                        <a href="/category/business/" class="mobile-nav-link-v8">
  817.                            Business
  818.                        </a>
  819.                        </li>
  820.  
  821.                        
  822.  
  823.                                
  824.                                
  825.                        
  826.                      <li class="mobile-nav-item-v8">
  827.                        <a href="/category/esports/" class="mobile-nav-link-v8">
  828.                            Esports
  829.                        </a>
  830.                        </li>
  831.  
  832.                        
  833.  
  834.                                
  835.                                
  836.                        
  837.                      <li class="mobile-nav-item-v8">
  838.                        <a href="/category/fashion/" class="mobile-nav-link-v8">
  839.                            Fashion
  840.                        </a>
  841.                        </li>
  842.  
  843.                        
  844.  
  845.                                
  846.                                
  847.                        
  848.                      <li class="mobile-nav-item-v8">
  849.                        <a href="/category/featured/" class="mobile-nav-link-v8">
  850.                            Featured
  851.                        </a>
  852.                        </li>
  853.  
  854.                        
  855.  
  856.                                
  857.                                
  858.                        
  859.                      <li class="mobile-nav-item-v8">
  860.                        <a href="/category/gaming/" class="mobile-nav-link-v8">
  861.                            Gaming
  862.                        </a>
  863.                        </li>
  864.  
  865.                        
  866.  
  867.                                
  868.                                
  869.                        
  870.                      <li class="mobile-nav-item-v8">
  871.                        <a href="/category/health/" class="mobile-nav-link-v8">
  872.                            Health
  873.                        </a>
  874.                        </li>
  875.  
  876.                        
  877.  
  878.                                
  879.                                
  880.                        
  881.                    
  882.                        
  883.                        
  884.                        <li class="mobile-nav-item-v8">
  885.                            <a href="#" class="mobile-nav-link-v8" onclick="toggleMobileDropdownV8('more-mobile-v8')">
  886.                                More
  887.                                <svg class="mobile-arrow-v8" width="16" height="16" viewBox="0 0 24 24" fill="none"
  888.                                    stroke="currentColor" stroke-width="2">
  889.                                    <polyline points="6,9 12,15 18,9"></polyline>
  890.                                </svg>
  891.                            </a>
  892.                            <ul class="mobile-dropdown-v8" id="more-mobile-v8">
  893.                                <li>
  894.                                    <a href="/category/life-fitness/"
  895.                                        class="mobile-sub-link-v8">
  896.                                        Life &amp; Fitness
  897.                                    </a>
  898.                                </li>
  899.                                
  900.  
  901.                                
  902.  
  903.                                
  904.                                
  905.                        
  906.                    
  907.                                
  908.                                <li>
  909.                                    <a href="/category/lifestyle/"
  910.                                        class="mobile-sub-link-v8">
  911.                                        Lifestyle
  912.                                    </a>
  913.                                </li>
  914.                                
  915.  
  916.                                
  917.                                
  918.                        
  919.                    
  920.                                
  921.                                <li>
  922.                                    <a href="/category/news/"
  923.                                        class="mobile-sub-link-v8">
  924.                                        News
  925.                                    </a>
  926.                                </li>
  927.                                
  928.  
  929.                                
  930.                                
  931.                        
  932.                    
  933.                                
  934.                                <li>
  935.                                    <a href="/category/others/"
  936.                                        class="mobile-sub-link-v8">
  937.                                        Others
  938.                                    </a>
  939.                                </li>
  940.                                
  941.  
  942.                                
  943.                                
  944.                        
  945.                    
  946.                                
  947.                                <li>
  948.                                    <a href="/category/politics/"
  949.                                        class="mobile-sub-link-v8">
  950.                                        Politics
  951.                                    </a>
  952.                                </li>
  953.                                
  954.  
  955.                                
  956.                                
  957.                        
  958.                    
  959.                                
  960.                                <li>
  961.                                    <a href="/category/sports/"
  962.                                        class="mobile-sub-link-v8">
  963.                                        Sports
  964.                                    </a>
  965.                                </li>
  966.                                
  967.  
  968.                                
  969.                                
  970.                        
  971.                    
  972.                                
  973.                                <li>
  974.                                    <a href="/category/tech/"
  975.                                        class="mobile-sub-link-v8">
  976.                                        Tech
  977.                                    </a>
  978.                                </li>
  979.                                
  980.  
  981.                                
  982.                                
  983.                        
  984.                    
  985.                                
  986.                                <li>
  987.                                    <a href="/category/travel/"
  988.                                        class="mobile-sub-link-v8">
  989.                                        Travel
  990.                                    </a>
  991.                                </li>
  992.                                
  993.  
  994.                                
  995.                                
  996.                            </ul>
  997.                        </li>
  998.                        
  999.                        
  1000.  
  1001.                </ul>
  1002.  
  1003.            </div>
  1004.        </div>
  1005.    </div>
  1006.  
  1007.    <!-- Background Overlay -->
  1008.    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
  1009. </header>
  1010.  
  1011. <style>
  1012.    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
  1013.    .header-v8 {
  1014.        padding: 20px 0;
  1015.        position: relative;
  1016.        min-height: 120px;
  1017.    }
  1018.  
  1019.    /* Main Navigation Card */
  1020.    .nav-card-v8 {
  1021.        background:var(--navbar-bg);
  1022.        backdrop-filter: blur(20px);
  1023.        border: 1px solid var(--border-color);
  1024.        border-radius: 20px;
  1025.        padding: 15px 25px;
  1026.        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  1027.        position: relative;
  1028.        z-index: 100;
  1029.    }
  1030.  
  1031.    /* Logo Styles */
  1032.    .logo-img-v8 {
  1033.        max-height: 60px;
  1034.        transition: all 0.3s ease;
  1035.    }
  1036.  
  1037.    .logo-link-v8:hover .logo-img-v8 {
  1038.        transform: scale(1.05) rotate(2deg);
  1039.    }
  1040.  
  1041.    /* Main Navigation */
  1042.    .nav-list-v8 {
  1043.        list-style: none;
  1044.        padding: 0;
  1045.        margin: 0;
  1046.        display: flex;
  1047.        align-items: center;
  1048.        justify-content: center;
  1049.        gap: 8px;
  1050.    }
  1051.  
  1052.    .nav-item-v8 {
  1053.        position: relative;
  1054.    }
  1055.  
  1056.    .nav-link-v8 {
  1057.        color: #4a5568;
  1058.        text-decoration: none;
  1059.        font-weight: 500;
  1060.        font-size: 15px;
  1061.        padding: 12px 18px;
  1062.        border-radius: 12px;
  1063.        position: relative;
  1064.        transition: all 0.3s ease;
  1065.        display: block;
  1066.        background: linear-gradient(135deg, transparent 0%, transparent 100%);
  1067.    }
  1068.  
  1069.    .nav-link-v8::before {
  1070.        content: attr(data-text);
  1071.        position: absolute;
  1072.        top: 0;
  1073.        left: 0;
  1074.        right: 0;
  1075.        bottom: 0;
  1076.        display: flex;
  1077.        align-items: center;
  1078.        justify-content: center;
  1079.        background: var(--sub-nav);
  1080.        color: var(--topbar-color);
  1081.        border-radius: 12px;
  1082.        opacity: 0;
  1083.        transform: scale(0.8);
  1084.        transition: all 0.3s ease;
  1085.        font-weight: 600;
  1086.    }
  1087.  
  1088.    .nav-link-v8:hover::before,
  1089.    .nav-link-v8.active-v8::before {
  1090.        opacity: 1;
  1091.        transform: scale(1);
  1092.    }
  1093.  
  1094.    .nav-link-v8:hover,
  1095.    .nav-link-v8.active-v8 {
  1096.        color: transparent;
  1097.        background: rgba(102, 126, 234, 0.1);
  1098.    }
  1099.  
  1100.    /* Dropdown Styles */
  1101.    .dropdown-card-v8 {
  1102.        position: absolute;
  1103.        top: calc(100% + 15px);
  1104.        left: 50%;
  1105.        transform: translateX(-50%);
  1106.        background:var(--navbar-bg);
  1107.        backdrop-filter: blur(20px);
  1108.        border: 1px solid var(--border-color);
  1109.        border-radius: 16px;
  1110.        padding: 25px;
  1111.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1112.        opacity: 0;
  1113.        visibility: hidden;
  1114.        transform: translateX(-50%) translateY(-10px);
  1115.        transition: all 0.3s ease;
  1116.        z-index: 200;
  1117.        min-width: 320px;
  1118.    }
  1119.  
  1120.    .has-dropdown-v8:hover .dropdown-card-v8 {
  1121.        opacity: 1;
  1122.        visibility: visible;
  1123.        transform: translateX(-50%) translateY(0);
  1124.    }
  1125.  
  1126.    .dropdown-grid-v8 {
  1127.        display: grid;
  1128.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  1129.        gap: 20px;
  1130.    }
  1131.  
  1132.    .dropdown-header-v8 {
  1133.        font-size: 12px;
  1134.        font-weight: 700;
  1135.        color: #667eea;
  1136.        margin-bottom: 12px;
  1137.        text-transform: uppercase;
  1138.        letter-spacing: 1px;
  1139.    }
  1140.  
  1141.    .dropdown-link-v8 {
  1142.        display: flex;
  1143.        align-items: center;
  1144.        color: var(--navbar-color) !important;;
  1145.        text-decoration: none;
  1146.        font-size: 14px;
  1147.        padding: 10px 12px;
  1148.        border-radius: 10px;
  1149.        transition: all 0.3s ease;
  1150.        margin-bottom: 8px;
  1151.    }
  1152.  
  1153.    .dropdown-link-v8:hover {
  1154.        background:var(--bs-primary);
  1155.        color: var(--bs-white) !important;;
  1156.        transform: translateX(5px);
  1157.    }
  1158.  
  1159.    .link-icon-v8 {
  1160.        margin-right: 10px;
  1161.        height: 5px;
  1162.        width: 5px;
  1163.        border: 1px solid #2d3748;
  1164.        border-radius: 50%;
  1165.    }
  1166.  
  1167.    /* Navigation Actions */
  1168.    .nav-actions-v8 {
  1169.        display: flex;
  1170.        align-items: center;
  1171.        justify-content: flex-end;
  1172.        gap: 10px;
  1173.    }
  1174.  
  1175.    .search-toggle-v8,
  1176.    .mobile-toggle-v8 {
  1177.        background: rgba(102, 126, 234, 0.1);
  1178.        border: none;
  1179.        border-radius: 12px;
  1180.        padding: 12px;
  1181.        cursor: pointer;
  1182.        transition: all 0.3s ease;
  1183.        color: var(--bs-white);
  1184.    }
  1185.  
  1186.    .search-toggle-v8:hover,
  1187.    .mobile-toggle-v8:hover {
  1188.        background: var(--sub-nav);
  1189.        color: var(--topbar-color);
  1190.        transform: scale(1.05);
  1191.    }
  1192.  
  1193.    .mobile-toggle-v8 {
  1194.        flex-direction: column;
  1195.        gap: 3px;
  1196.        padding: 10px 12px;
  1197.    }
  1198.  
  1199.    .toggle-line-v8 {
  1200.        width: 20px;
  1201.        height: 2px;
  1202.        background: currentColor;
  1203.        border-radius: 1px;
  1204.        transition: all 0.3s ease;
  1205.    }
  1206.  
  1207.    /* Floating Search Card */
  1208.    .search-card-v8 {
  1209.        position: absolute;
  1210.        top: 100%;
  1211.        left: 50%;
  1212.        transform: translateX(-50%);
  1213.        width: calc(100% - 40px);
  1214.        max-width: 600px;
  1215.        background:var(--navbar-bg);
  1216.        backdrop-filter: blur(20px);
  1217.        border: 1px solid var(--border-color);
  1218.        border-radius: 20px;
  1219.        padding: 25px;
  1220.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1221.        opacity: 0;
  1222.        visibility: hidden;
  1223.        transform: translateX(-50%) translateY(-20px);
  1224.        transition: all 0.4s ease;
  1225.        z-index: 300;
  1226.        margin-top: 15px;
  1227.    }
  1228.  
  1229.    .search-card-v8.show-v8 {
  1230.        opacity: 1;
  1231.        visibility: visible;
  1232.        transform: translateX(-50%) translateY(0);
  1233.    }
  1234.  
  1235.    .search-input-wrapper-v8 {
  1236.        display: flex;
  1237.        align-items: center;
  1238.        background: rgba(248, 250, 252, 0.8);
  1239.        border: 2px solid rgba(102, 126, 234, 0.2);
  1240.        border-radius: 15px;
  1241.        padding: 5px;
  1242.        margin-bottom: 20px;
  1243.        transition: all 0.3s ease;
  1244.    }
  1245.  
  1246.    .search-input-wrapper-v8:focus-within {
  1247.        border-color: #667eea;
  1248.        background: rgba(255, 255, 255, 0.9);
  1249.        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1250.    }
  1251.  
  1252.    .search-icon-v8 {
  1253.        color: #a0aec0;
  1254.        margin: 0 15px;
  1255.        transition: color 0.3s ease;
  1256.    }
  1257.  
  1258.    .search-input-wrapper-v8:focus-within .search-icon-v8 {
  1259.        color: #667eea;
  1260.    }
  1261.  
  1262.    .search-input-v8 {
  1263.        flex: 1;
  1264.        border: none;
  1265.        background: transparent;
  1266.        font-size: 16px;
  1267.        padding: 15px 0;
  1268.        outline: none;
  1269.        color: #2d3748;
  1270.    }
  1271.  
  1272.    .search-input-v8::placeholder {
  1273.        color: #a0aec0;
  1274.    }
  1275.  
  1276.    .search-close-v8 {
  1277.        background: rgba(160, 174, 192, 0.2);
  1278.        border: none;
  1279.        border-radius: 10px;
  1280.        padding: 8px;
  1281.        margin-right: 8px;
  1282.        cursor: pointer;
  1283.        transition: all 0.3s ease;
  1284.        color: #a0aec0;
  1285.    }
  1286.  
  1287.    .search-close-v8:hover {
  1288.        background: rgba(229, 62, 62, 0.1);
  1289.        color: #e53e3e;
  1290.    }
  1291.  
  1292.    /* Search Suggestions */
  1293.    .search-suggestions-v8 {
  1294.        display: grid;
  1295.        gap: 8px;
  1296.    }
  1297.  
  1298.    .suggestion-item-v8 {
  1299.        display: flex;
  1300.        align-items: center;
  1301.        padding: 12px 15px;
  1302.        background: rgba(248, 250, 252, 0.1);
  1303.        border-radius: 12px;
  1304.        cursor: pointer;
  1305.        transition: all 0.3s ease;
  1306.    }
  1307.  
  1308.    .suggestion-item-v8:hover {
  1309.        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
  1310.        color: white;
  1311.        transform: translateX(5px);
  1312.    }
  1313.  
  1314.    .suggestion-icon-v8 {
  1315.        margin-right: 12px;
  1316.        font-size: 16px;
  1317.    }
  1318.  
  1319.    .suggestion-text-v8 {
  1320.        font-size: 14px;
  1321.        font-weight: 500;
  1322.    }
  1323.  
  1324.    /* Mobile Navigation Card */
  1325.    .mobile-nav-card-v8 {
  1326.        position: absolute;
  1327.        top: 100%;
  1328.        left: 50%;
  1329.        transform: translateX(-50%);
  1330.        width: calc(100% - 40px);
  1331.        background:var(--card-bg);
  1332.        backdrop-filter: blur(20px);
  1333.        border: 1px solid var(--border-color);
  1334.        border-radius: 20px;
  1335.        padding: 20px;
  1336.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1337.        opacity: 0;
  1338.        visibility: hidden;
  1339.        transform: translateX(-50%) translateY(-20px);
  1340.        transition: all 0.4s ease;
  1341.        z-index: 300;
  1342.        margin-top: 15px;
  1343.        max-height: 70vh;
  1344.        overflow-y: auto;
  1345.    }
  1346.  
  1347.    .mobile-nav-card-v8.show-v8 {
  1348.        opacity: 1;
  1349.        visibility: visible;
  1350.        transform: translateX(-50%) translateY(0);
  1351.    }
  1352.  
  1353.    .mobile-nav-list-v8 {
  1354.        list-style: none;
  1355.        padding: 0;
  1356.        margin: 0;
  1357.    }
  1358.  
  1359.    .mobile-nav-item-v8 {
  1360.        margin-bottom: 8px;
  1361.    }
  1362.  
  1363.    .mobile-nav-link-v8 {
  1364.        display: flex;
  1365.        align-items: center;
  1366.        color: var(--navbar-color) !important;
  1367.        text-decoration: none;
  1368.        font-weight: 500;
  1369.        font-size: 16px;
  1370.        padding: 15px;
  1371.        border-radius: 12px;
  1372.        justify-content: space-between;
  1373.    }
  1374.  
  1375.    .mobile-nav-link-v8:hover,
  1376.    .mobile-nav-link-v8.active-v8 {
  1377.        background:var(--sub-nav);
  1378.        color: var(--topbar-color) !important;
  1379.    }
  1380.  
  1381.    .mobile-nav-icon-v8 {
  1382.        font-size: 18px;
  1383.        background-color: var(--navbar-bg) !important;
  1384.        margin-right: 12px;
  1385.    }
  1386.  
  1387.    .mobile-arrow-v8 {
  1388.        transition: transform 0.3s ease;
  1389.    }
  1390.  
  1391.    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
  1392.        transform: rotate(180deg);
  1393.    }
  1394.  
  1395.    .mobile-dropdown-v8 {
  1396.        list-style: none;
  1397.        padding: 0;
  1398.        margin: 0;
  1399.        max-height: 0;
  1400.        overflow: hidden;
  1401.        transition: all 0.3s ease;
  1402.        background: rgba(248, 250, 252, 0.5);
  1403.        border-radius: 12px;
  1404.        margin-top: 8px;
  1405.    }
  1406.  
  1407.    .mobile-dropdown-v8.show-v8 {
  1408.        max-height: 300px;
  1409.        background-color: var(--navbar-bg);
  1410.        padding: 10px 0;
  1411.    }
  1412.  
  1413.    .mobile-sub-link-v8 {
  1414.        display: block;
  1415.        color: var(--navbar-color) !important;
  1416.        text-decoration: none;
  1417.        font-size: 14px;
  1418.        padding: 10px 20px;
  1419.        transition: all 0.3s ease;
  1420.    }
  1421.  
  1422.    .mobile-sub-link-v8:hover {
  1423.        color: var(--topbar-color);
  1424.        background: var(--sub-nav);
  1425.        border-radius: 12px;
  1426.    }
  1427.  
  1428.    /* Background Overlay */
  1429.    .nav-overlay-v8 {
  1430.        position: fixed;
  1431.        top: 0;
  1432.        left: 0;
  1433.        right: 0;
  1434.        bottom: 0;
  1435.        background: rgba(0, 0, 0, 0.3);
  1436.        backdrop-filter: blur(5px);
  1437.        z-index: 250;
  1438.        opacity: 0;
  1439.        visibility: hidden;
  1440.        transition: all 0.3s ease;
  1441.    }
  1442.  
  1443.    .nav-overlay-v8.show-v8 {
  1444.        opacity: 1;
  1445.        visibility: visible;
  1446.    }
  1447.  
  1448.    /* Responsive Design */
  1449.    @media (max-width: 1300px) {
  1450.        .header-v8 {
  1451.            padding: 15px 0;
  1452.        }
  1453.  
  1454.        .nav-card-v8 {
  1455.            padding: 12px 20px;
  1456.            border-radius: 15px;
  1457.        }
  1458.  
  1459.        .search-card-v8,
  1460.        .mobile-nav-card-v8 {
  1461.            width: calc(100% - 40px);
  1462.            padding: 20px;
  1463.        }
  1464.    }
  1465.  
  1466.    @media (max-width: 576px) {
  1467.        .nav-card-v8 {
  1468.            padding: 10px 15px;
  1469.        }
  1470.  
  1471.        .logo-img-v8 {
  1472.            max-height: 35px;
  1473.        }
  1474.    }
  1475. </style>
  1476.  
  1477. <script>
  1478.    let activeCard = null;
  1479.  
  1480.    function toggleSearchV8() {
  1481.        const searchCard = document.getElementById('searchCardV8');
  1482.        const overlay = document.getElementById('navOverlayV8');
  1483.        const mobileNav = document.getElementById('mobileNavV8');
  1484.  
  1485.        // Close mobile nav if open
  1486.        mobileNav.classList.remove('show-v8');
  1487.  
  1488.        if (searchCard.classList.contains('show-v8')) {
  1489.            searchCard.classList.remove('show-v8');
  1490.            overlay.classList.remove('show-v8');
  1491.            activeCard = null;
  1492.        } else {
  1493.            searchCard.classList.add('show-v8');
  1494.            overlay.classList.add('show-v8');
  1495.            activeCard = 'search';
  1496.  
  1497.            // Focus on search input
  1498.            setTimeout(() => {
  1499.                const searchInput = document.querySelector('.search-input-v8');
  1500.                if (searchInput) searchInput.focus();
  1501.            }, 100);
  1502.        }
  1503.    }
  1504.  
  1505.    function toggleMobileNavV8() {
  1506.        const mobileNav = document.getElementById('mobileNavV8');
  1507.        const overlay = document.getElementById('navOverlayV8');
  1508.        const searchCard = document.getElementById('searchCardV8');
  1509.  
  1510.        // Close search if open
  1511.        searchCard.classList.remove('show-v8');
  1512.  
  1513.        if (mobileNav.classList.contains('show-v8')) {
  1514.            mobileNav.classList.remove('show-v8');
  1515.            overlay.classList.remove('show-v8');
  1516.            activeCard = null;
  1517.        } else {
  1518.            mobileNav.classList.add('show-v8');
  1519.            overlay.classList.add('show-v8');
  1520.            activeCard = 'mobile';
  1521.        }
  1522.    }
  1523.  
  1524.    function toggleMobileDropdownV8(dropdownId) {
  1525.        const dropdown = document.getElementById(dropdownId);
  1526.        const parentItem = dropdown.closest('.mobile-nav-item-v8');
  1527.  
  1528.        // Close other dropdowns
  1529.        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
  1530.        const allParents = document.querySelectorAll('.mobile-nav-item-v8');
  1531.  
  1532.        allDropdowns.forEach(dd => {
  1533.            if (dd.id !== dropdownId) {
  1534.                dd.classList.remove('show-v8');
  1535.            }
  1536.        });
  1537.  
  1538.        allParents.forEach(parent => {
  1539.            if (parent !== parentItem) {
  1540.                parent.classList.remove('open-v8');
  1541.            }
  1542.        });
  1543.  
  1544.        // Toggle current dropdown
  1545.        dropdown.classList.toggle('show-v8');
  1546.        parentItem.classList.toggle('open-v8');
  1547.    }
  1548.  
  1549.    function closeAllV8() {
  1550.        const searchCard = document.getElementById('searchCardV8');
  1551.        const mobileNav = document.getElementById('mobileNavV8');
  1552.        const overlay = document.getElementById('navOverlayV8');
  1553.  
  1554.        searchCard.classList.remove('show-v8');
  1555.        mobileNav.classList.remove('show-v8');
  1556.        overlay.classList.remove('show-v8');
  1557.        activeCard = null;
  1558.    }
  1559.  
  1560.    // Close on escape key
  1561.    document.addEventListener('keydown', function (e) {
  1562.        if (e.key === 'Escape' && activeCard) {
  1563.            closeAllV8();
  1564.        }
  1565.    });
  1566.  
  1567.    // Handle suggestion clicks
  1568.    document.addEventListener('click', function (e) {
  1569.        if (e.target.closest('.suggestion-item-v8')) {
  1570.            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
  1571.            const searchInput = document.querySelector('.search-input-v8');
  1572.            if (searchInput) {
  1573.                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
  1574.            }
  1575.        }
  1576.    });
  1577. </script>
  1578. <script>
  1579.  document.addEventListener("DOMContentLoaded", function () {
  1580.    console.log("loaded");
  1581.  
  1582.     const searchInput = document.getElementById("search-input")
  1583.    const searchResults = document.getElementById("search-results");
  1584.  
  1585.    if (!searchInput || !searchResults) {
  1586.      console.error("Search input/results not found");
  1587.      return;
  1588.    }
  1589.  
  1590.    // Prevent form submission
  1591.    if (searchInput.form) {
  1592.      searchInput.form.addEventListener("submit", function (e) {
  1593.        e.preventDefault();
  1594.      });
  1595.    }
  1596.  
  1597.    // Add event listener for keyup
  1598.    searchInput.addEventListener("keyup", function (e) {
  1599.      console.log("Key pressed:", e.key);
  1600.      e.preventDefault();
  1601.  
  1602.      const query = searchInput.value.trim();
  1603.      console.log("User is typing: " + query);
  1604.  
  1605.      // If empty → clear and hide
  1606.      if (query === "") {
  1607.        searchResults.innerHTML = "";
  1608.        searchResults.style.display = "none";
  1609.        return;
  1610.      }
  1611.  
  1612.      // Show results
  1613.      searchResults.style.display = "block";
  1614.  
  1615.      // Fetch search results
  1616.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1617.        method: "GET",
  1618.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1619.      })
  1620.        .then(response => {
  1621.          console.log("Response Status:", response.status);
  1622.          return response.json();
  1623.        })
  1624.        .then(data => {
  1625.          console.log("Data received:", data);
  1626.          if (data.html) {
  1627.            searchResults.innerHTML = data.html;
  1628.          } else {
  1629.            searchResults.innerHTML = "<p>No results found.</p>";
  1630.          }
  1631.        })
  1632.        .catch(error => {
  1633.          console.error("Error fetching search results:", error);
  1634.        });
  1635.    });
  1636.  
  1637.    // Close results when clicking outside
  1638.    document.addEventListener("click", function (e) {
  1639.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1640.        searchResults.style.display = "none";
  1641.      }
  1642.    });
  1643.  
  1644.    // Close results on ESC key
  1645.    document.addEventListener("keydown", function (e) {
  1646.      if (e.key === "Escape") {
  1647.        searchResults.style.display = "none";
  1648.      }
  1649.    });
  1650.  });
  1651. </script>
  1652.  
  1653.  
  1654.        </header>
  1655.        <!-- end of header -->
  1656.        <!-- start of wpo-blog-hero -->
  1657.        
  1658.  
  1659.  
  1660.  
  1661.  
  1662.  
  1663.  
  1664.  
  1665. <div class="blog-hero-v5">
  1666.  <div class="container-fluid fluid-container">
  1667.    <!-- Top Hero Banner -->
  1668.    <div class="row hero-banner">
  1669.      
  1670.      
  1671.        
  1672.        <div class="col-12">
  1673.          <div class="banner-container d-md-flex d-none">
  1674.            
  1675.                <img   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="banner-image">
  1676.            
  1677.            <div class="banner-overlay">
  1678.              <span class="banner-category bg-primary-gradient">News</span>
  1679.              <h2 class="banner-title"> <a href="/indeed-britains-prime-minister-is-britains-least-popular-leader-on-record-that-could-empower-him/" class="blog-color">
  1680.                                        Indeed, Britain&#x27;s Prime Minister is Britain’s least popular leader on record. That could empower him.
  1681.                                    </a></h2>
  1682.              <p class="blog-color"></p>
  1683.            </div>
  1684.          </div>
  1685.        </div>
  1686.  
  1687.      
  1688.      
  1689.      <!-- <div class="featured-grid">
  1690.        <div class="col-12">
  1691.          <div class="featured-card d-block d-md-none">
  1692.            <img src="/static/blogapp/assets/images/hero/img-1.jpg" alt="Tech Post" class="card-image" />
  1693.            <div class="card-content">
  1694.              <span class="card-category bg-primary-gradient">Travel & Adventure</span>
  1695.              <h2>Journey Through The Swiss Alps: A Complete Guide</h2>
  1696.              <p>Discover breathtaking landscapes and hidden trails for an unforgettable adventure.</p>
  1697.              <div class="author-info">
  1698.                <span class="author-name">Sarah Wilson</span>
  1699.                <span class="post-time">2 hours ago</span>
  1700.              </div>
  1701.            </div>
  1702.          </div>
  1703.        </div>
  1704.      </div> -->
  1705.    </div>
  1706.  
  1707.    <!-- Main Content Row -->
  1708.  </div>
  1709.  <div class="container-fluid fluid-container">
  1710.    <div class="row main-content">
  1711.      <!-- Left: Featured Posts Grid -->
  1712.      <div class="col-lg-8 col-md-12">
  1713.        <h5 class="section-title">Recent Posts</h5>
  1714.        <div class="row featured-grid">
  1715.          
  1716.          <div class="col-md-6">
  1717.            <div class="featured-card">
  1718.              
  1719.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1720.                      class="card-image" style="object-fit: cover;" alt="">
  1721.              
  1722.              <div class="card-content">
  1723.                <span class="card-category bg-primary-gradient">News</span>
  1724.                <h4 class="card-title"><a class="top-color" href="/it-would-be-nice-to-dismiss-the-tech-mogul-on-the-climate-crisis-but-his-wealth-matters-so-we-cant/" >
  1725.                                        It Would Be Nice to Dismiss the Tech Mogul on the Climate Crisis. But His Wealth Matters, So We Can&#x27;t.
  1726.                                    </a></h4>
  1727.                <div class="author-info">
  1728.                  <span class="author-name">Tracey Johnson</span>
  1729.                  <span class="post-time">12 Jun 2026</span>
  1730.                </div>
  1731.              </div>
  1732.            </div>
  1733.          </div>
  1734.          
  1735.          <div class="col-md-6">
  1736.            <div class="featured-card">
  1737.              
  1738.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1739.                      class="card-image" style="object-fit: cover;" alt="">
  1740.              
  1741.              <div class="card-content">
  1742.                <span class="card-category bg-primary-gradient">News</span>
  1743.                <h4 class="card-title"><a class="top-color" href="/hoosier-state-gop-lawmakers-block-bid-to-overhaul-electoral-districts-in-stunning-rebuke-to-donald-trump/" >
  1744.                                        Hoosier State GOP Lawmakers Block Bid to Overhaul Electoral Districts in Stunning Rebuke to Donald Trump
  1745.                                    </a></h4>
  1746.                <div class="author-info">
  1747.                  <span class="author-name">Tracey Johnson</span>
  1748.                  <span class="post-time">12 Jun 2026</span>
  1749.                </div>
  1750.              </div>
  1751.            </div>
  1752.          </div>
  1753.          
  1754.          <div class="col-md-6">
  1755.            <div class="featured-card">
  1756.              
  1757.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1758.                      class="card-image" style="object-fit: cover;" alt="">
  1759.              
  1760.              <div class="card-content">
  1761.                <span class="card-category bg-primary-gradient">News</span>
  1762.                <h4 class="card-title"><a class="top-color" href="/political-christmas-displays-at-american-churches-offer-commentary-on-immigration-enforcement/" >
  1763.                                        Political Christmas Displays at American Churches Offer Commentary on Immigration Enforcement
  1764.                                    </a></h4>
  1765.                <div class="author-info">
  1766.                  <span class="author-name">Tracey Johnson</span>
  1767.                  <span class="post-time">12 Jun 2026</span>
  1768.                </div>
  1769.              </div>
  1770.            </div>
  1771.          </div>
  1772.          
  1773.          <div class="col-md-6">
  1774.            <div class="featured-card">
  1775.              
  1776.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1777.                      class="card-image" style="object-fit: cover;" alt="">
  1778.              
  1779.              <div class="card-content">
  1780.                <span class="card-category bg-primary-gradient">News</span>
  1781.                <h4 class="card-title"><a class="top-color" href="/mikel-arteta-warns-injury-crisis-could-undermine-the-gunners-silverware-quest/" >
  1782.                                        Mikel Arteta Warns Injury Crisis Could Undermine The Gunners&#x27; Silverware Quest
  1783.                                    </a></h4>
  1784.                <div class="author-info">
  1785.                  <span class="author-name">Tracey Johnson</span>
  1786.                  <span class="post-time">12 Jun 2026</span>
  1787.                </div>
  1788.              </div>
  1789.            </div>
  1790.          </div>
  1791.          
  1792.        </div>
  1793.      </div>
  1794.  
  1795.      <!-- Right: Trending Sidebar -->
  1796.      <div class="col-lg-4 col-md-12">
  1797.        <h5 class="section-title">Trending</h5>
  1798.        <div class="trending-list gap-md-2 gap-lg-0 justify-content-center align-items-center row">
  1799.          
  1800.  
  1801.        </div>
  1802.      </div>
  1803.    </div>
  1804.  </div>
  1805. </div>
  1806. <style>
  1807.  /* Blog Hero V5 - Clean 2-Column Layout */
  1808.  
  1809.  /* Hero Banner */
  1810.  .hero-banner .banner-container {
  1811.    position: relative;
  1812.    overflow: hidden;
  1813.    border-radius: 8px;
  1814.  }
  1815.  
  1816.  .hero-banner .banner-image {
  1817.    width: 100%;
  1818.    height: 350px;
  1819.    object-fit: cover;
  1820.    transition: all 0.2s ease;
  1821.  }
  1822.  
  1823.  .hero-banner:hover .banner-image {
  1824.    transform: scale(1.02);
  1825.  }
  1826.  
  1827.  .hero-banner .banner-overlay {
  1828.    position: absolute;
  1829.    bottom: 0;
  1830.    left: 0;
  1831.    right: 0;
  1832.    background: var(--blog-bg);
  1833.    color: var(--blog-color);
  1834.    padding: 1.5rem;
  1835.  }
  1836.  
  1837.  .banner-category {
  1838.    padding: 0.25rem 0.75rem;
  1839.    border-radius: 4px;
  1840.    font-size: 16px;
  1841.  }
  1842.  
  1843.  .banner-title {
  1844.    color: var(--blog-color) !important;
  1845.    margin: 0.5rem 0;
  1846.  }
  1847.  
  1848.  .banner-excerpt {
  1849.    font-size: 1rem;
  1850.    margin-bottom: 1rem;
  1851.  }
  1852.  
  1853.  .read-more-btn {
  1854.    background: #007bff;
  1855.    color: white;
  1856.    border: none;
  1857.    padding: 0.5rem 1rem;
  1858.    border-radius: 4px;
  1859.    cursor: pointer;
  1860.  }
  1861.  
  1862.  /* Main Content */
  1863.  .main-content {
  1864.    margin-top: 2rem;
  1865.  }
  1866.  
  1867.  .section-title {
  1868.    font-size: 1.2rem;
  1869.    font-weight: bold;
  1870.    margin-bottom: 1rem;
  1871.    border-bottom: 1px solid var(--border-color);
  1872.    padding-bottom: 0.5rem;
  1873.  }
  1874.  
  1875.  /* Featured Grid */
  1876.  .featured-grid .featured-card {
  1877.    background: var(--card-bg);
  1878.    border: 1px solid var(--border-color);
  1879.    border-radius: 8px;
  1880.    overflow: hidden;
  1881.    margin-bottom: 1.5rem;
  1882.    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  1883.  }
  1884.  
  1885.  .featured-grid .card-image {
  1886.    width: 100%;
  1887.    height: 200px;
  1888.    object-fit: cover;
  1889.    transition: all 0.2s ease;
  1890.  }
  1891.  
  1892.  .featured-grid .featured-card:hover .card-image {
  1893.    transform: scale(1.02);
  1894.  }
  1895.  
  1896.  .featured-grid .card-content {
  1897.    padding: 1rem;
  1898.  }
  1899.  
  1900.  .card-category {
  1901.    padding: 0.25rem 0.75rem;
  1902.    border-radius: 4px;
  1903.    font-size: 0.8rem;
  1904.  }
  1905.  
  1906.  .card-title {
  1907.    font-size: 1.1rem;
  1908.    margin: 0.5rem 0;
  1909.  }
  1910.  
  1911.  .author-info {
  1912.    font-size: 0.8rem;
  1913.    color: #666;
  1914.  }
  1915.  
  1916.  .author-name {
  1917.    font-weight: bold;
  1918.  }
  1919.  
  1920.  /* Trending Sidebar */
  1921.  .trending-list .trending-item {
  1922.    display: flex;
  1923.    margin-bottom: 1rem;
  1924.    padding: 1rem;
  1925.    background: var(--card-bg);
  1926.    border: 1px solid #ddd;
  1927.    border-radius: 8px;
  1928.    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  1929.  }
  1930.  
  1931.  .trending-item .trending-image {
  1932.    width: 115px;
  1933.    height: 115px;
  1934.    object-fit: cover;
  1935.    border-radius: 4px;
  1936.    margin-right: 1rem;
  1937.  }
  1938.  
  1939.  .trending-item .trending-content {
  1940.    flex: 1;
  1941.  }
  1942.  
  1943.  .trending-category {
  1944.    padding: 0.25rem 0.75rem;
  1945.    border-radius: 4px;
  1946.    font-size: 12px;
  1947.  }
  1948.  
  1949.  .trending-title {
  1950.    font-size: 1rem;
  1951.    margin: 0.25rem 0;
  1952.  }
  1953.  
  1954.  .trending-author {
  1955.    font-size: 1rem;
  1956.    color: var(--topbar-color);
  1957.  }
  1958.  
  1959.  /* Responsive */
  1960.  @media (max-width: 992px) {
  1961.    .hero-banner .banner-image {
  1962.      height: 250px;
  1963.    }
  1964.  
  1965.    .featured-grid .card-image {
  1966.      height: 180px;
  1967.    }
  1968.  
  1969.    .trending-item {
  1970.      flex-direction: column;
  1971.      text-align: center;
  1972.    }
  1973.  
  1974.    .trending-item .trending-image {
  1975.      margin-right: 0;
  1976.      margin-bottom: 1rem;
  1977.    }
  1978.  }
  1979.  
  1980.  @media (max-width: 768px) {
  1981.    .banner-title {
  1982.      font-size: 1.5rem;
  1983.    }
  1984.  
  1985.    .banner-excerpt {
  1986.      font-size: 0.9rem;
  1987.    }
  1988.  }
  1989. </style>
  1990.  
  1991.  
  1992.  
  1993.  
  1994.  
  1995.        <!-- end of wpo-blog-hero -->
  1996.  
  1997.        <!-- start of wpo-breacking-news -->
  1998.        
  1999.        <!-- end of wpo-breacking-news -->
  2000.        
  2001.        <!-- start wpo-blog-highlights-section -->
  2002.        
  2003.  
  2004.  
  2005.  
  2006.    
  2007.  
  2008.  
  2009.  
  2010. <style>
  2011.    .blog-highlights-v2 {
  2012.        padding: 60px 0;
  2013.    }
  2014.    
  2015.    .blog-card-v2 {
  2016.        border: none;
  2017.        border-radius: 16px;
  2018.        overflow: hidden;
  2019.        transition: all 0.3s ease;
  2020.        background: white;
  2021.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  2022.    }
  2023.    
  2024.    .blog-card-v2:hover {
  2025.        transform: translateY(-8px);
  2026.        box-shadow: 0 12px 40px rgba(0,0,0,0.15);
  2027.    }
  2028.    
  2029.    .blog-image-v2 {
  2030.        position: relative;
  2031.        overflow: hidden;
  2032.        height: 220px;
  2033.    }
  2034.    
  2035.    .blog-image-v2 img {
  2036.        width: 100%;
  2037.        height: 100%;
  2038.        object-fit: cover;
  2039.        transition: transform 0.3s ease;
  2040.    }
  2041.    
  2042.    .blog-card-v2:hover .blog-image-v2 img {
  2043.        transform: scale(1.05);
  2044.    }
  2045.    
  2046.    .blog-category-v2 {
  2047.        position: absolute;
  2048.        top: 16px;
  2049.        left: 16px;
  2050.        padding: 6px 14px;
  2051.        border-radius: 20px;
  2052.        font-size: 12px;
  2053.        font-weight: 600;
  2054.        text-transform: uppercase;
  2055.        letter-spacing: 0.5px;
  2056.    }
  2057.    
  2058.    .blog-content-v2 {
  2059.        padding: 24px;
  2060.    }
  2061.    
  2062.    .blog-title-v2 {
  2063.        font-size: 18px;
  2064.        font-weight: 700;
  2065.        line-height: 1.4;
  2066.        margin-bottom: 16px;
  2067.    }
  2068.    
  2069.    .blog-title-v2 a {
  2070.        text-decoration: none;
  2071.        transition: color 0.3s ease;
  2072.    }
  2073.    
  2074.    .blog-meta-v2 {
  2075.        display: flex;
  2076.        align-items: center;
  2077.        gap: 12px;
  2078.        margin-bottom: 12px;
  2079.        font-size: 13px;
  2080.    }
  2081.    
  2082.    .blog-author-img {
  2083.        width: 32px;
  2084.        height: 32px;
  2085.        border-radius: 50%;
  2086.        object-fit: cover;
  2087.    }
  2088.    
  2089.    .blog-excerpt-v2 {
  2090.        font-size: 14px;
  2091.        line-height: 1.6;
  2092.        opacity: 0.8;
  2093.    }
  2094.    
  2095.    .section-title-v2 {
  2096.        font-size: 2.5rem;
  2097.        font-weight: 800;
  2098.        text-align: center;
  2099.        margin-bottom: 50px;
  2100.    }
  2101.  
  2102.    @media (max-width: 768px) {
  2103.        .section-title-v2 {
  2104.            font-size: 2rem;
  2105.        }
  2106.        .blog-highlights-v2 {
  2107.            padding: 40px 0;
  2108.        }
  2109.    }
  2110. </style>
  2111.  
  2112. <section class="blog-highlights-v2">
  2113.    <div class="container-fluid fluid-container">
  2114.        <div class="row">
  2115.            <div class="col-12">
  2116.                <h2 class="section-title-v2 top-color">
  2117.                Today's Top Highlights
  2118.                   </h2>
  2119.            </div>
  2120.            
  2121.        </div>
  2122.        
  2123.        <div class="row">
  2124.            <div class="col-lg-8 col-12">
  2125.                <div class="row g-4">
  2126.                    
  2127.                    <div class="col-lg-6 col-md-6 col-12">
  2128.                        <div class="card blog-card-v2 h-100">
  2129.                            <div class="blog-image-v2">
  2130.                                
  2131.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2132.                                
  2133.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2134.                            </div>
  2135.                            <div class="blog-content-v2">
  2136.                                <h3 class="blog-title-v2">
  2137.                                    <a href="/the-future-remains-uncertain-relief-efforts-face-challenges-getting-to-local-areas-ravaged-by-hurricane/" class="top-color">
  2138.                                    &#x27;The future remains uncertain&#x27;: Relief efforts face challenges getting to local areas ravaged by hurricane.
  2139.                                    </a>
  2140.                                </h3>
  2141.                                <div class="blog-meta-v2">
  2142.                                    
  2143.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="blog-author-img">
  2144.                                    
  2145.                                    
  2146.                                    <span class="top-color">By Tracey Johnson</span>
  2147.                                    <span class="top-color">12 Jun 2026</span>
  2148.                                </div>
  2149.                                <p class="blog-excerpt-v2 top-color"> </p>
  2150.                            </div>
  2151.                        </div>
  2152.                    </div>
  2153.                    
  2154.                    <div class="col-lg-6 col-md-6 col-12">
  2155.                        <div class="card blog-card-v2 h-100">
  2156.                            <div class="blog-image-v2">
  2157.                                
  2158.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2159.                                
  2160.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2161.                            </div>
  2162.                            <div class="blog-content-v2">
  2163.                                <h3 class="blog-title-v2">
  2164.                                    <a href="/in-spite-of-massive-success-clair-obscur-developers-aim-to-maintain-studio-small/" class="top-color">
  2165.                                    In spite of Massive Success, Clair Obscur Developers Aim to Maintain Studio Small
  2166.                                    </a>
  2167.                                </h3>
  2168.                                <div class="blog-meta-v2">
  2169.                                    
  2170.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="blog-author-img">
  2171.                                    
  2172.                                    
  2173.                                    <span class="top-color">By Tracey Johnson</span>
  2174.                                    <span class="top-color">11 Jun 2026</span>
  2175.                                </div>
  2176.                                <p class="blog-excerpt-v2 top-color"> </p>
  2177.                            </div>
  2178.                        </div>
  2179.                    </div>
  2180.                    
  2181.                    <div class="col-lg-6 col-md-6 col-12">
  2182.                        <div class="card blog-card-v2 h-100">
  2183.                            <div class="blog-image-v2">
  2184.                                
  2185.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2186.                                
  2187.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2188.                            </div>
  2189.                            <div class="blog-content-v2">
  2190.                                <h3 class="blog-title-v2">
  2191.                                    <a href="/ways-to-get-a-metal-coat-in-pok%C3%A9mon-legends-z-a/" class="top-color">
  2192.                                    Ways to Get a Metal Coat in Pokémon Legends: Z-A
  2193.                                    </a>
  2194.                                </h3>
  2195.                                <div class="blog-meta-v2">
  2196.                                    
  2197.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="blog-author-img">
  2198.                                    
  2199.                                    
  2200.                                    <span class="top-color">By Tracey Johnson</span>
  2201.                                    <span class="top-color">11 Jun 2026</span>
  2202.                                </div>
  2203.                                <p class="blog-excerpt-v2 top-color"> </p>
  2204.                            </div>
  2205.                        </div>
  2206.                    </div>
  2207.                    
  2208.                    <div class="col-lg-6 col-md-6 col-12">
  2209.                        <div class="card blog-card-v2 h-100">
  2210.                            <div class="blog-image-v2">
  2211.                                
  2212.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2213.                                
  2214.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2215.                            </div>
  2216.                            <div class="blog-content-v2">
  2217.                                <h3 class="blog-title-v2">
  2218.                                    <a href="/manchester-uniteds-manager-dismissed-by-the-premier-league-giants/" class="top-color">
  2219.                                    Manchester United&#x27;s Manager Dismissed by the Premier League Giants.
  2220.                                    </a>
  2221.                                </h3>
  2222.                                <div class="blog-meta-v2">
  2223.                                    
  2224.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="blog-author-img">
  2225.                                    
  2226.                                    
  2227.                                    <span class="top-color">By Tracey Johnson</span>
  2228.                                    <span class="top-color">11 Jun 2026</span>
  2229.                                </div>
  2230.                                <p class="blog-excerpt-v2 top-color"> </p>
  2231.                            </div>
  2232.                        </div>
  2233.                    </div>
  2234.                    
  2235.                    <div class="col-lg-6 col-md-6 col-12">
  2236.                        <div class="card blog-card-v2 h-100">
  2237.                            <div class="blog-image-v2">
  2238.                                
  2239.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2240.                                
  2241.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2242.                            </div>
  2243.                            <div class="blog-content-v2">
  2244.                                <h3 class="blog-title-v2">
  2245.                                    <a href="/trinidad-and-tobago-grants-us-military-access-to-national-airfields-amid-escalating-tensions-with-venezuela/" class="top-color">
  2246.                                    Trinidad and Tobago Grants US Military Access to National Airfields Amid Escalating Tensions with Venezuela
  2247.                                    </a>
  2248.                                </h3>
  2249.                                <div class="blog-meta-v2">
  2250.                                    
  2251.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="blog-author-img">
  2252.                                    
  2253.                                    
  2254.                                    <span class="top-color">By Tracey Johnson</span>
  2255.                                    <span class="top-color">11 Jun 2026</span>
  2256.                                </div>
  2257.                                <p class="blog-excerpt-v2 top-color"> </p>
  2258.                            </div>
  2259.                        </div>
  2260.                    </div>
  2261.                    
  2262.                    <div class="col-lg-6 col-md-6 col-12">
  2263.                        <div class="card blog-card-v2 h-100">
  2264.                            <div class="blog-image-v2">
  2265.                                
  2266.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2267.                                
  2268.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2269.                            </div>
  2270.                            <div class="blog-content-v2">
  2271.                                <h3 class="blog-title-v2">
  2272.                                    <a href="/joseph-parker-and-fabio-wardley-ready-for-all-or-nothing-rumble-with-opportunity-at-usyk-on-the-horizon/" class="top-color">
  2273.                                    Joseph Parker and Fabio Wardley Ready for ‘All or Nothing’ Rumble with Opportunity at Usyk on the Horizon
  2274.                                    </a>
  2275.                                </h3>
  2276.                                <div class="blog-meta-v2">
  2277.                                    
  2278.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="blog-author-img">
  2279.                                    
  2280.                                    
  2281.                                    <span class="top-color">By Tracey Johnson</span>
  2282.                                    <span class="top-color">11 Jun 2026</span>
  2283.                                </div>
  2284.                                <p class="blog-excerpt-v2 top-color"> </p>
  2285.                            </div>
  2286.                        </div>
  2287.                    </div>
  2288.                    
  2289.                    <div class="col-lg-6 col-md-6 col-12">
  2290.                        <div class="card blog-card-v2 h-100">
  2291.                            <div class="blog-image-v2">
  2292.                                
  2293.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2294.                                
  2295.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2296.                            </div>
  2297.                            <div class="blog-content-v2">
  2298.                                <h3 class="blog-title-v2">
  2299.                                    <a href="/trump-announces-blueprints-for-golden-fleet-naval-vessels-bearing-his-name-the-former-president/" class="top-color">
  2300.                                    Trump Announces Blueprints for ‘Golden Fleet’ Naval Vessels Bearing His Name the Former President
  2301.                                    </a>
  2302.                                </h3>
  2303.                                <div class="blog-meta-v2">
  2304.                                    
  2305.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="blog-author-img">
  2306.                                    
  2307.                                    
  2308.                                    <span class="top-color">By Tracey Johnson</span>
  2309.                                    <span class="top-color">11 Jun 2026</span>
  2310.                                </div>
  2311.                                <p class="blog-excerpt-v2 top-color"> </p>
  2312.                            </div>
  2313.                        </div>
  2314.                    </div>
  2315.                    
  2316.                    <div class="col-lg-6 col-md-6 col-12">
  2317.                        <div class="card blog-card-v2 h-100">
  2318.                            <div class="blog-image-v2">
  2319.                                
  2320.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2321.                                
  2322.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2323.                            </div>
  2324.                            <div class="blog-content-v2">
  2325.                                <h3 class="blog-title-v2">
  2326.                                    <a href="/long-distance-running-champion-ruth-chepngetich-receives-36-month-suspension/" class="top-color">
  2327.                                    Long-distance running Champion Ruth Chepngetich Receives 36-month Suspension
  2328.                                    </a>
  2329.                                </h3>
  2330.                                <div class="blog-meta-v2">
  2331.                                    
  2332.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="blog-author-img">
  2333.                                    
  2334.                                    
  2335.                                    <span class="top-color">By Tracey Johnson</span>
  2336.                                    <span class="top-color">11 Jun 2026</span>
  2337.                                </div>
  2338.                                <p class="blog-excerpt-v2 top-color"> </p>
  2339.                            </div>
  2340.                        </div>
  2341.                    </div>
  2342.                    
  2343.                    <div class="col-lg-6 col-md-6 col-12">
  2344.                        <div class="card blog-card-v2 h-100">
  2345.                            <div class="blog-image-v2">
  2346.                                
  2347.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2348.                                
  2349.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2350.                            </div>
  2351.                            <div class="blog-content-v2">
  2352.                                <h3 class="blog-title-v2">
  2353.                                    <a href="/voice-your-views-on-donald-trumps-fresh-remarks/" class="top-color">
  2354.                                    Voice Your Views on Donald Trump&#x27;s Fresh Remarks
  2355.                                    </a>
  2356.                                </h3>
  2357.                                <div class="blog-meta-v2">
  2358.                                    
  2359.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="blog-author-img">
  2360.                                    
  2361.                                    
  2362.                                    <span class="top-color">By Tracey Johnson</span>
  2363.                                    <span class="top-color">11 Jun 2026</span>
  2364.                                </div>
  2365.                                <p class="blog-excerpt-v2 top-color"> </p>
  2366.                            </div>
  2367.                        </div>
  2368.                    </div>
  2369.                    
  2370.                    <div class="col-lg-6 col-md-6 col-12">
  2371.                        <div class="card blog-card-v2 h-100">
  2372.                            <div class="blog-image-v2">
  2373.                                
  2374.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2375.                                
  2376.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2377.                            </div>
  2378.                            <div class="blog-content-v2">
  2379.                                <h3 class="blog-title-v2">
  2380.                                    <a href="/greenlandic-females-achieve-judicial-triumph-in-battle-with-denmark-over-forced-contraceptive-coil-injustice/" class="top-color">
  2381.                                    Greenlandic Females Achieve Judicial Triumph in Battle with Denmark over Forced Contraceptive Coil Injustice.
  2382.                                    </a>
  2383.                                </h3>
  2384.                                <div class="blog-meta-v2">
  2385.                                    
  2386.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="blog-author-img">
  2387.                                    
  2388.                                    
  2389.                                    <span class="top-color">By Tracey Johnson</span>
  2390.                                    <span class="top-color">10 Jun 2026</span>
  2391.                                </div>
  2392.                                <p class="blog-excerpt-v2 top-color"> </p>
  2393.                            </div>
  2394.                        </div>
  2395.                    </div>
  2396.                    
  2397.                    <div class="col-lg-6 col-md-6 col-12">
  2398.                        <div class="card blog-card-v2 h-100">
  2399.                            <div class="blog-image-v2">
  2400.                                
  2401.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2402.                                
  2403.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2404.                            </div>
  2405.                            <div class="blog-content-v2">
  2406.                                <h3 class="blog-title-v2">
  2407.                                    <a href="/house-of-representatives-preparing-for-crucial-vote-on-ending-record-breaking-government-shutdown/" class="top-color">
  2408.                                    House of Representatives Preparing for Crucial Vote on Ending Record-Breaking Government Shutdown
  2409.                                    </a>
  2410.                                </h3>
  2411.                                <div class="blog-meta-v2">
  2412.                                    
  2413.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="blog-author-img">
  2414.                                    
  2415.                                    
  2416.                                    <span class="top-color">By Tracey Johnson</span>
  2417.                                    <span class="top-color">10 Jun 2026</span>
  2418.                                </div>
  2419.                                <p class="blog-excerpt-v2 top-color"> </p>
  2420.                            </div>
  2421.                        </div>
  2422.                    </div>
  2423.                    
  2424.                    <div class="col-lg-6 col-md-6 col-12">
  2425.                        <div class="card blog-card-v2 h-100">
  2426.                            <div class="blog-image-v2">
  2427.                                
  2428.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2429.                                
  2430.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2431.                            </div>
  2432.                            <div class="blog-content-v2">
  2433.                                <h3 class="blog-title-v2">
  2434.                                    <a href="/suicides-linked-to-domestic-abuse-should-be-investigated-as-potential-murders-demand-british-relatives/" class="top-color">
  2435.                                    Suicides Linked to Domestic Abuse Should Be Investigated as Potential Murders, Demand British Relatives
  2436.                                    </a>
  2437.                                </h3>
  2438.                                <div class="blog-meta-v2">
  2439.                                    
  2440.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="blog-author-img">
  2441.                                    
  2442.                                    
  2443.                                    <span class="top-color">By Tracey Johnson</span>
  2444.                                    <span class="top-color">10 Jun 2026</span>
  2445.                                </div>
  2446.                                <p class="blog-excerpt-v2 top-color"> </p>
  2447.                            </div>
  2448.                        </div>
  2449.                    </div>
  2450.                    
  2451.                    
  2452.  
  2453.                </div>
  2454.            </div>
  2455.            
  2456.          <div class="col col-lg-4 col-12">
  2457.                
  2458.  
  2459.  
  2460.  
  2461.    
  2462.  
  2463. <!-- Curved Heading Sidebar -->
  2464.    <div class="sidebar">
  2465.        
  2466.       <div class="sidebar-widget mb-4">
  2467.            <div class="widget-title-wrapper mb-3">
  2468.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2469.                    <div class="title-border"></div>
  2470.                    <i class="ti-folder me-2"></i>June 2026 Blog Roll
  2471.                </h4>
  2472.            </div>
  2473.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2474.                <div class="archives-list scrollable-sidebar">
  2475.                    
  2476.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2477.                        <a href="https://cryptonews.com/uk/best-crypto-casinos/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2478.                            <i class="ti-angle-right me-2 text-primary"></i>
  2479.                            <span class="archive-link top-color fw-semibold"> Crypto Casinos no kyc promo banner</span>
  2480.                        </a>
  2481.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2482.                    </div>
  2483.                
  2484.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2485.                        <a href="https://www.pokerstrategy.com/betting-sites/uk/non-gamstop-betting-sites/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2486.                            <i class="ti-angle-right me-2 text-primary"></i>
  2487.                            <span class="archive-link top-color fw-semibold"> promo grid at UK betting not on Gamstop</span>
  2488.                        </a>
  2489.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2490.                    </div>
  2491.                
  2492.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2493.                        <a href="https://gamingamerica.com/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2494.                            <i class="ti-angle-right me-2 text-primary"></i>
  2495.                            <span class="archive-link top-color fw-semibold"> fresh ranking of best UK non GamSTOP casinos 2026</span>
  2496.                        </a>
  2497.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2498.                    </div>
  2499.                
  2500.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2501.                        <a href="https://www.footitalia.com/betting-sites/uk/not-on-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2502.                            <i class="ti-angle-right me-2 text-primary"></i>
  2503.                            <span class="archive-link top-color fw-semibold"> best betting sites not on Gamstop: quick search</span>
  2504.                        </a>
  2505.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2506.                    </div>
  2507.                
  2508.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2509.                        <a href="https://esports-news.co.uk/gambling-sites/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2510.                            <i class="ti-angle-right me-2 text-primary"></i>
  2511.                            <span class="archive-link top-color fw-semibold"> best online casino uk [2026] right side</span>
  2512.                        </a>
  2513.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2514.                    </div>
  2515.                
  2516.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2517.                        <a href="https://www.aboutcookies.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2518.                            <i class="ti-angle-right me-2 text-primary"></i>
  2519.                            <span class="archive-link top-color fw-semibold"> signup at no-Gamstop casino — choice</span>
  2520.                        </a>
  2521.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2522.                    </div>
  2523.                
  2524.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2525.                        <a href="https://gamingamerica.com/uk/online-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2526.                            <i class="ti-angle-right me-2 text-primary"></i>
  2527.                            <span class="archive-link top-color fw-semibold"> index of best Online casinos uk</span>
  2528.                        </a>
  2529.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2530.                    </div>
  2531.                
  2532.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2533.                        <a href="https://esports-news.co.uk/gambling-sites/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2534.                            <i class="ti-angle-right me-2 text-primary"></i>
  2535.                            <span class="archive-link top-color fw-semibold"> best uk online casinos</span>
  2536.                        </a>
  2537.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2538.                    </div>
  2539.                
  2540.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2541.                        <a href="https://www.cardplayer.com/uk/online-casinos/best-non-uk-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2542.                            <i class="ti-angle-right me-2 text-primary"></i>
  2543.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2544.                        </a>
  2545.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2546.                    </div>
  2547.                
  2548.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2549.                        <a href="https://www.gameshub.com/uk/online-casinos/non-gamstop"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2550.                            <i class="ti-angle-right me-2 text-primary"></i>
  2551.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2552.                        </a>
  2553.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2554.                    </div>
  2555.                
  2556.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2557.                        <a href="https://esportsinsider.com/uk/gambling/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2558.                            <i class="ti-angle-right me-2 text-primary"></i>
  2559.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2560.                        </a>
  2561.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2562.                    </div>
  2563.                
  2564.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2565.                        <a href="https://www.londonfashionweekend.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2566.                            <i class="ti-angle-right me-2 text-primary"></i>
  2567.                            <span class="archive-link top-color fw-semibold"> world cup qualifiers betting sites again</span>
  2568.                        </a>
  2569.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2570.                    </div>
  2571.                
  2572.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2573.                        <a href="https://www.kennybaker.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2574.                            <i class="ti-angle-right me-2 text-primary"></i>
  2575.                            <span class="archive-link top-color fw-semibold"> casino online uk again</span>
  2576.                        </a>
  2577.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2578.                    </div>
  2579.                
  2580.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2581.                        <a href="https://www.outset.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2582.                            <i class="ti-angle-right me-2 text-primary"></i>
  2583.                            <span class="archive-link top-color fw-semibold"> new uk betting sites: updated</span>
  2584.                        </a>
  2585.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2586.                    </div>
  2587.                
  2588.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2589.                        <a href="https://www.stamina.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2590.                            <i class="ti-angle-right me-2 text-primary"></i>
  2591.                            <span class="archive-link top-color fw-semibold"> Casinos Not on GamStop</span>
  2592.                        </a>
  2593.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2594.                    </div>
  2595.                
  2596.                </div>
  2597.                
  2598.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2599.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2600.                        <i class="ti-archive me-1"></i>View All Archives
  2601.                    </a>
  2602.                </div> -->
  2603.            </div>
  2604.        </div>
  2605.        
  2606.       <div class="sidebar-widget mb-4">
  2607.            <div class="widget-title-wrapper mb-3">
  2608.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2609.                    <div class="title-border"></div>
  2610.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  2611.                </h4>
  2612.            </div>
  2613.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2614.                <div class="archives-list scrollable-sidebar">
  2615.                    
  2616.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2617.                        <a href="https://free2learn.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2618.                            <i class="ti-angle-right me-2 text-primary"></i>
  2619.                            <span class="archive-link top-color fw-semibold"> non gamstop casino uk</span>
  2620.                        </a>
  2621.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2622.                    </div>
  2623.                
  2624.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2625.                        <a href="https://www.invo.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2626.                            <i class="ti-angle-right me-2 text-primary"></i>
  2627.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos uk</span>
  2628.                        </a>
  2629.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2630.                    </div>
  2631.                
  2632.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2633.                        <a href="https://www.diabetologists-abcd.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2634.                            <i class="ti-angle-right me-2 text-primary"></i>
  2635.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2636.                        </a>
  2637.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2638.                    </div>
  2639.                
  2640.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2641.                        <a href="https://cryptonews.com/non-gamstop-casinos-uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2642.                            <i class="ti-angle-right me-2 text-primary"></i>
  2643.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2644.                        </a>
  2645.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2646.                    </div>
  2647.                
  2648.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2649.                        <a href="https://www.totally-funky.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2650.                            <i class="ti-angle-right me-2 text-primary"></i>
  2651.                            <span class="archive-link top-color fw-semibold"> best betting sites</span>
  2652.                        </a>
  2653.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2654.                    </div>
  2655.                
  2656.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2657.                        <a href="https://www.mainstventures.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2658.                            <i class="ti-angle-right me-2 text-primary"></i>
  2659.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2660.                        </a>
  2661.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2662.                    </div>
  2663.                
  2664.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2665.                        <a href="https://www.coinspeaker.com/uk/crypto-betting-sites/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2666.                            <i class="ti-angle-right me-2 text-primary"></i>
  2667.                            <span class="archive-link top-color fw-semibold"> best betting sites</span>
  2668.                        </a>
  2669.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2670.                    </div>
  2671.                
  2672.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2673.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2674.                            <i class="ti-angle-right me-2 text-primary"></i>
  2675.                            <span class="archive-link top-color fw-semibold"> non gamstop casino uk</span>
  2676.                        </a>
  2677.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2678.                    </div>
  2679.                
  2680.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2681.                        <a href="https://www.udaipur.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2682.                            <i class="ti-angle-right me-2 text-primary"></i>
  2683.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos uk</span>
  2684.                        </a>
  2685.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2686.                    </div>
  2687.                
  2688.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2689.                        <a href="https://falstaffexperience.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2690.                            <i class="ti-angle-right me-2 text-primary"></i>
  2691.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2692.                        </a>
  2693.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2694.                    </div>
  2695.                
  2696.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2697.                        <a href="https://sut1.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2698.                            <i class="ti-angle-right me-2 text-primary"></i>
  2699.                            <span class="archive-link top-color fw-semibold"> best uk betting sites</span>
  2700.                        </a>
  2701.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2702.                    </div>
  2703.                
  2704.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2705.                        <a href="https://livearsenal.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2706.                            <i class="ti-angle-right me-2 text-primary"></i>
  2707.                            <span class="archive-link top-color fw-semibold"> best betting sites</span>
  2708.                        </a>
  2709.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2710.                    </div>
  2711.                
  2712.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2713.                        <a href="https://www.foodandfuel.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2714.                            <i class="ti-angle-right me-2 text-primary"></i>
  2715.                            <span class="archive-link top-color fw-semibold"> non uk betting sites</span>
  2716.                        </a>
  2717.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2718.                    </div>
  2719.                
  2720.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2721.                        <a href="https://esports-news.co.uk/gambling-sites/lizaro-review/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2722.                            <i class="ti-angle-right me-2 text-primary"></i>
  2723.                            <span class="archive-link top-color fw-semibold"> lizaro casino</span>
  2724.                        </a>
  2725.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2726.                    </div>
  2727.                
  2728.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2729.                        <a href="https://thegoldenfleeceyork.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2730.                            <i class="ti-angle-right me-2 text-primary"></i>
  2731.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2732.                        </a>
  2733.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2734.                    </div>
  2735.                
  2736.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2737.                        <a href="https://www.casquette.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2738.                            <i class="ti-angle-right me-2 text-primary"></i>
  2739.                            <span class="archive-link top-color fw-semibold"> casino sites</span>
  2740.                        </a>
  2741.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2742.                    </div>
  2743.                
  2744.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2745.                        <a href="https://www.voiceprint.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2746.                            <i class="ti-angle-right me-2 text-primary"></i>
  2747.                            <span class="archive-link top-color fw-semibold"> casino sites</span>
  2748.                        </a>
  2749.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2750.                    </div>
  2751.                
  2752.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2753.                        <a href="https://heyimhome.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2754.                            <i class="ti-angle-right me-2 text-primary"></i>
  2755.                            <span class="archive-link top-color fw-semibold"> online casino list</span>
  2756.                        </a>
  2757.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2758.                    </div>
  2759.                
  2760.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2761.                        <a href="https://www.ncsl.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2762.                            <i class="ti-angle-right me-2 text-primary"></i>
  2763.                            <span class="archive-link top-color fw-semibold"> new betting sites uk</span>
  2764.                        </a>
  2765.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2766.                    </div>
  2767.                
  2768.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2769.                        <a href="https://www.tridentcryptofund.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2770.                            <i class="ti-angle-right me-2 text-primary"></i>
  2771.                            <span class="archive-link top-color fw-semibold"> online crypto casino</span>
  2772.                        </a>
  2773.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2774.                    </div>
  2775.                
  2776.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2777.                        <a href="https://www.testandverification.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2778.                            <i class="ti-angle-right me-2 text-primary"></i>
  2779.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2780.                        </a>
  2781.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2782.                    </div>
  2783.                
  2784.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2785.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2786.                            <i class="ti-angle-right me-2 text-primary"></i>
  2787.                            <span class="archive-link top-color fw-semibold"> non gamstop casino uk</span>
  2788.                        </a>
  2789.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2790.                    </div>
  2791.                
  2792.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2793.                        <a href="https://www.casquette.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2794.                            <i class="ti-angle-right me-2 text-primary"></i>
  2795.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2796.                        </a>
  2797.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2798.                    </div>
  2799.                
  2800.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2801.                        <a href="https://www.deakinandblue.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2802.                            <i class="ti-angle-right me-2 text-primary"></i>
  2803.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos uk</span>
  2804.                        </a>
  2805.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2806.                    </div>
  2807.                
  2808.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2809.                        <a href="https://www.cressbrook.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2810.                            <i class="ti-angle-right me-2 text-primary"></i>
  2811.                            <span class="archive-link top-color fw-semibold"> best non gamstop casinos</span>
  2812.                        </a>
  2813.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2814.                    </div>
  2815.                
  2816.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2817.                        <a href="https://pride-events.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2818.                            <i class="ti-angle-right me-2 text-primary"></i>
  2819.                            <span class="archive-link top-color fw-semibold"> best uk non gamstop casinos</span>
  2820.                        </a>
  2821.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2822.                    </div>
  2823.                
  2824.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2825.                        <a href="https://britishicehockey.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2826.                            <i class="ti-angle-right me-2 text-primary"></i>
  2827.                            <span class="archive-link top-color fw-semibold"> non gamstop casino sites</span>
  2828.                        </a>
  2829.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2830.                    </div>
  2831.                
  2832.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2833.                        <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2834.                            <i class="ti-angle-right me-2 text-primary"></i>
  2835.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2836.                        </a>
  2837.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2838.                    </div>
  2839.                
  2840.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2841.                        <a href="https://esportsinsider.com/uk/gambling/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2842.                            <i class="ti-angle-right me-2 text-primary"></i>
  2843.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2844.                        </a>
  2845.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2846.                    </div>
  2847.                
  2848.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2849.                        <a href="https://www.rochdaleonline.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2850.                            <i class="ti-angle-right me-2 text-primary"></i>
  2851.                            <span class="archive-link top-color fw-semibold"> no gamstop casino</span>
  2852.                        </a>
  2853.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2854.                    </div>
  2855.                
  2856.                </div>
  2857.                
  2858.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2859.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2860.                        <i class="ti-archive me-1"></i>View All Archives
  2861.                    </a>
  2862.                </div> -->
  2863.            </div>
  2864.        </div>
  2865.        
  2866.       <div class="sidebar-widget mb-4">
  2867.            <div class="widget-title-wrapper mb-3">
  2868.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2869.                    <div class="title-border"></div>
  2870.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  2871.                </h4>
  2872.            </div>
  2873.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2874.                <div class="archives-list scrollable-sidebar">
  2875.                    
  2876.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2877.                        <a href="https://adventuregamers.com/online-casinos/non-gamstop"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2878.                            <i class="ti-angle-right me-2 text-primary"></i>
  2879.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2880.                        </a>
  2881.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2882.                    </div>
  2883.                
  2884.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2885.                        <a href="https://www.geekgirlmeetup.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2886.                            <i class="ti-angle-right me-2 text-primary"></i>
  2887.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2888.                        </a>
  2889.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2890.                    </div>
  2891.                
  2892.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2893.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2894.                            <i class="ti-angle-right me-2 text-primary"></i>
  2895.                            <span class="archive-link top-color fw-semibold"> uk online casinos</span>
  2896.                        </a>
  2897.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2898.                    </div>
  2899.                
  2900.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2901.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2902.                            <i class="ti-angle-right me-2 text-primary"></i>
  2903.                            <span class="archive-link top-color fw-semibold"> uk online casinos</span>
  2904.                        </a>
  2905.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2906.                    </div>
  2907.                
  2908.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2909.                        <a href="https://straightfromyard.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2910.                            <i class="ti-angle-right me-2 text-primary"></i>
  2911.                            <span class="archive-link top-color fw-semibold"> uk online casinos</span>
  2912.                        </a>
  2913.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2914.                    </div>
  2915.                
  2916.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2917.                        <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2918.                            <i class="ti-angle-right me-2 text-primary"></i>
  2919.                            <span class="archive-link top-color fw-semibold"> uk online casinos</span>
  2920.                        </a>
  2921.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2922.                    </div>
  2923.                
  2924.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2925.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2926.                            <i class="ti-angle-right me-2 text-primary"></i>
  2927.                            <span class="archive-link top-color fw-semibold"> uk online casinos</span>
  2928.                        </a>
  2929.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2930.                    </div>
  2931.                
  2932.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2933.                        <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2934.                            <i class="ti-angle-right me-2 text-primary"></i>
  2935.                            <span class="archive-link top-color fw-semibold"> uk online casinos</span>
  2936.                        </a>
  2937.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2938.                    </div>
  2939.                
  2940.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2941.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2942.                            <i class="ti-angle-right me-2 text-primary"></i>
  2943.                            <span class="archive-link top-color fw-semibold"> uk online casinos</span>
  2944.                        </a>
  2945.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2946.                    </div>
  2947.                
  2948.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2949.                        <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2950.                            <i class="ti-angle-right me-2 text-primary"></i>
  2951.                            <span class="archive-link top-color fw-semibold"> uk online casinos</span>
  2952.                        </a>
  2953.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2954.                    </div>
  2955.                
  2956.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2957.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2958.                            <i class="ti-angle-right me-2 text-primary"></i>
  2959.                            <span class="archive-link top-color fw-semibold"> uk online casinos</span>
  2960.                        </a>
  2961.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2962.                    </div>
  2963.                
  2964.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2965.                        <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2966.                            <i class="ti-angle-right me-2 text-primary"></i>
  2967.                            <span class="archive-link top-color fw-semibold"> uk online casinos</span>
  2968.                        </a>
  2969.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2970.                    </div>
  2971.                
  2972.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2973.                        <a href="https://www.elthampalace.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2974.                            <i class="ti-angle-right me-2 text-primary"></i>
  2975.                            <span class="archive-link top-color fw-semibold"> online casinos uk</span>
  2976.                        </a>
  2977.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2978.                    </div>
  2979.                
  2980.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2981.                        <a href="https://fishleyhall.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2982.                            <i class="ti-angle-right me-2 text-primary"></i>
  2983.                            <span class="archive-link top-color fw-semibold"> best non uk online casino</span>
  2984.                        </a>
  2985.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2986.                    </div>
  2987.                
  2988.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2989.                        <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2990.                            <i class="ti-angle-right me-2 text-primary"></i>
  2991.                            <span class="archive-link top-color fw-semibold"> best casino sites uk</span>
  2992.                        </a>
  2993.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2994.                    </div>
  2995.                
  2996.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2997.                        <a href="https://www.executive-shaving.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2998.                            <i class="ti-angle-right me-2 text-primary"></i>
  2999.                            <span class="archive-link top-color fw-semibold"> casino sites</span>
  3000.                        </a>
  3001.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3002.                    </div>
  3003.                
  3004.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3005.                        <a href="https://clearance-comet.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3006.                            <i class="ti-angle-right me-2 text-primary"></i>
  3007.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3008.                        </a>
  3009.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3010.                    </div>
  3011.                
  3012.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3013.                        <a href="https://tabletwise.net"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3014.                            <i class="ti-angle-right me-2 text-primary"></i>
  3015.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  3016.                        </a>
  3017.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3018.                    </div>
  3019.                
  3020.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3021.                        <a href="https://familymathstoolkit.org.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3022.                            <i class="ti-angle-right me-2 text-primary"></i>
  3023.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3024.                        </a>
  3025.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3026.                    </div>
  3027.                
  3028.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3029.                        <a href="https://btlondon2012.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3030.                            <i class="ti-angle-right me-2 text-primary"></i>
  3031.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3032.                        </a>
  3033.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3034.                    </div>
  3035.                
  3036.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3037.                        <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3038.                            <i class="ti-angle-right me-2 text-primary"></i>
  3039.                            <span class="archive-link top-color fw-semibold"> non UK registered casino</span>
  3040.                        </a>
  3041.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3042.                    </div>
  3043.                
  3044.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3045.                        <a href="https://appleiphoneunlock.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3046.                            <i class="ti-angle-right me-2 text-primary"></i>
  3047.                            <span class="archive-link top-color fw-semibold"> crypto casino</span>
  3048.                        </a>
  3049.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3050.                    </div>
  3051.                
  3052.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3053.                        <a href="https://mcaleicester.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3054.                            <i class="ti-angle-right me-2 text-primary"></i>
  3055.                            <span class="archive-link top-color fw-semibold"> uk online casinos</span>
  3056.                        </a>
  3057.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3058.                    </div>
  3059.                
  3060.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3061.                        <a href="https://thepearlyqueen.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3062.                            <i class="ti-angle-right me-2 text-primary"></i>
  3063.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos</span>
  3064.                        </a>
  3065.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3066.                    </div>
  3067.                
  3068.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3069.                        <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3070.                            <i class="ti-angle-right me-2 text-primary"></i>
  3071.                            <span class="archive-link top-color fw-semibold"> Non UK Casinos</span>
  3072.                        </a>
  3073.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3074.                    </div>
  3075.                
  3076.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3077.                        <a href="https://www.wildandgame.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3078.                            <i class="ti-angle-right me-2 text-primary"></i>
  3079.                            <span class="archive-link top-color fw-semibold"> non GamStop casino</span>
  3080.                        </a>
  3081.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3082.                    </div>
  3083.                
  3084.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3085.                        <a href="https://hapihemp.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3086.                            <i class="ti-angle-right me-2 text-primary"></i>
  3087.                            <span class="archive-link top-color fw-semibold"> new betting sites uk</span>
  3088.                        </a>
  3089.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3090.                    </div>
  3091.                
  3092.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3093.                        <a href="https://realrussia.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3094.                            <i class="ti-angle-right me-2 text-primary"></i>
  3095.                            <span class="archive-link top-color fw-semibold"> best online betting sites uk</span>
  3096.                        </a>
  3097.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3098.                    </div>
  3099.                
  3100.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3101.                        <a href="https://www.techandplay.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3102.                            <i class="ti-angle-right me-2 text-primary"></i>
  3103.                            <span class="archive-link top-color fw-semibold"> best online betting sites</span>
  3104.                        </a>
  3105.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3106.                    </div>
  3107.                
  3108.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3109.                        <a href="https://www.deakinandblue.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3110.                            <i class="ti-angle-right me-2 text-primary"></i>
  3111.                            <span class="archive-link top-color fw-semibold"> non gamstop casino uk</span>
  3112.                        </a>
  3113.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3114.                    </div>
  3115.                
  3116.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3117.                        <a href="https://cloistersbistro.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3118.                            <i class="ti-angle-right me-2 text-primary"></i>
  3119.                            <span class="archive-link top-color fw-semibold"> new casino sites</span>
  3120.                        </a>
  3121.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3122.                    </div>
  3123.                
  3124.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3125.                        <a href="https://www.no-deportations.org.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3126.                            <i class="ti-angle-right me-2 text-primary"></i>
  3127.                            <span class="archive-link top-color fw-semibold"> best online casinos</span>
  3128.                        </a>
  3129.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3130.                    </div>
  3131.                
  3132.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3133.                        <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3134.                            <i class="ti-angle-right me-2 text-primary"></i>
  3135.                            <span class="archive-link top-color fw-semibold"> non GamStop UK casinos</span>
  3136.                        </a>
  3137.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3138.                    </div>
  3139.                
  3140.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3141.                        <a href="https://www.antiquesforeveryone.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3142.                            <i class="ti-angle-right me-2 text-primary"></i>
  3143.                            <span class="archive-link top-color fw-semibold"> betting sites</span>
  3144.                        </a>
  3145.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3146.                    </div>
  3147.                
  3148.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3149.                        <a href="https://roeparkresort.com"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3150.                            <i class="ti-angle-right me-2 text-primary"></i>
  3151.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  3152.                        </a>
  3153.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3154.                    </div>
  3155.                
  3156.                </div>
  3157.                
  3158.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3159.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3160.                        <i class="ti-archive me-1"></i>View All Archives
  3161.                    </a>
  3162.                </div> -->
  3163.            </div>
  3164.        </div>
  3165.        
  3166.       <div class="sidebar-widget mb-4">
  3167.            <div class="widget-title-wrapper mb-3">
  3168.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3169.                    <div class="title-border"></div>
  3170.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  3171.                </h4>
  3172.            </div>
  3173.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  3174.                <div class="archives-list scrollable-sidebar">
  3175.                    
  3176.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3177.                        <a href="https://www.peckhamaudio.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3178.                            <i class="ti-angle-right me-2 text-primary"></i>
  3179.                            <span class="archive-link top-color fw-semibold"> UK casinos not on GamStop</span>
  3180.                        </a>
  3181.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3182.                    </div>
  3183.                
  3184.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3185.                        <a href="https://www.myiconstory.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3186.                            <i class="ti-angle-right me-2 text-primary"></i>
  3187.                            <span class="archive-link top-color fw-semibold"> instant withdrawal casino UK</span>
  3188.                        </a>
  3189.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3190.                    </div>
  3191.                
  3192.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3193.                        <a href="https://www.glasshouserestaurant.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3194.                            <i class="ti-angle-right me-2 text-primary"></i>
  3195.                            <span class="archive-link top-color fw-semibold"> best bitcoin casinos</span>
  3196.                        </a>
  3197.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3198.                    </div>
  3199.                
  3200.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3201.                        <a href="https://www.labodeganegra.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3202.                            <i class="ti-angle-right me-2 text-primary"></i>
  3203.                            <span class="archive-link top-color fw-semibold"> non GamStop sites</span>
  3204.                        </a>
  3205.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3206.                    </div>
  3207.                
  3208.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3209.                        <a href="https://www.cranleyclinic.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3210.                            <i class="ti-angle-right me-2 text-primary"></i>
  3211.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos UK</span>
  3212.                        </a>
  3213.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3214.                    </div>
  3215.                
  3216.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3217.                        <a href="https://thenewoxford.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3218.                            <i class="ti-angle-right me-2 text-primary"></i>
  3219.                            <span class="archive-link top-color fw-semibold"> UK casino not on GamStop</span>
  3220.                        </a>
  3221.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3222.                    </div>
  3223.                
  3224.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3225.                        <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3226.                            <i class="ti-angle-right me-2 text-primary"></i>
  3227.                            <span class="archive-link top-color fw-semibold"> casino sites not on GamStop</span>
  3228.                        </a>
  3229.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3230.                    </div>
  3231.                
  3232.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3233.                        <a href="https://womeninfinance.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3234.                            <i class="ti-angle-right me-2 text-primary"></i>
  3235.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos UK</span>
  3236.                        </a>
  3237.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3238.                    </div>
  3239.                
  3240.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3241.                        <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3242.                            <i class="ti-angle-right me-2 text-primary"></i>
  3243.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos</span>
  3244.                        </a>
  3245.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3246.                    </div>
  3247.                
  3248.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3249.                        <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3250.                            <i class="ti-angle-right me-2 text-primary"></i>
  3251.                            <span class="archive-link top-color fw-semibold"> non GamStop casino UK</span>
  3252.                        </a>
  3253.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3254.                    </div>
  3255.                
  3256.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3257.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3258.                            <i class="ti-angle-right me-2 text-primary"></i>
  3259.                            <span class="archive-link top-color fw-semibold"> non uk betting sites</span>
  3260.                        </a>
  3261.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3262.                    </div>
  3263.                
  3264.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3265.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3266.                            <i class="ti-angle-right me-2 text-primary"></i>
  3267.                            <span class="archive-link top-color fw-semibold"> slots</span>
  3268.                        </a>
  3269.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3270.                    </div>
  3271.                
  3272.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3273.                        <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3274.                            <i class="ti-angle-right me-2 text-primary"></i>
  3275.                            <span class="archive-link top-color fw-semibold"> online casinos not on Gamstop</span>
  3276.                        </a>
  3277.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3278.                    </div>
  3279.                
  3280.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3281.                        <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3282.                            <i class="ti-angle-right me-2 text-primary"></i>
  3283.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos 2026</span>
  3284.                        </a>
  3285.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3286.                    </div>
  3287.                
  3288.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3289.                        <a href="https://hisbe.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3290.                            <i class="ti-angle-right me-2 text-primary"></i>
  3291.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  3292.                        </a>
  3293.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3294.                    </div>
  3295.                
  3296.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3297.                        <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3298.                            <i class="ti-angle-right me-2 text-primary"></i>
  3299.                            <span class="archive-link top-color fw-semibold"> Best Non GamStop Casinos</span>
  3300.                        </a>
  3301.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3302.                    </div>
  3303.                
  3304.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3305.                        <a href="https://citytosea.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3306.                            <i class="ti-angle-right me-2 text-primary"></i>
  3307.                            <span class="archive-link top-color fw-semibold"> slots not on gamstop</span>
  3308.                        </a>
  3309.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3310.                    </div>
  3311.                
  3312.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3313.                        <a href="https://www.incegd.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3314.                            <i class="ti-angle-right me-2 text-primary"></i>
  3315.                            <span class="archive-link top-color fw-semibold"> crypto casino</span>
  3316.                        </a>
  3317.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3318.                    </div>
  3319.                
  3320.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3321.                        <a href="https://www.lateralscience.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3322.                            <i class="ti-angle-right me-2 text-primary"></i>
  3323.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos uk</span>
  3324.                        </a>
  3325.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3326.                    </div>
  3327.                
  3328.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3329.                        <a href="https://ealingnewsextra.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3330.                            <i class="ti-angle-right me-2 text-primary"></i>
  3331.                            <span class="archive-link top-color fw-semibold"> best betting sites uk</span>
  3332.                        </a>
  3333.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3334.                    </div>
  3335.                
  3336.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3337.                        <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3338.                            <i class="ti-angle-right me-2 text-primary"></i>
  3339.                            <span class="archive-link top-color fw-semibold"> Non Gamstop Casino</span>
  3340.                        </a>
  3341.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3342.                    </div>
  3343.                
  3344.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3345.                        <a href="https://free2learn.org.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3346.                            <i class="ti-angle-right me-2 text-primary"></i>
  3347.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos 2026</span>
  3348.                        </a>
  3349.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3350.                    </div>
  3351.                
  3352.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3353.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3354.                            <i class="ti-angle-right me-2 text-primary"></i>
  3355.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  3356.                        </a>
  3357.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3358.                    </div>
  3359.                
  3360.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3361.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3362.                            <i class="ti-angle-right me-2 text-primary"></i>
  3363.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3364.                        </a>
  3365.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3366.                    </div>
  3367.                
  3368.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3369.                        <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3370.                            <i class="ti-angle-right me-2 text-primary"></i>
  3371.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  3372.                        </a>
  3373.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3374.                    </div>
  3375.                
  3376.                </div>
  3377.                
  3378.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3379.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3380.                        <i class="ti-archive me-1"></i>View All Archives
  3381.                    </a>
  3382.                </div> -->
  3383.            </div>
  3384.        </div>
  3385.        
  3386.       <div class="sidebar-widget mb-4">
  3387.            <div class="widget-title-wrapper mb-3">
  3388.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3389.                    <div class="title-border"></div>
  3390.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  3391.                </h4>
  3392.            </div>
  3393.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  3394.                <div class="archives-list scrollable-sidebar">
  3395.                    
  3396.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3397.                        <a href="https://kam-media.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3398.                            <i class="ti-angle-right me-2 text-primary"></i>
  3399.                            <span class="archive-link top-color fw-semibold"> best uk non gamstop casinos 2026</span>
  3400.                        </a>
  3401.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3402.                    </div>
  3403.                
  3404.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3405.                        <a href="https://glasgowmuseumsslavery.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3406.                            <i class="ti-angle-right me-2 text-primary"></i>
  3407.                            <span class="archive-link top-color fw-semibold"> top 50 online casinos uk</span>
  3408.                        </a>
  3409.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3410.                    </div>
  3411.                
  3412.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3413.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3414.                            <i class="ti-angle-right me-2 text-primary"></i>
  3415.                            <span class="archive-link top-color fw-semibold"> top casinos not on gamstop</span>
  3416.                        </a>
  3417.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3418.                    </div>
  3419.                
  3420.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3421.                        <a href="https://www.voiceprint.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3422.                            <i class="ti-angle-right me-2 text-primary"></i>
  3423.                            <span class="archive-link top-color fw-semibold"> online casinos uk</span>
  3424.                        </a>
  3425.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3426.                    </div>
  3427.                
  3428.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3429.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3430.                            <i class="ti-angle-right me-2 text-primary"></i>
  3431.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3432.                        </a>
  3433.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3434.                    </div>
  3435.                
  3436.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3437.                        <a href="https://jst.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3438.                            <i class="ti-angle-right me-2 text-primary"></i>
  3439.                            <span class="archive-link top-color fw-semibold"> uk online casino</span>
  3440.                        </a>
  3441.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3442.                    </div>
  3443.                
  3444.                </div>
  3445.                
  3446.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3447.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3448.                        <i class="ti-archive me-1"></i>View All Archives
  3449.                    </a>
  3450.                </div> -->
  3451.            </div>
  3452.        </div>
  3453.        
  3454.  
  3455.       <!-- <div class="sidebar-widget mb-5">
  3456.            <div class="widget-title-wrapper mb-3">
  3457.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3458.                    <div class="title-border"></div>
  3459.                    <i class="ti-folder me-2"></i>Blog Archives
  3460.                </h4>
  3461.            </div>
  3462.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  3463.                <div class="archives-list">
  3464.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3465.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3466.                            <i class="ti-angle-right me-2 text-primary"></i>
  3467.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  3468.                        </a>
  3469.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  3470.                    </div>
  3471.  
  3472.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3473.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3474.                            <i class="ti-angle-right me-2 text-primary"></i>
  3475.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  3476.                        </a>
  3477.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  3478.                    </div>
  3479.  
  3480.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3481.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3482.                            <i class="ti-angle-right me-2 text-primary"></i>
  3483.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  3484.                        </a>
  3485.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  3486.                    </div>
  3487.  
  3488.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3489.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3490.                            <i class="ti-angle-right me-2 text-primary"></i>
  3491.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  3492.                        </a>
  3493.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  3494.                    </div>
  3495.  
  3496.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3497.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3498.                            <i class="ti-angle-right me-2 text-primary"></i>
  3499.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  3500.                        </a>
  3501.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  3502.                    </div>
  3503.  
  3504.                    <div class="archive-item d-flex justify-content-between align-items-center">
  3505.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3506.                            <i class="ti-angle-right me-2 text-primary"></i>
  3507.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  3508.                        </a>
  3509.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  3510.                    </div>
  3511.                </div>
  3512.                
  3513.                <div class="text-center mt-4 pt-3 border-top border-color">
  3514.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3515.                        <i class="ti-archive me-1"></i>View All Archives
  3516.                    </a>
  3517.                </div>
  3518.            </div>
  3519.        </div> -->
  3520.  
  3521.        <div class="sidebar-widget mb-4">
  3522.            <div class="widget-title-wrapper mb-3">
  3523.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3524.                    <div class="title-border-primary"></div>
  3525.                    <i class="ti-star me-2"></i>Popular Posts
  3526.                </h4>
  3527.            </div>
  3528.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  3529.                <div class="popular-post-list">
  3530.                    
  3531.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3532.                        <div class="post-content flex-grow-1">
  3533.                            <h6 class="post-title mb-1">
  3534.                                 <a href="/the-new-halo-campaign-evolved-revamp-brings-substantial-updates-to-attract-a-fresh-player-base/" class="text-decoration-none top-color fw-semibold lh-sm">
  3535.                                            The New Halo: Campaign Evolved Revamp Brings Substantial Updates to Attract a Fresh Player Base
  3536.                                            </a>
  3537.                            </h6>
  3538.                            <div class="post-meta">
  3539.                                <small class="text-muted">
  3540.                                    <i class="ti-calendar me-1"></i>10 Jun 2026
  3541.                                </small>
  3542.                                <!-- <small class="text-muted ms-3">
  3543.                                    <i class="ti-eye me-1"></i>1,234 views
  3544.                                </small> -->
  3545.                            </div>
  3546.                        </div>
  3547.                    </div>
  3548.                    
  3549.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3550.                        <div class="post-content flex-grow-1">
  3551.                            <h6 class="post-title mb-1">
  3552.                                 <a href="/the-game-unme-a-cerebral-thriller-merging-survival-horror-with-social-deduction-mechanics/" class="text-decoration-none top-color fw-semibold lh-sm">
  3553.                                            The Game UN:Me: A Cerebral Thriller Merging Survival Horror with Social Deduction Mechanics
  3554.                                            </a>
  3555.                            </h6>
  3556.                            <div class="post-meta">
  3557.                                <small class="text-muted">
  3558.                                    <i class="ti-calendar me-1"></i>10 Jun 2026
  3559.                                </small>
  3560.                                <!-- <small class="text-muted ms-3">
  3561.                                    <i class="ti-eye me-1"></i>1,234 views
  3562.                                </small> -->
  3563.                            </div>
  3564.                        </div>
  3565.                    </div>
  3566.                    
  3567.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3568.                        <div class="post-content flex-grow-1">
  3569.                            <h6 class="post-title mb-1">
  3570.                                 <a href="/dont-miss-one-classic-stephen-king-movie-prior-to-it-welcome-to-derrys-next-episode/" class="text-decoration-none top-color fw-semibold lh-sm">
  3571.                                            Don&#x27;t Miss One Classic Stephen King Movie Prior to It: Welcome to Derry&#x27;s Next Episode
  3572.                                            </a>
  3573.                            </h6>
  3574.                            <div class="post-meta">
  3575.                                <small class="text-muted">
  3576.                                    <i class="ti-calendar me-1"></i>10 Jun 2026
  3577.                                </small>
  3578.                                <!-- <small class="text-muted ms-3">
  3579.                                    <i class="ti-eye me-1"></i>1,234 views
  3580.                                </small> -->
  3581.                            </div>
  3582.                        </div>
  3583.                    </div>
  3584.                    
  3585.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3586.                        <div class="post-content flex-grow-1">
  3587.                            <h6 class="post-title mb-1">
  3588.                                 <a href="/why-do-we-have-to-wait-popovic-sets-no-restrictions-on-what-the-socceroos-can-accomplish/" class="text-decoration-none top-color fw-semibold lh-sm">
  3589.                                            {‘Why do we have to wait?’: Popovic sets no restrictions on what the Socceroos can accomplish.
  3590.                                            </a>
  3591.                            </h6>
  3592.                            <div class="post-meta">
  3593.                                <small class="text-muted">
  3594.                                    <i class="ti-calendar me-1"></i>10 Jun 2026
  3595.                                </small>
  3596.                                <!-- <small class="text-muted ms-3">
  3597.                                    <i class="ti-eye me-1"></i>1,234 views
  3598.                                </small> -->
  3599.                            </div>
  3600.                        </div>
  3601.                    </div>
  3602.                    
  3603.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3604.                        <div class="post-content flex-grow-1">
  3605.                            <h6 class="post-title mb-1">
  3606.                                 <a href="/tom-clancys-the-division-makes-its-way-to-the-tabletop-as-a-brutally-tactical-tabletop-role-playing-game/" class="text-decoration-none top-color fw-semibold lh-sm">
  3607.                                            Tom Clancy&#x27;s The Division Makes Its Way to the Tabletop as a Brutally Tactical Tabletop Role-Playing Game
  3608.                                            </a>
  3609.                            </h6>
  3610.                            <div class="post-meta">
  3611.                                <small class="text-muted">
  3612.                                    <i class="ti-calendar me-1"></i>10 Jun 2026
  3613.                                </small>
  3614.                                <!-- <small class="text-muted ms-3">
  3615.                                    <i class="ti-eye me-1"></i>1,234 views
  3616.                                </small> -->
  3617.                            </div>
  3618.                        </div>
  3619.                    </div>
  3620.                    
  3621.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3622.                        <div class="post-content flex-grow-1">
  3623.                            <h6 class="post-title mb-1">
  3624.                                 <a href="/a-homage-to-strength-what-we-can-glean-from-the-grandeur-of-accra-cultural-week/" class="text-decoration-none top-color fw-semibold lh-sm">
  3625.                                            A Homage to Strength: What We Can Glean from the Grandeur of Accra Cultural Week.
  3626.                                            </a>
  3627.                            </h6>
  3628.                            <div class="post-meta">
  3629.                                <small class="text-muted">
  3630.                                    <i class="ti-calendar me-1"></i>09 Jun 2026
  3631.                                </small>
  3632.                                <!-- <small class="text-muted ms-3">
  3633.                                    <i class="ti-eye me-1"></i>1,234 views
  3634.                                </small> -->
  3635.                            </div>
  3636.                        </div>
  3637.                    </div>
  3638.                    
  3639.  
  3640.                </div>
  3641.                
  3642.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3643.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  3644.                        <i class="ti-trophy me-1"></i>View All Popular
  3645.                    </a>
  3646.                </div> -->
  3647.            </div>
  3648.        </div>
  3649.  
  3650. </div>
  3651.  
  3652. <style>
  3653.     .widget-content {
  3654.        margin-top: -1px;
  3655.        position: relative;
  3656.        z-index: 1;
  3657.         background-color: var(--card-bg);
  3658.    }
  3659. </style>
  3660.  
  3661.    
  3662.            </div>
  3663.        </div>
  3664.    </div>
  3665. </section>
  3666.  
  3667.    
  3668.        
  3669.        <!-- end wpo-blog-highlights-section -->
  3670.        <!-- start wpo-blog-sponsored-section -->
  3671.        
  3672.  
  3673.  
  3674.  
  3675.    
  3676.  
  3677.  
  3678.  
  3679. <style>
  3680.    .sponsored-section-v5 {
  3681.        padding: 40px 0;
  3682.    }
  3683.    
  3684.    .sponsored-card-v5 {
  3685.        background: var(--card-bg);
  3686.        border: 1px solid #f5f5f5;
  3687.        border-radius: var(--border-radius);
  3688.        transition: border-color 0.3s ease;
  3689.        height: 100%;
  3690.    }
  3691.    
  3692.    .sponsored-card-v5:hover {
  3693.        border-color: var(--bs-primary);
  3694.    }
  3695.    
  3696.    .sponsored-image-v5 {
  3697.        position: relative;
  3698.        background: var(--card-bg);
  3699.        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  3700.        margin: 15px 15px 0;
  3701.    }
  3702.    
  3703.    .sponsored-image-v5 img {
  3704.        width: 100%;
  3705.        height: 140px;
  3706.        object-fit: cover;
  3707.        border-radius: var(--border-radius);
  3708.    }
  3709.    
  3710.    .sponsored-badge-v5 {
  3711.        position: absolute;
  3712.        top: 6px;
  3713.        left: 8px;
  3714.        padding: 4px 10px;
  3715.        font-size: 11px;
  3716.        font-weight: 600;
  3717.        text-transform: uppercase;    
  3718.        border-radius: var(--border-radius);
  3719.    }
  3720.    
  3721.    .sponsored-badge-v5::before {
  3722.        content: '';
  3723.        position: absolute;
  3724.        top: 8px;
  3725.        left: -10px;
  3726.        border-top: 10px solid var(--bs-primary);
  3727.        border-left: 10px solid transparent;
  3728.        transform: rotate(45deg);
  3729.    }
  3730.    
  3731.    .sponsored-content-v5 {
  3732.        padding: 15px;
  3733.    }
  3734.    
  3735.    .sponsored-title-v5 {
  3736.        font-size: 15px;
  3737.        font-weight: 700;
  3738.        line-height: 1.4;
  3739.        margin-bottom: 8px;
  3740.        color: #333;
  3741.    }
  3742.    
  3743.    .sponsored-title-v5 a {
  3744.        text-decoration: none;
  3745.        color: #333;
  3746.    }
  3747.    
  3748.    .sponsored-title-v5 a:hover {
  3749.        color: var(--bs-primary); /* Purple hover */
  3750.    }
  3751.    
  3752.    .sponsored-excerpt-v5 {
  3753.        font-size: 12px;
  3754.        font-style: italic;
  3755.        color: #868e96;
  3756.        margin-bottom: 10px;
  3757.        line-height: 1.5;
  3758.    }
  3759.    
  3760.    .sponsored-meta-v5 {
  3761.        font-size: 11px;
  3762.        color: #6c757d;
  3763.    }
  3764.    
  3765.    .author-info-v5 {
  3766.        margin-bottom: 5px;
  3767.    }
  3768.    
  3769.    .sponsored-author-img-v5 {
  3770.        width: 22px;
  3771.        height: 22px;
  3772.        border-radius: var(--border-radius);
  3773.        object-fit: cover;
  3774.        vertical-align: middle;
  3775.        margin-right: 5px;
  3776.    }
  3777.    
  3778.    .section-title-sponsored-v5 {
  3779.        font-size: 2.1rem;
  3780.        font-weight: 700;
  3781.        text-align: center;
  3782.        margin-bottom: 30px;
  3783.        color: #333;
  3784.        position: relative;
  3785.    }
  3786.    
  3787.    .section-title-sponsored-v5::after {
  3788.        content: '';
  3789.        position: absolute;
  3790.        bottom: -10px;
  3791.        left: 50%;
  3792.        transform: translateX(-50%);
  3793.        width: 80px;
  3794.        height: 2px;
  3795.        background: var(--bs-primary);
  3796.        box-shadow: 0 2px 0 0 var(--bs-primary);
  3797.    }
  3798.  
  3799.    @media (max-width: 768px) {
  3800.        .sponsored-section-v5 {
  3801.            padding: 25px 0;
  3802.        }
  3803.        .sponsored-image-v5 {
  3804.            margin: 10px 10px 0;
  3805.            padding: 8px;
  3806.        }
  3807.        .sponsored-image-v5 img {
  3808.            height: 120px;
  3809.        }
  3810.        .sponsored-content-v5 {
  3811.            padding: 12px;
  3812.        }
  3813.        .sponsored-title-v5 {
  3814.            font-size: 14px;
  3815.        }
  3816.        .sponsored-excerpt-v5 {
  3817.            font-size: 11px;
  3818.        }
  3819.        .section-title-sponsored-v5 {
  3820.            font-size: 1.7rem;
  3821.        }
  3822.    }
  3823. </style>
  3824.  
  3825. <section class="sponsored-section-v5">
  3826.    <div class="container-fluid fluid-container">
  3827.        <div class="row">
  3828.            <div class="col-12">
  3829.                <h2 class="section-title-sponsored-v5">Sponsored News</h2>
  3830.            </div>
  3831.        </div>
  3832.        
  3833.        <div class="row g-3">
  3834.            
  3835.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3836.                <div class="card sponsored-card-v5">
  3837.                    <div class="sponsored-image-v5">
  3838.                        
  3839.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3840.                        
  3841.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3842.                    </div>
  3843.                    <div class="sponsored-content-v5">
  3844.                        <h3 class="sponsored-title-v5">
  3845.                            <a href="/the-new-halo-campaign-evolved-revamp-brings-substantial-updates-to-attract-a-fresh-player-base/" >
  3846.                                            The New Halo: Campaign Evolved Revamp Brings Substantial Updates to Attract a Fresh Player Base
  3847.                                            </a>
  3848.                        </h3>
  3849.                        <p class="sponsored-excerpt-v5">
  3850.                          
  3851.                        </p>
  3852.                        <div class="sponsored-meta-v5">
  3853.                            <div class="author-info-v5">
  3854.                                
  3855.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="sponsored-author-img-v5">
  3856.                                
  3857.                                <span>
  3858.                                    Tracey Johnson
  3859.                                </span>
  3860.                            </div>
  3861.                            <div>10 Jun 2026</div>
  3862.                        </div>
  3863.                    </div>
  3864.                </div>
  3865.            </div>
  3866.            
  3867.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3868.                <div class="card sponsored-card-v5">
  3869.                    <div class="sponsored-image-v5">
  3870.                        
  3871.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3872.                        
  3873.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3874.                    </div>
  3875.                    <div class="sponsored-content-v5">
  3876.                        <h3 class="sponsored-title-v5">
  3877.                            <a href="/the-game-unme-a-cerebral-thriller-merging-survival-horror-with-social-deduction-mechanics/" >
  3878.                                            The Game UN:Me: A Cerebral Thriller Merging Survival Horror with Social Deduction Mechanics
  3879.                                            </a>
  3880.                        </h3>
  3881.                        <p class="sponsored-excerpt-v5">
  3882.                          
  3883.                        </p>
  3884.                        <div class="sponsored-meta-v5">
  3885.                            <div class="author-info-v5">
  3886.                                
  3887.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="sponsored-author-img-v5">
  3888.                                
  3889.                                <span>
  3890.                                    Tracey Johnson
  3891.                                </span>
  3892.                            </div>
  3893.                            <div>10 Jun 2026</div>
  3894.                        </div>
  3895.                    </div>
  3896.                </div>
  3897.            </div>
  3898.            
  3899.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3900.                <div class="card sponsored-card-v5">
  3901.                    <div class="sponsored-image-v5">
  3902.                        
  3903.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3904.                        
  3905.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3906.                    </div>
  3907.                    <div class="sponsored-content-v5">
  3908.                        <h3 class="sponsored-title-v5">
  3909.                            <a href="/dont-miss-one-classic-stephen-king-movie-prior-to-it-welcome-to-derrys-next-episode/" >
  3910.                                            Don&#x27;t Miss One Classic Stephen King Movie Prior to It: Welcome to Derry&#x27;s Next Episode
  3911.                                            </a>
  3912.                        </h3>
  3913.                        <p class="sponsored-excerpt-v5">
  3914.                          
  3915.                        </p>
  3916.                        <div class="sponsored-meta-v5">
  3917.                            <div class="author-info-v5">
  3918.                                
  3919.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="sponsored-author-img-v5">
  3920.                                
  3921.                                <span>
  3922.                                    Tracey Johnson
  3923.                                </span>
  3924.                            </div>
  3925.                            <div>10 Jun 2026</div>
  3926.                        </div>
  3927.                    </div>
  3928.                </div>
  3929.            </div>
  3930.            
  3931.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3932.                <div class="card sponsored-card-v5">
  3933.                    <div class="sponsored-image-v5">
  3934.                        
  3935.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3936.                        
  3937.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3938.                    </div>
  3939.                    <div class="sponsored-content-v5">
  3940.                        <h3 class="sponsored-title-v5">
  3941.                            <a href="/why-do-we-have-to-wait-popovic-sets-no-restrictions-on-what-the-socceroos-can-accomplish/" >
  3942.                                            {‘Why do we have to wait?’: Popovic sets no restrictions on what the Socceroos can accomplish.
  3943.                                            </a>
  3944.                        </h3>
  3945.                        <p class="sponsored-excerpt-v5">
  3946.                          
  3947.                        </p>
  3948.                        <div class="sponsored-meta-v5">
  3949.                            <div class="author-info-v5">
  3950.                                
  3951.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="sponsored-author-img-v5">
  3952.                                
  3953.                                <span>
  3954.                                    Tracey Johnson
  3955.                                </span>
  3956.                            </div>
  3957.                            <div>10 Jun 2026</div>
  3958.                        </div>
  3959.                    </div>
  3960.                </div>
  3961.            </div>
  3962.            
  3963.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3964.                <div class="card sponsored-card-v5">
  3965.                    <div class="sponsored-image-v5">
  3966.                        
  3967.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3968.                        
  3969.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3970.                    </div>
  3971.                    <div class="sponsored-content-v5">
  3972.                        <h3 class="sponsored-title-v5">
  3973.                            <a href="/tom-clancys-the-division-makes-its-way-to-the-tabletop-as-a-brutally-tactical-tabletop-role-playing-game/" >
  3974.                                            Tom Clancy&#x27;s The Division Makes Its Way to the Tabletop as a Brutally Tactical Tabletop Role-Playing Game
  3975.                                            </a>
  3976.                        </h3>
  3977.                        <p class="sponsored-excerpt-v5">
  3978.                          
  3979.                        </p>
  3980.                        <div class="sponsored-meta-v5">
  3981.                            <div class="author-info-v5">
  3982.                                
  3983.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="sponsored-author-img-v5">
  3984.                                
  3985.                                <span>
  3986.                                    Tracey Johnson
  3987.                                </span>
  3988.                            </div>
  3989.                            <div>10 Jun 2026</div>
  3990.                        </div>
  3991.                    </div>
  3992.                </div>
  3993.            </div>
  3994.            
  3995.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3996.                <div class="card sponsored-card-v5">
  3997.                    <div class="sponsored-image-v5">
  3998.                        
  3999.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4000.                        
  4001.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4002.                    </div>
  4003.                    <div class="sponsored-content-v5">
  4004.                        <h3 class="sponsored-title-v5">
  4005.                            <a href="/a-homage-to-strength-what-we-can-glean-from-the-grandeur-of-accra-cultural-week/" >
  4006.                                            A Homage to Strength: What We Can Glean from the Grandeur of Accra Cultural Week.
  4007.                                            </a>
  4008.                        </h3>
  4009.                        <p class="sponsored-excerpt-v5">
  4010.                          
  4011.                        </p>
  4012.                        <div class="sponsored-meta-v5">
  4013.                            <div class="author-info-v5">
  4014.                                
  4015.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="sponsored-author-img-v5">
  4016.                                
  4017.                                <span>
  4018.                                    Tracey Johnson
  4019.                                </span>
  4020.                            </div>
  4021.                            <div>09 Jun 2026</div>
  4022.                        </div>
  4023.                    </div>
  4024.                </div>
  4025.            </div>
  4026.            
  4027.        </div>
  4028.    </div>
  4029. </section>
  4030.  
  4031.  
  4032.    
  4033.        <!-- end wpo-blog-sponsored-section -->
  4034.        <!-- start wpo-subscribe-section -->
  4035.        
  4036.        <!-- end subscribe-section -->
  4037.        <!-- start of wpo-site-footer-section -->
  4038.        
  4039.  
  4040.  
  4041.  
  4042.  
  4043.  
  4044. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  4045.  <!-- Main Content: Asymmetrical Layout -->
  4046.  <div class="footer-main-content py-5">
  4047.    <div class="container-fluid fluid-container">
  4048.      <div class="row">
  4049.        <!-- Left: Logo & Tagline (Narrow, Skewed) -->
  4050.        <div class="col-lg-3 col-md-4 col-12 mb-4 skewed-section">
  4051.          <div class="brand-logo text-center text-lg-start">
  4052.            
  4053.              <h3 class="brand-title">VectorPath UK</h3>
  4054.            
  4055.            <p class="brand-tagline mt-2">VectorPath UK offers professional web design, development, and digital marketing services to help businesses grow online with tailored strategies and creative solutions.</p>
  4056.          </div>
  4057.        </div>
  4058.        <!-- Right: Staggered Links -->
  4059.        <div class="col-lg-9 col-md-8 col-12">
  4060.          <div class="d-flex flex-column gap-4">
  4061.            <!-- Quick Links -->
  4062.            <div class="footer-column offset-content">
  4063.              <h5 class="column-title">Quick Links</h5>
  4064.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  4065.                
  4066.                  <li>
  4067.                    <a class="menu-link" href="/our-new-sovereign-our-digital-priest-our-algorithmic-overlord-the-way-ai-returns-us-to-the-medieval-era/">Our New Sovereign, Our Digital Priest, Our Algorithmic Overlord – The Way AI Returns Us to the Medieval Era.</a>
  4068.                  </li>
  4069.                
  4070.                  <li>
  4071.                    <a class="menu-link" href="/are-you-not-being-entertained-the-drop-of-the-goal-scoring/">Are You Not Being Entertained? The Drop of the Goal Scoring</a>
  4072.                  </li>
  4073.                
  4074.                  <li>
  4075.                    <a class="menu-link" href="/to-the-store-clerk-who-left-me-totally-wordless-kudos-to-you/">To the Store Clerk Who Left Me Totally Wordless – Kudos to You</a>
  4076.                  </li>
  4077.                
  4078.                  <li>
  4079.                    <a class="menu-link" href="/key-figure-in-the-duke-of-sussex-case-claims-confession-was-false/">Key Figure in the Duke of Sussex Case Claims Confession Was False</a>
  4080.                  </li>
  4081.                
  4082.                  <li>
  4083.                    <a class="menu-link" href="/the-gunners-disputed-partnership-agreement-with-visit-rwanda-is-ending-next-year/">The Gunners&#x27; Disputed Partnership Agreement with Visit Rwanda Is Ending Next Year</a>
  4084.                  </li>
  4085.                
  4086.                  <li>
  4087.                    <a class="menu-link" href="/chelseas-hopes-hit-by-loss-at-bergamo/">Chelsea&#x27;s Hopes Hit by Loss at Bergamo</a>
  4088.                  </li>
  4089.                
  4090.              </ul>
  4091.            </div>
  4092.            <!-- Top Categories -->
  4093.            <div class="footer-column offset-content offset-right">
  4094.              <h5 class="column-title">Top Categories</h5>
  4095.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  4096.                
  4097.                  <li>
  4098.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  4099.                  </li>
  4100.                
  4101.                  <li>
  4102.                    <a class="menu-link" href="/category/business/">Business</a>
  4103.                  </li>
  4104.                
  4105.                  <li>
  4106.                    <a class="menu-link" href="/category/esports/">Esports</a>
  4107.                  </li>
  4108.                
  4109.                  <li>
  4110.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  4111.                  </li>
  4112.                
  4113.                  <li>
  4114.                    <a class="menu-link" href="/category/featured/">Featured</a>
  4115.                  </li>
  4116.                
  4117.              </ul>
  4118.            </div>
  4119.            <!-- Blog Rolls -->
  4120.           <div class="footer-column offset-content">
  4121.              <h5 class="column-title">Blog Rolls</h5>
  4122.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3" id="blogRollLinks">
  4123.                
  4124.                
  4125.  
  4126.                
  4127.                
  4128.                  
  4129.                
  4130.              </ul>
  4131.            </div>
  4132.          </div>
  4133.        </div>
  4134.      </div>
  4135.    </div>
  4136.  </div>
  4137.  
  4138.  <!-- Bottom Section -->
  4139.  <div class="footer-bottom bg-primary text-white py-3">
  4140.    <div class="container-fluid fluid-container">
  4141.      <div class="row justify-content-center">
  4142.        <div class="col-12 text-center">
  4143.          <div class="bottom-content">
  4144.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3 mb-3">
  4145.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  4146.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  4147.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  4148.            </div>
  4149.            <div class="copyright-info ">
  4150.              <p class="mb-0 text-white">
  4151.                &copy; 2026 <strong>VectorPath UK</strong>. All rights reserved.
  4152.              </p>
  4153.            </div>
  4154.          </div>
  4155.        </div>
  4156.      </div>
  4157.    </div>
  4158.  </div>
  4159. </footer>
  4160.  
  4161.  
  4162.  
  4163. <style>
  4164. .footer-logo {
  4165.    height: 60px;
  4166.    width: auto;
  4167. }
  4168.  
  4169. .brand-title {
  4170.    font-size: 24px;
  4171.    font-weight: 700;
  4172.    color: white  !important;
  4173.    margin: 0;
  4174. }
  4175.  
  4176. .brand-tagline {
  4177.    font-size: 14px;
  4178.    color: white  !important;
  4179.    margin: 0;
  4180. }
  4181.  
  4182. .column-title {
  4183.    font-size: 16px;
  4184.    font-weight: 600;
  4185.    color: white !important;
  4186.    margin-bottom: 12px;
  4187. }
  4188.  
  4189. .footer-menu {
  4190.    margin: 0;
  4191. }
  4192.  
  4193. .menu-link {
  4194.    color: white !important;
  4195.    text-decoration: none;
  4196.    font-size: 14px;
  4197.    transition: color 0.3s ease, transform 0.3s ease;
  4198. }
  4199.  
  4200. .menu-link:hover {
  4201.    color: var(--primary-color);
  4202.    transform: scale(1.05);
  4203. }
  4204.  
  4205. .offset-content {
  4206.    margin-left: 20px;
  4207. }
  4208.  
  4209. .footer-bottom {
  4210.    font-size: 13px;
  4211. }
  4212.  
  4213. .utility-link {
  4214.    color: white  !important;
  4215.    text-decoration: none;
  4216.    font-size: 13px;
  4217.    transition: color 0.3s ease;
  4218. }
  4219.  
  4220. .utility-link:hover {
  4221.    color: var(--primary-color);
  4222. }
  4223.  
  4224. .copyright-info p {
  4225.    font-size: 13px;
  4226. }
  4227.  
  4228. /* Responsive Design */
  4229. @media (max-width: 1024px) {
  4230.   .footer-logo{
  4231.    height: 40px;
  4232.    width: auto;
  4233.   }
  4234. }
  4235.  
  4236. @media (max-width: 768px) {
  4237.    .footer-logo {
  4238.        height: 60px;
  4239.    }
  4240.    
  4241.    .column-title {
  4242.        font-size: 15px;
  4243.        text-align: center;
  4244.    }
  4245.    
  4246.    .footer-menu {
  4247.        justify-content: center;
  4248.    }
  4249.    
  4250.    .menu-link {
  4251.        font-size: 13px;
  4252.    }
  4253. }
  4254.  
  4255. @media (max-width: 576px) {
  4256.    .brand-title {
  4257.        font-size: 20px;
  4258.    }
  4259.    
  4260.    .brand-tagline {
  4261.        font-size: 12px;
  4262.    }
  4263.    
  4264.    .cta-btn {
  4265.        font-size: 12px;
  4266.        padding: 5px 12px;
  4267.    }
  4268. }
  4269. </style>
  4270.  
  4271. <script>
  4272. // Prevent default for placeholder links
  4273. document.addEventListener('DOMContentLoaded', function() {
  4274.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  4275.        anchor.addEventListener('click', function(e) {
  4276.            e.preventDefault();
  4277.        });
  4278.    });
  4279. });
  4280. document.addEventListener('DOMContentLoaded', function () {
  4281.    var btn = document.getElementById('toggleBlogRollLinks');
  4282.    if (!btn) return; // No extra items, no button
  4283.  
  4284.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4285.  
  4286.    btn.addEventListener('click', function () {
  4287.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4288.            return li.classList.contains('d-none');
  4289.        });
  4290.  
  4291.        extras.forEach(function (li) {
  4292.            if (anyHidden) {
  4293.                li.classList.remove('d-none');
  4294.                li.classList.add('show');
  4295.            } else {
  4296.                li.classList.add('d-none');
  4297.                li.classList.remove('show');
  4298.            }
  4299.        });
  4300.  
  4301.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4302.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4303.    });
  4304. });
  4305.  
  4306. </script>
  4307.  
  4308.        <!-- end of wpo-site-footer-section -->
  4309.    </div>
  4310.    <!-- end of page-wrapper -->
  4311.  
  4312.    <!-- All JavaScript files
  4313.    ================================================== -->
  4314.    
  4315.  
  4316. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4317. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4318. <!-- Plugins for this template -->
  4319. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4320. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4321. <!-- Custom script for this template -->
  4322. <script src="/static/blogapp/assets/js/script.js"></script>
  4323.  
  4324. <script>
  4325. (function () {
  4326. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4327. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4328.  
  4329. function applyFallback(img) {
  4330. if (!img || img.dataset.fallbackApplied === "1") {
  4331. return;
  4332. }
  4333. var failedSrc = img.currentSrc || img.src || "";
  4334. img.dataset.fallbackApplied = "1";
  4335. img.onerror = null;
  4336. img.src = fallbackImageSrc;
  4337. console.warn("[ImageFallback] Replaced broken image:", {
  4338. failedSrc: failedSrc,
  4339. fallbackSrc: fallbackImageSrc,
  4340. alt: img.alt || "",
  4341. });
  4342. }
  4343.  
  4344. document.querySelectorAll("img").forEach(function (img) {
  4345. if (img.complete && img.naturalWidth === 0) {
  4346. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4347. failedSrc: img.currentSrc || img.src || "",
  4348. alt: img.alt || "",
  4349. });
  4350. applyFallback(img);
  4351. }
  4352. });
  4353.  
  4354. document.addEventListener(
  4355. "error",
  4356. function (event) {
  4357. var target = event.target;
  4358. if (target && target.tagName === "IMG") {
  4359. applyFallback(target);
  4360. }
  4361. },
  4362. true
  4363. );
  4364. })();
  4365. </script>
  4366.  
  4367. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4368.  
  4369.  
  4370.  
  4371. <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":"048ce84276dd416bba863d5b8fe52e02","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4372. </body>
  4373.  
  4374. </html>
  4375.  
  4376.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda