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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="lora">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T153254.782_j8j71Vj_ItYwP0A_AZhqVb8.png">
  14.    
  15.  
  16.    <title>LumenPortal UK: Expert Insights on Tech &amp; Digital Innovation</title>
  17.    <meta name="description" content="LumenPortal UK offers cutting-edge articles on technology trends, digital transformation, and innovation strategies for businesses and tech enthusiasts.">
  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://lumenportal.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #10b981;
  42.        --bs-primary-rgb: 10b981;
  43.        --bs-secondary: #94a3b8;
  44.        --bs-success: #34d399;
  45.        --bs-danger: #f87171;
  46.        --bs-warning: #fbbf24;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #d1fae5;
  49.        --bs-dark: #064e3b;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #10b981;
  53.        --theme-primary-color-s2: #10b981;
  54.        --body-bg-color: #111827;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #d1fae5;
  57.        --text-light-color: #676767;
  58.        --heading-color: #d1fae5;
  59.        --border-color: #475569;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #064e3b;
  73.        --nav-bg: #064e3b;
  74.        --sub-nav: #1a2e05;
  75.        --navbar-color: #d1fae5;
  76.        --topbar-bg: #111827;
  77.        --topbar-color: #d1fae5;
  78.        --footer-bg: #064e3b;
  79.        --footer-color: #d1fae5;
  80.        --card-bg: rgba(30, 41, 59, 0.8);
  81.        --card-border: #475569;
  82.        --card-radius: 12px;
  83.        --link-color: #10b981;
  84.        --link-hover: #059669;
  85.        --blog-color: #d1fae5;
  86.        --blog-bg: rgba(16, 185, 129, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background: rgba(30, 41, 59, 0.8) !important;
  204.            backdrop-filter: blur(10px);
  205.        
  206.        border: 1px solid var(--border-color) !important;
  207.        transition: all 0.3s ease;
  208.        border-radius: 12px;
  209.        color: var(--text-color) !important;
  210.    }
  211.     .navbar-brand img{
  212.            height: 70px;
  213.            object-fit: contain;
  214.        }
  215.    
  216.    .card:hover {
  217.        transform: translateY(-5px);
  218.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  219.    }
  220.    
  221.    .card-header {
  222.        background-color: var(--section-bg-color) !important;
  223.        border-color: var(--border-color) !important;
  224.        color: var(--text-color) !important;
  225.    }
  226.    
  227.    /* Bootstrap Form Controls */
  228.    .form-control {
  229.        color: var(--text-color) !important;
  230.        background-color: var(--body-bg-color) !important;
  231.        border-color: var(--border-color) !important;
  232.        /* Remove font-family override - let data-font-scheme handle it */
  233.    }
  234.    
  235.    .form-control:focus {
  236.        border-color: var(--bs-primary) !important;
  237.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  238.    }
  239.    
  240.    /* Links throughout site */
  241.  .nav1 a {
  242.        color: var(--link-color) !important;
  243.        text-decoration: none;
  244.        transition: all 0.3s ease;
  245.    }
  246.    
  247.    a:hover {
  248.        color: var(--link-hover) !important;
  249.    }
  250.    
  251.    /* Text color classes */
  252.    .text-muted {
  253.        color: var(--body-color) !important;
  254.    }
  255.    
  256.    .text-light {
  257.        color: var(--light) !important;
  258.    }
  259.    
  260.    /* Section backgrounds */
  261.    .section-bg,
  262.    .bg-light {
  263.        background-color: var(--section-bg-color) !important;
  264.    }
  265.    
  266.    /* Dark sections */
  267.    .bg-dark,
  268.    .dark-section {
  269.        background-color: var(--black-bg-color) !important;
  270.        color: var(--black-section-text-color) !important;
  271.    }
  272.    
  273.    /* Footer styling */
  274.    .footer,
  275.    footer {
  276.        
  277.            background-color: var(--footer-bg) !important;
  278.        
  279.        color: var(--footer-color) !important;
  280.    }
  281.    
  282.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  283.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  284.        color: var(--black-section-text-color) !important;
  285.        /* Remove font-family override - let data-font-scheme handle it */
  286.    }
  287.    
  288.    .footer a, footer a {
  289.        color: var(--black-section-text-color) !important;
  290.    }
  291.    
  292.    .footer a:hover, footer a:hover {
  293.        color: var(--bs-primary) !important;
  294.    }
  295.    
  296.    /* Bootstrap Secondary Colors */
  297.    .btn-secondary {
  298.        background-color: var(--bs-secondary) !important;
  299.        border-color: var(--bs-secondary) !important;
  300.    }
  301.    
  302.    .text-secondary {
  303.        color: var(--bs-secondary) !important;
  304.    }
  305.    
  306.    .bg-secondary {
  307.        background-color: var(--bs-secondary) !important;
  308.    }
  309.    
  310.    /* Bootstrap Success, Danger, Warning, Info */
  311.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  312.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  313.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  314.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  315.    
  316.    .text-success { color: var(--bs-success) !important; }
  317.    .text-danger { color: var(--bs-danger) !important; }
  318.    .text-warning { color: var(--bs-warning) !important; }
  319.    .text-info { color: var(--bs-info) !important; }
  320.    
  321.    .bg-success { background-color: var(--bs-success) !important; }
  322.    .bg-danger { background-color: var(--bs-danger) !important; }
  323.    .bg-warning { background-color: var(--bs-warning) !important; }
  324.    .bg-info { background-color: var(--bs-info) !important; }
  325.    
  326.    /* Mobile menu styling */
  327.    .navbar-toggler,
  328.    .open-btn {
  329.        border-color: var(--navbar-color) !important;
  330.    }
  331.    
  332.    .icon-bar {
  333.        background-color: var(--navbar-color) !important;
  334.    }
  335.    
  336.    /* Smooth Animations */
  337.    .fade-in-up {
  338.        animation: fadeInUp 0.6s ease-out;
  339.    }
  340.    
  341.    @keyframes fadeInUp {
  342.        from {
  343.            opacity: 0;
  344.            transform: translateY(30px);
  345.        }
  346.        to {
  347.            opacity: 1;
  348.            transform: translateY(0);
  349.        }
  350.    }
  351.    
  352.    /* Responsive adjustments */
  353.    @media (max-width: 768px) {
  354.        .navbar {
  355.            padding: 0.5rem 0;
  356.        }
  357.        
  358.        .card:hover {
  359.            transform: none;
  360.        }
  361.    }
  362.    
  363. </style>
  364.    
  365.    
  366.    
  367.  
  368. </head>
  369.  
  370.  
  371.  
  372. <body class="page-blogapp:homepage theme-theme_50">
  373.    <div id="healthcheck"></div>
  374.    <!-- start page-wrapper -->
  375.    <div class="page-wrapper">
  376.        
  377.            <!-- start preloader -->
  378.                
  379.            <!-- end preloader -->
  380.        
  381.        <!-- Start header -->
  382.        <header id="header" class="wpo-site-header">
  383.            
  384.  
  385.  
  386.    
  387.  
  388.  
  389. <div class="top-bg">
  390.    <div class="unique-topbar d-sm-flex d-none container-fluid fluid-container">
  391.        <button class="unique-menu-btn bg-primary-gradient">Latest Update</button>        
  392.        
  393.        <div class="unique-news-container">
  394.            <div class="unique-news-wrapper" id="newsWrapper">
  395.                <!-- News items injected via JS -->
  396.            </div>
  397.        </div>
  398.    
  399.        <div class="contact-info">
  400.            <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  401.                <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  402.                <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  403.                <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  404.                <li><a href="#"><i class="top-color ti-google"></i></a></li>
  405.            </ul>
  406.        </div>
  407.    </div>
  408. </div>
  409.  
  410. <script>
  411.    // Build array dynamically from Django context
  412.    const newsItems = [
  413.        
  414.            { title: "US Farmers Say Trump\u0027s $12 Billion Aid Plan Falls Short to Counteract Tariff Harm", url: "/us-farmers-say-trumps-12-billion-aid-plan-falls-short-to-counteract-tariff-harm/" },
  415.        
  416.            { title: "Starmer\u0027s Landmark Electoral Triumph Squandering Reaches A Sad Conclusion", url: "/starmers-landmark-electoral-triumph-squandering-reaches-a-sad-conclusion/" },
  417.        
  418.            { title: "Key Talking Points from the Recent Premier League Matches", url: "/key-talking-points-from-the-recent-premier-league-matches/" },
  419.        
  420.            { title: "Former world champion Kramnik Rejects Misconduct in Death of US Chess Star Daniel Naroditsky", url: "/former-world-champion-kramnik-rejects-misconduct-in-death-of-us-chess-star-daniel-naroditsky/" },
  421.        
  422.            { title: "The Artificial Intelligence Chatbot Alters Photographs of Women to Virtually Undress Them", url: "/the-artificial-intelligence-chatbot-alters-photographs-of-women-to-virtually-undress-them/" }
  423.        
  424.    ];
  425.  
  426.    let currentNewsIndex = 0;
  427.    const newsWrapper = document.getElementById('newsWrapper');
  428.    let newsElements = [];
  429.  
  430.    // Create news elements dynamically with links
  431.    function createNewsElements() {
  432.        newsItems.forEach((news, index) => {
  433.            const newsElement = document.createElement('div');
  434.            newsElement.className = 'unique-news-item';
  435.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  436.            newsWrapper.appendChild(newsElement);
  437.            newsElements.push(newsElement);
  438.        });
  439.  
  440.        if (newsElements.length > 0) {
  441.            newsElements[0].classList.add('active');
  442.        }
  443.    }
  444.  
  445.    function changeNews() {
  446.        const currentElement = newsElements[currentNewsIndex];
  447.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  448.        const nextElement = newsElements[nextIndex];
  449.  
  450.        currentElement.classList.remove('active');
  451.        currentElement.classList.add('exit-up');
  452.  
  453.        setTimeout(() => {
  454.            nextElement.classList.add('active');
  455.            currentNewsIndex = nextIndex;
  456.  
  457.            setTimeout(() => {
  458.                currentElement.classList.remove('exit-up');
  459.            }, 100);
  460.        }, 250);
  461.    }
  462.  
  463.    function startNewsRotation() {
  464.        setInterval(changeNews, 5000);
  465.    }
  466.  
  467.    window.onload = function() {
  468.        createNewsElements();
  469.        startNewsRotation();
  470.    };
  471. </script>
  472.  
  473.  
  474.  
  475.            
  476.  
  477.  
  478.  
  479.  
  480.  
  481.  
  482. <header class="header-v7 py-2 mb-4">
  483.    <!-- Top Bar -->
  484.    <div class="top-bar-v7">
  485.        <div class="container-fluid fluid-container">
  486.            <div class="row align-items-center justify-content-center">
  487.                <div class="col-lg-3 col-md-4">
  488.                    <div class="logo-section-v7">
  489.                        <a class="brand-link-v7" href="/">
  490.                            
  491.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/59049a2f-30df-454a-a354-84027bdce822_logo.png" alt="LumenPortal UK" class="logo-img-v7" />
  492.                            
  493.                        </a>
  494.                    </div>
  495.                </div>
  496.                <div class="col-lg-6 col-md-5">
  497.                    <div class="search-bar-v7">
  498.                        <form class="search-form-v7" action="#" method="get">
  499.                            <div class="search-container-v7">
  500.                                <input id="search-input" type="search" class="search-input-v7"
  501.                                    placeholder="Search articles, tutorials, news..." name="q">
  502.                                <button type="submit" class="search-btn-v7">
  503.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  504.                                        stroke-width="2">
  505.                                        <circle cx="11" cy="11" r="8"></circle>
  506.                                        <path d="m21 21-4.35-4.35"></path>
  507.                                    </svg>
  508.                                </button>
  509.                            </div>
  510.                            <div id="search-results" class="search-results-container search-v1"></div>
  511.                        </form>
  512.                    </div>
  513.                </div>
  514.                <div class="col-lg-3 col-md-3">
  515.                    <!-- Empty column for spacing -->
  516.                </div>
  517.            </div>
  518.        </div>
  519.    </div>
  520.  
  521.    <!-- Main Navigation -->
  522.    <div class="main-nav-v7">
  523.        <div class="container-fluid">
  524.            <div class="nav-wrapper-v7">
  525.  
  526.                <!-- Sidebar Navigation -->
  527.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  528.                    <div class="nav-header-v7">
  529.                        <h6 class="nav-title-v7">Navigation</h6>
  530.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  531.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  532.                                stroke-width="2">
  533.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  534.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  535.                            </svg>
  536.                        </button>
  537.                    </div>
  538.  
  539.                    <ul class="sidebar-menu-v7">
  540.                        <li class="sidebar-item-v7">
  541.                            <a href='/' class="sidebar-link-v7 active-v7">
  542.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  543.                                    stroke="currentColor" stroke-width="2">
  544.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  545.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  546.                                </svg>
  547.                                Home
  548.                            </a>
  549.                        </li>
  550.  
  551.                        <li class="sidebar-item-v7 has-submenu-v7">
  552.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  553.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  554.                                    stroke="currentColor" stroke-width="2">
  555.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  556.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  557.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  558.                                </svg>
  559.                                Technology
  560.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  561.                                    stroke="currentColor" stroke-width="2">
  562.                                    <polyline points="6,9 12,15 18,9"></polyline>
  563.                                </svg>
  564.                            </a>
  565.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  566.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  567.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  568.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  569.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  570.                            </ul>
  571.                        </li>
  572.  
  573.                        <li class="sidebar-item-v7 has-submenu-v7">
  574.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  575.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  576.                                    stroke="currentColor" stroke-width="2">
  577.                                    <path
  578.                                        d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z">
  579.                                    </path>
  580.                                </svg>
  581.                                Business
  582.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  583.                                    stroke="currentColor" stroke-width="2">
  584.                                    <polyline points="6,9 12,15 18,9"></polyline>
  585.                                </svg>
  586.                            </a>
  587.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  588.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  589.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  590.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  591.                            </ul>
  592.                        </li>
  593.  
  594.                        <li class="sidebar-item-v7">
  595.                            <a href="#" class="sidebar-link-v7">
  596.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  597.                                    stroke="currentColor" stroke-width="2">
  598.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  599.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  600.                                </svg>
  601.                                Tutorials
  602.                            </a>
  603.                        </li>
  604.  
  605.                        <li class="sidebar-item-v7">
  606.                            <a href="#" class="sidebar-link-v7">
  607.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  608.                                    stroke="currentColor" stroke-width="2">
  609.                                    <polygon
  610.                                        points="12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26">
  611.                                    </polygon>
  612.                                </svg>
  613.                                Reviews
  614.                            </a>
  615.                        </li>
  616.  
  617.                        <li class="sidebar-item-v7">
  618.                            <a href="#" class="sidebar-link-v7">
  619.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  620.                                    stroke="currentColor" stroke-width="2">
  621.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  622.                                </svg>
  623.                                News
  624.                            </a>
  625.                        </li>
  626.  
  627.                        <li class="sidebar-item-v7">
  628.                            <a href="#" class="sidebar-link-v7">
  629.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  630.                                    stroke="currentColor" stroke-width="2">
  631.                                    <circle cx="12" cy="12" r="3"></circle>
  632.                                    <path
  633.                                        d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1 1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z">
  634.                                    </path>
  635.                                </svg>
  636.                                About
  637.                            </a>
  638.                        </li>
  639.  
  640.                        <li class="sidebar-item-v7">
  641.                            <a href="#" class="sidebar-link-v7">
  642.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  643.                                    stroke="currentColor" stroke-width="2">
  644.                                    <path
  645.                                        d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z">
  646.                                    </path>
  647.                                    <polyline points="22,6 12,13 2,6"></polyline>
  648.                                </svg>
  649.                                Contact
  650.                            </a>
  651.                        </li>
  652.                    </ul>
  653.                </nav>
  654.                <div class="sidebar-blur"></div>
  655.  
  656.                <!-- Main Content Area -->
  657.                <div class="content-area-v7">
  658.                    <!-- Horizontal Nav for Desktop -->
  659.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  660.                        <ul class="horizontal-menu-v7">
  661.  
  662.                            
  663.                            <li class="horizontal-item-v7">
  664.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  665.                            </li>
  666.  
  667.                            
  668.                            
  669.                             <li class="horizontal-item-v7">
  670.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  671.                                    All Posts
  672.                                </a>
  673.                                </li>
  674.  
  675.                                
  676.  
  677.                                        
  678.                                        
  679.                                
  680.                             <li class="horizontal-item-v7">
  681.                                <a href="/category/business/" class="horizontal-link-v7">
  682.                                    Business
  683.                                </a>
  684.                                </li>
  685.  
  686.                                
  687.  
  688.                                        
  689.                                        
  690.                                
  691.                             <li class="horizontal-item-v7">
  692.                                <a href="/category/esports/" class="horizontal-link-v7">
  693.                                    Esports
  694.                                </a>
  695.                                </li>
  696.  
  697.                                
  698.  
  699.                                        
  700.                                        
  701.                                
  702.                             <li class="horizontal-item-v7">
  703.                                <a href="/category/fashion/" class="horizontal-link-v7">
  704.                                    Fashion
  705.                                </a>
  706.                                </li>
  707.  
  708.                                
  709.  
  710.                                        
  711.                                        
  712.                                
  713.                             <li class="horizontal-item-v7">
  714.                                <a href="/category/featured/" class="horizontal-link-v7">
  715.                                    Featured
  716.                                </a>
  717.                                </li>
  718.  
  719.                                
  720.  
  721.                                        
  722.                                        
  723.                                
  724.                             <li class="horizontal-item-v7">
  725.                                <a href="/category/gaming/" class="horizontal-link-v7">
  726.                                    Gaming
  727.                                </a>
  728.                                </li>
  729.  
  730.                                
  731.  
  732.                                        
  733.                                        
  734.                                
  735.                             <li class="horizontal-item-v7">
  736.                                <a href="/category/health/" class="horizontal-link-v7">
  737.                                    Health
  738.                                </a>
  739.                                </li>
  740.  
  741.                                
  742.  
  743.                                        
  744.                                        
  745.                                
  746.                            
  747.                                
  748.                                <li class="horizontal-item-v7 dropdown-v7">
  749.                                    <a href="#" class="horizontal-link-v7">More</a>
  750.                                    <div class="horizontal-dropdown-v7">
  751.                                        <a href="/category/life-fitness/"
  752.                                            class="dropdown-item-v7">
  753.                                            Life &amp; Fitness
  754.                                        </a>
  755.                                        
  756.  
  757.                                        
  758.                                        
  759.                                
  760.                            
  761.                                        <a href="/category/lifestyle/"
  762.                                            class="dropdown-item-v7">
  763.                                            Lifestyle
  764.                                        </a>
  765.                                        
  766.  
  767.                                        
  768.                                        
  769.                                
  770.                            
  771.                                        <a href="/category/news/"
  772.                                            class="dropdown-item-v7">
  773.                                            News
  774.                                        </a>
  775.                                        
  776.  
  777.                                        
  778.                                        
  779.                                
  780.                            
  781.                                        <a href="/category/others/"
  782.                                            class="dropdown-item-v7">
  783.                                            Others
  784.                                        </a>
  785.                                        
  786.  
  787.                                        
  788.                                        
  789.                                
  790.                            
  791.                                        <a href="/category/politics/"
  792.                                            class="dropdown-item-v7">
  793.                                            Politics
  794.                                        </a>
  795.                                        
  796.  
  797.                                        
  798.                                        
  799.                                
  800.                            
  801.                                        <a href="/category/sports/"
  802.                                            class="dropdown-item-v7">
  803.                                            Sports
  804.                                        </a>
  805.                                        
  806.  
  807.                                        
  808.                                        
  809.                                
  810.                            
  811.                                        <a href="/category/tech/"
  812.                                            class="dropdown-item-v7">
  813.                                            Tech
  814.                                        </a>
  815.                                        
  816.  
  817.                                        
  818.                                        
  819.                                
  820.                            
  821.                                        <a href="/category/travel/"
  822.                                            class="dropdown-item-v7">
  823.                                            Travel
  824.                                        </a>
  825.                                        
  826.  
  827.                                        
  828.                                        
  829.                                    </div>
  830.                                </li>
  831.                                
  832.                                
  833. <li>
  834.                  <a href="/page/contact-us/">
  835.                     Contact Us
  836.                  </a>
  837.              </li>
  838.                        </ul>
  839.                    </nav>
  840.  
  841.  
  842.                    <!-- Mobile Menu Button -->
  843.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  844.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  845.                            stroke-width="2">
  846.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  847.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  848.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  849.                        </svg>
  850.                        Menu
  851.                    </button>
  852.                </div>
  853.            </div>
  854.        </div>
  855.    </div>
  856.  
  857.    <!-- Overlay for mobile sidebar -->
  858.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  859. </header>
  860.  
  861. <style>
  862.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  863.    .header-v7 {
  864.        position: relative;
  865.        background: var(--navbar-bg);
  866.    }
  867.  
  868.    /* Top Bar Styles */
  869.    .top-bar-v7 {
  870.        padding: 15px 0;
  871.        border-bottom: 1px solid var(--border-color);
  872.        background: var(--navbar-bg);
  873.    }
  874.  
  875.    .logo-img-v7 {
  876.        max-height: 70px;
  877.        transition: transform 0.3s ease;
  878.    }
  879.  
  880.    .logo-img-v7:hover {
  881.        transform: scale(1.05);
  882.    }
  883.  
  884.    /* Search Bar Styles */
  885.    .search-container-v7 {
  886.        position: relative;
  887.        display: flex;
  888.        align-items: center;
  889.        background: transparent;
  890.        border: 2px solid var(--border-color);
  891.        border-radius: 8px;
  892.        overflow: hidden;
  893.        transition: all 0.3s ease;
  894.    }
  895.  
  896.    .search-container-v7:focus-within {
  897.        border-color: #007bff33;
  898.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  899.    }
  900.  
  901.    .search-input-v7 {
  902.        color: var(--topbar-color) !important;
  903.        flex: 1;
  904.        border: none;
  905.        padding: 12px 16px;
  906.        font-size: 14px;
  907.        outline: none;
  908.        background: transparent;
  909.    }
  910.  
  911.    .search-input-v7::placeholder {
  912.        color: #a0aec0;
  913.    }
  914.  
  915.    .search-btn-v7 {
  916.        background: var(--bs-primary);
  917.        color: white;
  918.        border: none;
  919.        padding: 12px 16px;
  920.        cursor: pointer;
  921.        transition: background 0.3s ease;
  922.    }
  923.  
  924.    .search-btn-v7:hover {
  925.        background: #3182ce;
  926.    }
  927.  
  928.    /* Header Actions */
  929.    .header-actions-v7 {
  930.        display: flex;
  931.        align-items: center;
  932.        gap: 15px;
  933.        justify-content: flex-end;
  934.    }
  935.  
  936.    .notification-btn-v7,
  937.    .profile-btn-v7 {
  938.        background: none;
  939.        border: none;
  940.        padding: 8px;
  941.        border-radius: 8px;
  942.        cursor: pointer;
  943.        transition: background 0.3s ease;
  944.        position: relative;
  945.    }
  946.  
  947.    .notification-btn-v7:hover,
  948.    .profile-btn-v7:hover {
  949.        background: #f1f5f9;
  950.    }
  951.  
  952.    .notification-badge-v7 {
  953.        position: absolute;
  954.        top: 2px;
  955.        right: 2px;
  956.        background: #e53e3e;
  957.        color: white;
  958.        font-size: 16px;
  959.        font-weight: 600;
  960.        width: 16px;
  961.        height: 16px;
  962.        border-radius: 50%;
  963.        display: flex;
  964.        align-items: center;
  965.        justify-content: center;
  966.    }
  967.  
  968.    .profile-avatar-v7 {
  969.        width: 32px;
  970.        height: 32px;
  971.        background: var(--border-color);
  972.        border-radius: 50%;
  973.        display: flex;
  974.        align-items: center;
  975.        justify-content: center;
  976.    }
  977.  
  978.    /* Main Navigation */
  979.    .main-nav-v7 {
  980.        background: var(--navbar-bg);
  981.    }
  982.  
  983.    .nav-wrapper-v7 {
  984.        display: flex;
  985.        align-items: center;
  986.        justify-content: center;
  987.        min-height: 60px;
  988.    }
  989.  
  990.    /* Sidebar Navigation */
  991.    .sidebar-nav-v7 {
  992.        position: fixed;
  993.        top: 0;
  994.        left: -350px;
  995.        width: 350px;
  996.        height: 100vh;
  997.        background: var(--navbar-bg);
  998.        z-index: 1000;
  999.        transition: left 0.3s ease;
  1000.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  1001.        overflow-y: auto;
  1002.    }
  1003.  
  1004.    .sidebar-nav-v7.show-v7 {
  1005.        left: 0;
  1006.    }
  1007.  
  1008.    .nav-header-v7 {
  1009.        display: flex;
  1010.        align-items: center;
  1011.        justify-content: space-between;
  1012.        padding: 20px 25px;
  1013.        border-bottom: 1px solid var(--border-color);
  1014.        background: var(--navbar-bg);
  1015.    }
  1016.  
  1017.    .nav-title-v7 {
  1018.        font-size: 16px;
  1019.        font-weight: 600;
  1020.        color: #2d3748;
  1021.        margin: 0;
  1022.    }
  1023.  
  1024.    .sidebar-close-v7 {
  1025.        background: none;
  1026.        border: none;
  1027.        padding: 8px;
  1028.        cursor: pointer;
  1029.        border-radius: 6px;
  1030.        transition: background 0.3s ease;
  1031.    }
  1032.  
  1033.    .sidebar-close-v7:hover {
  1034.        background: var(--border-color);
  1035.    }
  1036.  
  1037.    .sidebar-menu-v7 {
  1038.        list-style: none;
  1039.        padding: 20px 0;
  1040.        margin: 0;
  1041.    }
  1042.  
  1043.    .sidebar-item-v7 {
  1044.        margin-bottom: 5px;
  1045.    }
  1046.  
  1047.    .sidebar-link-v7 {
  1048.        display: flex;
  1049.        align-items: center;
  1050.        color: #4a5568;
  1051.        text-decoration: none;
  1052.        padding: 15px 25px;
  1053.        font-size: 15px;
  1054.        font-weight: 500;
  1055.        transition: all 0.3s ease;
  1056.        position: relative;
  1057.    }
  1058.  
  1059.    .sidebar-link-v7:hover,
  1060.    .sidebar-link-v7.active-v7 {
  1061.        color: #007bff;
  1062.        background: var(--border-color);
  1063.    }
  1064.  
  1065.    .sidebar-link-v7.active-v7::before {
  1066.        content: '';
  1067.        position: absolute;
  1068.        left: 0;
  1069.        top: 0;
  1070.        bottom: 0;
  1071.        width: 4px;
  1072.        background: #007bff;
  1073.    }
  1074.  
  1075.    .sidebar-icon-v7 {
  1076.        margin-right: 12px;
  1077.        color: currentColor;
  1078.    }
  1079.  
  1080.    .submenu-arrow-v7 {
  1081.        margin-left: auto;
  1082.        transition: transform 0.3s ease;
  1083.    }
  1084.  
  1085.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1086.        transform: rotate(180deg);
  1087.    }
  1088.  
  1089.    .sidebar-submenu-v7 {
  1090.        list-style: none;
  1091.        padding: 0;
  1092.        margin: 0;
  1093.        max-height: 0;
  1094.        overflow: hidden;
  1095.        transition: max-height 0.3s ease;
  1096.        background: var(--navbar-bg);
  1097.    }
  1098.  
  1099.    .sidebar-submenu-v7.show-v7 {
  1100.        max-height: 300px;
  1101.        padding: 10px 0;
  1102.    }
  1103.  
  1104.    .sidebar-sublink-v7 {
  1105.        display: block;
  1106.        color: #718096;
  1107.        text-decoration: none;
  1108.        padding: 10px 25px 10px 55px;
  1109.        font-size: 14px;
  1110.        transition: all 0.3s ease;
  1111.    }
  1112.  
  1113.    .sidebar-sublink-v7:hover {
  1114.        color: #007bff;
  1115.        background: var(--border-color);
  1116.    }
  1117.  
  1118.    /* Sidebar Footer */
  1119.    .sidebar-footer-v7 {
  1120.        padding: 25px;
  1121.        margin-top: auto;
  1122.        border-top: 1px solid var(--border-color);
  1123.    }
  1124.  
  1125.    .sidebar-cta-v7 {
  1126.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1127.        padding: 20px;
  1128.        border-radius: 12px;
  1129.        text-align: center;
  1130.        color: white;
  1131.    }
  1132.  
  1133.    .cta-title-v7 {
  1134.        font-size: 14px;
  1135.        font-weight: 600;
  1136.        margin: 0 0 5px 0;
  1137.    }
  1138.  
  1139.    .cta-text-v7 {
  1140.        font-size: 12px;
  1141.        margin: 0 0 15px 0;
  1142.        opacity: 0.9;
  1143.    }
  1144.  
  1145.    .cta-btn-v7 {
  1146.        background: rgba(255, 255, 255, 0.2);
  1147.        color: white;
  1148.        border: 1px solid rgba(255, 255, 255, 0.3);
  1149.        padding: 8px 20px;
  1150.        border-radius: 20px;
  1151.        font-size: 12px;
  1152.        font-weight: 500;
  1153.        cursor: pointer;
  1154.        transition: all 0.3s ease;
  1155.    }
  1156.  
  1157.    .cta-btn-v7:hover {
  1158.        background: rgba(255, 255, 255, 0.3);
  1159.    }
  1160.  
  1161.    /* Horizontal Navigation for Desktop */
  1162.    .horizontal-nav-v7 {
  1163.        flex: 1;
  1164.        display: flex;
  1165.        justify-content: center;
  1166.    }
  1167.  
  1168.    .horizontal-menu-v7 {
  1169.        list-style: none;
  1170.        padding: 0;
  1171.        margin: 0;
  1172.        display: flex;
  1173.        align-items: center;
  1174.    }
  1175.  
  1176.    .horizontal-item-v7 {
  1177.        position: relative;
  1178.        margin-right: 30px;
  1179.    }
  1180.  
  1181.    .horizontal-link-v7 {
  1182.        color: #4a5568;
  1183.        text-decoration: none;
  1184.        font-size: 16px;
  1185.        font-weight: 500;
  1186.        padding: 20px 0;
  1187.        position: relative;
  1188.        transition: color 0.3s ease;
  1189.    }
  1190.  
  1191.    .horizontal-link-v7::after {
  1192.        content: '';
  1193.        position: absolute;
  1194.        bottom: 0;
  1195.        left: 0;
  1196.        width: 0;
  1197.        height: 2px;
  1198.        background: #007bff;
  1199.        transition: width 0.3s ease;
  1200.    }
  1201.  
  1202.    .horizontal-link-v7:hover,
  1203.    .horizontal-link-v7.active-v7 {
  1204.        color: #007bff;
  1205.        font-weight: 600;
  1206.    }
  1207.  
  1208.    .horizontal-link-v7:hover::after,
  1209.    .horizontal-link-v7.active-v7::after {
  1210.        width: 100%;
  1211.    }
  1212.  
  1213.    /* Horizontal Dropdown */
  1214.    .horizontal-dropdown-v7 {
  1215.        position: absolute;
  1216.        top: 100%;
  1217.        left: 0;
  1218.        background: var(--navbar-bg);
  1219.        min-width: 200px;
  1220.        border-radius: 8px;
  1221.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1222.        opacity: 0;
  1223.        visibility: hidden;
  1224.        transform: translateY(-10px);
  1225.        transition: all 0.3s ease;
  1226.        padding: 10px 0;
  1227.        z-index: 100;
  1228.    }
  1229.  
  1230.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1231.        opacity: 1;
  1232.        visibility: visible;
  1233.        transform: translateY(0);
  1234.    }
  1235.  
  1236.    .dropdown-item-v7 {
  1237.        display: block;
  1238.        color: #4a5568;
  1239.        text-decoration: none;
  1240.        padding: 12px 20px;
  1241.        font-size: 14px;
  1242.        transition: all 0.3s ease;
  1243.    }
  1244.  
  1245.    .dropdown-item-v7:hover {
  1246.        color: #007bff;
  1247.        background: #565758ff;
  1248.    }
  1249.  
  1250.    /* Mobile Menu Button */
  1251.    .mobile-menu-btn-v7 {
  1252.        background: none;
  1253.        border: 1px solid var(--border-color);
  1254.        padding: 10px 15px;
  1255.        border-radius: 8px;
  1256.        cursor: pointer;
  1257.        display: flex;
  1258.        align-items: center;
  1259.        gap: 8px;
  1260.        font-size: 14px;
  1261.        font-weight: 500;
  1262.        color: #4a5568;
  1263.        transition: all 0.3s ease;
  1264.        margin: 0 auto;
  1265.    }
  1266.  
  1267.    .mobile-menu-btn-v7:hover {
  1268.        border-color: #cbd5e0;
  1269.        opacity: 0.7;
  1270.    }
  1271.  
  1272.    /* Sidebar Overlay */
  1273.    .sidebar-overlay-v7 {
  1274.        position: fixed;
  1275.        top: 0;
  1276.        left: 0;
  1277.        right: 0;
  1278.        bottom: 0;
  1279.        background: rgba(0, 0, 0, 0.5);
  1280.        z-index: 999;
  1281.        opacity: 0;
  1282.        visibility: hidden;
  1283.        transition: all 0.3s ease;
  1284.    }
  1285.  
  1286.    .sidebar-overlay-v7.show-v7 {
  1287.        opacity: 1;
  1288.        visibility: visible;
  1289.    }
  1290.  
  1291.    /* Responsive Design */
  1292.    @media (max-width: 991px) {
  1293.        .top-bar-v7 .col-lg-6 {
  1294.            order: 3;
  1295.            margin-top: 15px;
  1296.        }
  1297.  
  1298.        .header-actions-v7 {
  1299.            justify-content: flex-start;
  1300.        }
  1301.    }
  1302.  
  1303.    @media (max-width: 768px) {
  1304.        .sidebar-nav-v7 {
  1305.            width: 300px;
  1306.            left: -300px;
  1307.        }
  1308.  
  1309.        .search-container-v7 {
  1310.            margin-top: 10px;
  1311.        }
  1312.    }
  1313. </style>
  1314.  
  1315. <script>
  1316.    function openSidebarV7() {
  1317.        const sidebar = document.getElementById('sidebarNavV7');
  1318.        const overlay = document.getElementById('sidebarOverlayV7');
  1319.  
  1320.        sidebar.classList.add('show-v7');
  1321.        overlay.classList.add('show-v7');
  1322.        document.body.style.overflow = 'hidden';
  1323.    }
  1324.  
  1325.    function closeSidebarV7() {
  1326.        const sidebar = document.getElementById('sidebarNavV7');
  1327.        const overlay = document.getElementById('sidebarOverlayV7');
  1328.  
  1329.        sidebar.classList.remove('show-v7');
  1330.        overlay.classList.remove('show-v7');
  1331.        document.body.style.overflow = '';
  1332.    }
  1333.  
  1334.    function toggleSubmenuV7(submenuId) {
  1335.        const submenu = document.getElementById(submenuId);
  1336.        const parentItem = submenu.closest('.sidebar-item-v7');
  1337.  
  1338.        // Close other open submenus
  1339.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1340.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1341.  
  1342.        allSubmenus.forEach(menu => {
  1343.            if (menu.id !== submenuId) {
  1344.                menu.classList.remove('show-v7');
  1345.            }
  1346.        });
  1347.  
  1348.        allParentItems.forEach(item => {
  1349.            if (item !== parentItem) {
  1350.                item.classList.remove('open-v7');
  1351.            }
  1352.        });
  1353.  
  1354.        // Toggle current submenu
  1355.        submenu.classList.toggle('show-v7');
  1356.        parentItem.classList.toggle('open-v7');
  1357.    }
  1358.  
  1359.    // Close sidebar when clicking outside
  1360.    document.addEventListener('click', function (event) {
  1361.        const sidebar = document.getElementById('sidebarNavV7');
  1362.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1363.  
  1364.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1365.            closeSidebarV7();
  1366.        }
  1367.    });
  1368.  
  1369.    // Handle window resize
  1370.    window.addEventListener('resize', function () {
  1371.        if (window.innerWidth >= 992) {
  1372.            closeSidebarV7();
  1373.        }
  1374.    });
  1375. </script>
  1376.  
  1377. <script>
  1378.  document.addEventListener("DOMContentLoaded", function () {
  1379.    console.log("loaded");
  1380.  
  1381.     const searchInput = document.getElementById("search-input")
  1382.    const searchResults = document.getElementById("search-results");
  1383.  
  1384.    if (!searchInput || !searchResults) {
  1385.      console.error("Search input/results not found");
  1386.      return;
  1387.    }
  1388.  
  1389.    // Prevent form submission
  1390.    if (searchInput.form) {
  1391.      searchInput.form.addEventListener("submit", function (e) {
  1392.        e.preventDefault();
  1393.      });
  1394.    }
  1395.  
  1396.    // Add event listener for keyup
  1397.    searchInput.addEventListener("keyup", function (e) {
  1398.      console.log("Key pressed:", e.key);
  1399.      e.preventDefault();
  1400.  
  1401.      const query = searchInput.value.trim();
  1402.      console.log("User is typing: " + query);
  1403.  
  1404.      // If empty → clear and hide
  1405.      if (query === "") {
  1406.        searchResults.innerHTML = "";
  1407.        searchResults.style.display = "none";
  1408.        return;
  1409.      }
  1410.  
  1411.      // Show results
  1412.      searchResults.style.display = "block";
  1413.  
  1414.      // Fetch search results
  1415.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1416.        method: "GET",
  1417.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1418.      })
  1419.        .then(response => {
  1420.          console.log("Response Status:", response.status);
  1421.          return response.json();
  1422.        })
  1423.        .then(data => {
  1424.          console.log("Data received:", data);
  1425.          if (data.html) {
  1426.            searchResults.innerHTML = data.html;
  1427.          } else {
  1428.            searchResults.innerHTML = "<p>No results found.</p>";
  1429.          }
  1430.        })
  1431.        .catch(error => {
  1432.          console.error("Error fetching search results:", error);
  1433.        });
  1434.    });
  1435.  
  1436.    // Close results when clicking outside
  1437.    document.addEventListener("click", function (e) {
  1438.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1439.        searchResults.style.display = "none";
  1440.      }
  1441.    });
  1442.  
  1443.    // Close results on ESC key
  1444.    document.addEventListener("keydown", function (e) {
  1445.      if (e.key === "Escape") {
  1446.        searchResults.style.display = "none";
  1447.      }
  1448.    });
  1449.  });
  1450. </script>
  1451.  
  1452. <style>
  1453.        /* search field */
  1454.  .search-results-container {
  1455.  position: absolute;
  1456.  top: 100%; /* Position it below the input field */
  1457.  left: 10px;
  1458.  right: 10px;
  1459.  background-color: white;
  1460.  border: 1px solid #ddd;
  1461.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1462.  max-height: 300px;
  1463.  overflow-y: auto;
  1464.  z-index: 1000;
  1465.  display: none; /* Initially hidden */
  1466. }
  1467.  
  1468. .search-results-container p {
  1469.  margin: 0;
  1470. }
  1471.  
  1472. .search-results-container .result-item {
  1473.  padding: 10px;
  1474.  cursor: pointer;
  1475. }
  1476.  
  1477. .search-results-container .result-item:hover {
  1478.  background-color: #f0f0f0;
  1479. }
  1480. </style>
  1481.  
  1482.        </header>
  1483.        <!-- end of header -->
  1484.        <!-- start of wpo-blog-hero -->
  1485.        
  1486.  
  1487.  
  1488.  
  1489.  
  1490.  
  1491.  
  1492.  
  1493. <div class="blog-hero-v10">
  1494.    <div class="container-fluid fluid-container">
  1495.        
  1496.        <!-- Top Section: Three Equal Featured Articles -->
  1497.  
  1498.        <div class="row g-4 mb-5">
  1499.            
  1500.            <div class="col-lg-4 col-md-6 col-12">
  1501.                <article class="featured-article">
  1502.                    <div class="featured-image-container">
  1503.                        
  1504.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Wimbledon Embraces Video Challenge System for the First Time." class="featured-image">
  1505.                            
  1506.                        <div class="category-tag bg-primary-gradient">News</div>
  1507.                    </div>
  1508.                    <div class="featured-content">
  1509.                        <h2 class="featured-title"><a href="/wimbledon-embraces-video-challenge-system-for-the-first-time/">
  1510.                                    Wimbledon Embraces Video Challenge System for the First Time.
  1511.                                </a></h2>
  1512.                        <p class="featured-summary"></p>
  1513.                        <div class="article-meta">
  1514.                            <span class="author-name">Kevin Jimenez</span>
  1515.                            <span class="post-time">Sep 11</span>
  1516.                        </div>
  1517.                    </div>
  1518.                </article>
  1519.            </div>
  1520.            
  1521.            <div class="col-lg-4 col-md-6 col-12">
  1522.                <article class="featured-article">
  1523.                    <div class="featured-image-container">
  1524.                        
  1525.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="3 Pokémon Games That Failed to Receive the Adoration They Warranted" class="featured-image">
  1526.                            
  1527.                        <div class="category-tag bg-primary-gradient">News</div>
  1528.                    </div>
  1529.                    <div class="featured-content">
  1530.                        <h2 class="featured-title"><a href="/3-pok%C3%A9mon-games-that-failed-to-receive-the-adoration-they-warranted/">
  1531.                                    3 Pokémon Games That Failed to Receive the Adoration They Warranted
  1532.                                </a></h2>
  1533.                        <p class="featured-summary"></p>
  1534.                        <div class="article-meta">
  1535.                            <span class="author-name">Kevin Jimenez</span>
  1536.                            <span class="post-time">Sep 11</span>
  1537.                        </div>
  1538.                    </div>
  1539.                </article>
  1540.            </div>
  1541.            
  1542.            <div class="col-lg-4 col-md-6 col-12">
  1543.                <article class="featured-article">
  1544.                    <div class="featured-image-container">
  1545.                        
  1546.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Billy Searle&#x27;s Final-Second Penalty Delivers Poignant Tigers Victory Over Bath" class="featured-image">
  1547.                            
  1548.                        <div class="category-tag bg-primary-gradient">News</div>
  1549.                    </div>
  1550.                    <div class="featured-content">
  1551.                        <h2 class="featured-title"><a href="/billy-searles-final-second-penalty-delivers-poignant-tigers-victory-over-bath/">
  1552.                                    Billy Searle&#x27;s Final-Second Penalty Delivers Poignant Tigers Victory Over Bath
  1553.                                </a></h2>
  1554.                        <p class="featured-summary"></p>
  1555.                        <div class="article-meta">
  1556.                            <span class="author-name">Kevin Jimenez</span>
  1557.                            <span class="post-time">Sep 10</span>
  1558.                        </div>
  1559.                    </div>
  1560.                </article>
  1561.            </div>
  1562.            
  1563.        </div>
  1564.  
  1565.        <!-- Bottom Section: Full-Width Recent Articles List -->
  1566.        <div class="row g-4">
  1567.            <div class="col-12">
  1568.                <div class="recent-section">
  1569.                    <h3 class="recent-title">Recent Articles</h3>
  1570.                    <div class="recent-list">
  1571.                        
  1572.                        <div class="recent-item">
  1573.                            <h4 class="recent-article-title"> <a href="/the-most-disappointing-games-of-2025-per-aggregate-scores/">
  1574.                                    The Most Disappointing Games of 2025, Per Aggregate Scores
  1575.                                </a></h4>
  1576.                            <span class="recent-meta">News • Kevin Jimenez • Sep 10</span>
  1577.                        </div>
  1578.                        
  1579.                        <div class="recent-item">
  1580.                            <h4 class="recent-article-title"> <a href="/netflixs-surprising-latest-undead-movie-injects-fresh-air-into-a-overused-genre/">
  1581.                                    Netflix&#x27;s Surprising Latest Undead Movie Injects Fresh Air into a Overused Genre
  1582.                                </a></h4>
  1583.                            <span class="recent-meta">News • Kevin Jimenez • Sep 10</span>
  1584.                        </div>
  1585.                        
  1586.                    </div>
  1587.                </div>
  1588.            </div>
  1589.        </div>
  1590.    </div>
  1591. </div>
  1592.  
  1593. <style>
  1594. /* Blog Hero V10 - Balanced Three-Column Featured with Full-Width Recent List */
  1595. .blog-hero-v10 {
  1596.    padding: 4rem 0;
  1597. }
  1598.  
  1599. /* Featured Article */
  1600. .featured-article {
  1601.    background: var(--card-bg, #ffffff);
  1602.    border-radius: 8px;
  1603.    transition: box-shadow 0.3s ease;
  1604. }
  1605.  
  1606. .featured-article:hover {
  1607.    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  1608. }
  1609.  
  1610. .featured-image-container {
  1611.    position: relative;
  1612.    height: 220px;
  1613. }
  1614.  
  1615. .featured-image {
  1616.    width: 100%;
  1617.    height: 100%;
  1618.    object-fit: cover;
  1619.    border-radius: 8px 8px 0 0;
  1620. }
  1621.  
  1622. .featured-content {
  1623.    padding: 1.5rem;
  1624. }
  1625.  
  1626. .featured-title {
  1627.    font-size: 1.4rem;
  1628.    font-weight: 800;
  1629.    color: #111827;
  1630.    margin-bottom: 0.5rem;
  1631.    line-height: 1.3;
  1632. }
  1633.  
  1634. .featured-summary {
  1635.    font-size: 0.95rem;
  1636.    color: #4b5563;
  1637.    line-height: 1.5;
  1638.    margin-bottom: 1rem;
  1639. }
  1640.  
  1641. .article-meta {
  1642.    display: flex;
  1643.    gap: 0.5rem;
  1644.    font-size: 0.85rem;
  1645.    color: #6b7280;
  1646. }
  1647.  
  1648. .author-name {
  1649.    font-weight: 600;
  1650.    color: #374151;
  1651. }
  1652.  
  1653. /* Category Tags - Outlined for Difference */
  1654. .category-tag {
  1655.    position: absolute;
  1656.    bottom: 1rem;
  1657.    left: 1rem;
  1658.    padding: 0.25rem 0.75rem;
  1659.    font-size: 0.75rem;
  1660.    font-weight: 600;
  1661.    text-transform: uppercase;
  1662.    border-radius: 4px;
  1663.    z-index: 2;
  1664. }
  1665.  
  1666. /* Recent Articles Section */
  1667. .recent-section {
  1668.    background: var(--card-bg, #ffffff);
  1669.    border-radius: 8px;
  1670.    padding: 2rem;
  1671. }
  1672.  
  1673. .recent-title {
  1674.    font-size: 1.3rem;
  1675.    font-weight: 700;
  1676.    color: #111827;
  1677.    margin-bottom: 1.25rem;
  1678.    border-bottom: 1px solid #e5e7eb;
  1679.    padding-bottom: 0.75rem;
  1680. }
  1681.  
  1682. .recent-list {
  1683.    display: flex;
  1684.    flex-direction: column;
  1685.    gap: 1rem;
  1686. }
  1687.  
  1688. .recent-item {
  1689.    padding: 1rem 0;
  1690.    border-bottom: 1px solid #f3f4f6;
  1691.    transition: background 0.2s ease;
  1692. }
  1693.  
  1694. .recent-item:last-child {
  1695.    border-bottom: none;
  1696. }
  1697.  
  1698. .recent-item:hover {
  1699.    background: #f9fafb;
  1700. }
  1701.  
  1702. .recent-article-title {
  1703.    font-size: 1rem;
  1704.    font-weight: 600;
  1705.    color: #111827;
  1706.    margin-bottom: 0.25rem;
  1707. }
  1708.  
  1709. .recent-meta {
  1710.    font-size: 0.8rem;
  1711.    color: #6b7280;
  1712. }
  1713.  
  1714. /* Responsive Design */
  1715. @media (max-width: 992px) {
  1716.    .featured-image-container {
  1717.        height: 200px;
  1718.    }
  1719.    
  1720.    .featured-title {
  1721.        font-size: 1.2rem;
  1722.    }
  1723. }
  1724.  
  1725. @media (max-width: 768px) {
  1726.    .featured-content {
  1727.        padding: 1.25rem;
  1728.    }
  1729.    
  1730.    .recent-section {
  1731.        padding: 1.5rem;
  1732.    }
  1733. }
  1734.  
  1735. @media (max-width: 576px) {
  1736.    .featured-title {
  1737.        font-size: 1.1rem;
  1738.    }
  1739.    
  1740.    .recent-article-title {
  1741.        font-size: 0.95rem;
  1742.    }
  1743. }
  1744. </style>
  1745.  
  1746.  
  1747.  
  1748.  
  1749.        <!-- end of wpo-blog-hero -->
  1750.  
  1751.        <!-- start of wpo-breacking-news -->
  1752.        
  1753.        <!-- end of wpo-breacking-news -->
  1754.        
  1755.        <!-- start wpo-blog-highlights-section -->
  1756.        
  1757.  
  1758.  
  1759.  
  1760.    
  1761.  
  1762.  
  1763. <section class="wpo-blog-highlights-section">
  1764.    <div class="container-fluid fluid-container">
  1765.        <div class="wpo-section-title">
  1766.            
  1767.                <h2>Today's Top Highlights</h2>
  1768.                    
  1769.        </div>
  1770.        <div class="row">
  1771.            <div class="col col-lg-8 col-12">
  1772.                <!-- start wpo-blog-section -->
  1773.                <div class="wpo-blog-highlights-wrap">
  1774.                    <div class="wpo-blog-items">
  1775.                        <div class="row">
  1776.                            
  1777.                            
  1778.                            <div class="col col-lg-6 col-md-6 col-12">
  1779.                                <div class="wpo-blog-item">
  1780.                                    <div class="wpo-blog-img">
  1781.                                        
  1782.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1783.                                        
  1784.                                        <div class="thumb bg-primary-gradient">News</div>
  1785.                                    </div>
  1786.                                    <div class="wpo-blog-content"  >
  1787.                                        <h2>
  1788.                                            <a href="/tetris-couldnt-triumph-at-the-game-awards-a-new-category-could-fix-that/" class="top-color">
  1789.                                            Tetris Couldn&#x27;t Triumph at The Game Awards — A New Category Could Fix That
  1790.                                            </a>
  1791.                                        </h2>
  1792.                                        <ul>
  1793.                                            <li>  
  1794.                                                
  1795.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Jimenez">
  1796.                                                
  1797.                                            </li>
  1798.                                            <li class="top-color">By Kevin Jimenez</li>
  1799.                                            <li class="top-color">10 Sep 2026</li>
  1800.                                        </ul>
  1801.                                        <p class="top-color"> </p>
  1802.                                    </div>
  1803.                                </div>
  1804.                            </div>
  1805.                        
  1806.                            
  1807.                            
  1808.                            <div class="col col-lg-6 col-md-6 col-12">
  1809.                                <div class="wpo-blog-item">
  1810.                                    <div class="wpo-blog-img">
  1811.                                        
  1812.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1813.                                        
  1814.                                        <div class="thumb bg-primary-gradient">News</div>
  1815.                                    </div>
  1816.                                    <div class="wpo-blog-content"  >
  1817.                                        <h2>
  1818.                                            <a href="/im-fully-all-in-with-bayern-kane-dampens-on-premier-league-homecoming/" class="top-color">
  1819.                                            &#x27;I&#x27;m fully all in with Bayern&#x27; - Kane dampens on Premier League homecoming
  1820.                                            </a>
  1821.                                        </h2>
  1822.                                        <ul>
  1823.                                            <li>  
  1824.                                                
  1825.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Jimenez">
  1826.                                                
  1827.                                            </li>
  1828.                                            <li class="top-color">By Kevin Jimenez</li>
  1829.                                            <li class="top-color">10 Sep 2026</li>
  1830.                                        </ul>
  1831.                                        <p class="top-color"> </p>
  1832.                                    </div>
  1833.                                </div>
  1834.                            </div>
  1835.                        
  1836.                            
  1837.                            
  1838.                            <div class="col col-lg-6 col-md-6 col-12">
  1839.                                <div class="wpo-blog-item">
  1840.                                    <div class="wpo-blog-img">
  1841.                                        
  1842.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1843.                                        
  1844.                                        <div class="thumb bg-primary-gradient">News</div>
  1845.                                    </div>
  1846.                                    <div class="wpo-blog-content"  >
  1847.                                        <h2>
  1848.                                            <a href="/brock-purdy-establishes-a-career-high-with-5-scoring-throws-as-san-francisco-defeat-the-indianapolis/" class="top-color">
  1849.                                            Brock Purdy Establishes a Career-High with 5 Scoring Throws as San Francisco Defeat the Indianapolis
  1850.                                            </a>
  1851.                                        </h2>
  1852.                                        <ul>
  1853.                                            <li>  
  1854.                                                
  1855.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Jimenez">
  1856.                                                
  1857.                                            </li>
  1858.                                            <li class="top-color">By Kevin Jimenez</li>
  1859.                                            <li class="top-color">10 Sep 2026</li>
  1860.                                        </ul>
  1861.                                        <p class="top-color"> </p>
  1862.                                    </div>
  1863.                                </div>
  1864.                            </div>
  1865.                        
  1866.                            
  1867.                            
  1868.                            <div class="col col-lg-6 col-md-6 col-12">
  1869.                                <div class="wpo-blog-item">
  1870.                                    <div class="wpo-blog-img">
  1871.                                        
  1872.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1873.                                        
  1874.                                        <div class="thumb bg-primary-gradient">News</div>
  1875.                                    </div>
  1876.                                    <div class="wpo-blog-content"  >
  1877.                                        <h2>
  1878.                                            <a href="/coordinated-anglo-french-aerial-assault-hits-islamic-state-weapons-depot-in-the-syrian-region/" class="top-color">
  1879.                                            Coordinated Anglo-French Aerial Assault Hits Islamic State Weapons Depot in the Syrian region
  1880.                                            </a>
  1881.                                        </h2>
  1882.                                        <ul>
  1883.                                            <li>  
  1884.                                                
  1885.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Jimenez">
  1886.                                                
  1887.                                            </li>
  1888.                                            <li class="top-color">By Kevin Jimenez</li>
  1889.                                            <li class="top-color">10 Sep 2026</li>
  1890.                                        </ul>
  1891.                                        <p class="top-color"> </p>
  1892.                                    </div>
  1893.                                </div>
  1894.                            </div>
  1895.                        
  1896.                            
  1897.                            
  1898.                            <div class="col col-lg-6 col-md-6 col-12">
  1899.                                <div class="wpo-blog-item">
  1900.                                    <div class="wpo-blog-img">
  1901.                                        
  1902.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1903.                                        
  1904.                                        <div class="thumb bg-primary-gradient">News</div>
  1905.                                    </div>
  1906.                                    <div class="wpo-blog-content"  >
  1907.                                        <h2>
  1908.                                            <a href="/us-politicians-respond-to-apprehension-of-venezuelan-president-nicol%C3%A1s-maduro/" class="top-color">
  1909.                                            US Politicians Respond to Apprehension of Venezuelan President Nicolás Maduro
  1910.                                            </a>
  1911.                                        </h2>
  1912.                                        <ul>
  1913.                                            <li>  
  1914.                                                
  1915.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Jimenez">
  1916.                                                
  1917.                                            </li>
  1918.                                            <li class="top-color">By Kevin Jimenez</li>
  1919.                                            <li class="top-color">09 Sep 2026</li>
  1920.                                        </ul>
  1921.                                        <p class="top-color"> </p>
  1922.                                    </div>
  1923.                                </div>
  1924.                            </div>
  1925.                        
  1926.                            
  1927.                            
  1928.                            <div class="col col-lg-6 col-md-6 col-12">
  1929.                                <div class="wpo-blog-item">
  1930.                                    <div class="wpo-blog-img">
  1931.                                        
  1932.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1933.                                        
  1934.                                        <div class="thumb bg-primary-gradient">News</div>
  1935.                                    </div>
  1936.                                    <div class="wpo-blog-content"  >
  1937.                                        <h2>
  1938.                                            <a href="/government-official-states-ministry-of-defence-looking-at-security-risk-from-vehicles-from-china-as-staff-told-to-refrain-from-secret-talk-in-cars/" class="top-color">
  1939.                                            Government Official States Ministry of Defence Looking at Security Risk from Vehicles from China, as Staff Told to Refrain from Secret Talk in Cars.
  1940.                                            </a>
  1941.                                        </h2>
  1942.                                        <ul>
  1943.                                            <li>  
  1944.                                                
  1945.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Jimenez">
  1946.                                                
  1947.                                            </li>
  1948.                                            <li class="top-color">By Kevin Jimenez</li>
  1949.                                            <li class="top-color">09 Sep 2026</li>
  1950.                                        </ul>
  1951.                                        <p class="top-color"> </p>
  1952.                                    </div>
  1953.                                </div>
  1954.                            </div>
  1955.                        
  1956.                            
  1957.                            
  1958.                            <div class="col col-lg-6 col-md-6 col-12">
  1959.                                <div class="wpo-blog-item">
  1960.                                    <div class="wpo-blog-img">
  1961.                                        
  1962.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1963.                                        
  1964.                                        <div class="thumb bg-primary-gradient">News</div>
  1965.                                    </div>
  1966.                                    <div class="wpo-blog-content"  >
  1967.                                        <h2>
  1968.                                            <a href="/invincible-not-anymore-the-reasons-the-indian-red-ball-cricket-standing-has-crumbled/" class="top-color">
  1969.                                            Invincible Not Anymore: The Reasons The Indian Red-Ball Cricket Standing Has Crumbled
  1970.                                            </a>
  1971.                                        </h2>
  1972.                                        <ul>
  1973.                                            <li>  
  1974.                                                
  1975.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Jimenez">
  1976.                                                
  1977.                                            </li>
  1978.                                            <li class="top-color">By Kevin Jimenez</li>
  1979.                                            <li class="top-color">09 Sep 2026</li>
  1980.                                        </ul>
  1981.                                        <p class="top-color"> </p>
  1982.                                    </div>
  1983.                                </div>
  1984.                            </div>
  1985.                        
  1986.                            
  1987.                            
  1988.                            <div class="col col-lg-6 col-md-6 col-12">
  1989.                                <div class="wpo-blog-item">
  1990.                                    <div class="wpo-blog-img">
  1991.                                        
  1992.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1993.                                        
  1994.                                        <div class="thumb bg-primary-gradient">News</div>
  1995.                                    </div>
  1996.                                    <div class="wpo-blog-content"  >
  1997.                                        <h2>
  1998.                                            <a href="/victims-of-church-clergy-sex-abuse-voice-optimism-after-meeting-with-the-pontiff/" class="top-color">
  1999.                                            Victims of Church Clergy Sex Abuse Voice Optimism After Meeting with the Pontiff
  2000.                                            </a>
  2001.                                        </h2>
  2002.                                        <ul>
  2003.                                            <li>  
  2004.                                                
  2005.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Jimenez">
  2006.                                                
  2007.                                            </li>
  2008.                                            <li class="top-color">By Kevin Jimenez</li>
  2009.                                            <li class="top-color">09 Sep 2026</li>
  2010.                                        </ul>
  2011.                                        <p class="top-color"> </p>
  2012.                                    </div>
  2013.                                </div>
  2014.                            </div>
  2015.                        
  2016.                            
  2017.                            
  2018.                            <div class="col col-lg-6 col-md-6 col-12">
  2019.                                <div class="wpo-blog-item">
  2020.                                    <div class="wpo-blog-img">
  2021.                                        
  2022.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2023.                                        
  2024.                                        <div class="thumb bg-primary-gradient">News</div>
  2025.                                    </div>
  2026.                                    <div class="wpo-blog-content"  >
  2027.                                        <h2>
  2028.                                            <a href="/seven-accused-members-of-germanys-left-wing-extremist-organization-face-trial-over-multiple-violent-incidents/" class="top-color">
  2029.                                            Seven accused members of Germany&#x27;s left-wing extremist organization face trial over multiple violent incidents
  2030.                                            </a>
  2031.                                        </h2>
  2032.                                        <ul>
  2033.                                            <li>  
  2034.                                                
  2035.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Jimenez">
  2036.                                                
  2037.                                            </li>
  2038.                                            <li class="top-color">By Kevin Jimenez</li>
  2039.                                            <li class="top-color">09 Sep 2026</li>
  2040.                                        </ul>
  2041.                                        <p class="top-color"> </p>
  2042.                                    </div>
  2043.                                </div>
  2044.                            </div>
  2045.                        
  2046.                            
  2047.                            
  2048.                            <div class="col col-lg-6 col-md-6 col-12">
  2049.                                <div class="wpo-blog-item">
  2050.                                    <div class="wpo-blog-img">
  2051.                                        
  2052.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2053.                                        
  2054.                                        <div class="thumb bg-primary-gradient">News</div>
  2055.                                    </div>
  2056.                                    <div class="wpo-blog-content"  >
  2057.                                        <h2>
  2058.                                            <a href="/more-pictures-from-epsteins-property-made-public-by-democratic-party-us-legislators/" class="top-color">
  2059.                                            More Pictures from Epstein&#x27;s Property Made Public by Democratic Party US Legislators
  2060.                                            </a>
  2061.                                        </h2>
  2062.                                        <ul>
  2063.                                            <li>  
  2064.                                                
  2065.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Jimenez">
  2066.                                                
  2067.                                            </li>
  2068.                                            <li class="top-color">By Kevin Jimenez</li>
  2069.                                            <li class="top-color">09 Sep 2026</li>
  2070.                                        </ul>
  2071.                                        <p class="top-color"> </p>
  2072.                                    </div>
  2073.                                </div>
  2074.                            </div>
  2075.                        
  2076.                            
  2077.                            
  2078.                            <div class="col col-lg-6 col-md-6 col-12">
  2079.                                <div class="wpo-blog-item">
  2080.                                    <div class="wpo-blog-img">
  2081.                                        
  2082.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2083.                                        
  2084.                                        <div class="thumb bg-primary-gradient">News</div>
  2085.                                    </div>
  2086.                                    <div class="wpo-blog-content"  >
  2087.                                        <h2>
  2088.                                            <a href="/fed-lowers-borrowing-costs-for-second-time-this-year-during-economic-uncertainty/" class="top-color">
  2089.                                            Fed Lowers Borrowing Costs for Second Time This Year During Economic Uncertainty
  2090.                                            </a>
  2091.                                        </h2>
  2092.                                        <ul>
  2093.                                            <li>  
  2094.                                                
  2095.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Jimenez">
  2096.                                                
  2097.                                            </li>
  2098.                                            <li class="top-color">By Kevin Jimenez</li>
  2099.                                            <li class="top-color">09 Sep 2026</li>
  2100.                                        </ul>
  2101.                                        <p class="top-color"> </p>
  2102.                                    </div>
  2103.                                </div>
  2104.                            </div>
  2105.                        
  2106.                            
  2107.                            
  2108.                            <div class="col col-lg-6 col-md-6 col-12">
  2109.                                <div class="wpo-blog-item">
  2110.                                    <div class="wpo-blog-img">
  2111.                                        
  2112.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2113.                                        
  2114.                                        <div class="thumb bg-primary-gradient">News</div>
  2115.                                    </div>
  2116.                                    <div class="wpo-blog-content"  >
  2117.                                        <h2>
  2118.                                            <a href="/can-humidifiers-truly-help-houseplants/" class="top-color">
  2119.                                            Can Humidifiers Truly Help Houseplants?
  2120.                                            </a>
  2121.                                        </h2>
  2122.                                        <ul>
  2123.                                            <li>  
  2124.                                                
  2125.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Jimenez">
  2126.                                                
  2127.                                            </li>
  2128.                                            <li class="top-color">By Kevin Jimenez</li>
  2129.                                            <li class="top-color">08 Sep 2026</li>
  2130.                                        </ul>
  2131.                                        <p class="top-color"> </p>
  2132.                                    </div>
  2133.                                </div>
  2134.                            </div>
  2135.                        
  2136.                            
  2137.                            
  2138.  
  2139.                        </div>
  2140.                    </div>
  2141.                </div>
  2142.                <!-- end wpo-blog-section -->
  2143.            </div>
  2144.  
  2145.            <div class="col col-lg-4 col-12">
  2146.                
  2147.  
  2148.  
  2149.  
  2150.    
  2151.  
  2152. <!-- Curved Heading Sidebar -->
  2153.    <div class="sidebar">
  2154.        
  2155.       <div class="sidebar-widget mb-4">
  2156.            <div class="widget-title-wrapper mb-3">
  2157.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2158.                    <div class="title-border"></div>
  2159.                    <i class="ti-folder me-2"></i>August 2026 Blog Roll
  2160.                </h4>
  2161.            </div>
  2162.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2163.                <div class="archives-list scrollable-sidebar">
  2164.                    
  2165.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2166.                        <a href="https://rafsportsfederation.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2167.                            <i class="ti-angle-right me-2 text-primary"></i>
  2168.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2169.                        </a>
  2170.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2171.                    </div>
  2172.                
  2173.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2174.                        <a href="https://altonwater.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2175.                            <i class="ti-angle-right me-2 text-primary"></i>
  2176.                            <span class="archive-link top-color fw-semibold"> uk casinos</span>
  2177.                        </a>
  2178.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2179.                    </div>
  2180.                
  2181.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2182.                        <a href="https://thinksoftglobal.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2183.                            <i class="ti-angle-right me-2 text-primary"></i>
  2184.                            <span class="archive-link top-color fw-semibold"> casino sites</span>
  2185.                        </a>
  2186.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2187.                    </div>
  2188.                
  2189.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2190.                        <a href="https://cityware.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2191.                            <i class="ti-angle-right me-2 text-primary"></i>
  2192.                            <span class="archive-link top-color fw-semibold"> best online casinos</span>
  2193.                        </a>
  2194.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2195.                    </div>
  2196.                
  2197.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2198.                        <a href="https://somersetchamberchoir.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2199.                            <i class="ti-angle-right me-2 text-primary"></i>
  2200.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2201.                        </a>
  2202.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2203.                    </div>
  2204.                
  2205.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2206.                        <a href="https://mhibv.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2207.                            <i class="ti-angle-right me-2 text-primary"></i>
  2208.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos UK</span>
  2209.                        </a>
  2210.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2211.                    </div>
  2212.                
  2213.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2214.                        <a href="https://lovebysusie.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2215.                            <i class="ti-angle-right me-2 text-primary"></i>
  2216.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos UK</span>
  2217.                        </a>
  2218.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2219.                    </div>
  2220.                
  2221.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2222.                        <a href="https://buckhamfair.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2223.                            <i class="ti-angle-right me-2 text-primary"></i>
  2224.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2225.                        </a>
  2226.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2227.                    </div>
  2228.                
  2229.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2230.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2231.                            <i class="ti-angle-right me-2 text-primary"></i>
  2232.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2233.                        </a>
  2234.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2235.                    </div>
  2236.                
  2237.                </div>
  2238.                
  2239.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2240.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2241.                        <i class="ti-archive me-1"></i>View All Archives
  2242.                    </a>
  2243.                </div> -->
  2244.            </div>
  2245.        </div>
  2246.        
  2247.       <div class="sidebar-widget mb-4">
  2248.            <div class="widget-title-wrapper mb-3">
  2249.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2250.                    <div class="title-border"></div>
  2251.                    <i class="ti-folder me-2"></i>July 2026 Blog Roll
  2252.                </h4>
  2253.            </div>
  2254.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2255.                <div class="archives-list scrollable-sidebar">
  2256.                    
  2257.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2258.                        <a href="https://esports-news.co.uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2259.                            <i class="ti-angle-right me-2 text-primary"></i>
  2260.                            <span class="archive-link top-color fw-semibold"> gamestop</span>
  2261.                        </a>
  2262.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2263.                    </div>
  2264.                
  2265.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2266.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2267.                            <i class="ti-angle-right me-2 text-primary"></i>
  2268.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2269.                        </a>
  2270.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2271.                    </div>
  2272.                
  2273.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2274.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2275.                            <i class="ti-angle-right me-2 text-primary"></i>
  2276.                            <span class="archive-link top-color fw-semibold"> non gamstop gambling</span>
  2277.                        </a>
  2278.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2279.                    </div>
  2280.                
  2281.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2282.                        <a href="https://www.sportscasting.com/casino/ireland/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2283.                            <i class="ti-angle-right me-2 text-primary"></i>
  2284.                            <span class="archive-link top-color fw-semibold"> best online casino</span>
  2285.                        </a>
  2286.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2287.                    </div>
  2288.                
  2289.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2290.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2291.                            <i class="ti-angle-right me-2 text-primary"></i>
  2292.                            <span class="archive-link top-color fw-semibold"> non gamstop gambling</span>
  2293.                        </a>
  2294.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2295.                    </div>
  2296.                
  2297.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2298.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2299.                            <i class="ti-angle-right me-2 text-primary"></i>
  2300.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2301.                        </a>
  2302.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2303.                    </div>
  2304.                
  2305.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2306.                        <a href="https://chelsea.news/online-casinos/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2307.                            <i class="ti-angle-right me-2 text-primary"></i>
  2308.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2309.                        </a>
  2310.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2311.                    </div>
  2312.                
  2313.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2314.                        <a href="https://mytopcasino.co.uk/non-gamstop-casinos/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2315.                            <i class="ti-angle-right me-2 text-primary"></i>
  2316.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2317.                        </a>
  2318.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2319.                    </div>
  2320.                
  2321.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2322.                        <a href="https://www.hintsandthings.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2323.                            <i class="ti-angle-right me-2 text-primary"></i>
  2324.                            <span class="archive-link top-color fw-semibold"> crypto casino</span>
  2325.                        </a>
  2326.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2327.                    </div>
  2328.                
  2329.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2330.                        <a href="https://www.wharfside.co.uk/introducing-wharfside"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2331.                            <i class="ti-angle-right me-2 text-primary"></i>
  2332.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2333.                        </a>
  2334.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2335.                    </div>
  2336.                
  2337.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2338.                        <a href="https://www.union-news.co.uk/betting-sites-not-on-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2339.                            <i class="ti-angle-right me-2 text-primary"></i>
  2340.                            <span class="archive-link top-color fw-semibold"> sports betting not on gamstop</span>
  2341.                        </a>
  2342.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2343.                    </div>
  2344.                
  2345.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2346.                        <a href="https://www.thecakestore.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2347.                            <i class="ti-angle-right me-2 text-primary"></i>
  2348.                            <span class="archive-link top-color fw-semibold"> best crypto casino</span>
  2349.                        </a>
  2350.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2351.                    </div>
  2352.                
  2353.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2354.                        <a href="https://casquette.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2355.                            <i class="ti-angle-right me-2 text-primary"></i>
  2356.                            <span class="archive-link top-color fw-semibold"> best non Gamstop casinos</span>
  2357.                        </a>
  2358.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2359.                    </div>
  2360.                
  2361.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2362.                        <a href="https://focusontheuser.eu/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2363.                            <i class="ti-angle-right me-2 text-primary"></i>
  2364.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2365.                        </a>
  2366.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2367.                    </div>
  2368.                
  2369.                </div>
  2370.                
  2371.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2372.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2373.                        <i class="ti-archive me-1"></i>View All Archives
  2374.                    </a>
  2375.                </div> -->
  2376.            </div>
  2377.        </div>
  2378.        
  2379.       <div class="sidebar-widget mb-4">
  2380.            <div class="widget-title-wrapper mb-3">
  2381.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2382.                    <div class="title-border"></div>
  2383.                    <i class="ti-folder me-2"></i>June 2026 Blog Roll
  2384.                </h4>
  2385.            </div>
  2386.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2387.                <div class="archives-list scrollable-sidebar">
  2388.                    
  2389.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2390.                        <a href="https://www.esportsbets.com/betting/uk/not-on-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2391.                            <i class="ti-angle-right me-2 text-primary"></i>
  2392.                            <span class="archive-link top-color fw-semibold"> prefer betting sites not on Gamstop</span>
  2393.                        </a>
  2394.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2395.                    </div>
  2396.                
  2397.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2398.                        <a href="https://www.cardplayer.com/uk/online-casinos/bitcoin-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2399.                            <i class="ti-angle-right me-2 text-primary"></i>
  2400.                            <span class="archive-link top-color fw-semibold"> best crypto casino</span>
  2401.                        </a>
  2402.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2403.                    </div>
  2404.                
  2405.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2406.                        <a href="https://cryptonews.com/uk/best-crypto-casinos/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2407.                            <i class="ti-angle-right me-2 text-primary"></i>
  2408.                            <span class="archive-link top-color fw-semibold"> the best Crypto casino platform</span>
  2409.                        </a>
  2410.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2411.                    </div>
  2412.                
  2413.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2414.                        <a href="https://esportsinsider.com/us/gambling/world-cup-betting-sites"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2415.                            <i class="ti-angle-right me-2 text-primary"></i>
  2416.                            <span class="archive-link top-color fw-semibold"> betting offers for World Cup</span>
  2417.                        </a>
  2418.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2419.                    </div>
  2420.                
  2421.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2422.                        <a href="https://www.gamblinginsider.com/uk/non-gamstop-betting-sites"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2423.                            <i class="ti-angle-right me-2 text-primary"></i>
  2424.                            <span class="archive-link top-color fw-semibold"> find betting sites not on Gamstop</span>
  2425.                        </a>
  2426.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2427.                    </div>
  2428.                
  2429.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2430.                        <a href="https://esportsinsider.com/uk/gambling/non-gamstop-betting-sites"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2431.                            <i class="ti-angle-right me-2 text-primary"></i>
  2432.                            <span class="archive-link top-color fw-semibold"> betting not on Gamstop to choose</span>
  2433.                        </a>
  2434.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2435.                    </div>
  2436.                
  2437.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2438.                        <a href="https://www.cardplayer.com/uk/online-casinos/best-non-uk-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2439.                            <i class="ti-angle-right me-2 text-primary"></i>
  2440.                            <span class="archive-link top-color fw-semibold"> these UK casino not on Gamstop</span>
  2441.                        </a>
  2442.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2443.                    </div>
  2444.                
  2445.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2446.                        <a href="https://www.britishicehockey.co.uk/betting-sites-not-on-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2447.                            <i class="ti-angle-right me-2 text-primary"></i>
  2448.                            <span class="archive-link top-color fw-semibold"> betting apps not on gamstop</span>
  2449.                        </a>
  2450.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2451.                    </div>
  2452.                
  2453.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2454.                        <a href="https://esportsinsider.com/uk/bitcoin-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2455.                            <i class="ti-angle-right me-2 text-primary"></i>
  2456.                            <span class="archive-link top-color fw-semibold"> pick your best Crypto casino</span>
  2457.                        </a>
  2458.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2459.                    </div>
  2460.                
  2461.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2462.                        <a href="https://www.gamblinginsider.com/uk/online-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2463.                            <i class="ti-angle-right me-2 text-primary"></i>
  2464.                            <span class="archive-link top-color fw-semibold"> featured best online casino</span>
  2465.                        </a>
  2466.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2467.                    </div>
  2468.                
  2469.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2470.                        <a href="https://www.cardplayer.com/uk/betting/non-gamstop"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2471.                            <i class="ti-angle-right me-2 text-primary"></i>
  2472.                            <span class="archive-link top-color fw-semibold"> best betting sites not on Gamstop</span>
  2473.                        </a>
  2474.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2475.                    </div>
  2476.                
  2477.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2478.                        <a href="https://esportsinsider.com/us/gambling/world-cup-betting-sites"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2479.                            <i class="ti-angle-right me-2 text-primary"></i>
  2480.                            <span class="archive-link top-color fw-semibold"> World Cup match betting: 2026</span>
  2481.                        </a>
  2482.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2483.                    </div>
  2484.                
  2485.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2486.                        <a href="https://esportsinsider.com/uk/gambling/non-gamstop-betting-sites"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2487.                            <i class="ti-angle-right me-2 text-primary"></i>
  2488.                            <span class="archive-link top-color fw-semibold"> UK bookmakers not on Gamstop</span>
  2489.                        </a>
  2490.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2491.                    </div>
  2492.                
  2493.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2494.                        <a href="https://www.gamblinginsider.com/uk/non-gamstop-betting-sites"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2495.                            <i class="ti-angle-right me-2 text-primary"></i>
  2496.                            <span class="archive-link top-color fw-semibold"> these betting sites not on Gamstop</span>
  2497.                        </a>
  2498.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2499.                    </div>
  2500.                
  2501.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2502.                        <a href="https://www.cardplayer.com/uk/online-casinos/best-non-uk-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2503.                            <i class="ti-angle-right me-2 text-primary"></i>
  2504.                            <span class="archive-link top-color fw-semibold"> best non Gamstop casinos UK for you</span>
  2505.                        </a>
  2506.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2507.                    </div>
  2508.                
  2509.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2510.                        <a href="https://www.wharfside.co.uk/introducing-wharfsidenon"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2511.                            <i class="ti-angle-right me-2 text-primary"></i>
  2512.                            <span class="archive-link top-color fw-semibold"> best uk non gamstop casinos</span>
  2513.                        </a>
  2514.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2515.                    </div>
  2516.                
  2517.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2518.                        <a href="https://dcuwater.ie/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2519.                            <i class="ti-angle-right me-2 text-primary"></i>
  2520.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2521.                        </a>
  2522.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2523.                    </div>
  2524.                
  2525.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2526.                        <a href="https://heyimhome.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2527.                            <i class="ti-angle-right me-2 text-primary"></i>
  2528.                            <span class="archive-link top-color fw-semibold"> online casino uk</span>
  2529.                        </a>
  2530.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2531.                    </div>
  2532.                
  2533.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2534.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2535.                            <i class="ti-angle-right me-2 text-primary"></i>
  2536.                            <span class="archive-link top-color fw-semibold"> casino sites</span>
  2537.                        </a>
  2538.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2539.                    </div>
  2540.                
  2541.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2542.                        <a href="https://www.union-news.co.uk/betting-sites/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2543.                            <i class="ti-angle-right me-2 text-primary"></i>
  2544.                            <span class="archive-link top-color fw-semibold"> new UK sports betting sites</span>
  2545.                        </a>
  2546.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2547.                    </div>
  2548.                
  2549.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2550.                        <a href="https://www.britishicehockey.co.uk/non-gamstop-casinos/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2551.                            <i class="ti-angle-right me-2 text-primary"></i>
  2552.                            <span class="archive-link top-color fw-semibold"> best uk non gamstop casinos</span>
  2553.                        </a>
  2554.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2555.                    </div>
  2556.                
  2557.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2558.                        <a href="https://nursingnotes.co.uk/betting-sites-not-on-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2559.                            <i class="ti-angle-right me-2 text-primary"></i>
  2560.                            <span class="archive-link top-color fw-semibold"> betting site not on gamstop</span>
  2561.                        </a>
  2562.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2563.                    </div>
  2564.                
  2565.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2566.                        <a href="https://nursingnotes.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2567.                            <i class="ti-angle-right me-2 text-primary"></i>
  2568.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2569.                        </a>
  2570.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2571.                    </div>
  2572.                
  2573.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2574.                        <a href="https://esportsinsider.com/us/gambling/world-cup-betting-sites"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2575.                            <i class="ti-angle-right me-2 text-primary"></i>
  2576.                            <span class="archive-link top-color fw-semibold"> rugby world cup betting sites</span>
  2577.                        </a>
  2578.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2579.                    </div>
  2580.                
  2581.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2582.                        <a href="https://esports-news.co.uk/online-casinos/crypto/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2583.                            <i class="ti-angle-right me-2 text-primary"></i>
  2584.                            <span class="archive-link top-color fw-semibold"> online crypto casinos — filter option</span>
  2585.                        </a>
  2586.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2587.                    </div>
  2588.                
  2589.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2590.                        <a href="https://www.gamblinginsider.com/uk/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2591.                            <i class="ti-angle-right me-2 text-primary"></i>
  2592.                            <span class="archive-link top-color fw-semibold"> follow the link on Gamblinginsider.com</span>
  2593.                        </a>
  2594.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2595.                    </div>
  2596.                
  2597.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2598.                        <a href="https://www.fplgameweek.com/articles/best-betting-sites-not-on-gamstop-2025/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2599.                            <i class="ti-angle-right me-2 text-primary"></i>
  2600.                            <span class="archive-link top-color fw-semibold"> betting sites not on Gamstop [2026] open source</span>
  2601.                        </a>
  2602.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2603.                    </div>
  2604.                
  2605.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2606.                        <a href="https://www.cardplayer.com/uk/online-casinos/best-non-uk-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2607.                            <i class="ti-angle-right me-2 text-primary"></i>
  2608.                            <span class="archive-link top-color fw-semibold"> try out on Cardplayer.com</span>
  2609.                        </a>
  2610.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2611.                    </div>
  2612.                
  2613.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2614.                        <a href="https://totalfootballanalysis.com/betting-sites"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2615.                            <i class="ti-angle-right me-2 text-primary"></i>
  2616.                            <span class="archive-link top-color fw-semibold"> betting sites uk</span>
  2617.                        </a>
  2618.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2619.                    </div>
  2620.                
  2621.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2622.                        <a href="https://www.stmonicas.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2623.                            <i class="ti-angle-right me-2 text-primary"></i>
  2624.                            <span class="archive-link top-color fw-semibold"> casino not on GamStop</span>
  2625.                        </a>
  2626.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2627.                    </div>
  2628.                
  2629.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2630.                        <a href="https://www.stamina.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2631.                            <i class="ti-angle-right me-2 text-primary"></i>
  2632.                            <span class="archive-link top-color fw-semibold"> Slots Not on GamCare</span>
  2633.                        </a>
  2634.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2635.                    </div>
  2636.                
  2637.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2638.                        <a href="https://casinobeats.com/uk/online-casinos/bitcoin-casinos/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2639.                            <i class="ti-angle-right me-2 text-primary"></i>
  2640.                            <span class="archive-link top-color fw-semibold"> with new crypto casinos list</span>
  2641.                        </a>
  2642.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2643.                    </div>
  2644.                
  2645.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2646.                        <a href="https://99bitcoins.com/non-gamstop-casinos-uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2647.                            <i class="ti-angle-right me-2 text-primary"></i>
  2648.                            <span class="archive-link top-color fw-semibold"> new non gamstop casinos UK</span>
  2649.                        </a>
  2650.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2651.                    </div>
  2652.                
  2653.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2654.                        <a href="https://www.cardplayer.com/uk/online-casinos/best-non-uk-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2655.                            <i class="ti-angle-right me-2 text-primary"></i>
  2656.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2657.                        </a>
  2658.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2659.                    </div>
  2660.                
  2661.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2662.                        <a href="https://www.gamblinginsider.com/uk/online-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2663.                            <i class="ti-angle-right me-2 text-primary"></i>
  2664.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2665.                        </a>
  2666.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2667.                    </div>
  2668.                
  2669.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2670.                        <a href="https://esportsinsider.com/uk/gambling/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2671.                            <i class="ti-angle-right me-2 text-primary"></i>
  2672.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2673.                        </a>
  2674.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2675.                    </div>
  2676.                
  2677.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2678.                        <a href="https://www.hintsandthings.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2679.                            <i class="ti-angle-right me-2 text-primary"></i>
  2680.                            <span class="archive-link top-color fw-semibold"> no kyc casino (ETH)</span>
  2681.                        </a>
  2682.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2683.                    </div>
  2684.                
  2685.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2686.                        <a href="https://www.wharfside.co.uk/introducing-wharfside"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2687.                            <i class="ti-angle-right me-2 text-primary"></i>
  2688.                            <span class="archive-link top-color fw-semibold"> uk casinos not on gamstop history</span>
  2689.                        </a>
  2690.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2691.                    </div>
  2692.                
  2693.                </div>
  2694.                
  2695.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2696.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2697.                        <i class="ti-archive me-1"></i>View All Archives
  2698.                    </a>
  2699.                </div> -->
  2700.            </div>
  2701.        </div>
  2702.        
  2703.       <div class="sidebar-widget mb-4">
  2704.            <div class="widget-title-wrapper mb-3">
  2705.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2706.                    <div class="title-border"></div>
  2707.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  2708.                </h4>
  2709.            </div>
  2710.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2711.                <div class="archives-list scrollable-sidebar">
  2712.                    
  2713.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2714.                        <a href="https://tasminlittle.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2715.                            <i class="ti-angle-right me-2 text-primary"></i>
  2716.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2717.                        </a>
  2718.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2719.                    </div>
  2720.                
  2721.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2722.                        <a href="https://techweekeurope.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2723.                            <i class="ti-angle-right me-2 text-primary"></i>
  2724.                            <span class="archive-link top-color fw-semibold"> best non Gamstop casinos</span>
  2725.                        </a>
  2726.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2727.                    </div>
  2728.                
  2729.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2730.                        <a href="https://www.citygateway.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2731.                            <i class="ti-angle-right me-2 text-primary"></i>
  2732.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2733.                        </a>
  2734.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2735.                    </div>
  2736.                
  2737.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2738.                        <a href="https://www.gamblinginsider.com/uk/non-gamstop-betting-sites"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2739.                            <i class="ti-angle-right me-2 text-primary"></i>
  2740.                            <span class="archive-link top-color fw-semibold"> odds not on gamstop</span>
  2741.                        </a>
  2742.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2743.                    </div>
  2744.                
  2745.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2746.                        <a href="https://gamingamerica.com/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2747.                            <i class="ti-angle-right me-2 text-primary"></i>
  2748.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2749.                        </a>
  2750.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2751.                    </div>
  2752.                
  2753.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2754.                        <a href="https://www.gamblinginsider.com/uk/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2755.                            <i class="ti-angle-right me-2 text-primary"></i>
  2756.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2757.                        </a>
  2758.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2759.                    </div>
  2760.                
  2761.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2762.                        <a href="https://www.rockingham.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2763.                            <i class="ti-angle-right me-2 text-primary"></i>
  2764.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2765.                        </a>
  2766.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2767.                    </div>
  2768.                
  2769.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2770.                        <a href="https://www.thegameroom.org/gb/betting-sites/not-on-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2771.                            <i class="ti-angle-right me-2 text-primary"></i>
  2772.                            <span class="archive-link top-color fw-semibold"> best betting sites</span>
  2773.                        </a>
  2774.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2775.                    </div>
  2776.                
  2777.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2778.                        <a href="https://esportsinsider.com/uk/gambling/best-online-casino"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2779.                            <i class="ti-angle-right me-2 text-primary"></i>
  2780.                            <span class="archive-link top-color fw-semibold"> uk casino</span>
  2781.                        </a>
  2782.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2783.                    </div>
  2784.                
  2785.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2786.                        <a href="https://www.pokerstrategy.com/online-casinos/uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2787.                            <i class="ti-angle-right me-2 text-primary"></i>
  2788.                            <span class="archive-link top-color fw-semibold"> online casinos uk</span>
  2789.                        </a>
  2790.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2791.                    </div>
  2792.                
  2793.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2794.                        <a href="https://thelittlemilkcompany.ie/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2795.                            <i class="ti-angle-right me-2 text-primary"></i>
  2796.                            <span class="archive-link top-color fw-semibold"> best online casino</span>
  2797.                        </a>
  2798.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2799.                    </div>
  2800.                
  2801.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2802.                        <a href="https://snookerhub.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2803.                            <i class="ti-angle-right me-2 text-primary"></i>
  2804.                            <span class="archive-link top-color fw-semibold"> non gamstop casino uk</span>
  2805.                        </a>
  2806.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2807.                    </div>
  2808.                
  2809.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2810.                        <a href="https://asylumsteampunk.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2811.                            <i class="ti-angle-right me-2 text-primary"></i>
  2812.                            <span class="archive-link top-color fw-semibold"> non gamstop casino uk</span>
  2813.                        </a>
  2814.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2815.                    </div>
  2816.                
  2817.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2818.                        <a href="https://tasminlittle.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2819.                            <i class="ti-angle-right me-2 text-primary"></i>
  2820.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2821.                        </a>
  2822.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2823.                    </div>
  2824.                
  2825.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2826.                        <a href="https://www.cpop.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2827.                            <i class="ti-angle-right me-2 text-primary"></i>
  2828.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2829.                        </a>
  2830.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2831.                    </div>
  2832.                
  2833.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2834.                        <a href="https://esports-news.co.uk/gambling-sites/glorion-review/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2835.                            <i class="ti-angle-right me-2 text-primary"></i>
  2836.                            <span class="archive-link top-color fw-semibold"> glorion casino</span>
  2837.                        </a>
  2838.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2839.                    </div>
  2840.                
  2841.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2842.                        <a href="https://www.thehaven.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2843.                            <i class="ti-angle-right me-2 text-primary"></i>
  2844.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2845.                        </a>
  2846.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2847.                    </div>
  2848.                
  2849.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2850.                        <a href="https://bottlebling.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2851.                            <i class="ti-angle-right me-2 text-primary"></i>
  2852.                            <span class="archive-link top-color fw-semibold"> casino</span>
  2853.                        </a>
  2854.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2855.                    </div>
  2856.                
  2857.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2858.                        <a href="https://idolmag.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2859.                            <i class="ti-angle-right me-2 text-primary"></i>
  2860.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2861.                        </a>
  2862.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2863.                    </div>
  2864.                
  2865.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2866.                        <a href="https://heyimhome.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2867.                            <i class="ti-angle-right me-2 text-primary"></i>
  2868.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2869.                        </a>
  2870.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2871.                    </div>
  2872.                
  2873.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2874.                        <a href="https://www.richmondreview.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2875.                            <i class="ti-angle-right me-2 text-primary"></i>
  2876.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2877.                        </a>
  2878.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2879.                    </div>
  2880.                
  2881.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2882.                        <a href="https://dublinscience2012.ie/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2883.                            <i class="ti-angle-right me-2 text-primary"></i>
  2884.                            <span class="archive-link top-color fw-semibold"> best online casino</span>
  2885.                        </a>
  2886.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2887.                    </div>
  2888.                
  2889.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2890.                        <a href="https://nursingnotes.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2891.                            <i class="ti-angle-right me-2 text-primary"></i>
  2892.                            <span class="archive-link top-color fw-semibold"> nursingnotes&#x27; list of non gamstop casinos</span>
  2893.                        </a>
  2894.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2895.                    </div>
  2896.                
  2897.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2898.                        <a href="https://www.kylebooks.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2899.                            <i class="ti-angle-right me-2 text-primary"></i>
  2900.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2901.                        </a>
  2902.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2903.                    </div>
  2904.                
  2905.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2906.                        <a href="https://dcuwater.ie/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2907.                            <i class="ti-angle-right me-2 text-primary"></i>
  2908.                            <span class="archive-link top-color fw-semibold"> best online casinos ireland</span>
  2909.                        </a>
  2910.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2911.                    </div>
  2912.                
  2913.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2914.                        <a href="https://www.rumi.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2915.                            <i class="ti-angle-right me-2 text-primary"></i>
  2916.                            <span class="archive-link top-color fw-semibold"> best online betting sites uk</span>
  2917.                        </a>
  2918.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2919.                    </div>
  2920.                
  2921.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2922.                        <a href="https://www.coinspeaker.com/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2923.                            <i class="ti-angle-right me-2 text-primary"></i>
  2924.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2925.                        </a>
  2926.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2927.                    </div>
  2928.                
  2929.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2930.                        <a href="https://britishicehockey.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2931.                            <i class="ti-angle-right me-2 text-primary"></i>
  2932.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2933.                        </a>
  2934.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2935.                    </div>
  2936.                
  2937.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2938.                        <a href="https://www.focus12.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2939.                            <i class="ti-angle-right me-2 text-primary"></i>
  2940.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2941.                        </a>
  2942.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2943.                    </div>
  2944.                
  2945.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2946.                        <a href="https://gamingamerica.com/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2947.                            <i class="ti-angle-right me-2 text-primary"></i>
  2948.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2949.                        </a>
  2950.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2951.                    </div>
  2952.                
  2953.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2954.                        <a href="https://www.outset.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2955.                            <i class="ti-angle-right me-2 text-primary"></i>
  2956.                            <span class="archive-link top-color fw-semibold"> best betting sites uk</span>
  2957.                        </a>
  2958.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2959.                    </div>
  2960.                
  2961.                </div>
  2962.                
  2963.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2964.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2965.                        <i class="ti-archive me-1"></i>View All Archives
  2966.                    </a>
  2967.                </div> -->
  2968.            </div>
  2969.        </div>
  2970.        
  2971.       <div class="sidebar-widget mb-4">
  2972.            <div class="widget-title-wrapper mb-3">
  2973.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2974.                    <div class="title-border"></div>
  2975.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  2976.                </h4>
  2977.            </div>
  2978.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2979.                <div class="archives-list scrollable-sidebar">
  2980.                    
  2981.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2982.                        <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2983.                            <i class="ti-angle-right me-2 text-primary"></i>
  2984.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  2985.                        </a>
  2986.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2987.                    </div>
  2988.                
  2989.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2990.                        <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2991.                            <i class="ti-angle-right me-2 text-primary"></i>
  2992.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2993.                        </a>
  2994.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2995.                    </div>
  2996.                
  2997.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2998.                        <a href="https://www.richmondreview.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2999.                            <i class="ti-angle-right me-2 text-primary"></i>
  3000.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  3001.                        </a>
  3002.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3003.                    </div>
  3004.                
  3005.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3006.                        <a href="https://www.uberrock.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3007.                            <i class="ti-angle-right me-2 text-primary"></i>
  3008.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3009.                        </a>
  3010.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3011.                    </div>
  3012.                
  3013.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3014.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3015.                            <i class="ti-angle-right me-2 text-primary"></i>
  3016.                            <span class="archive-link top-color fw-semibold"> slots not on gamstop</span>
  3017.                        </a>
  3018.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3019.                    </div>
  3020.                
  3021.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3022.                        <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3023.                            <i class="ti-angle-right me-2 text-primary"></i>
  3024.                            <span class="archive-link top-color fw-semibold"> slots not on gamstop</span>
  3025.                        </a>
  3026.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3027.                    </div>
  3028.                
  3029.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3030.                        <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3031.                            <i class="ti-angle-right me-2 text-primary"></i>
  3032.                            <span class="archive-link top-color fw-semibold"> slots not on gamstop</span>
  3033.                        </a>
  3034.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3035.                    </div>
  3036.                
  3037.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3038.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3039.                            <i class="ti-angle-right me-2 text-primary"></i>
  3040.                            <span class="archive-link top-color fw-semibold"> slots not on gamstop</span>
  3041.                        </a>
  3042.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3043.                    </div>
  3044.                
  3045.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3046.                        <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3047.                            <i class="ti-angle-right me-2 text-primary"></i>
  3048.                            <span class="archive-link top-color fw-semibold"> gambling sites not on gamstop</span>
  3049.                        </a>
  3050.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3051.                    </div>
  3052.                
  3053.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3054.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3055.                            <i class="ti-angle-right me-2 text-primary"></i>
  3056.                            <span class="archive-link top-color fw-semibold"> casino sites not on gamstop</span>
  3057.                        </a>
  3058.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3059.                    </div>
  3060.                
  3061.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3062.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3063.                            <i class="ti-angle-right me-2 text-primary"></i>
  3064.                            <span class="archive-link top-color fw-semibold"> slots not on gamstop</span>
  3065.                        </a>
  3066.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3067.                    </div>
  3068.                
  3069.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3070.                        <a href="https://straightfromyard.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3071.                            <i class="ti-angle-right me-2 text-primary"></i>
  3072.                            <span class="archive-link top-color fw-semibold"> slots not on gamstop</span>
  3073.                        </a>
  3074.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3075.                    </div>
  3076.                
  3077.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3078.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3079.                            <i class="ti-angle-right me-2 text-primary"></i>
  3080.                            <span class="archive-link top-color fw-semibold"> slots not on gamstop</span>
  3081.                        </a>
  3082.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3083.                    </div>
  3084.                
  3085.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3086.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3087.                            <i class="ti-angle-right me-2 text-primary"></i>
  3088.                            <span class="archive-link top-color fw-semibold"> slots not on gamstop</span>
  3089.                        </a>
  3090.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3091.                    </div>
  3092.                
  3093.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3094.                        <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3095.                            <i class="ti-angle-right me-2 text-primary"></i>
  3096.                            <span class="archive-link top-color fw-semibold"> slots not on gamstop</span>
  3097.                        </a>
  3098.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3099.                    </div>
  3100.                
  3101.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3102.                        <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3103.                            <i class="ti-angle-right me-2 text-primary"></i>
  3104.                            <span class="archive-link top-color fw-semibold"> slots not on gamstop</span>
  3105.                        </a>
  3106.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3107.                    </div>
  3108.                
  3109.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3110.                        <a href="https://www.elthampalace.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3111.                            <i class="ti-angle-right me-2 text-primary"></i>
  3112.                            <span class="archive-link top-color fw-semibold"> slots not on gamstop</span>
  3113.                        </a>
  3114.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3115.                    </div>
  3116.                
  3117.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3118.                        <a href="https://www.executive-shaving.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3119.                            <i class="ti-angle-right me-2 text-primary"></i>
  3120.                            <span class="archive-link top-color fw-semibold"> UK casino sites</span>
  3121.                        </a>
  3122.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3123.                    </div>
  3124.                
  3125.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3126.                        <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3127.                            <i class="ti-angle-right me-2 text-primary"></i>
  3128.                            <span class="archive-link top-color fw-semibold"> online casinos UK</span>
  3129.                        </a>
  3130.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3131.                    </div>
  3132.                
  3133.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3134.                        <a href="https://www.nhsborders.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3135.                            <i class="ti-angle-right me-2 text-primary"></i>
  3136.                            <span class="archive-link top-color fw-semibold"> crypto games</span>
  3137.                        </a>
  3138.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3139.                    </div>
  3140.                
  3141.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3142.                        <a href="https://swtrains.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3143.                            <i class="ti-angle-right me-2 text-primary"></i>
  3144.                            <span class="archive-link top-color fw-semibold"> spinshark legit</span>
  3145.                        </a>
  3146.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3147.                    </div>
  3148.                
  3149.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3150.                        <a href="https://padstowchristmasfestival.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3151.                            <i class="ti-angle-right me-2 text-primary"></i>
  3152.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  3153.                        </a>
  3154.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3155.                    </div>
  3156.                
  3157.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3158.                        <a href="https://www.athelstane.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3159.                            <i class="ti-angle-right me-2 text-primary"></i>
  3160.                            <span class="archive-link top-color fw-semibold"> spread betting crypto uk</span>
  3161.                        </a>
  3162.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3163.                    </div>
  3164.                
  3165.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3166.                        <a href="https://cafcwomen.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3167.                            <i class="ti-angle-right me-2 text-primary"></i>
  3168.                            <span class="archive-link top-color fw-semibold"> best poker sites not on gamstop</span>
  3169.                        </a>
  3170.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3171.                    </div>
  3172.                
  3173.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3174.                        <a href="https://www.capturingourcoast.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3175.                            <i class="ti-angle-right me-2 text-primary"></i>
  3176.                            <span class="archive-link top-color fw-semibold"> independent casinos not on gamstop</span>
  3177.                        </a>
  3178.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3179.                    </div>
  3180.                
  3181.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3182.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3183.                            <i class="ti-angle-right me-2 text-primary"></i>
  3184.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3185.                        </a>
  3186.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3187.                    </div>
  3188.                
  3189.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3190.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3191.                            <i class="ti-angle-right me-2 text-primary"></i>
  3192.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3193.                        </a>
  3194.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3195.                    </div>
  3196.                
  3197.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3198.                        <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3199.                            <i class="ti-angle-right me-2 text-primary"></i>
  3200.                            <span class="archive-link top-color fw-semibold"> games not on gamstop</span>
  3201.                        </a>
  3202.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3203.                    </div>
  3204.                
  3205.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3206.                        <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3207.                            <i class="ti-angle-right me-2 text-primary"></i>
  3208.                            <span class="archive-link top-color fw-semibold"> non UK casinos accepting UK players</span>
  3209.                        </a>
  3210.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3211.                    </div>
  3212.                
  3213.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3214.                        <a href="https://www.costaricanembassy.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3215.                            <i class="ti-angle-right me-2 text-primary"></i>
  3216.                            <span class="archive-link top-color fw-semibold"> casino not on GamStop</span>
  3217.                        </a>
  3218.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3219.                    </div>
  3220.                
  3221.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3222.                        <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3223.                            <i class="ti-angle-right me-2 text-primary"></i>
  3224.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  3225.                        </a>
  3226.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3227.                    </div>
  3228.                
  3229.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3230.                        <a href="https://stephenwalter.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3231.                            <i class="ti-angle-right me-2 text-primary"></i>
  3232.                            <span class="archive-link top-color fw-semibold"> non uk betting sites</span>
  3233.                        </a>
  3234.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3235.                    </div>
  3236.                
  3237.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3238.                        <a href="https://www.gamblinginsider.com/uk/online-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3239.                            <i class="ti-angle-right me-2 text-primary"></i>
  3240.                            <span class="archive-link top-color fw-semibold"> online casinos uk</span>
  3241.                        </a>
  3242.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3243.                    </div>
  3244.                
  3245.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3246.                        <a href="https://sandbag.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3247.                            <i class="ti-angle-right me-2 text-primary"></i>
  3248.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3249.                        </a>
  3250.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3251.                    </div>
  3252.                
  3253.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3254.                        <a href="https://www.escapistmagazine.com/uk/bitcoin-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3255.                            <i class="ti-angle-right me-2 text-primary"></i>
  3256.                            <span class="archive-link top-color fw-semibold"> crypto casino no kyc</span>
  3257.                        </a>
  3258.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3259.                    </div>
  3260.                
  3261.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3262.                        <a href="https://www.bttad.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3263.                            <i class="ti-angle-right me-2 text-primary"></i>
  3264.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos uk</span>
  3265.                        </a>
  3266.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3267.                    </div>
  3268.                
  3269.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3270.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3271.                            <i class="ti-angle-right me-2 text-primary"></i>
  3272.                            <span class="archive-link top-color fw-semibold"> best uk non gamstop casinos</span>
  3273.                        </a>
  3274.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3275.                    </div>
  3276.                
  3277.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3278.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3279.                            <i class="ti-angle-right me-2 text-primary"></i>
  3280.                            <span class="archive-link top-color fw-semibold"> online casinos not on gamstop</span>
  3281.                        </a>
  3282.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3283.                    </div>
  3284.                
  3285.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3286.                        <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3287.                            <i class="ti-angle-right me-2 text-primary"></i>
  3288.                            <span class="archive-link top-color fw-semibold"> casino not on GamStop</span>
  3289.                        </a>
  3290.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3291.                    </div>
  3292.                
  3293.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3294.                        <a href="https://www.no-deportations.org.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3295.                            <i class="ti-angle-right me-2 text-primary"></i>
  3296.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos</span>
  3297.                        </a>
  3298.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3299.                    </div>
  3300.                
  3301.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3302.                        <a href="https://roeparkresort.com"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3303.                            <i class="ti-angle-right me-2 text-primary"></i>
  3304.                            <span class="archive-link top-color fw-semibold"> non GamStop casino</span>
  3305.                        </a>
  3306.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3307.                    </div>
  3308.                
  3309.                </div>
  3310.                
  3311.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3312.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3313.                        <i class="ti-archive me-1"></i>View All Archives
  3314.                    </a>
  3315.                </div> -->
  3316.            </div>
  3317.        </div>
  3318.        
  3319.       <div class="sidebar-widget mb-4">
  3320.            <div class="widget-title-wrapper mb-3">
  3321.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3322.                    <div class="title-border"></div>
  3323.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  3324.                </h4>
  3325.            </div>
  3326.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  3327.                <div class="archives-list scrollable-sidebar">
  3328.                    
  3329.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3330.                        <a href="https://www.peckhamaudio.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3331.                            <i class="ti-angle-right me-2 text-primary"></i>
  3332.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  3333.                        </a>
  3334.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3335.                    </div>
  3336.                
  3337.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3338.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3339.                            <i class="ti-angle-right me-2 text-primary"></i>
  3340.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3341.                        </a>
  3342.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3343.                    </div>
  3344.                
  3345.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3346.                        <a href="https://www.bmag.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3347.                            <i class="ti-angle-right me-2 text-primary"></i>
  3348.                            <span class="archive-link top-color fw-semibold"> top casino site</span>
  3349.                        </a>
  3350.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3351.                    </div>
  3352.                
  3353.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3354.                        <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3355.                            <i class="ti-angle-right me-2 text-primary"></i>
  3356.                            <span class="archive-link top-color fw-semibold"> Spinshark bonus</span>
  3357.                        </a>
  3358.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3359.                    </div>
  3360.                
  3361.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3362.                        <a href="https://ola.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3363.                            <i class="ti-angle-right me-2 text-primary"></i>
  3364.                            <span class="archive-link top-color fw-semibold"> casino not on gamestop</span>
  3365.                        </a>
  3366.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3367.                    </div>
  3368.                
  3369.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3370.                        <a href="https://www.dinton-pastures.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3371.                            <i class="ti-angle-right me-2 text-primary"></i>
  3372.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  3373.                        </a>
  3374.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3375.                    </div>
  3376.                
  3377.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3378.                        <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3379.                            <i class="ti-angle-right me-2 text-primary"></i>
  3380.                            <span class="archive-link top-color fw-semibold"> Non UK Casino Sites</span>
  3381.                        </a>
  3382.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3383.                    </div>
  3384.                
  3385.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3386.                        <a href="https://www.gamblinginsider.com/uk/online-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3387.                            <i class="ti-angle-right me-2 text-primary"></i>
  3388.                            <span class="archive-link top-color fw-semibold"> best online casinos</span>
  3389.                        </a>
  3390.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3391.                    </div>
  3392.                
  3393.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3394.                        <a href="https://www.clwyd-theatr-cymru.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3395.                            <i class="ti-angle-right me-2 text-primary"></i>
  3396.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3397.                        </a>
  3398.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3399.                    </div>
  3400.                
  3401.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3402.                        <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3403.                            <i class="ti-angle-right me-2 text-primary"></i>
  3404.                            <span class="archive-link top-color fw-semibold"> online casinos not on GamStop</span>
  3405.                        </a>
  3406.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3407.                    </div>
  3408.                
  3409.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3410.                        <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3411.                            <i class="ti-angle-right me-2 text-primary"></i>
  3412.                            <span class="archive-link top-color fw-semibold"> UK casino not on GamStop</span>
  3413.                        </a>
  3414.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3415.                    </div>
  3416.                
  3417.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3418.                        <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3419.                            <i class="ti-angle-right me-2 text-primary"></i>
  3420.                            <span class="archive-link top-color fw-semibold"> non GamStop casino</span>
  3421.                        </a>
  3422.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3423.                    </div>
  3424.                
  3425.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3426.                        <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3427.                            <i class="ti-angle-right me-2 text-primary"></i>
  3428.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos</span>
  3429.                        </a>
  3430.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3431.                    </div>
  3432.                
  3433.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3434.                        <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3435.                            <i class="ti-angle-right me-2 text-primary"></i>
  3436.                            <span class="archive-link top-color fw-semibold"> casino not on GamStop</span>
  3437.                        </a>
  3438.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3439.                    </div>
  3440.                
  3441.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3442.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3443.                            <i class="ti-angle-right me-2 text-primary"></i>
  3444.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3445.                        </a>
  3446.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3447.                    </div>
  3448.                
  3449.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3450.                        <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3451.                            <i class="ti-angle-right me-2 text-primary"></i>
  3452.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  3453.                        </a>
  3454.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3455.                    </div>
  3456.                
  3457.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3458.                        <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3459.                            <i class="ti-angle-right me-2 text-primary"></i>
  3460.                            <span class="archive-link top-color fw-semibold"> Trusted Non GamStop Casinos</span>
  3461.                        </a>
  3462.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3463.                    </div>
  3464.                
  3465.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3466.                        <a href="https://citytosea.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3467.                            <i class="ti-angle-right me-2 text-primary"></i>
  3468.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  3469.                        </a>
  3470.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3471.                    </div>
  3472.                
  3473.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3474.                        <a href="https://hisbe.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3475.                            <i class="ti-angle-right me-2 text-primary"></i>
  3476.                            <span class="archive-link top-color fw-semibold"> best online casino</span>
  3477.                        </a>
  3478.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3479.                    </div>
  3480.                
  3481.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3482.                        <a href="https://santanderjobs.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3483.                            <i class="ti-angle-right me-2 text-primary"></i>
  3484.                            <span class="archive-link top-color fw-semibold"> betting sites not on gamstop</span>
  3485.                        </a>
  3486.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3487.                    </div>
  3488.                
  3489.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3490.                        <a href="https://lottie.london/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3491.                            <i class="ti-angle-right me-2 text-primary"></i>
  3492.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  3493.                        </a>
  3494.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3495.                    </div>
  3496.                
  3497.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3498.                        <a href="https://epik.org.uk/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3499.                            <i class="ti-angle-right me-2 text-primary"></i>
  3500.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3501.                        </a>
  3502.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3503.                    </div>
  3504.                
  3505.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3506.                        <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3507.                            <i class="ti-angle-right me-2 text-primary"></i>
  3508.                            <span class="archive-link top-color fw-semibold"> Best Casino Not on Gamstop</span>
  3509.                        </a>
  3510.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3511.                    </div>
  3512.                
  3513.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3514.                        <a href="https://www.toop.eu"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3515.                            <i class="ti-angle-right me-2 text-primary"></i>
  3516.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  3517.                        </a>
  3518.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3519.                    </div>
  3520.                
  3521.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3522.                        <a href="https://thefoodmarket.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3523.                            <i class="ti-angle-right me-2 text-primary"></i>
  3524.                            <span class="archive-link top-color fw-semibold"> No KYC casino</span>
  3525.                        </a>
  3526.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3527.                    </div>
  3528.                
  3529.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3530.                        <a href="https://www.marblearchcavesgeopark.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3531.                            <i class="ti-angle-right me-2 text-primary"></i>
  3532.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3533.                        </a>
  3534.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3535.                    </div>
  3536.                
  3537.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3538.                        <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3539.                            <i class="ti-angle-right me-2 text-primary"></i>
  3540.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3541.                        </a>
  3542.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3543.                    </div>
  3544.                
  3545.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3546.                        <a href="https://www.helloitscraig.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3547.                            <i class="ti-angle-right me-2 text-primary"></i>
  3548.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  3549.                        </a>
  3550.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3551.                    </div>
  3552.                
  3553.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3554.                        <a href="https://www.strawberrysoup.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3555.                            <i class="ti-angle-right me-2 text-primary"></i>
  3556.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  3557.                        </a>
  3558.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3559.                    </div>
  3560.                
  3561.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3562.                        <a href="https://www.money-mentor.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3563.                            <i class="ti-angle-right me-2 text-primary"></i>
  3564.                            <span class="archive-link top-color fw-semibold"> bitcoin casino</span>
  3565.                        </a>
  3566.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3567.                    </div>
  3568.                
  3569.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3570.                        <a href="https://www.cryptocurrencyfreak.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3571.                            <i class="ti-angle-right me-2 text-primary"></i>
  3572.                            <span class="archive-link top-color fw-semibold"> crypto casino UK</span>
  3573.                        </a>
  3574.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3575.                    </div>
  3576.                
  3577.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3578.                        <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3579.                            <i class="ti-angle-right me-2 text-primary"></i>
  3580.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3581.                        </a>
  3582.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3583.                    </div>
  3584.                
  3585.                </div>
  3586.                
  3587.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3588.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3589.                        <i class="ti-archive me-1"></i>View All Archives
  3590.                    </a>
  3591.                </div> -->
  3592.            </div>
  3593.        </div>
  3594.        
  3595.       <div class="sidebar-widget mb-4">
  3596.            <div class="widget-title-wrapper mb-3">
  3597.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3598.                    <div class="title-border"></div>
  3599.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  3600.                </h4>
  3601.            </div>
  3602.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  3603.                <div class="archives-list scrollable-sidebar">
  3604.                    
  3605.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3606.                        <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3607.                            <i class="ti-angle-right me-2 text-primary"></i>
  3608.                            <span class="archive-link top-color fw-semibold"> online casino uk</span>
  3609.                        </a>
  3610.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3611.                    </div>
  3612.                
  3613.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3614.                        <a href="https://croftersrights.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3615.                            <i class="ti-angle-right me-2 text-primary"></i>
  3616.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3617.                        </a>
  3618.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3619.                    </div>
  3620.                
  3621.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3622.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3623.                            <i class="ti-angle-right me-2 text-primary"></i>
  3624.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  3625.                        </a>
  3626.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3627.                    </div>
  3628.                
  3629.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3630.                        <a href="https://botafogo.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3631.                            <i class="ti-angle-right me-2 text-primary"></i>
  3632.                            <span class="archive-link top-color fw-semibold"> best online casinos</span>
  3633.                        </a>
  3634.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3635.                    </div>
  3636.                
  3637.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3638.                        <a href="https://www.mesaonline.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3639.                            <i class="ti-angle-right me-2 text-primary"></i>
  3640.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3641.                        </a>
  3642.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3643.                    </div>
  3644.                
  3645.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3646.                        <a href="https://www.casquette.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3647.                            <i class="ti-angle-right me-2 text-primary"></i>
  3648.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3649.                        </a>
  3650.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3651.                    </div>
  3652.                
  3653.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3654.                        <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3655.                            <i class="ti-angle-right me-2 text-primary"></i>
  3656.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  3657.                        </a>
  3658.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3659.                    </div>
  3660.                
  3661.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3662.                        <a href="https://jst.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3663.                            <i class="ti-angle-right me-2 text-primary"></i>
  3664.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  3665.                        </a>
  3666.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3667.                    </div>
  3668.                
  3669.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3670.                        <a href="https://www.techandplay.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3671.                            <i class="ti-angle-right me-2 text-primary"></i>
  3672.                            <span class="archive-link top-color fw-semibold"> betting sites</span>
  3673.                        </a>
  3674.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3675.                    </div>
  3676.                
  3677.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3678.                        <a href="https://www.bshg.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3679.                            <i class="ti-angle-right me-2 text-primary"></i>
  3680.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  3681.                        </a>
  3682.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3683.                    </div>
  3684.                
  3685.                </div>
  3686.                
  3687.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3688.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3689.                        <i class="ti-archive me-1"></i>View All Archives
  3690.                    </a>
  3691.                </div> -->
  3692.            </div>
  3693.        </div>
  3694.        
  3695.  
  3696.       <!-- <div class="sidebar-widget mb-5">
  3697.            <div class="widget-title-wrapper mb-3">
  3698.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3699.                    <div class="title-border"></div>
  3700.                    <i class="ti-folder me-2"></i>Blog Archives
  3701.                </h4>
  3702.            </div>
  3703.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  3704.                <div class="archives-list">
  3705.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3706.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3707.                            <i class="ti-angle-right me-2 text-primary"></i>
  3708.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  3709.                        </a>
  3710.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  3711.                    </div>
  3712.  
  3713.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3714.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3715.                            <i class="ti-angle-right me-2 text-primary"></i>
  3716.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  3717.                        </a>
  3718.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  3719.                    </div>
  3720.  
  3721.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3722.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3723.                            <i class="ti-angle-right me-2 text-primary"></i>
  3724.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  3725.                        </a>
  3726.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  3727.                    </div>
  3728.  
  3729.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3730.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3731.                            <i class="ti-angle-right me-2 text-primary"></i>
  3732.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  3733.                        </a>
  3734.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  3735.                    </div>
  3736.  
  3737.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3738.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3739.                            <i class="ti-angle-right me-2 text-primary"></i>
  3740.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  3741.                        </a>
  3742.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  3743.                    </div>
  3744.  
  3745.                    <div class="archive-item d-flex justify-content-between align-items-center">
  3746.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3747.                            <i class="ti-angle-right me-2 text-primary"></i>
  3748.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  3749.                        </a>
  3750.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  3751.                    </div>
  3752.                </div>
  3753.                
  3754.                <div class="text-center mt-4 pt-3 border-top border-color">
  3755.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3756.                        <i class="ti-archive me-1"></i>View All Archives
  3757.                    </a>
  3758.                </div>
  3759.            </div>
  3760.        </div> -->
  3761.  
  3762.        <div class="sidebar-widget mb-4">
  3763.            <div class="widget-title-wrapper mb-3">
  3764.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3765.                    <div class="title-border-primary"></div>
  3766.                    <i class="ti-star me-2"></i>Popular Posts
  3767.                </h4>
  3768.            </div>
  3769.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  3770.                <div class="popular-post-list">
  3771.                    
  3772.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3773.                        <div class="post-content flex-grow-1">
  3774.                            <h6 class="post-title mb-1">
  3775.                                 <a href="/weather-balloons-employed-to-illegally-transport-cigarettes-shut-down-lithuanian-airport/" class="text-decoration-none top-color fw-semibold lh-sm">
  3776.                                            Weather Balloons Employed to Illegally Transport Cigarettes Shut Down Lithuanian Airport
  3777.                                            </a>
  3778.                            </h6>
  3779.                            <div class="post-meta">
  3780.                                <small class="text-muted">
  3781.                                    <i class="ti-calendar me-1"></i>08 Sep 2026
  3782.                                </small>
  3783.                                <!-- <small class="text-muted ms-3">
  3784.                                    <i class="ti-eye me-1"></i>1,234 views
  3785.                                </small> -->
  3786.                            </div>
  3787.                        </div>
  3788.                    </div>
  3789.                    
  3790.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3791.                        <div class="post-content flex-grow-1">
  3792.                            <h6 class="post-title mb-1">
  3793.                                 <a href="/the-bear-cooking-drama-analysis-a-daft-historical-crime-drama-resembles-a-bear-focused-detective-series/" class="text-decoration-none top-color fw-semibold lh-sm">
  3794.                                            The Bear Cooking Drama Analysis: A Daft Historical Crime Drama Resembles A Bear-Focused Detective Series
  3795.                                            </a>
  3796.                            </h6>
  3797.                            <div class="post-meta">
  3798.                                <small class="text-muted">
  3799.                                    <i class="ti-calendar me-1"></i>08 Sep 2026
  3800.                                </small>
  3801.                                <!-- <small class="text-muted ms-3">
  3802.                                    <i class="ti-eye me-1"></i>1,234 views
  3803.                                </small> -->
  3804.                            </div>
  3805.                        </div>
  3806.                    </div>
  3807.                    
  3808.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3809.                        <div class="post-content flex-grow-1">
  3810.                            <h6 class="post-title mb-1">
  3811.                                 <a href="/ex-vice-president-dick-cheney-a-retrospective-on-his-influential-political-career/" class="text-decoration-none top-color fw-semibold lh-sm">
  3812.                                            Ex- Vice-President Dick Cheney: A Retrospective on His Influential Political Career
  3813.                                            </a>
  3814.                            </h6>
  3815.                            <div class="post-meta">
  3816.                                <small class="text-muted">
  3817.                                    <i class="ti-calendar me-1"></i>08 Sep 2026
  3818.                                </small>
  3819.                                <!-- <small class="text-muted ms-3">
  3820.                                    <i class="ti-eye me-1"></i>1,234 views
  3821.                                </small> -->
  3822.                            </div>
  3823.                        </div>
  3824.                    </div>
  3825.                    
  3826.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3827.                        <div class="post-content flex-grow-1">
  3828.                            <h6 class="post-title mb-1">
  3829.                                 <a href="/cadillac-employs-nasa-strategy-to-build-squad-from-nothing-for-australian-grand-prix/" class="text-decoration-none top-color fw-semibold lh-sm">
  3830.                                            Cadillac Employs NASA Strategy to Build Squad from Nothing for Australian Grand Prix.
  3831.                                            </a>
  3832.                            </h6>
  3833.                            <div class="post-meta">
  3834.                                <small class="text-muted">
  3835.                                    <i class="ti-calendar me-1"></i>08 Sep 2026
  3836.                                </small>
  3837.                                <!-- <small class="text-muted ms-3">
  3838.                                    <i class="ti-eye me-1"></i>1,234 views
  3839.                                </small> -->
  3840.                            </div>
  3841.                        </div>
  3842.                    </div>
  3843.                    
  3844.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3845.                        <div class="post-content flex-grow-1">
  3846.                            <h6 class="post-title mb-1">
  3847.                                 <a href="/officials-in-the-trump-white-house-allegedly-weighing-sale-of-student-loan-debt-to-private-investors/" class="text-decoration-none top-color fw-semibold lh-sm">
  3848.                                            Officials in the Trump White House Allegedly Weighing Sale of Student Loan Debt to Private Investors
  3849.                                            </a>
  3850.                            </h6>
  3851.                            <div class="post-meta">
  3852.                                <small class="text-muted">
  3853.                                    <i class="ti-calendar me-1"></i>08 Sep 2026
  3854.                                </small>
  3855.                                <!-- <small class="text-muted ms-3">
  3856.                                    <i class="ti-eye me-1"></i>1,234 views
  3857.                                </small> -->
  3858.                            </div>
  3859.                        </div>
  3860.                    </div>
  3861.                    
  3862.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3863.                        <div class="post-content flex-grow-1">
  3864.                            <h6 class="post-title mb-1">
  3865.                                 <a href="/tatiana-schlossberg-a-granddaughter-of-former-president-john-f-kennedy-succumbs-at-age-35/" class="text-decoration-none top-color fw-semibold lh-sm">
  3866.                                            Tatiana Schlossberg, a granddaughter of former President John F. Kennedy, succumbs at age 35.
  3867.                                            </a>
  3868.                            </h6>
  3869.                            <div class="post-meta">
  3870.                                <small class="text-muted">
  3871.                                    <i class="ti-calendar me-1"></i>08 Sep 2026
  3872.                                </small>
  3873.                                <!-- <small class="text-muted ms-3">
  3874.                                    <i class="ti-eye me-1"></i>1,234 views
  3875.                                </small> -->
  3876.                            </div>
  3877.                        </div>
  3878.                    </div>
  3879.                    
  3880.  
  3881.                </div>
  3882.                
  3883.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3884.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  3885.                        <i class="ti-trophy me-1"></i>View All Popular
  3886.                    </a>
  3887.                </div> -->
  3888.            </div>
  3889.        </div>
  3890.  
  3891. </div>
  3892.  
  3893. <style>
  3894.     .widget-content {
  3895.        margin-top: -1px;
  3896.        position: relative;
  3897.        z-index: 1;
  3898.         background-color: var(--card-bg);
  3899.    }
  3900. </style>
  3901.  
  3902.    
  3903.            </div>
  3904.        </div>
  3905.    </div> <!-- end container -->
  3906. </section>
  3907.  
  3908.    
  3909.        
  3910.        <!-- end wpo-blog-highlights-section -->
  3911.        <!-- start wpo-blog-sponsored-section -->
  3912.        
  3913.  
  3914.  
  3915.  
  3916.    
  3917.  
  3918.  
  3919.  
  3920. <style>
  3921.    .sponsored-section-v4 {
  3922.        padding: 50px 0;
  3923.    }
  3924.    
  3925.    .sponsored-card-v4 {
  3926.        background: var(--card-bg);
  3927.        border: 1px solid var(--border-color);
  3928.        border-radius: 4px;
  3929.        transition: border-color 0.3s ease;
  3930.        height: 100%;
  3931.        padding: 15px;
  3932.    }
  3933.    
  3934.    .sponsored-card-v4:hover {
  3935.        border-color: #adb5bd;
  3936.    }
  3937.    
  3938.    .sponsored-image-v4 {
  3939.        width: 150px;
  3940.        height: 150px;
  3941.        margin: 10px auto;
  3942.        border-radius: 50%;
  3943.        shape-outside: circle(50%);
  3944.        float: left;
  3945.    }
  3946.    
  3947.    .sponsored-image-v4 img {
  3948.        width: 100%;
  3949.        height: 100%;
  3950.        object-fit: cover;
  3951.        border-radius: 50%;
  3952.    }
  3953.    
  3954.    .sponsored-content-v4 {
  3955.        padding: 10px;
  3956.        overflow: hidden; /* Clearfix for floated image */
  3957.    }
  3958.    
  3959.    .sponsored-title-v4 {
  3960.        font-size: 15px;
  3961.        font-weight: 700;
  3962.        line-height: 1.4;
  3963.        margin-bottom: 8px;
  3964.        color: #333;
  3965.        position: relative;
  3966.        display: inline-block;
  3967.    }
  3968.    
  3969.    .sponsored-title-v4 a {
  3970.        text-decoration: none;
  3971.        color: var(--topbar-color) !important;
  3972.        margin: 10px 0px;
  3973.    }
  3974.    
  3975.    .sponsored-title-v4 a:hover {
  3976.        color: #6f42c1 !important; /* Purple hover */
  3977.    }
  3978.    
  3979.    .sponsored-title-v4::after {
  3980.        content: '';
  3981.        position: absolute;
  3982.        bottom: -2px;
  3983.        left: 0;
  3984.        width: 100%;
  3985.        height: 2px;
  3986.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark))
  3987.    }
  3988.    
  3989.    .sponsored-excerpt-v4 {
  3990.        font-size: 12px;
  3991.        font-weight: 400;
  3992.        color: #6c757d;
  3993.        margin-bottom: 10px;
  3994.        line-height: 1.5;
  3995.    }
  3996.    
  3997.    .sponsored-meta-v4 {
  3998.        font-size: 11px;
  3999.        color: #6c757d;
  4000.    }
  4001.    
  4002.    .author-info-v4 {
  4003.        margin-bottom: 5px;
  4004.    }
  4005.    
  4006.    .sponsored-author-img-v4 {
  4007.        width: 20px;
  4008.        height: 20px;
  4009.        border-radius: 50%;
  4010.        object-fit: cover;
  4011.        vertical-align: middle;
  4012.        margin-right: 5px;
  4013.    }
  4014.    
  4015.    .section-title-sponsored-v4 {
  4016.        font-size: 1.9rem;
  4017.        font-weight: 600;
  4018.        text-align: center;
  4019.        margin-bottom: 30px;
  4020.        color: #333;
  4021.        position: relative;
  4022.    }
  4023.    
  4024.    .section-title-sponsored-v4::after {
  4025.        content: '';
  4026.        position: absolute;
  4027.        bottom: -8px;
  4028.        left: 50%;
  4029.        transform: translateX(-50%);
  4030.        width: 80px;
  4031.        height: 3px;
  4032.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  4033.    }
  4034.  
  4035.    @media (max-width: 768px) {
  4036.        .sponsored-section-v4 {
  4037.            padding: 30px 0;
  4038.        }
  4039.        .sponsored-image-v4 {
  4040.            width: 120px;
  4041.            height: 120px;
  4042.            float: none;
  4043.            margin: 10px auto;
  4044.        }
  4045.        .sponsored-content-v4 {
  4046.            padding: 12px;
  4047.            text-align: center;
  4048.        }
  4049.        .sponsored-title-v4 {
  4050.            font-size: 14px;
  4051.        }
  4052.        .sponsored-excerpt-v4 {
  4053.            font-size: 11px;
  4054.        }
  4055.        .sponsored-meta-v4 {
  4056.            font-size: 10px;
  4057.        }
  4058.        .section-title-sponsored-v4 {
  4059.            font-size: 1.6rem;
  4060.        }
  4061.    }
  4062. </style>
  4063.  
  4064. <section class="sponsored-section-v4">
  4065.    <div class="container-fluid fluid-container">
  4066.        <div class="row">
  4067.            <div class="col-12">
  4068.                <h2 class="section-title-sponsored-v4">Sponsored News</h2>
  4069.            </div>
  4070.        </div>
  4071.        
  4072.        <div class="row g-4">
  4073.            
  4074.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4075.                <div class="card sponsored-card-v4">
  4076.                    <div class="sponsored-image-v4">
  4077.                        
  4078.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4079.                        
  4080.                    </div>
  4081.                    <div class="sponsored-content-v4">
  4082.                        <h3 class="sponsored-title-v4">
  4083.                            <a href="/weather-balloons-employed-to-illegally-transport-cigarettes-shut-down-lithuanian-airport/" >
  4084.                                            Weather Balloons Employed to Illegally Transport Cigarettes Shut Down Lithuanian Airport
  4085.                                            </a>
  4086.                        </h3>
  4087.                        <p class="sponsored-excerpt-v4">
  4088.                          
  4089.                        </p>
  4090.                        <div class="sponsored-meta-v4">
  4091.                            <div class="author-info-v4">
  4092.                                
  4093.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Jimenez" class="sponsored-author-img-v4">
  4094.                                
  4095.                                <span>
  4096.                                    Kevin Jimenez
  4097.                                </span>
  4098.                            </div>
  4099.                            <div>08 Sep 2026</div>
  4100.                        </div>
  4101.                    </div>
  4102.                </div>
  4103.            </div>
  4104.            
  4105.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4106.                <div class="card sponsored-card-v4">
  4107.                    <div class="sponsored-image-v4">
  4108.                        
  4109.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4110.                        
  4111.                    </div>
  4112.                    <div class="sponsored-content-v4">
  4113.                        <h3 class="sponsored-title-v4">
  4114.                            <a href="/the-bear-cooking-drama-analysis-a-daft-historical-crime-drama-resembles-a-bear-focused-detective-series/" >
  4115.                                            The Bear Cooking Drama Analysis: A Daft Historical Crime Drama Resembles A Bear-Focused Detective Series
  4116.                                            </a>
  4117.                        </h3>
  4118.                        <p class="sponsored-excerpt-v4">
  4119.                          
  4120.                        </p>
  4121.                        <div class="sponsored-meta-v4">
  4122.                            <div class="author-info-v4">
  4123.                                
  4124.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Jimenez" class="sponsored-author-img-v4">
  4125.                                
  4126.                                <span>
  4127.                                    Kevin Jimenez
  4128.                                </span>
  4129.                            </div>
  4130.                            <div>08 Sep 2026</div>
  4131.                        </div>
  4132.                    </div>
  4133.                </div>
  4134.            </div>
  4135.            
  4136.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4137.                <div class="card sponsored-card-v4">
  4138.                    <div class="sponsored-image-v4">
  4139.                        
  4140.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4141.                        
  4142.                    </div>
  4143.                    <div class="sponsored-content-v4">
  4144.                        <h3 class="sponsored-title-v4">
  4145.                            <a href="/ex-vice-president-dick-cheney-a-retrospective-on-his-influential-political-career/" >
  4146.                                            Ex- Vice-President Dick Cheney: A Retrospective on His Influential Political Career
  4147.                                            </a>
  4148.                        </h3>
  4149.                        <p class="sponsored-excerpt-v4">
  4150.                          
  4151.                        </p>
  4152.                        <div class="sponsored-meta-v4">
  4153.                            <div class="author-info-v4">
  4154.                                
  4155.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Jimenez" class="sponsored-author-img-v4">
  4156.                                
  4157.                                <span>
  4158.                                    Kevin Jimenez
  4159.                                </span>
  4160.                            </div>
  4161.                            <div>08 Sep 2026</div>
  4162.                        </div>
  4163.                    </div>
  4164.                </div>
  4165.            </div>
  4166.            
  4167.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4168.                <div class="card sponsored-card-v4">
  4169.                    <div class="sponsored-image-v4">
  4170.                        
  4171.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4172.                        
  4173.                    </div>
  4174.                    <div class="sponsored-content-v4">
  4175.                        <h3 class="sponsored-title-v4">
  4176.                            <a href="/cadillac-employs-nasa-strategy-to-build-squad-from-nothing-for-australian-grand-prix/" >
  4177.                                            Cadillac Employs NASA Strategy to Build Squad from Nothing for Australian Grand Prix.
  4178.                                            </a>
  4179.                        </h3>
  4180.                        <p class="sponsored-excerpt-v4">
  4181.                          
  4182.                        </p>
  4183.                        <div class="sponsored-meta-v4">
  4184.                            <div class="author-info-v4">
  4185.                                
  4186.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Jimenez" class="sponsored-author-img-v4">
  4187.                                
  4188.                                <span>
  4189.                                    Kevin Jimenez
  4190.                                </span>
  4191.                            </div>
  4192.                            <div>08 Sep 2026</div>
  4193.                        </div>
  4194.                    </div>
  4195.                </div>
  4196.            </div>
  4197.            
  4198.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4199.                <div class="card sponsored-card-v4">
  4200.                    <div class="sponsored-image-v4">
  4201.                        
  4202.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4203.                        
  4204.                    </div>
  4205.                    <div class="sponsored-content-v4">
  4206.                        <h3 class="sponsored-title-v4">
  4207.                            <a href="/officials-in-the-trump-white-house-allegedly-weighing-sale-of-student-loan-debt-to-private-investors/" >
  4208.                                            Officials in the Trump White House Allegedly Weighing Sale of Student Loan Debt to Private Investors
  4209.                                            </a>
  4210.                        </h3>
  4211.                        <p class="sponsored-excerpt-v4">
  4212.                          
  4213.                        </p>
  4214.                        <div class="sponsored-meta-v4">
  4215.                            <div class="author-info-v4">
  4216.                                
  4217.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Jimenez" class="sponsored-author-img-v4">
  4218.                                
  4219.                                <span>
  4220.                                    Kevin Jimenez
  4221.                                </span>
  4222.                            </div>
  4223.                            <div>08 Sep 2026</div>
  4224.                        </div>
  4225.                    </div>
  4226.                </div>
  4227.            </div>
  4228.            
  4229.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4230.                <div class="card sponsored-card-v4">
  4231.                    <div class="sponsored-image-v4">
  4232.                        
  4233.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4234.                        
  4235.                    </div>
  4236.                    <div class="sponsored-content-v4">
  4237.                        <h3 class="sponsored-title-v4">
  4238.                            <a href="/tatiana-schlossberg-a-granddaughter-of-former-president-john-f-kennedy-succumbs-at-age-35/" >
  4239.                                            Tatiana Schlossberg, a granddaughter of former President John F. Kennedy, succumbs at age 35.
  4240.                                            </a>
  4241.                        </h3>
  4242.                        <p class="sponsored-excerpt-v4">
  4243.                          
  4244.                        </p>
  4245.                        <div class="sponsored-meta-v4">
  4246.                            <div class="author-info-v4">
  4247.                                
  4248.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Jimenez" class="sponsored-author-img-v4">
  4249.                                
  4250.                                <span>
  4251.                                    Kevin Jimenez
  4252.                                </span>
  4253.                            </div>
  4254.                            <div>08 Sep 2026</div>
  4255.                        </div>
  4256.                    </div>
  4257.                </div>
  4258.            </div>
  4259.            
  4260.        </div>
  4261.    </div>
  4262. </section>
  4263.  
  4264.  
  4265.    
  4266.        <!-- end wpo-blog-sponsored-section -->
  4267.        <!-- start wpo-subscribe-section -->
  4268.        
  4269.        <!-- end subscribe-section -->
  4270.        <!-- start of wpo-site-footer-section -->
  4271.        
  4272.  
  4273.  
  4274.  
  4275.  
  4276.  
  4277. <footer class="wpo-site-footer-v2">
  4278.  <!-- Top Section - Logo & CTA -->
  4279.  <div class="footer-top-section py-3">
  4280.    <div class="container-fluid fluid-container">
  4281.      <div class="row align-items-center">
  4282.        <div class="brand-logo d-flex align-items-center justify-content-center">
  4283.          
  4284.            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/59049a2f-30df-454a-a354-84027bdce822_logo.png" alt="LumenPortal UK" class="footer-logo" />
  4285.          
  4286.          <div class="brand-info">
  4287.            <h3 class="brand-title">LumenPortal UK</h3>
  4288.          </div>
  4289.        </div>
  4290.      </div>
  4291.    </div>
  4292.  </div>
  4293.  
  4294.  <!-- Main Content Grid -->
  4295.  <div class="footer-main-content py-4">
  4296.    <div class="container-fluid fluid-container px-3">
  4297.      <div class="d-flex justify-content-between flex-wrap gap-3">
  4298.        <!-- Column 1: Quick Links & Top Categories -->
  4299.        <div class="">
  4300.          <div class="footer-column">
  4301.            <h5 class="column-title">Quick Links</h5>
  4302.            <ul class="footer-menu list-unstyled">
  4303.              
  4304.                <li>
  4305.                  <a class="menu-link" href="/man-pleads-guilty-to-sex-offences-involving-children-at-summer-camp/">Man pleads guilty to sex offences involving children at summer camp</a>
  4306.                </li>
  4307.              
  4308.                <li>
  4309.                  <a class="menu-link" href="/the-english-and-welsh-placed-together-for-rwc-2027-down-under/">The English and Welsh Placed Together for RWC 2027 Down Under</a>
  4310.                </li>
  4311.              
  4312.                <li>
  4313.                  <a class="menu-link" href="/strongtogether-lets-forge-a-legacystrong-miura-fifty-eight-signs-with-a-fresh-club/">&lt;strong&gt;Together, let&#x27;s forge a legacy&#x27;&lt;/strong&gt; - Miura, fifty-eight, signs with a fresh club.</a>
  4314.                </li>
  4315.              
  4316.                <li>
  4317.                  <a class="menu-link" href="/i-am-the-master-of-catching-colds-and-i-can-share-with-you-tips-for-staying-healthy/">I Am the Master of Catching Colds – and I Can Share with You Tips for Staying Healthy</a>
  4318.                </li>
  4319.              
  4320.                <li>
  4321.                  <a class="menu-link" href="/tutoring-an-infant-to-become-an-british-gentleman-does-it-justify-the-money/">Tutoring an Infant to Become an &#x27;British Gentleman&#x27; – Does It Justify the Money?</a>
  4322.                </li>
  4323.              
  4324.                <li>
  4325.                  <a class="menu-link" href="/blue-origins-second-mission-delayed-due-to-inclement-atmospheric-situation/">Blue Origin&#x27;s Second Mission Delayed Due to Inclement Atmospheric Situation</a>
  4326.                </li>
  4327.              
  4328.            </ul>
  4329.          </div>
  4330.        </div>
  4331.        <div class="">
  4332.          <div class="footer-column mt-4">
  4333.            <h5 class="column-title">Top Categories</h5>
  4334.            <ul class="footer-menu list-unstyled">
  4335.              
  4336.                <li>
  4337.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  4338.                </li>
  4339.              
  4340.                <li>
  4341.                  <a class="menu-link" href="/category/business/">Business</a>
  4342.                </li>
  4343.              
  4344.                <li>
  4345.                  <a class="menu-link" href="/category/esports/">Esports</a>
  4346.                </li>
  4347.              
  4348.                <li>
  4349.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  4350.                </li>
  4351.              
  4352.                <li>
  4353.                  <a class="menu-link" href="/category/featured/">Featured</a>
  4354.                </li>
  4355.              
  4356.            </ul>
  4357.          </div>
  4358.        </div>
  4359.        <!-- Column 2: Blog Rolls -->
  4360.      <div class="">
  4361.          <div class="footer-column">
  4362.            <h5 class="column-title">Blog Rolls</h5>
  4363.            <ul class="footer-menu list-unstyled" id="blogRollLinks">
  4364.              
  4365.              
  4366.  
  4367.              
  4368.              
  4369.                
  4370.              
  4371.            </ul>
  4372.          </div>
  4373.        </div>
  4374.      </div>
  4375.    </div>
  4376.  </div>
  4377.  
  4378.  <!-- Tagline Section -->
  4379.  <div class="footer-tagline bg-primary-gradient text-center py-3">
  4380.    <div class="container-fluid fluid-container">
  4381.      <p class="mb-0 text-white text-capitalize">LumenPortal UK offers cutting-edge articles on technology trends, digital transformation, and innovation strategies for businesses and tech enthusiasts.</p>
  4382.    </div>
  4383.  </div>
  4384.  
  4385.  <!-- Footer Bottom -->
  4386.  <div class="footer-bottom py-3">
  4387.    <div class="container-fluid fluid-container">
  4388.      <div class="d-flex flex-column flex-md-row justify-content-between align-items-center text-center">
  4389.        <div class="copyright-info">
  4390.          <p class="mb-0 text-color">
  4391.            &copy; 2026 <strong>LumenPortal UK</strong>. All rights reserved.
  4392.          </p>
  4393.        </div>
  4394.        <div class="utility-links mt-2 mt-md-0">
  4395.          <a href="/page/write-for-us/" class="utility-link me-3">Write For Us</a>
  4396.          <a href="/page/terms-and-conditions/" class="utility-link me-3">Terms &amp; Conditions</a>
  4397.          <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  4398.        </div>
  4399.      </div>
  4400.    </div>
  4401.  </div>
  4402. </footer>
  4403.  
  4404.  
  4405. <style>
  4406.  
  4407. .footer-top-section {
  4408.    border-bottom: 1px solid var(--border-color);
  4409.    background-color: var(--card-bg) !important;
  4410. }
  4411.  
  4412. .footer-logo {
  4413.    height:50px;
  4414.    width: auto;
  4415. }
  4416. .text-color{
  4417.    color: var(--topbar-color) !important;
  4418. }
  4419. .brand-title {
  4420.    font-size: 20px;
  4421.    font-weight: 600;
  4422.    color: var(--topbar-color);
  4423.    margin: 0;
  4424. }
  4425.  
  4426. .footer-main-content {
  4427.    background: var(--card-bg);
  4428. }
  4429.  
  4430. .column-title {
  4431.    font-size: 16px;
  4432.    font-weight: 600;
  4433.    color: var(--topbar-color) !important;
  4434.    margin-bottom: 15px;
  4435. }
  4436.  
  4437. .footer-menu li {
  4438.    margin-bottom: 8px;
  4439. }
  4440.  
  4441. .menu-link {
  4442.    color: var(--topbar-color) !important;
  4443.    text-decoration: none;
  4444.    font-size: 16px;
  4445.    transition: color 0.3s ease;
  4446. }
  4447.  
  4448. .footer-tagline {
  4449.    font-size: 16px;
  4450. }
  4451.  
  4452. .footer-bottom {
  4453.    font-size: 16px;
  4454.    background-color: var(--card-bg) !important;
  4455. }
  4456.  
  4457. .utility-link {
  4458.    color: var(--topbar-color) !important;
  4459.    text-decoration: none;
  4460.    transition: color 0.3s ease;
  4461. }
  4462.  
  4463. .utility-link:hover {
  4464.    color: var(--secondary-color);
  4465. }
  4466.  
  4467. /* Responsive Design */
  4468. @media (max-width: 992px) {
  4469.    .footer-top-section {
  4470.        text-align: start;
  4471.    }
  4472.    .cta-btn {
  4473.        margin-top: 10px;
  4474.    }
  4475. }
  4476.  
  4477. @media (max-width: 768px) {
  4478.    .footer-column {
  4479.        text-align: start;
  4480.    }
  4481.    .footer-tagline {
  4482.        font-size: 13px;
  4483.    }
  4484. }
  4485.  
  4486. @media (max-width: 576px) {
  4487.    .column-title {
  4488.        font-size: 15px;
  4489.    }
  4490.    .menu-link {
  4491.        font-size: 13px;
  4492.    }
  4493.    .cta-btn {
  4494.        font-size: 13px;
  4495.        padding: 7px 15px;
  4496.    }
  4497. }
  4498. </style>
  4499.  
  4500. <script>
  4501. // Prevent default for placeholder links
  4502. document.addEventListener('DOMContentLoaded', function() {
  4503.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  4504.        anchor.addEventListener('click', function(e) {
  4505.            e.preventDefault();
  4506.        });
  4507.    });
  4508. });
  4509. document.addEventListener('DOMContentLoaded', function () {
  4510.    var btn = document.getElementById('toggleBlogRollLinks');
  4511.    if (!btn) return; // No extra items, no button
  4512.  
  4513.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4514.  
  4515.    btn.addEventListener('click', function () {
  4516.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4517.            return li.classList.contains('d-none');
  4518.        });
  4519.  
  4520.        extras.forEach(function (li) {
  4521.            if (anyHidden) {
  4522.                li.classList.remove('d-none');
  4523.                li.classList.add('show');
  4524.            } else {
  4525.                li.classList.add('d-none');
  4526.                li.classList.remove('show');
  4527.            }
  4528.        });
  4529.  
  4530.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4531.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4532.    });
  4533. });
  4534.  
  4535. </script>
  4536.  
  4537.        <!-- end of wpo-site-footer-section -->
  4538.    </div>
  4539.    <!-- end of page-wrapper -->
  4540.  
  4541.    <!-- All JavaScript files
  4542.    ================================================== -->
  4543.    
  4544.  
  4545. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4546. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4547. <!-- Plugins for this template -->
  4548. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4549. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4550. <!-- Custom script for this template -->
  4551. <script src="/static/blogapp/assets/js/script.js"></script>
  4552.  
  4553. <script>
  4554. (function () {
  4555. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4556. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4557.  
  4558. function applyFallback(img) {
  4559. if (!img || img.dataset.fallbackApplied === "1") {
  4560. return;
  4561. }
  4562. var failedSrc = img.currentSrc || img.src || "";
  4563. img.dataset.fallbackApplied = "1";
  4564. img.onerror = null;
  4565. img.src = fallbackImageSrc;
  4566. console.warn("[ImageFallback] Replaced broken image:", {
  4567. failedSrc: failedSrc,
  4568. fallbackSrc: fallbackImageSrc,
  4569. alt: img.alt || "",
  4570. });
  4571. }
  4572.  
  4573. document.querySelectorAll("img").forEach(function (img) {
  4574. if (img.complete && img.naturalWidth === 0) {
  4575. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4576. failedSrc: img.currentSrc || img.src || "",
  4577. alt: img.alt || "",
  4578. });
  4579. applyFallback(img);
  4580. }
  4581. });
  4582.  
  4583. document.addEventListener(
  4584. "error",
  4585. function (event) {
  4586. var target = event.target;
  4587. if (target && target.tagName === "IMG") {
  4588. applyFallback(target);
  4589. }
  4590. },
  4591. true
  4592. );
  4593. })();
  4594. </script>
  4595.  
  4596. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4597.  
  4598.  
  4599.  
  4600. <script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495" integrity="sha512-iIg7k2xntmwu6/uSb5tpc/hySgZc4eoL31yB29W6tJFo2akwjPWcEqnCEdJvGexCL0KEQwVYv5BlowfhVz26hg==" data-cf-beacon='{"version":"2024.11.0","token":"2dec4263a937419994a6f86af02d907c","r":1,"spa":2}' crossorigin="anonymous"></script>
  4601. </body>
  4602.  
  4603. </html>
  4604.  
  4605.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda