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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="ptserif">
  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-28T172200.585_IaDEVnK_g8NNeEI_b98Km4n.png">
  14.    
  15.  
  16.    <title>Infinite Spot UK: Tech Insights, Reviews &amp; Digital Lifestyle Tips</title>
  17.    <meta name="description" content="Explore expert tech reviews, digital lifestyle advice, and insightful articles on the latest gadgets and software trends in the UK tech scene.">
  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://infinitespot.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff9f43;
  42.        --bs-primary-rgb: ff9f43;
  43.        --bs-secondary: #5c6b73;
  44.        --bs-success: #00c4b4;
  45.        --bs-danger: #d00000;
  46.        --bs-warning: #f48c06;
  47.        --bs-info: #0077b6;
  48.        --bs-light: #f4f4f9;
  49.        --bs-dark: #252422;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff9f43;
  53.        --theme-primary-color-s2: #ff9f43;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #252422;
  57.        --text-light-color: #676767;
  58.        --heading-color: #252422;
  59.        --border-color: #ced4da;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #e9ecef;
  75.        --navbar-color: #252422;
  76.        --topbar-bg: #f4f4f9;
  77.        --topbar-color: #252422;
  78.        --footer-bg: #252422;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #ced4da;
  82.        --card-radius: 12px;
  83.        --link-color: #ff9f43;
  84.        --link-hover: #e07c24;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 159, 67, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_11">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <div class="top-bg">
  406.    <div class="unique-topbar d-sm-flex d-none container-fluid fluid-container">
  407.        <button class="unique-menu-btn bg-primary-gradient">Latest Update</button>        
  408.        
  409.        <div class="unique-news-container">
  410.            <div class="unique-news-wrapper" id="newsWrapper">
  411.                <!-- News items injected via JS -->
  412.            </div>
  413.        </div>
  414.    
  415.        <div class="contact-info">
  416.            <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  417.                <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  418.                <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  419.                <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  420.                <li><a href="#"><i class="top-color ti-google"></i></a></li>
  421.            </ul>
  422.        </div>
  423.    </div>
  424. </div>
  425.  
  426. <script>
  427.    // Build array dynamically from Django context
  428.    const newsItems = [
  429.        
  430.            { title: "Joe Root Voices Dual Opinions on Floodlit Test Matches Before Crucial Ashes Series Encounter", url: "/joe-root-voices-dual-opinions-on-floodlit-test-matches-before-crucial-ashes-series-encounter/" },
  431.        
  432.            { title: "Conversing Across the Gap: A Meeting Among Different Perspectives", url: "/conversing-across-the-gap-a-meeting-among-different-perspectives/" },
  433.        
  434.            { title: "WTA Finals Latest News: Elena Rybakina Takes On Ekaterina Alexandrova, Swiatek Clashes With Amanda Anisimova", url: "/wta-finals-latest-news-elena-rybakina-takes-on-ekaterina-alexandrova-swiatek-clashes-with-amanda-anisimova/" },
  435.        
  436.            { title: "Cameroonian Opposition Figure to Face Legal Proceedings Over Electoral Turmoil, Government Announces", url: "/cameroonian-opposition-figure-to-face-legal-proceedings-over-electoral-turmoil-government-announces/" },
  437.        
  438.            { title: "New York City Prepares For Incoming Gaming Venues In The Midst Of A US Betting Boom", url: "/new-york-city-prepares-for-incoming-gaming-venues-in-the-midst-of-a-us-betting-boom/" }
  439.        
  440.    ];
  441.  
  442.    let currentNewsIndex = 0;
  443.    const newsWrapper = document.getElementById('newsWrapper');
  444.    let newsElements = [];
  445.  
  446.    // Create news elements dynamically with links
  447.    function createNewsElements() {
  448.        newsItems.forEach((news, index) => {
  449.            const newsElement = document.createElement('div');
  450.            newsElement.className = 'unique-news-item';
  451.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  452.            newsWrapper.appendChild(newsElement);
  453.            newsElements.push(newsElement);
  454.        });
  455.  
  456.        if (newsElements.length > 0) {
  457.            newsElements[0].classList.add('active');
  458.        }
  459.    }
  460.  
  461.    function changeNews() {
  462.        const currentElement = newsElements[currentNewsIndex];
  463.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  464.        const nextElement = newsElements[nextIndex];
  465.  
  466.        currentElement.classList.remove('active');
  467.        currentElement.classList.add('exit-up');
  468.  
  469.        setTimeout(() => {
  470.            nextElement.classList.add('active');
  471.            currentNewsIndex = nextIndex;
  472.  
  473.            setTimeout(() => {
  474.                currentElement.classList.remove('exit-up');
  475.            }, 100);
  476.        }, 250);
  477.    }
  478.  
  479.    function startNewsRotation() {
  480.        setInterval(changeNews, 5000);
  481.    }
  482.  
  483.    window.onload = function() {
  484.        createNewsElements();
  485.        startNewsRotation();
  486.    };
  487. </script>
  488.  
  489.  
  490.  
  491.            
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498. <header class="custom-header mb-4">
  499.    <!-- Logo Section - Top Centered -->
  500.    <div class="logo-container">
  501.        <div class="container-fluid fluid-container">
  502.            <a class="brand-link" href="/">
  503.                
  504.                    Infinite Spot UK
  505.                
  506.            </a>
  507.        </div>
  508.    </div>
  509.  
  510.    <!-- Navigation Section -->
  511.    <div class="navigation-container">
  512.        <div class="container-fluid fluid-container">
  513.            <div class="nav-content">
  514.                <!-- Mobile toggle button -->
  515.                <button class="mobile-nav-toggle" type="button" onclick="toggleNav()">
  516.                    <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  517.                        <line x1="3" y1="6" x2="21" y2="6"></line>
  518.                        <line x1="3" y1="12" x2="21" y2="12"></line>
  519.                        <line x1="3" y1="18" x2="21" y2="18"></line>
  520.                    </svg>
  521.                </button>
  522.  
  523.                <!-- Navigation Links - Left Side -->
  524.                <nav class="primary-nav navbar navbar-expand-lg">
  525.                    <ul class="navbar-nav align-items-center me-auto mb-2 mb-lg-0">
  526.  
  527.                        
  528.                        <li class="nav-item">
  529.                            <a href="/" class="nav-link active">HOME</a>
  530.                        </li>
  531.                        
  532.                        
  533.                         <li class="nav-item">
  534.                            <a href="/category/all-posts/" class="nav-link">
  535.                                ALL POSTS
  536.                            </a>
  537.                            </li>
  538.  
  539.                            
  540.  
  541.                                    
  542.                                    
  543.                            
  544.                         <li class="nav-item">
  545.                            <a href="/category/business/" class="nav-link">
  546.                                BUSINESS
  547.                            </a>
  548.                            </li>
  549.  
  550.                            
  551.  
  552.                                    
  553.                                    
  554.                            
  555.                         <li class="nav-item">
  556.                            <a href="/category/esports/" class="nav-link">
  557.                                ESPORTS
  558.                            </a>
  559.                            </li>
  560.  
  561.                            
  562.  
  563.                                    
  564.                                    
  565.                            
  566.                         <li class="nav-item">
  567.                            <a href="/category/fashion/" class="nav-link">
  568.                                FASHION
  569.                            </a>
  570.                            </li>
  571.  
  572.                            
  573.  
  574.                                    
  575.                                    
  576.                            
  577.                         <li class="nav-item">
  578.                            <a href="/category/featured/" class="nav-link">
  579.                                FEATURED
  580.                            </a>
  581.                            </li>
  582.  
  583.                            
  584.  
  585.                                    
  586.                                    
  587.                            
  588.                        
  589.                            
  590.                            <li class="nav-item dropdown">
  591.                                <a class="nav-link dropdown-toggle" href="#" id="moreDropdown" role="button"
  592.                                    data-bs-toggle="dropdown" aria-expanded="false">
  593.                                    More
  594.                                </a>
  595.                                <ul class="dropdown-menu" aria-labelledby="moreDropdown">
  596.                                    <li>
  597.                                        <a class="dropdown-item"
  598.                                            href="/category/gaming/">
  599.                                            GAMING
  600.                                        </a>
  601.                                    </li>
  602.  
  603.                                    
  604.  
  605.                                    
  606.                                    
  607.                            
  608.                        
  609.                                    <li>
  610.                                        <a class="dropdown-item"
  611.                                            href="/category/health/">
  612.                                            HEALTH
  613.                                        </a>
  614.                                    </li>
  615.                                    
  616.  
  617.                                    
  618.                                    
  619.                            
  620.                        
  621.                                    <li>
  622.                                        <a class="dropdown-item"
  623.                                            href="/category/life-fitness/">
  624.                                            LIFE &amp; FITNESS
  625.                                        </a>
  626.                                    </li>
  627.                                    
  628.  
  629.                                    
  630.                                    
  631.                            
  632.                        
  633.                                    <li>
  634.                                        <a class="dropdown-item"
  635.                                            href="/category/lifestyle/">
  636.                                            LIFESTYLE
  637.                                        </a>
  638.                                    </li>
  639.                                    
  640.  
  641.                                    
  642.                                    
  643.                            
  644.                        
  645.                                    <li>
  646.                                        <a class="dropdown-item"
  647.                                            href="/category/news/">
  648.                                            NEWS
  649.                                        </a>
  650.                                    </li>
  651.                                    
  652.  
  653.                                    
  654.                                    
  655.                            
  656.                        
  657.                                    <li>
  658.                                        <a class="dropdown-item"
  659.                                            href="/category/others/">
  660.                                            OTHERS
  661.                                        </a>
  662.                                    </li>
  663.                                    
  664.  
  665.                                    
  666.                                    
  667.                            
  668.                        
  669.                                    <li>
  670.                                        <a class="dropdown-item"
  671.                                            href="/category/politics/">
  672.                                            POLITICS
  673.                                        </a>
  674.                                    </li>
  675.                                    
  676.  
  677.                                    
  678.                                    
  679.                            
  680.                        
  681.                                    <li>
  682.                                        <a class="dropdown-item"
  683.                                            href="/category/sports/">
  684.                                            SPORTS
  685.                                        </a>
  686.                                    </li>
  687.                                    
  688.  
  689.                                    
  690.                                    
  691.                            
  692.                        
  693.                                    <li>
  694.                                        <a class="dropdown-item"
  695.                                            href="/category/tech/">
  696.                                            TECH
  697.                                        </a>
  698.                                    </li>
  699.                                    
  700.  
  701.                                    
  702.                                    
  703.                            
  704.                        
  705.                                    <li>
  706.                                        <a class="dropdown-item"
  707.                                            href="/category/travel/">
  708.                                            TRAVEL
  709.                                        </a>
  710.                                    </li>
  711.                                    
  712.  
  713.                                    
  714.                                    
  715.                                </ul>
  716.                            </li>
  717.                            
  718.                            
  719. <li>
  720.                  <a href="/page/contact-us/">
  721.                     Contact Us
  722.                  </a>
  723.              </li>
  724.                    </ul>
  725.                </nav>
  726.  
  727.  
  728.                <!-- Search - Right Side -->
  729.                <div class="search-wrapper">
  730.                    <input type="search" class="search-input-field" placeholder="Search...">
  731.                    <!-- <button class="search-submit-btn" type="submit">
  732.                        <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  733.                            stroke-width="2">
  734.                            <circle cx="11" cy="11" r="8"></circle>
  735.                            <path d="m21 21-4.35-4.35"></path>
  736.                        </svg>
  737.                    </button> -->
  738.                        <!-- The search results will be displayed here -->
  739.          <div id="search-results" class="search-results-container search-v1"></div>
  740.                </div>
  741.            </div>
  742.        </div>
  743.    </div>
  744. </header>
  745.  
  746.  
  747. <script>
  748.    function toggleNav() {
  749.        const nav = document.getElementById('primaryNav');
  750.        const toggle = document.querySelector('.mobile-nav-toggle');
  751.  
  752.        nav.classList.toggle('show');
  753.        toggle.classList.toggle('active');
  754.    }
  755.  
  756.    // Close nav when clicking outside
  757.    document.addEventListener('click', function (event) {
  758.        const nav = document.getElementById('primaryNav');
  759.        const toggle = document.querySelector('.mobile-nav-toggle');
  760.  
  761.        if (!nav.contains(event.target) && !toggle.contains(event.target)) {
  762.            nav.classList.remove('show');
  763.            toggle.classList.remove('active');
  764.        }
  765.    });
  766.  
  767.    // Close nav when window is resized to desktop
  768.    window.addEventListener('resize', function () {
  769.        if (window.innerWidth > 768) {
  770.            document.getElementById('primaryNav').classList.remove('show');
  771.            document.querySelector('.mobile-nav-toggle').classList.remove('active');
  772.        }
  773.    });
  774.  
  775. </script>
  776.  
  777. <style>
  778.    .custom-header {
  779.        background: var(--navbar-bg);
  780.        border-bottom: 1px solid var(--border-color);
  781.        position: sticky;
  782.        top: 0;
  783.        z-index: 1000;
  784.        padding: 0px 10px;
  785.    }
  786.  
  787.    /* Logo Section - Top Centered */
  788.    .logo-container {
  789.        text-align: center;
  790.        padding: 10px 0;
  791.        background: var(--navbar-bg);
  792.        border-bottom: 1px solid var(--border-color);
  793.    }
  794.  
  795.    .brand-link {
  796.        display: inline-flex;
  797.        align-items: center;
  798.        text-decoration: none;
  799.    }
  800.  
  801.    .brand-link img {
  802.        height: 100px;
  803.        width: auto;
  804.    }
  805.  
  806.    /* Navigation Section */
  807.    .navigation-container {
  808.        background: var(--navbar-bg);
  809.        padding: 0;
  810.    }
  811.  
  812.    .nav-content {
  813.        display: flex;
  814.        align-items: center;
  815.        justify-content: space-between;
  816.        min-height: 60px;
  817.        position: relative;
  818.    }
  819.  
  820.    /* Mobile toggle button */
  821.    .mobile-nav-toggle {
  822.        display: none;
  823.        background: var(--navbar-bg);
  824.        border: 2px solid var(--bs-primary);
  825.        color: var(--navbar-color);
  826.        padding: 8px;
  827.        border-radius: 12px;
  828.        cursor: pointer;
  829.        transition: all 0.3s ease;
  830.    }
  831.  
  832.    .mobile-nav-toggle:hover {
  833.        background: var(--bs-primary);
  834.        color: var(--link-color) !important;
  835.    }
  836.  
  837.    /* Navigation Links - Left Side */
  838.    .primary-nav {
  839.        flex: 1;
  840.    }
  841.  
  842.    .nav-links-list {
  843.        display: flex;
  844.        list-style: none;
  845.        margin: 0;
  846.        padding: 0;
  847.        gap: 5px;
  848.        align-items: center;
  849.    }
  850.  
  851.    .nav-item {
  852.        display: block;
  853.        padding: 8px 16px;
  854.        color: #333;
  855.        text-decoration: none;
  856.        font-weight: 500;
  857.        font-size: 14px;
  858.        text-transform: uppercase;
  859.        letter-spacing: 0.5px;
  860.        border-radius: 12px;
  861.        transition: all 0.3s ease;
  862.        white-space: nowrap;
  863.    }
  864.  
  865.    .nav-item:hover {
  866.        background: rgba(0, 123, 255, 0.19);
  867.        color: var(--navbar-color);
  868.    }
  869.  
  870.    .nav-item.active {
  871.        background: var(--bs-primary);
  872.        color: var(--link-color) !important;
  873.        box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
  874.    }
  875.  
  876.    /* Search Container - Right Side */
  877.    .search-wrapper {
  878.        display: flex;
  879.        align-items: center;
  880.        gap: 8px;
  881.    }
  882.  
  883.    .search-input-field {
  884.        padding: 12px 18px;
  885.        border: 2px solid var(--border-color);
  886.        border-radius: 12px;
  887.        background: var(--navbar-bg);
  888.        color: var(--navbar-color);
  889.        font-size: 14px;
  890.        width: 250px;
  891.        transition: all 0.3s ease;
  892.    }
  893.  
  894.    .search-input-field::placeholder {
  895.        color: #6c757d;
  896.    }
  897.  
  898.    .search-input-field:focus {
  899.        outline: none;
  900.        background: white;
  901.        border-color: var(--bs-primary);
  902.        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  903.    }
  904.  
  905.    .search-submit-btn {
  906.        background: var(--bs-primary);
  907.        border: none;
  908.        color: white;
  909.        padding: 12px;
  910.        border-radius: 12px;
  911.        cursor: pointer;
  912.        transition: all 0.3s ease;
  913.        display: flex;
  914.        align-items: center;
  915.        justify-content: center;
  916.    }
  917.  
  918.    .search-submit-btn:hover {
  919.        transform: scale(1.05);
  920.        opacity: 0.7;
  921.    }
  922.  
  923.    /* Tablet responsiveness */
  924.    @media (max-width: 1200px) {
  925.        .nav-item {
  926.            font-size: 13px;
  927.        }
  928.  
  929.        .search-input-field {
  930.            width: 220px;
  931.        }
  932.    }
  933.  
  934.    @media (max-width: 1024px) {
  935.        .nav-item {
  936.            font-size: 13px;
  937.        }
  938.  
  939.        .search-input-field {
  940.            width: 200px;
  941.        }
  942.    }
  943.  
  944.    @media (max-width: 900px) {
  945.        .nav-item {
  946.            font-size: 12px;
  947.        }
  948.  
  949.        .search-input-field {
  950.            width: 180px;
  951.        }
  952.    }
  953.  
  954.    /* Mobile responsiveness */
  955.    @media (max-width: 768px) {
  956.        .container-fluid {
  957.            padding: 0 15px;
  958.        }
  959.  
  960.        .logo-container {
  961.            padding: 15px 0;
  962.        }
  963.  
  964.        .brand-link img {
  965.            height: 40px;
  966.        }
  967.  
  968.        /* Show mobile toggle */
  969.        .mobile-nav-toggle {
  970.            display: block;
  971.        }
  972.  
  973.        .nav-content {
  974.            min-height: 50px;
  975.            padding: 10px 0;
  976.        }
  977.  
  978.        /* Hide navigation on mobile by default */
  979.        .primary-nav {
  980.            position: absolute;
  981.            top: 100%;
  982.            left: 0;
  983.            right: 0;
  984.            background: var(--navbar-bg);
  985.            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  986.            border-radius: 0 0 10px 10px;
  987.            transform: translateY(-100%);
  988.            opacity: 0;
  989.            visibility: hidden;
  990.            transition: all 0.3s ease;
  991.            z-index: 999;
  992.        }
  993.  
  994.        /* Show navigation when toggled */
  995.        .primary-nav.show {
  996.            transform: translateY(0);
  997.            opacity: 1;
  998.            visibility: visible;
  999.        }
  1000.  
  1001.        .nav-links-list {
  1002.            flex-direction: column;
  1003.            gap: 0;
  1004.            padding: 15px 0;
  1005.        }
  1006.  
  1007.        .nav-item {
  1008.            border-bottom: 1px solid #eee;
  1009.            text-align: left;
  1010.            border-radius: 0;
  1011.            width: 100%;
  1012.        }
  1013.  
  1014.        .nav-item:last-child {
  1015.            border-bottom: none;
  1016.        }
  1017.  
  1018.        /* Search stays visible on mobile - right side */
  1019.        .search-wrapper {
  1020.            margin-left: auto;
  1021.        }
  1022.  
  1023.        .search-input-field {
  1024.            width: 160px;
  1025.            padding: 10px 15px;
  1026.            font-size: 13px;
  1027.        }
  1028.  
  1029.        .search-submit-btn {
  1030.            padding: 10px;
  1031.        }
  1032.    }
  1033.  
  1034.    @media (max-width: 576px) {
  1035.        .logo-container {
  1036.            padding: 12px 0;
  1037.        }
  1038.  
  1039.        .brand-link img {
  1040.            height: 35px;
  1041.        }
  1042.  
  1043.        .search-input-field {
  1044.            width: 140px;
  1045.            font-size: 12px;
  1046.        }
  1047.  
  1048.        .nav-content {
  1049.            gap: 10px;
  1050.        }
  1051.    }
  1052.  
  1053.    @media (max-width: 480px) {
  1054.        .container-fluid {
  1055.            padding: 0 10px;
  1056.        }
  1057.  
  1058.        .search-input-field {
  1059.            width: 120px;
  1060.        }
  1061.  
  1062.        .mobile-nav-toggle {
  1063.            padding: 6px;
  1064.        }
  1065.  
  1066.        .nav-item {
  1067.            font-size: 13px;
  1068.        }
  1069.    }
  1070.  
  1071.    @media (max-width: 400px) {
  1072.        .search-input-field {
  1073.            width: 100px;
  1074.            font-size: 11px;
  1075.            padding: 8px 12px;
  1076.        }
  1077.  
  1078.        .search-submit-btn {
  1079.            padding: 8px;
  1080.        }
  1081.  
  1082.        .search-submit-btn svg {
  1083.            width: 14px;
  1084.            height: 14px;
  1085.        }
  1086.    }
  1087.  
  1088.      /* search field */
  1089.  .search-results-container {
  1090.  position: absolute;
  1091.  top: 100%; /* Position it below the input field */
  1092.  left: 0;
  1093.  right: 0;
  1094.  background-color: white;
  1095.  border: 1px solid #ddd;
  1096.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1097.  max-height: 300px;
  1098.  overflow-y: auto;
  1099.  z-index: 1000;
  1100.  display: none; /* Initially hidden */
  1101. }
  1102.  
  1103. .search-results-container p {
  1104.  margin: 0;
  1105. }
  1106.  
  1107. .search-results-container .result-item {
  1108.  padding: 10px;
  1109.  cursor: pointer;
  1110. }
  1111.  
  1112. .search-results-container .result-item:hover {
  1113.  background-color: #f0f0f0;
  1114. }
  1115.  
  1116. </style>
  1117.  
  1118. <script>
  1119.  document.addEventListener("DOMContentLoaded", function () {
  1120.    const searchInput = document.querySelector(".search-input-field");
  1121.    const searchResults = document.getElementById("search-results");
  1122.  
  1123.    if (!searchInput || !searchResults) return; // Safety check
  1124.  
  1125.    // 🔍 Handle typing
  1126.    searchInput.addEventListener("keyup", function (e) {
  1127.      e.preventDefault();
  1128.  
  1129.      const query = searchInput.value.trim();
  1130.  
  1131.      if (query === "") {
  1132.        searchResults.innerHTML = "";
  1133.        searchResults.style.display = "none";
  1134.        return;
  1135.      }
  1136.  
  1137.      searchResults.style.display = "block";
  1138.  
  1139.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1140.        method: "GET",
  1141.        headers: {
  1142.          "X-Requested-With": "XMLHttpRequest",
  1143.        },
  1144.      })
  1145.        .then(response => response.json())
  1146.        .then(data => {
  1147.          if (data.html) {
  1148.            searchResults.innerHTML = data.html;
  1149.          } else {
  1150.            searchResults.innerHTML = "<p>No results found.</p>";
  1151.          }
  1152.        })
  1153.        .catch(error => {
  1154.          console.error("Error fetching search results:", error);
  1155.        });
  1156.    });
  1157.  
  1158.    // 🖱️ Close results when clicking outside
  1159.    document.addEventListener("click", function (e) {
  1160.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1161.        searchResults.style.display = "none";
  1162.      }
  1163.    });
  1164.  
  1165.    // ⌨️ Close results when pressing Escape
  1166.    document.addEventListener("keydown", function (e) {
  1167.      if (e.key === "Escape") {
  1168.        searchResults.style.display = "none";
  1169.      }
  1170.    });
  1171.  });
  1172. </script>
  1173.  
  1174.        </header>
  1175.        <!-- end of header -->
  1176.        <!-- start of wpo-blog-hero -->
  1177.        
  1178.  
  1179.  
  1180.  
  1181.  
  1182.  
  1183.  
  1184.  
  1185. <div class="blog-hero-v10">
  1186.    <div class="container-fluid fluid-container">
  1187.        
  1188.        <!-- Top Section: Three Equal Featured Articles -->
  1189.  
  1190.        <div class="row g-4 mb-5">
  1191.            
  1192.            <div class="col-lg-4 col-md-6 col-12">
  1193.                <article class="featured-article">
  1194.                    <div class="featured-image-container">
  1195.                        
  1196.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Finland Upsets Back-to-Back Defending Champions US in World Junior Quarter-Finals." class="featured-image">
  1197.                            
  1198.                        <div class="category-tag bg-primary-gradient">News</div>
  1199.                    </div>
  1200.                    <div class="featured-content">
  1201.                        <h2 class="featured-title"><a href="/finland-upsets-back-to-back-defending-champions-us-in-world-junior-quarter-finals/">
  1202.                                    Finland Upsets Back-to-Back Defending Champions US in World Junior Quarter-Finals.
  1203.                                </a></h2>
  1204.                        <p class="featured-summary"></p>
  1205.                        <div class="article-meta">
  1206.                            <span class="author-name">Tyrone Jones</span>
  1207.                            <span class="post-time">May 07</span>
  1208.                        </div>
  1209.                    </div>
  1210.                </article>
  1211.            </div>
  1212.            
  1213.            <div class="col-lg-4 col-md-6 col-12">
  1214.                <article class="featured-article">
  1215.                    <div class="featured-image-container">
  1216.                        
  1217.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Not having the time of your life at college? Many share your feelings." class="featured-image">
  1218.                            
  1219.                        <div class="category-tag bg-primary-gradient">News</div>
  1220.                    </div>
  1221.                    <div class="featured-content">
  1222.                        <h2 class="featured-title"><a href="/not-having-the-time-of-your-life-at-college-many-share-your-feelings/">
  1223.                                    Not having the time of your life at college? Many share your feelings.
  1224.                                </a></h2>
  1225.                        <p class="featured-summary"></p>
  1226.                        <div class="article-meta">
  1227.                            <span class="author-name">Tyrone Jones</span>
  1228.                            <span class="post-time">May 07</span>
  1229.                        </div>
  1230.                    </div>
  1231.                </article>
  1232.            </div>
  1233.            
  1234.            <div class="col-lg-4 col-md-6 col-12">
  1235.                <article class="featured-article">
  1236.                    <div class="featured-image-container">
  1237.                        
  1238.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Which Player is Your Favorite Cricketer in the Legacy of the Men’s Ashes?" class="featured-image">
  1239.                            
  1240.                        <div class="category-tag bg-primary-gradient">News</div>
  1241.                    </div>
  1242.                    <div class="featured-content">
  1243.                        <h2 class="featured-title"><a href="/which-player-is-your-favorite-cricketer-in-the-legacy-of-the-mens-ashes/">
  1244.                                    Which Player is Your Favorite Cricketer in the Legacy of the Men’s Ashes?
  1245.                                </a></h2>
  1246.                        <p class="featured-summary"></p>
  1247.                        <div class="article-meta">
  1248.                            <span class="author-name">Tyrone Jones</span>
  1249.                            <span class="post-time">May 07</span>
  1250.                        </div>
  1251.                    </div>
  1252.                </article>
  1253.            </div>
  1254.            
  1255.        </div>
  1256.  
  1257.        <!-- Bottom Section: Full-Width Recent Articles List -->
  1258.        <div class="row g-4">
  1259.            <div class="col-12">
  1260.                <div class="recent-section">
  1261.                    <h3 class="recent-title">Recent Articles</h3>
  1262.                    <div class="recent-list">
  1263.                        
  1264.                        <div class="recent-item">
  1265.                            <h4 class="recent-article-title"> <a href="/the-manager-secures-first-team-triumph-after-two-decades/">
  1266.                                    The Manager Secures First Team Triumph After Two Decades
  1267.                                </a></h4>
  1268.                            <span class="recent-meta">News • Tyrone Jones • May 07</span>
  1269.                        </div>
  1270.                        
  1271.                        <div class="recent-item">
  1272.                            <h4 class="recent-article-title"> <a href="/can-the-uks-common-toads-be-saved-from-roads-and-terrible-decline/">
  1273.                                    Can the UK&#x27;s Common Toads Be Saved from Roads and Terrible Decline?
  1274.                                </a></h4>
  1275.                            <span class="recent-meta">News • Tyrone Jones • May 07</span>
  1276.                        </div>
  1277.                        
  1278.                    </div>
  1279.                </div>
  1280.            </div>
  1281.        </div>
  1282.    </div>
  1283. </div>
  1284.  
  1285. <style>
  1286. /* Blog Hero V10 - Balanced Three-Column Featured with Full-Width Recent List */
  1287. .blog-hero-v10 {
  1288.    padding: 4rem 0;
  1289. }
  1290.  
  1291. /* Featured Article */
  1292. .featured-article {
  1293.    background: var(--card-bg, #ffffff);
  1294.    border-radius: 8px;
  1295.    transition: box-shadow 0.3s ease;
  1296. }
  1297.  
  1298. .featured-article:hover {
  1299.    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  1300. }
  1301.  
  1302. .featured-image-container {
  1303.    position: relative;
  1304.    height: 220px;
  1305. }
  1306.  
  1307. .featured-image {
  1308.    width: 100%;
  1309.    height: 100%;
  1310.    object-fit: cover;
  1311.    border-radius: 8px 8px 0 0;
  1312. }
  1313.  
  1314. .featured-content {
  1315.    padding: 1.5rem;
  1316. }
  1317.  
  1318. .featured-title {
  1319.    font-size: 1.4rem;
  1320.    font-weight: 800;
  1321.    color: #111827;
  1322.    margin-bottom: 0.5rem;
  1323.    line-height: 1.3;
  1324. }
  1325.  
  1326. .featured-summary {
  1327.    font-size: 0.95rem;
  1328.    color: #4b5563;
  1329.    line-height: 1.5;
  1330.    margin-bottom: 1rem;
  1331. }
  1332.  
  1333. .article-meta {
  1334.    display: flex;
  1335.    gap: 0.5rem;
  1336.    font-size: 0.85rem;
  1337.    color: #6b7280;
  1338. }
  1339.  
  1340. .author-name {
  1341.    font-weight: 600;
  1342.    color: #374151;
  1343. }
  1344.  
  1345. /* Category Tags - Outlined for Difference */
  1346. .category-tag {
  1347.    position: absolute;
  1348.    bottom: 1rem;
  1349.    left: 1rem;
  1350.    padding: 0.25rem 0.75rem;
  1351.    font-size: 0.75rem;
  1352.    font-weight: 600;
  1353.    text-transform: uppercase;
  1354.    border-radius: 4px;
  1355.    z-index: 2;
  1356. }
  1357.  
  1358. /* Recent Articles Section */
  1359. .recent-section {
  1360.    background: var(--card-bg, #ffffff);
  1361.    border-radius: 8px;
  1362.    padding: 2rem;
  1363. }
  1364.  
  1365. .recent-title {
  1366.    font-size: 1.3rem;
  1367.    font-weight: 700;
  1368.    color: #111827;
  1369.    margin-bottom: 1.25rem;
  1370.    border-bottom: 1px solid #e5e7eb;
  1371.    padding-bottom: 0.75rem;
  1372. }
  1373.  
  1374. .recent-list {
  1375.    display: flex;
  1376.    flex-direction: column;
  1377.    gap: 1rem;
  1378. }
  1379.  
  1380. .recent-item {
  1381.    padding: 1rem 0;
  1382.    border-bottom: 1px solid #f3f4f6;
  1383.    transition: background 0.2s ease;
  1384. }
  1385.  
  1386. .recent-item:last-child {
  1387.    border-bottom: none;
  1388. }
  1389.  
  1390. .recent-item:hover {
  1391.    background: #f9fafb;
  1392. }
  1393.  
  1394. .recent-article-title {
  1395.    font-size: 1rem;
  1396.    font-weight: 600;
  1397.    color: #111827;
  1398.    margin-bottom: 0.25rem;
  1399. }
  1400.  
  1401. .recent-meta {
  1402.    font-size: 0.8rem;
  1403.    color: #6b7280;
  1404. }
  1405.  
  1406. /* Responsive Design */
  1407. @media (max-width: 992px) {
  1408.    .featured-image-container {
  1409.        height: 200px;
  1410.    }
  1411.    
  1412.    .featured-title {
  1413.        font-size: 1.2rem;
  1414.    }
  1415. }
  1416.  
  1417. @media (max-width: 768px) {
  1418.    .featured-content {
  1419.        padding: 1.25rem;
  1420.    }
  1421.    
  1422.    .recent-section {
  1423.        padding: 1.5rem;
  1424.    }
  1425. }
  1426.  
  1427. @media (max-width: 576px) {
  1428.    .featured-title {
  1429.        font-size: 1.1rem;
  1430.    }
  1431.    
  1432.    .recent-article-title {
  1433.        font-size: 0.95rem;
  1434.    }
  1435. }
  1436. </style>
  1437.  
  1438.  
  1439.  
  1440.  
  1441.        <!-- end of wpo-blog-hero -->
  1442.  
  1443.        <!-- start of wpo-breacking-news -->
  1444.        
  1445.        <!-- end of wpo-breacking-news -->
  1446.        
  1447.        <!-- start wpo-blog-highlights-section -->
  1448.        
  1449.  
  1450.  
  1451.  
  1452.    
  1453.  
  1454.  
  1455.  <style>
  1456.    /* Section Header */
  1457.    .section-header-v9 {
  1458.      text-align: center;
  1459.      margin-bottom: 20px;
  1460.    }
  1461.    
  1462.    .section-title-v9 {
  1463.      font-size: 3rem;
  1464.      font-weight: 700;
  1465.      color: var(--topbar-color);
  1466.      margin-bottom: 20px;
  1467.      text-transform: uppercase;
  1468.    }
  1469.    
  1470.    .section-subtitle-v9 {
  1471.      font-size: 1.2rem;
  1472.      color: var(--topbar-color);
  1473.      opacity: 0.5;
  1474.      max-width: 800px;
  1475.      margin: 0 auto;
  1476.      line-height: 1.8;
  1477.    }
  1478.        
  1479.    /* Blog Card */
  1480.    .blog-card-v9 {
  1481.      background: var(--card-bg);
  1482.      border: 1px solid var(--border-color);
  1483.      border-radius: 8px;
  1484.      margin-bottom: 30px;
  1485.      overflow: hidden;
  1486.      opacity: 0;
  1487.      transition: opacity 0.5s ease, box-shadow 0.3s ease;
  1488.    }
  1489.    
  1490.    .blog-card-v9.fade-in {
  1491.      opacity: 1;
  1492.    }
  1493.    
  1494.    @keyframes fadeIn {
  1495.      from {
  1496.        opacity: 0;
  1497.      }
  1498.      to {
  1499.        opacity: 1;
  1500.      }
  1501.    }
  1502.    
  1503.    .blog-card-v9:hover {
  1504.      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  1505.    }
  1506.    
  1507.    /* Blog Image */
  1508.    .blog-image-container-v9 {
  1509.      width: 100%;
  1510.      aspect-ratio: 16/9; /* 👈 maintains clean ratio */
  1511.      overflow: hidden;
  1512.    }
  1513.    
  1514.    .blog-image-v9 {
  1515.      width: 100%;
  1516.      height: 100%;
  1517.    }
  1518.    
  1519.    .blog-image-v9 img {
  1520.      width: 100%;
  1521.      height: 100%;
  1522.      object-fit: cover;
  1523.      display: block;
  1524.    }
  1525.    
  1526.    /* Blog Content */
  1527.    .blog-content-v9 {
  1528.      padding: 20px;
  1529.    }
  1530.    
  1531.    .blog-title-v9 {
  1532.      font-size: 1.2rem;
  1533.      font-weight: 600;
  1534.      margin-bottom: 15px;
  1535.      color: var(--topbar-color) !important;
  1536.      text-transform: capitalize;
  1537.    }
  1538.    
  1539.    .blog-meta-v9 {
  1540.      display: flex;
  1541.      align-items: center;
  1542.      gap: 10px;
  1543.      font-size: 0.9rem;
  1544.      color: var(--topbar-color);
  1545.      margin-bottom: 10px;
  1546.    }
  1547.    
  1548.    .blog-meta-v9 span {
  1549.      display: inline-block;
  1550.    }
  1551.    
  1552.    .blog-excerpt-v9 {
  1553.      font-size: 1rem;
  1554.      color: var(--topbar-color);
  1555.      opacity: .6;
  1556.      margin-bottom: 15px;
  1557.      line-height: 1.6;
  1558.    }
  1559.    
  1560.    .blog-actions-v9 {
  1561.      display: flex;
  1562.      justify-content: flex-start;
  1563.    }
  1564.    
  1565.    .blog-read-more-v9 {
  1566.      font-size: 1rem;
  1567.      color: var(--topbar-color);
  1568.      text-decoration: none;
  1569.      transition: color 0.3s ease;
  1570.    }
  1571.    
  1572.    .blog-read-more-v9:hover {
  1573.      color: #2980b9 !important;
  1574.    }
  1575.    
  1576.    /* Responsive Design */
  1577.    @media (max-width: 768px) {
  1578.      .section-title-v9 {
  1579.        font-size: 2.5rem;
  1580.      }
  1581.    
  1582.      .blog-card-v9 {
  1583.        margin-bottom: 20px;
  1584.      }
  1585.    
  1586.      .blog-meta-v9 {
  1587.        font-size: 0.8rem;
  1588.      }
  1589.    
  1590.      .blog-image-container-v9 {
  1591.        aspect-ratio: 4/3; /* 👈 mobile friendly ratio */
  1592.      }
  1593.    }
  1594.  </style>
  1595.  
  1596.  <section class="blog-highlights-v9 mt-5">
  1597.    <div class="container-fluid fluid-container">
  1598.      <!-- Section Header -->
  1599.      <div class="row justify-content-center">
  1600.        <div class="col-12 col-lg-10">
  1601.          <div class="section-header-v9">
  1602.            <h2 class="section-title-v9 mb-0">
  1603.                Today's Top Highlights
  1604.                   </h2>
  1605.            <p class="section-subtitle-v9">Explore the intersection of technology and creativity through storytelling in the digital era.</p>
  1606.          </div>
  1607.        </div>
  1608.      </div>
  1609.  
  1610.      <!-- Blog Grid -->
  1611.      <div class="row ">
  1612.        <div class="col-lg-8">
  1613.          <div class="row d-flex justify-content-center">
  1614.            
  1615.              <div class="col-md-6 pb-3">
  1616.                <article class="blog-card-v9 h-100">
  1617.                  <div class="blog-image-container-v9">
  1618.                    <div class="blog-image-v9">
  1619.                      
  1620.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1621.                      
  1622.                    </div>
  1623.                  </div>
  1624.                  <div class="blog-content-v9">
  1625.                    <h3 class="blog-title-v9 "><a class="top-color" href="/fury-explodes-as-trumps-social-media-remarks-on-director-rob-reiner-ignites-fierce-backlash/">Fury Explodes as Trump&#x27;s Social Media Remarks on Director Rob Reiner Ignites Fierce Backlash</a></h3>
  1626.                    <div class="blog-meta-v9">
  1627.                      <span>By <strong>Tyrone Jones</strong></span>
  1628.                      <span>•</span>
  1629.                      <span>07 May 2026</span>
  1630.                    </div>
  1631.                    <p class="blog-excerpt-v9"></p>
  1632.                    <div class="blog-actions-v9">
  1633.                      <a href="/fury-explodes-as-trumps-social-media-remarks-on-director-rob-reiner-ignites-fierce-backlash/" class="blog-read-more-v9">Read More →</a>
  1634.                    </div>
  1635.                  </div>
  1636.                </article>
  1637.              </div>
  1638.            
  1639.              <div class="col-md-6 pb-3">
  1640.                <article class="blog-card-v9 h-100">
  1641.                  <div class="blog-image-container-v9">
  1642.                    <div class="blog-image-v9">
  1643.                      
  1644.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1645.                      
  1646.                    </div>
  1647.                  </div>
  1648.                  <div class="blog-content-v9">
  1649.                    <h3 class="blog-title-v9 "><a class="top-color" href="/this-thriller-follow-up-eminfluencersem-is-set-to-give-competing-digital-thrillers-a-bad-case-of-fomo/">This Thriller Follow-Up &lt;em&gt;Influencers&lt;/em&gt; Is Set to Give Competing Digital Thrillers a Bad Case of FOMO</a></h3>
  1650.                    <div class="blog-meta-v9">
  1651.                      <span>By <strong>Tyrone Jones</strong></span>
  1652.                      <span>•</span>
  1653.                      <span>07 May 2026</span>
  1654.                    </div>
  1655.                    <p class="blog-excerpt-v9"></p>
  1656.                    <div class="blog-actions-v9">
  1657.                      <a href="/this-thriller-follow-up-eminfluencersem-is-set-to-give-competing-digital-thrillers-a-bad-case-of-fomo/" class="blog-read-more-v9">Read More →</a>
  1658.                    </div>
  1659.                  </div>
  1660.                </article>
  1661.              </div>
  1662.            
  1663.              <div class="col-md-6 pb-3">
  1664.                <article class="blog-card-v9 h-100">
  1665.                  <div class="blog-image-container-v9">
  1666.                    <div class="blog-image-v9">
  1667.                      
  1668.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1669.                      
  1670.                    </div>
  1671.                  </div>
  1672.                  <div class="blog-content-v9">
  1673.                    <h3 class="blog-title-v9 "><a class="top-color" href="/renowned-star-pat-finn-a-versatile-actor-recognized-for-appearances-in-seinfeld-and-the-middle-passes-away-at-age-60/">Renowned Star Pat Finn, a versatile actor, Recognized For Appearances in Seinfeld and The Middle, Passes Away at Age 60.</a></h3>
  1674.                    <div class="blog-meta-v9">
  1675.                      <span>By <strong>Tyrone Jones</strong></span>
  1676.                      <span>•</span>
  1677.                      <span>07 May 2026</span>
  1678.                    </div>
  1679.                    <p class="blog-excerpt-v9"></p>
  1680.                    <div class="blog-actions-v9">
  1681.                      <a href="/renowned-star-pat-finn-a-versatile-actor-recognized-for-appearances-in-seinfeld-and-the-middle-passes-away-at-age-60/" class="blog-read-more-v9">Read More →</a>
  1682.                    </div>
  1683.                  </div>
  1684.                </article>
  1685.              </div>
  1686.            
  1687.              <div class="col-md-6 pb-3">
  1688.                <article class="blog-card-v9 h-100">
  1689.                  <div class="blog-image-container-v9">
  1690.                    <div class="blog-image-v9">
  1691.                      
  1692.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1693.                      
  1694.                    </div>
  1695.                  </div>
  1696.                  <div class="blog-content-v9">
  1697.                    <h3 class="blog-title-v9 "><a class="top-color" href="/aryna-sabalenka-set-to-take-on-kyrgios-in-modern-cross-gender-clash-match/">Aryna Sabalenka Set to Take On Kyrgios in Modern Cross-Gender Clash Match</a></h3>
  1698.                    <div class="blog-meta-v9">
  1699.                      <span>By <strong>Tyrone Jones</strong></span>
  1700.                      <span>•</span>
  1701.                      <span>06 May 2026</span>
  1702.                    </div>
  1703.                    <p class="blog-excerpt-v9"></p>
  1704.                    <div class="blog-actions-v9">
  1705.                      <a href="/aryna-sabalenka-set-to-take-on-kyrgios-in-modern-cross-gender-clash-match/" class="blog-read-more-v9">Read More →</a>
  1706.                    </div>
  1707.                  </div>
  1708.                </article>
  1709.              </div>
  1710.            
  1711.              <div class="col-md-6 pb-3">
  1712.                <article class="blog-card-v9 h-100">
  1713.                  <div class="blog-image-container-v9">
  1714.                    <div class="blog-image-v9">
  1715.                      
  1716.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1717.                      
  1718.                    </div>
  1719.                  </div>
  1720.                  <div class="blog-content-v9">
  1721.                    <h3 class="blog-title-v9 "><a class="top-color" href="/netflix-selects-ideal-performer-for-bentham-in-one-piece-upcoming-installment/">Netflix Selects Ideal Performer for Bentham in One Piece Upcoming Installment</a></h3>
  1722.                    <div class="blog-meta-v9">
  1723.                      <span>By <strong>Tyrone Jones</strong></span>
  1724.                      <span>•</span>
  1725.                      <span>06 May 2026</span>
  1726.                    </div>
  1727.                    <p class="blog-excerpt-v9"></p>
  1728.                    <div class="blog-actions-v9">
  1729.                      <a href="/netflix-selects-ideal-performer-for-bentham-in-one-piece-upcoming-installment/" class="blog-read-more-v9">Read More →</a>
  1730.                    </div>
  1731.                  </div>
  1732.                </article>
  1733.              </div>
  1734.            
  1735.              <div class="col-md-6 pb-3">
  1736.                <article class="blog-card-v9 h-100">
  1737.                  <div class="blog-image-container-v9">
  1738.                    <div class="blog-image-v9">
  1739.                      
  1740.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1741.                      
  1742.                    </div>
  1743.                  </div>
  1744.                  <div class="blog-content-v9">
  1745.                    <h3 class="blog-title-v9 "><a class="top-color" href="/the-porcine-pardon-hog-named-six-seven-spared-by-miami-dade-leader/">The Porcine Pardon: Hog Named Six Seven Spared by Miami-Dade Leader.</a></h3>
  1746.                    <div class="blog-meta-v9">
  1747.                      <span>By <strong>Tyrone Jones</strong></span>
  1748.                      <span>•</span>
  1749.                      <span>06 May 2026</span>
  1750.                    </div>
  1751.                    <p class="blog-excerpt-v9"></p>
  1752.                    <div class="blog-actions-v9">
  1753.                      <a href="/the-porcine-pardon-hog-named-six-seven-spared-by-miami-dade-leader/" class="blog-read-more-v9">Read More →</a>
  1754.                    </div>
  1755.                  </div>
  1756.                </article>
  1757.              </div>
  1758.            
  1759.              <div class="col-md-6 pb-3">
  1760.                <article class="blog-card-v9 h-100">
  1761.                  <div class="blog-image-container-v9">
  1762.                    <div class="blog-image-v9">
  1763.                      
  1764.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1765.                      
  1766.                    </div>
  1767.                  </div>
  1768.                  <div class="blog-content-v9">
  1769.                    <h3 class="blog-title-v9 "><a class="top-color" href="/trump-calls-loved-ones-of-shot-guard-soldiers-to-white-house/">Trump Calls Loved Ones of Shot Guard Soldiers to White House</a></h3>
  1770.                    <div class="blog-meta-v9">
  1771.                      <span>By <strong>Tyrone Jones</strong></span>
  1772.                      <span>•</span>
  1773.                      <span>06 May 2026</span>
  1774.                    </div>
  1775.                    <p class="blog-excerpt-v9"></p>
  1776.                    <div class="blog-actions-v9">
  1777.                      <a href="/trump-calls-loved-ones-of-shot-guard-soldiers-to-white-house/" class="blog-read-more-v9">Read More →</a>
  1778.                    </div>
  1779.                  </div>
  1780.                </article>
  1781.              </div>
  1782.            
  1783.              <div class="col-md-6 pb-3">
  1784.                <article class="blog-card-v9 h-100">
  1785.                  <div class="blog-image-container-v9">
  1786.                    <div class="blog-image-v9">
  1787.                      
  1788.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1789.                      
  1790.                    </div>
  1791.                  </div>
  1792.                  <div class="blog-content-v9">
  1793.                    <h3 class="blog-title-v9 "><a class="top-color" href="/scream-og-star-matthew-lillard-is-anxious-he-could-ruin-the-franchise-with-scream-7/">Scream OG Star Matthew Lillard Is Anxious He Could Ruin the Franchise with Scream 7.</a></h3>
  1794.                    <div class="blog-meta-v9">
  1795.                      <span>By <strong>Tyrone Jones</strong></span>
  1796.                      <span>•</span>
  1797.                      <span>06 May 2026</span>
  1798.                    </div>
  1799.                    <p class="blog-excerpt-v9"></p>
  1800.                    <div class="blog-actions-v9">
  1801.                      <a href="/scream-og-star-matthew-lillard-is-anxious-he-could-ruin-the-franchise-with-scream-7/" class="blog-read-more-v9">Read More →</a>
  1802.                    </div>
  1803.                  </div>
  1804.                </article>
  1805.              </div>
  1806.            
  1807.              <div class="col-md-6 pb-3">
  1808.                <article class="blog-card-v9 h-100">
  1809.                  <div class="blog-image-container-v9">
  1810.                    <div class="blog-image-v9">
  1811.                      
  1812.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1813.                      
  1814.                    </div>
  1815.                  </div>
  1816.                  <div class="blog-content-v9">
  1817.                    <h3 class="blog-title-v9 "><a class="top-color" href="/skipper-stokes-feels-knackered-yet-remains-fit-to-bowl/">Skipper Stokes Feels &#x27;Knackered&#x27; Yet Remains &#x27;Fit to Bowl&#x27;</a></h3>
  1818.                    <div class="blog-meta-v9">
  1819.                      <span>By <strong>Tyrone Jones</strong></span>
  1820.                      <span>•</span>
  1821.                      <span>06 May 2026</span>
  1822.                    </div>
  1823.                    <p class="blog-excerpt-v9"></p>
  1824.                    <div class="blog-actions-v9">
  1825.                      <a href="/skipper-stokes-feels-knackered-yet-remains-fit-to-bowl/" class="blog-read-more-v9">Read More →</a>
  1826.                    </div>
  1827.                  </div>
  1828.                </article>
  1829.              </div>
  1830.            
  1831.              <div class="col-md-6 pb-3">
  1832.                <article class="blog-card-v9 h-100">
  1833.                  <div class="blog-image-container-v9">
  1834.                    <div class="blog-image-v9">
  1835.                      
  1836.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1837.                      
  1838.                    </div>
  1839.                  </div>
  1840.                  <div class="blog-content-v9">
  1841.                    <h3 class="blog-title-v9 "><a class="top-color" href="/from-grudging-admiration-to-unease-russia-weighs-up-the-fall-of-maduro/">From Grudging Admiration to Unease: Russia Weighs Up the Fall of Maduro.</a></h3>
  1842.                    <div class="blog-meta-v9">
  1843.                      <span>By <strong>Tyrone Jones</strong></span>
  1844.                      <span>•</span>
  1845.                      <span>06 May 2026</span>
  1846.                    </div>
  1847.                    <p class="blog-excerpt-v9"></p>
  1848.                    <div class="blog-actions-v9">
  1849.                      <a href="/from-grudging-admiration-to-unease-russia-weighs-up-the-fall-of-maduro/" class="blog-read-more-v9">Read More →</a>
  1850.                    </div>
  1851.                  </div>
  1852.                </article>
  1853.              </div>
  1854.            
  1855.              <div class="col-md-6 pb-3">
  1856.                <article class="blog-card-v9 h-100">
  1857.                  <div class="blog-image-container-v9">
  1858.                    <div class="blog-image-v9">
  1859.                      
  1860.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1861.                      
  1862.                    </div>
  1863.                  </div>
  1864.                  <div class="blog-content-v9">
  1865.                    <h3 class="blog-title-v9 "><a class="top-color" href="/he-brought-laughter-reflecting-on-the-sports-taken-talent-20-years-on/">&#x27;He brought laughter&#x27;: Reflecting on the sport&#x27;s taken talent 20 years on.</a></h3>
  1866.                    <div class="blog-meta-v9">
  1867.                      <span>By <strong>Tyrone Jones</strong></span>
  1868.                      <span>•</span>
  1869.                      <span>05 May 2026</span>
  1870.                    </div>
  1871.                    <p class="blog-excerpt-v9"></p>
  1872.                    <div class="blog-actions-v9">
  1873.                      <a href="/he-brought-laughter-reflecting-on-the-sports-taken-talent-20-years-on/" class="blog-read-more-v9">Read More →</a>
  1874.                    </div>
  1875.                  </div>
  1876.                </article>
  1877.              </div>
  1878.            
  1879.              <div class="col-md-6 pb-3">
  1880.                <article class="blog-card-v9 h-100">
  1881.                  <div class="blog-image-container-v9">
  1882.                    <div class="blog-image-v9">
  1883.                      
  1884.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1885.                      
  1886.                    </div>
  1887.                  </div>
  1888.                  <div class="blog-content-v9">
  1889.                    <h3 class="blog-title-v9 "><a class="top-color" href="/the-reason-los-blancos-have-complete-trust-in-teenager-thiago-pitarch/">The Reason Los Blancos Have &#x27;Complete Trust&#x27; in Teenager Thiago Pitarch</a></h3>
  1890.                    <div class="blog-meta-v9">
  1891.                      <span>By <strong>Tyrone Jones</strong></span>
  1892.                      <span>•</span>
  1893.                      <span>05 May 2026</span>
  1894.                    </div>
  1895.                    <p class="blog-excerpt-v9"></p>
  1896.                    <div class="blog-actions-v9">
  1897.                      <a href="/the-reason-los-blancos-have-complete-trust-in-teenager-thiago-pitarch/" class="blog-read-more-v9">Read More →</a>
  1898.                    </div>
  1899.                  </div>
  1900.                </article>
  1901.              </div>
  1902.            
  1903.            
  1904.  
  1905.          </div>
  1906.        </div>
  1907.  
  1908.       <div class="col col-lg-4 col-12">
  1909.                
  1910.  
  1911.  
  1912.  
  1913.    
  1914.  
  1915.  
  1916. <!-- Blog Sidebar V2 - Focused Design -->
  1917. <div class="sidebar">
  1918.  <!-- Recent Posts Section -->
  1919.  <div class="sidebar-widget mb-4">
  1920.    <div class="widget-title-wrapper mb-3">
  1921.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  1922.        <i class="ti-time me-2"></i>Recent Posts
  1923.        <span class="title-arrow-primary"></span>
  1924.      </h4>
  1925.    </div>
  1926.    <div class="widget-content border mb-3 border-light shadow-sm rounded-3 p-4">
  1927.      <div class="recent-post-list">
  1928.      
  1929.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1930.          <div class="post-image me-3 flex-shrink-0 position-relative">
  1931.              
  1932.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  1933.              
  1934.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  1935.          </div>
  1936.          <div class="post-content flex-grow-1">
  1937.            <h6 class="post-title mb-2">
  1938.               <a href="/twitch-streamer-welcomes-baby-during-live-stream-for-thousands-of-audience-members/" class="text-decoration-none top-color fw-semibold lh-sm">
  1939.                                            Twitch Streamer Welcomes Baby During Live Stream for Thousands of Audience Members
  1940.                                            </a>
  1941.            </h6>
  1942.            <div class="post-meta">
  1943.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  1944.              <!-- <small class="text-muted">
  1945.                <i class="ti-eye me-1"></i>348 views
  1946.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1947.              </small> -->
  1948.            </div>
  1949.          </div>
  1950.        </div>
  1951.        
  1952.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1953.          <div class="post-image me-3 flex-shrink-0 position-relative">
  1954.              
  1955.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  1956.              
  1957.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  1958.          </div>
  1959.          <div class="post-content flex-grow-1">
  1960.            <h6 class="post-title mb-2">
  1961.               <a href="/manchester-united-set-to-sign-germany-striker-lea-sch%C3%BCller-from-bayern-munich/" class="text-decoration-none top-color fw-semibold lh-sm">
  1962.                                            Manchester United Set to Sign Germany Striker Lea Schüller from Bayern Munich
  1963.                                            </a>
  1964.            </h6>
  1965.            <div class="post-meta">
  1966.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  1967.              <!-- <small class="text-muted">
  1968.                <i class="ti-eye me-1"></i>348 views
  1969.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1970.              </small> -->
  1971.            </div>
  1972.          </div>
  1973.        </div>
  1974.        
  1975.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1976.          <div class="post-image me-3 flex-shrink-0 position-relative">
  1977.              
  1978.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  1979.              
  1980.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  1981.          </div>
  1982.          <div class="post-content flex-grow-1">
  1983.            <h6 class="post-title mb-2">
  1984.               <a href="/celebrating-like-a-champions-league-champion-kendalls-memorable-performance-for-england/" class="text-decoration-none top-color fw-semibold lh-sm">
  1985.                                            ‘Celebrating like a Champions League champion’ - Kendall’s memorable performance for England
  1986.                                            </a>
  1987.            </h6>
  1988.            <div class="post-meta">
  1989.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  1990.              <!-- <small class="text-muted">
  1991.                <i class="ti-eye me-1"></i>348 views
  1992.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1993.              </small> -->
  1994.            </div>
  1995.          </div>
  1996.        </div>
  1997.        
  1998.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1999.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2000.              
  2001.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2002.              
  2003.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2004.          </div>
  2005.          <div class="post-content flex-grow-1">
  2006.            <h6 class="post-title mb-2">
  2007.               <a href="/china-strengthens-control-on-rare-earth-element-shipments-citing-state-security-issues/" class="text-decoration-none top-color fw-semibold lh-sm">
  2008.                                            China Strengthens Control on Rare Earth Element Shipments, Citing State Security Issues
  2009.                                            </a>
  2010.            </h6>
  2011.            <div class="post-meta">
  2012.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  2013.              <!-- <small class="text-muted">
  2014.                <i class="ti-eye me-1"></i>348 views
  2015.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2016.              </small> -->
  2017.            </div>
  2018.          </div>
  2019.        </div>
  2020.        
  2021.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2022.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2023.              
  2024.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2025.              
  2026.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2027.          </div>
  2028.          <div class="post-content flex-grow-1">
  2029.            <h6 class="post-title mb-2">
  2030.               <a href="/ken-burns-discussing-his-monumental-war-of-independence-project-no-project-will-be-more-significant/" class="text-decoration-none top-color fw-semibold lh-sm">
  2031.                                            Ken Burns discussing His Monumental War of Independence Project: ‘No Project Will Be More Significant’
  2032.                                            </a>
  2033.            </h6>
  2034.            <div class="post-meta">
  2035.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  2036.              <!-- <small class="text-muted">
  2037.                <i class="ti-eye me-1"></i>348 views
  2038.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2039.              </small> -->
  2040.            </div>
  2041.          </div>
  2042.        </div>
  2043.        
  2044.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2045.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2046.              
  2047.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2048.              
  2049.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2050.          </div>
  2051.          <div class="post-content flex-grow-1">
  2052.            <h6 class="post-title mb-2">
  2053.               <a href="/aerial-pictures-reveal-irans-navy-and-atomic-locations-targeted-by-us-israeli-military-action/" class="text-decoration-none top-color fw-semibold lh-sm">
  2054.                                            Aerial Pictures Reveal Iran&#x27;s Navy and Atomic Locations Targeted by US-Israeli Military Action.
  2055.                                            </a>
  2056.            </h6>
  2057.            <div class="post-meta">
  2058.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  2059.              <!-- <small class="text-muted">
  2060.                <i class="ti-eye me-1"></i>348 views
  2061.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2062.              </small> -->
  2063.            </div>
  2064.          </div>
  2065.        </div>
  2066.        
  2067.  
  2068.      </div>
  2069.  
  2070.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2071.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2072.      </div> -->
  2073.    </div>
  2074.  </div>
  2075.  
  2076.    
  2077.  <div class="sidebar-widget mb-4">
  2078.    <div class="widget-title-wrapper mb-3">
  2079.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2080.        <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2081.        <span class="title-arrow"></span>
  2082.      </h4>
  2083.    </div>
  2084.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2085.      <div class="blog-roll-list scrollable-sidebar">
  2086.        
  2087.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2088.          <a href="https://www.voiceprint.co.uk/" class="text-decoration-none ">
  2089.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2090.              <i class="ti-angle-right me-2 text-primary"></i>
  2091.               casino not on gamstop
  2092.            </h6>
  2093.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2094.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2095.            </div> -->
  2096.          </a>
  2097.        </div>
  2098.          
  2099.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2100.          <a href="https://www.surfaceview.co.uk/" class="text-decoration-none ">
  2101.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2102.              <i class="ti-angle-right me-2 text-primary"></i>
  2103.               new non gamstop casinos
  2104.            </h6>
  2105.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2106.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2107.            </div> -->
  2108.          </a>
  2109.        </div>
  2110.          
  2111.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2112.          <a href="https://www.gohomeproductions.co.uk/" class="text-decoration-none ">
  2113.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2114.              <i class="ti-angle-right me-2 text-primary"></i>
  2115.               best uk betting sites
  2116.            </h6>
  2117.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2118.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2119.            </div> -->
  2120.          </a>
  2121.        </div>
  2122.          
  2123.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2124.          <a href="https://www.mesaonline.org/" class="text-decoration-none ">
  2125.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2126.              <i class="ti-angle-right me-2 text-primary"></i>
  2127.               non gamstop casinos uk
  2128.            </h6>
  2129.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2130.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2131.            </div> -->
  2132.          </a>
  2133.        </div>
  2134.          
  2135.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2136.          <a href="https://britishicehockey.co.uk/" class="text-decoration-none ">
  2137.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2138.              <i class="ti-angle-right me-2 text-primary"></i>
  2139.               casino not on gamstop
  2140.            </h6>
  2141.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2142.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2143.            </div> -->
  2144.          </a>
  2145.        </div>
  2146.          
  2147.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2148.          <a href="https://esports-news.co.uk/online-casinos/non-gamstop/" class="text-decoration-none ">
  2149.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2150.              <i class="ti-angle-right me-2 text-primary"></i>
  2151.               non gamstop casinos
  2152.            </h6>
  2153.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2154.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2155.            </div> -->
  2156.          </a>
  2157.        </div>
  2158.          
  2159.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2160.          <a href="https://www.frn.org.uk/" class="text-decoration-none ">
  2161.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2162.              <i class="ti-angle-right me-2 text-primary"></i>
  2163.               best betting sites uk
  2164.            </h6>
  2165.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2166.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2167.            </div> -->
  2168.          </a>
  2169.        </div>
  2170.          
  2171.      </div>
  2172.  
  2173.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2174.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2175.      </div> -->
  2176.    </div>
  2177.  </div>
  2178.    
  2179.  <div class="sidebar-widget mb-4">
  2180.    <div class="widget-title-wrapper mb-3">
  2181.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2182.        <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2183.        <span class="title-arrow"></span>
  2184.      </h4>
  2185.    </div>
  2186.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2187.      <div class="blog-roll-list scrollable-sidebar">
  2188.        
  2189.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2190.          <a href="https://www.llancaiachfawr.co.uk/" class="text-decoration-none ">
  2191.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2192.              <i class="ti-angle-right me-2 text-primary"></i>
  2193.               non GamStop casino
  2194.            </h6>
  2195.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2196.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2197.            </div> -->
  2198.          </a>
  2199.        </div>
  2200.          
  2201.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2202.          <a href="https://www.durhamminers.org/" class="text-decoration-none ">
  2203.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2204.              <i class="ti-angle-right me-2 text-primary"></i>
  2205.               online casinos
  2206.            </h6>
  2207.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2208.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2209.            </div> -->
  2210.          </a>
  2211.        </div>
  2212.          
  2213.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2214.          <a href="https://newsoundgeneration.co.uk/casinos-not-on-gamstop/" class="text-decoration-none ">
  2215.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2216.              <i class="ti-angle-right me-2 text-primary"></i>
  2217.               Non GamStop Casino
  2218.            </h6>
  2219.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2220.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2221.            </div> -->
  2222.          </a>
  2223.        </div>
  2224.          
  2225.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2226.          <a href="https://www.thecakestore.co.uk/" class="text-decoration-none ">
  2227.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2228.              <i class="ti-angle-right me-2 text-primary"></i>
  2229.               crypto casino UK
  2230.            </h6>
  2231.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2232.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2233.            </div> -->
  2234.          </a>
  2235.        </div>
  2236.          
  2237.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2238.          <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" class="text-decoration-none ">
  2239.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2240.              <i class="ti-angle-right me-2 text-primary"></i>
  2241.               casino not on gamstop
  2242.            </h6>
  2243.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2244.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2245.            </div> -->
  2246.          </a>
  2247.        </div>
  2248.          
  2249.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2250.          <a href="https://stmargarets.london/" class="text-decoration-none ">
  2251.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2252.              <i class="ti-angle-right me-2 text-primary"></i>
  2253.               non gamstop casino
  2254.            </h6>
  2255.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2256.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2257.            </div> -->
  2258.          </a>
  2259.        </div>
  2260.          
  2261.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2262.          <a href="https://www.uberrock.co.uk/" class="text-decoration-none ">
  2263.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2264.              <i class="ti-angle-right me-2 text-primary"></i>
  2265.               non gamstop casinos
  2266.            </h6>
  2267.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2268.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2269.            </div> -->
  2270.          </a>
  2271.        </div>
  2272.          
  2273.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2274.          <a href="https://straightfromyard.co.uk/" class="text-decoration-none ">
  2275.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2276.              <i class="ti-angle-right me-2 text-primary"></i>
  2277.               casino not on gamstop
  2278.            </h6>
  2279.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2280.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2281.            </div> -->
  2282.          </a>
  2283.        </div>
  2284.          
  2285.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2286.          <a href="https://www.london-irish.com/" class="text-decoration-none ">
  2287.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2288.              <i class="ti-angle-right me-2 text-primary"></i>
  2289.               casino not on gamstop
  2290.            </h6>
  2291.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2292.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2293.            </div> -->
  2294.          </a>
  2295.        </div>
  2296.          
  2297.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2298.          <a href="https://bereavementcommission.org.uk/" class="text-decoration-none ">
  2299.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2300.              <i class="ti-angle-right me-2 text-primary"></i>
  2301.               casino not on gamstop
  2302.            </h6>
  2303.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2304.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2305.            </div> -->
  2306.          </a>
  2307.        </div>
  2308.          
  2309.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2310.          <a href="https://www.citytosea.org.uk/" class="text-decoration-none ">
  2311.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2312.              <i class="ti-angle-right me-2 text-primary"></i>
  2313.               casino not on gamstop
  2314.            </h6>
  2315.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2316.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2317.            </div> -->
  2318.          </a>
  2319.        </div>
  2320.          
  2321.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2322.          <a href="https://www.summerhall.co.uk/" class="text-decoration-none ">
  2323.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2324.              <i class="ti-angle-right me-2 text-primary"></i>
  2325.               casino not on gamstop
  2326.            </h6>
  2327.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2328.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2329.            </div> -->
  2330.          </a>
  2331.        </div>
  2332.          
  2333.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2334.          <a href="https://www.surfaceview.co.uk/" class="text-decoration-none ">
  2335.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2336.              <i class="ti-angle-right me-2 text-primary"></i>
  2337.               casino not on gamstop
  2338.            </h6>
  2339.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2340.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2341.            </div> -->
  2342.          </a>
  2343.        </div>
  2344.          
  2345.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2346.          <a href="https://www.cca-glasgow.com/" class="text-decoration-none ">
  2347.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2348.              <i class="ti-angle-right me-2 text-primary"></i>
  2349.               casino not on gamstop
  2350.            </h6>
  2351.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2352.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2353.            </div> -->
  2354.          </a>
  2355.        </div>
  2356.          
  2357.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2358.          <a href="https://allcatsrgrey.org.uk/" class="text-decoration-none ">
  2359.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2360.              <i class="ti-angle-right me-2 text-primary"></i>
  2361.               casino not on gamstop
  2362.            </h6>
  2363.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2364.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2365.            </div> -->
  2366.          </a>
  2367.        </div>
  2368.          
  2369.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2370.          <a href="https://internationalschoolmealsday.com/" class="text-decoration-none ">
  2371.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2372.              <i class="ti-angle-right me-2 text-primary"></i>
  2373.               casino not on gamstop
  2374.            </h6>
  2375.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2376.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2377.            </div> -->
  2378.          </a>
  2379.        </div>
  2380.          
  2381.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2382.          <a href="https://savethedatemagazine.co.uk/" class="text-decoration-none ">
  2383.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2384.              <i class="ti-angle-right me-2 text-primary"></i>
  2385.               casino not on gamstop
  2386.            </h6>
  2387.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2388.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2389.            </div> -->
  2390.          </a>
  2391.        </div>
  2392.          
  2393.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2394.          <a href="https://knightsof.media/" class="text-decoration-none ">
  2395.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2396.              <i class="ti-angle-right me-2 text-primary"></i>
  2397.               gambling sites not on gamstop
  2398.            </h6>
  2399.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2400.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2401.            </div> -->
  2402.          </a>
  2403.        </div>
  2404.          
  2405.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2406.          <a href="https://unbound.co.uk/" class="text-decoration-none ">
  2407.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2408.              <i class="ti-angle-right me-2 text-primary"></i>
  2409.               casino not on gamstop
  2410.            </h6>
  2411.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2412.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2413.            </div> -->
  2414.          </a>
  2415.        </div>
  2416.          
  2417.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2418.          <a href="https://www.elthampalace.org.uk/" class="text-decoration-none ">
  2419.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2420.              <i class="ti-angle-right me-2 text-primary"></i>
  2421.               casino not on gamstop
  2422.            </h6>
  2423.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2424.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2425.            </div> -->
  2426.          </a>
  2427.        </div>
  2428.          
  2429.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2430.          <a href="https://www.fourpure.com/" class="text-decoration-none ">
  2431.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2432.              <i class="ti-angle-right me-2 text-primary"></i>
  2433.               non GamStop casinos
  2434.            </h6>
  2435.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2436.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2437.            </div> -->
  2438.          </a>
  2439.        </div>
  2440.          
  2441.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2442.          <a href="https://www.nordicresearchnetwork.co.uk/" class="text-decoration-none ">
  2443.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2444.              <i class="ti-angle-right me-2 text-primary"></i>
  2445.               Non UK Casinos
  2446.            </h6>
  2447.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2448.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2449.            </div> -->
  2450.          </a>
  2451.        </div>
  2452.          
  2453.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2454.          <a href="https://www.nhsborders.org.uk/" class="text-decoration-none ">
  2455.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2456.              <i class="ti-angle-right me-2 text-primary"></i>
  2457.               bitcoin casino
  2458.            </h6>
  2459.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2460.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2461.            </div> -->
  2462.          </a>
  2463.        </div>
  2464.          
  2465.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2466.          <a href="https://22wcss.org" class="text-decoration-none ">
  2467.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2468.              <i class="ti-angle-right me-2 text-primary"></i>
  2469.               non gamstop casinos
  2470.            </h6>
  2471.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2472.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2473.            </div> -->
  2474.          </a>
  2475.        </div>
  2476.          
  2477.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2478.          <a href="https://wycombewanderers.co.uk" class="text-decoration-none ">
  2479.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2480.              <i class="ti-angle-right me-2 text-primary"></i>
  2481.               non gamstop casino
  2482.            </h6>
  2483.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2484.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2485.            </div> -->
  2486.          </a>
  2487.        </div>
  2488.          
  2489.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2490.          <a href="https://bwanet.org" class="text-decoration-none ">
  2491.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2492.              <i class="ti-angle-right me-2 text-primary"></i>
  2493.               non gamstop casinos
  2494.            </h6>
  2495.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2496.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2497.            </div> -->
  2498.          </a>
  2499.        </div>
  2500.          
  2501.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2502.          <a href="https://unbound.co.uk/" class="text-decoration-none ">
  2503.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2504.              <i class="ti-angle-right me-2 text-primary"></i>
  2505.               non gamstop casino
  2506.            </h6>
  2507.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2508.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2509.            </div> -->
  2510.          </a>
  2511.        </div>
  2512.          
  2513.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2514.          <a href="https://www.citytosea.org.uk/" class="text-decoration-none ">
  2515.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2516.              <i class="ti-angle-right me-2 text-primary"></i>
  2517.               non gamstop casino
  2518.            </h6>
  2519.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2520.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2521.            </div> -->
  2522.          </a>
  2523.        </div>
  2524.          
  2525.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2526.          <a href="https://steviethefox.co.uk/" class="text-decoration-none ">
  2527.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2528.              <i class="ti-angle-right me-2 text-primary"></i>
  2529.               crypto sports betting no kyc
  2530.            </h6>
  2531.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2532.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2533.            </div> -->
  2534.          </a>
  2535.        </div>
  2536.          
  2537.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2538.          <a href="https://www.nabaiji.co.uk/" class="text-decoration-none ">
  2539.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2540.              <i class="ti-angle-right me-2 text-primary"></i>
  2541.               uk poker sites not on gamstop
  2542.            </h6>
  2543.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2544.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2545.            </div> -->
  2546.          </a>
  2547.        </div>
  2548.          
  2549.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2550.          <a href="https://www.capturingourcoast.co.uk/" class="text-decoration-none ">
  2551.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2552.              <i class="ti-angle-right me-2 text-primary"></i>
  2553.               non gamstop casino
  2554.            </h6>
  2555.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2556.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2557.            </div> -->
  2558.          </a>
  2559.        </div>
  2560.          
  2561.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2562.          <a href="https://www.cca-glasgow.com/" class="text-decoration-none ">
  2563.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2564.              <i class="ti-angle-right me-2 text-primary"></i>
  2565.               non gamstop casino
  2566.            </h6>
  2567.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2568.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2569.            </div> -->
  2570.          </a>
  2571.        </div>
  2572.          
  2573.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2574.          <a href="https://knightsof.media/" class="text-decoration-none ">
  2575.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2576.              <i class="ti-angle-right me-2 text-primary"></i>
  2577.               casino not on gamstop
  2578.            </h6>
  2579.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2580.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2581.            </div> -->
  2582.          </a>
  2583.        </div>
  2584.          
  2585.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2586.          <a href="https://israelpremiertech.com" class="text-decoration-none ">
  2587.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2588.              <i class="ti-angle-right me-2 text-primary"></i>
  2589.               UK casinos not on GamStop
  2590.            </h6>
  2591.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2592.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2593.            </div> -->
  2594.          </a>
  2595.        </div>
  2596.          
  2597.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2598.          <a href="https://www.jeremysrestaurant.co.uk/" class="text-decoration-none ">
  2599.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2600.              <i class="ti-angle-right me-2 text-primary"></i>
  2601.               instant withdrawal casino UK
  2602.            </h6>
  2603.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2604.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2605.            </div> -->
  2606.          </a>
  2607.        </div>
  2608.          
  2609.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2610.          <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none ">
  2611.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2612.              <i class="ti-angle-right me-2 text-primary"></i>
  2613.               online casinos
  2614.            </h6>
  2615.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2616.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2617.            </div> -->
  2618.          </a>
  2619.        </div>
  2620.          
  2621.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2622.          <a href="https://www.edinburghwhiskyblog.com/" class="text-decoration-none ">
  2623.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2624.              <i class="ti-angle-right me-2 text-primary"></i>
  2625.               best non Gamstop casinos
  2626.            </h6>
  2627.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2628.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2629.            </div> -->
  2630.          </a>
  2631.        </div>
  2632.          
  2633.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2634.          <a href="https://www.gamblinginsider.com/uk/online-casinos" class="text-decoration-none ">
  2635.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2636.              <i class="ti-angle-right me-2 text-primary"></i>
  2637.               best uk online casinos
  2638.            </h6>
  2639.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2640.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2641.            </div> -->
  2642.          </a>
  2643.        </div>
  2644.          
  2645.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2646.          <a href="https://www.squarebox.co.uk/" class="text-decoration-none ">
  2647.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2648.              <i class="ti-angle-right me-2 text-primary"></i>
  2649.               casinos not on gamstop
  2650.            </h6>
  2651.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2652.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2653.            </div> -->
  2654.          </a>
  2655.        </div>
  2656.          
  2657.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2658.          <a href="https://bereavementcommission.org.uk/" class="text-decoration-none ">
  2659.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2660.              <i class="ti-angle-right me-2 text-primary"></i>
  2661.               casinos not on gamstop
  2662.            </h6>
  2663.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2664.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2665.            </div> -->
  2666.          </a>
  2667.        </div>
  2668.          
  2669.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2670.          <a href="https://bereavementcommission.org.uk/" class="text-decoration-none ">
  2671.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2672.              <i class="ti-angle-right me-2 text-primary"></i>
  2673.               uk casinos not on gamstop
  2674.            </h6>
  2675.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2676.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2677.            </div> -->
  2678.          </a>
  2679.        </div>
  2680.          
  2681.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2682.          <a href="https://www.surfaceview.co.uk/" class="text-decoration-none ">
  2683.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2684.              <i class="ti-angle-right me-2 text-primary"></i>
  2685.               uk casinos not on gamstop
  2686.            </h6>
  2687.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2688.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2689.            </div> -->
  2690.          </a>
  2691.        </div>
  2692.          
  2693.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2694.          <a href="https://fdncoffee.com" class="text-decoration-none ">
  2695.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2696.              <i class="ti-angle-right me-2 text-primary"></i>
  2697.               casinos not on GamStop
  2698.            </h6>
  2699.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2700.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2701.            </div> -->
  2702.          </a>
  2703.        </div>
  2704.          
  2705.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2706.          <a href="https://www.happydaysrv.co.uk" class="text-decoration-none ">
  2707.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2708.              <i class="ti-angle-right me-2 text-primary"></i>
  2709.               UK casino not on GamStop
  2710.            </h6>
  2711.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2712.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2713.            </div> -->
  2714.          </a>
  2715.        </div>
  2716.          
  2717.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2718.          <a href="https://roeparkresort.com" class="text-decoration-none ">
  2719.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2720.              <i class="ti-angle-right me-2 text-primary"></i>
  2721.               new non GamStop casinos
  2722.            </h6>
  2723.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2724.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2725.            </div> -->
  2726.          </a>
  2727.        </div>
  2728.          
  2729.      </div>
  2730.  
  2731.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2732.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2733.      </div> -->
  2734.    </div>
  2735.  </div>
  2736.    
  2737.  <div class="sidebar-widget mb-4">
  2738.    <div class="widget-title-wrapper mb-3">
  2739.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2740.        <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2741.        <span class="title-arrow"></span>
  2742.      </h4>
  2743.    </div>
  2744.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2745.      <div class="blog-roll-list scrollable-sidebar">
  2746.        
  2747.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2748.          <a href="https://www.drenge.co.uk/" class="text-decoration-none ">
  2749.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2750.              <i class="ti-angle-right me-2 text-primary"></i>
  2751.               best casino not on GamStop
  2752.            </h6>
  2753.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2754.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2755.            </div> -->
  2756.          </a>
  2757.        </div>
  2758.          
  2759.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2760.          <a href="https://www.bmag.org.uk/" class="text-decoration-none ">
  2761.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2762.              <i class="ti-angle-right me-2 text-primary"></i>
  2763.               online casinos UK
  2764.            </h6>
  2765.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2766.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2767.            </div> -->
  2768.          </a>
  2769.        </div>
  2770.          
  2771.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2772.          <a href="https://www.ginspa.co.uk/" class="text-decoration-none ">
  2773.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2774.              <i class="ti-angle-right me-2 text-primary"></i>
  2775.               casinos not on GamStop
  2776.            </h6>
  2777.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2778.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2779.            </div> -->
  2780.          </a>
  2781.        </div>
  2782.          
  2783.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2784.          <a href="https://www.dinton-pastures.co.uk/" class="text-decoration-none ">
  2785.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2786.              <i class="ti-angle-right me-2 text-primary"></i>
  2787.               non GamStop casinos
  2788.            </h6>
  2789.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2790.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2791.            </div> -->
  2792.          </a>
  2793.        </div>
  2794.          
  2795.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2796.          <a href="https://www.swtrains.co.uk/" class="text-decoration-none ">
  2797.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2798.              <i class="ti-angle-right me-2 text-primary"></i>
  2799.               Spinshark non Gamstop
  2800.            </h6>
  2801.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2802.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2803.            </div> -->
  2804.          </a>
  2805.        </div>
  2806.          
  2807.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2808.          <a href="https://migrations.uk/" class="text-decoration-none ">
  2809.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2810.              <i class="ti-angle-right me-2 text-primary"></i>
  2811.               Harry Casino review
  2812.            </h6>
  2813.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2814.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2815.            </div> -->
  2816.          </a>
  2817.        </div>
  2818.          
  2819.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2820.          <a href="https://forcesreunited.org.uk/" class="text-decoration-none ">
  2821.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2822.              <i class="ti-angle-right me-2 text-primary"></i>
  2823.               Harry Casino bonus
  2824.            </h6>
  2825.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2826.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2827.            </div> -->
  2828.          </a>
  2829.        </div>
  2830.          
  2831.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2832.          <a href="https://www.deakinandblue.com/" class="text-decoration-none ">
  2833.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2834.              <i class="ti-angle-right me-2 text-primary"></i>
  2835.               top 20 online casinos uk real money
  2836.            </h6>
  2837.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2838.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2839.            </div> -->
  2840.          </a>
  2841.        </div>
  2842.          
  2843.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2844.          <a href="https://www.kysty.co.uk/" class="text-decoration-none ">
  2845.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2846.              <i class="ti-angle-right me-2 text-primary"></i>
  2847.               non GamStop casinos
  2848.            </h6>
  2849.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2850.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2851.            </div> -->
  2852.          </a>
  2853.        </div>
  2854.          
  2855.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2856.          <a href="https://www.thekarczma.co.uk/" class="text-decoration-none ">
  2857.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2858.              <i class="ti-angle-right me-2 text-primary"></i>
  2859.               online casinos
  2860.            </h6>
  2861.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2862.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2863.            </div> -->
  2864.          </a>
  2865.        </div>
  2866.          
  2867.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2868.          <a href="https://www.falconryforum.co.uk/" class="text-decoration-none ">
  2869.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2870.              <i class="ti-angle-right me-2 text-primary"></i>
  2871.               casino not on gamstop
  2872.            </h6>
  2873.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2874.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2875.            </div> -->
  2876.          </a>
  2877.        </div>
  2878.          
  2879.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2880.          <a href="https://www.cressbrook.co.uk/" class="text-decoration-none ">
  2881.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2882.              <i class="ti-angle-right me-2 text-primary"></i>
  2883.               online casinos
  2884.            </h6>
  2885.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2886.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2887.            </div> -->
  2888.          </a>
  2889.        </div>
  2890.          
  2891.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2892.          <a href="https://www.ukrmb.co.uk/" class="text-decoration-none ">
  2893.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2894.              <i class="ti-angle-right me-2 text-primary"></i>
  2895.               non gamstop casinos
  2896.            </h6>
  2897.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2898.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2899.            </div> -->
  2900.          </a>
  2901.        </div>
  2902.          
  2903.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2904.          <a href="https://citytosea.org.uk/" class="text-decoration-none ">
  2905.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2906.              <i class="ti-angle-right me-2 text-primary"></i>
  2907.               non gamstop casinos
  2908.            </h6>
  2909.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2910.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2911.            </div> -->
  2912.          </a>
  2913.        </div>
  2914.          
  2915.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2916.          <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none ">
  2917.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2918.              <i class="ti-angle-right me-2 text-primary"></i>
  2919.               Slots Not on Gamstop
  2920.            </h6>
  2921.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2922.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2923.            </div> -->
  2924.          </a>
  2925.        </div>
  2926.          
  2927.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2928.          <a href="https://www.techandplay.org/" class="text-decoration-none ">
  2929.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2930.              <i class="ti-angle-right me-2 text-primary"></i>
  2931.               new betting sites uk
  2932.            </h6>
  2933.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2934.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2935.            </div> -->
  2936.          </a>
  2937.        </div>
  2938.          
  2939.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2940.          <a href="https://bikeweek.org.uk/" class="text-decoration-none ">
  2941.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2942.              <i class="ti-angle-right me-2 text-primary"></i>
  2943.               non gamstop casinos
  2944.            </h6>
  2945.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2946.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2947.            </div> -->
  2948.          </a>
  2949.        </div>
  2950.          
  2951.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2952.          <a href="https://oncallfire.uk/" class="text-decoration-none ">
  2953.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2954.              <i class="ti-angle-right me-2 text-primary"></i>
  2955.               casinos not on GAMSTOP
  2956.            </h6>
  2957.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2958.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2959.            </div> -->
  2960.          </a>
  2961.        </div>
  2962.          
  2963.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2964.          <a href="https://kam-media.co.uk/" class="text-decoration-none ">
  2965.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2966.              <i class="ti-angle-right me-2 text-primary"></i>
  2967.               non gamstop casinos
  2968.            </h6>
  2969.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2970.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2971.            </div> -->
  2972.          </a>
  2973.        </div>
  2974.          
  2975.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2976.          <a href="https://thefoodmarket.com/" class="text-decoration-none ">
  2977.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2978.              <i class="ti-angle-right me-2 text-primary"></i>
  2979.               crypto casino UK
  2980.            </h6>
  2981.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2982.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2983.            </div> -->
  2984.          </a>
  2985.        </div>
  2986.          
  2987.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2988.          <a href="https://www.marblearchcavesgeopark.com/" class="text-decoration-none ">
  2989.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2990.              <i class="ti-angle-right me-2 text-primary"></i>
  2991.               online casino
  2992.            </h6>
  2993.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2994.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2995.            </div> -->
  2996.          </a>
  2997.        </div>
  2998.          
  2999.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3000.          <a href="https://savethedatemagazine.co.uk/" class="text-decoration-none ">
  3001.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3002.              <i class="ti-angle-right me-2 text-primary"></i>
  3003.               non gamstop casino
  3004.            </h6>
  3005.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3006.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3007.            </div> -->
  3008.          </a>
  3009.        </div>
  3010.          
  3011.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3012.          <a href="https://techweekeurope.co.uk/" class="text-decoration-none ">
  3013.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3014.              <i class="ti-angle-right me-2 text-primary"></i>
  3015.               online casino
  3016.            </h6>
  3017.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3018.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3019.            </div> -->
  3020.          </a>
  3021.        </div>
  3022.          
  3023.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3024.          <a href="https://insidebitcoins.com/crypto-casinos/best-crypto-casinos-uk" class="text-decoration-none ">
  3025.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3026.              <i class="ti-angle-right me-2 text-primary"></i>
  3027.               crypto casinos UK
  3028.            </h6>
  3029.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3030.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3031.            </div> -->
  3032.          </a>
  3033.        </div>
  3034.          
  3035.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3036.          <a href="https://www.cryptocurrencyfreak.com/" class="text-decoration-none ">
  3037.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3038.              <i class="ti-angle-right me-2 text-primary"></i>
  3039.               bitcoin casino
  3040.            </h6>
  3041.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3042.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3043.            </div> -->
  3044.          </a>
  3045.        </div>
  3046.          
  3047.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3048.          <a href="https://fr.goldenrivieracasino.com/" class="text-decoration-none ">
  3049.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3050.              <i class="ti-angle-right me-2 text-primary"></i>
  3051.               casino en ligne france
  3052.            </h6>
  3053.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3054.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3055.            </div> -->
  3056.          </a>
  3057.        </div>
  3058.          
  3059.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3060.          <a href="https://roadpeace.org/" class="text-decoration-none ">
  3061.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3062.              <i class="ti-angle-right me-2 text-primary"></i>
  3063.               non gamstop casino
  3064.            </h6>
  3065.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3066.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3067.            </div> -->
  3068.          </a>
  3069.        </div>
  3070.          
  3071.      </div>
  3072.  
  3073.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3074.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3075.      </div> -->
  3076.    </div>
  3077.  </div>
  3078.    
  3079.  <div class="sidebar-widget mb-4">
  3080.    <div class="widget-title-wrapper mb-3">
  3081.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3082.        <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3083.        <span class="title-arrow"></span>
  3084.      </h4>
  3085.    </div>
  3086.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3087.      <div class="blog-roll-list scrollable-sidebar">
  3088.        
  3089.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3090.          <a href="https://www.welcometoportsmouth.co.uk/" class="text-decoration-none ">
  3091.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3092.              <i class="ti-angle-right me-2 text-primary"></i>
  3093.               online casino uk
  3094.            </h6>
  3095.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3096.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3097.            </div> -->
  3098.          </a>
  3099.        </div>
  3100.          
  3101.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3102.          <a href="https://internationalschoolmealsday.com/" class="text-decoration-none ">
  3103.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3104.              <i class="ti-angle-right me-2 text-primary"></i>
  3105.               best non gamstop casinos
  3106.            </h6>
  3107.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3108.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3109.            </div> -->
  3110.          </a>
  3111.        </div>
  3112.          
  3113.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3114.          <a href="https://www.roadpeace.org/" class="text-decoration-none ">
  3115.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3116.              <i class="ti-angle-right me-2 text-primary"></i>
  3117.               non gamstop casino
  3118.            </h6>
  3119.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3120.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3121.            </div> -->
  3122.          </a>
  3123.        </div>
  3124.          
  3125.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3126.          <a href="https://www.summerhall.co.uk/" class="text-decoration-none ">
  3127.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3128.              <i class="ti-angle-right me-2 text-primary"></i>
  3129.               casinos not on gamstop
  3130.            </h6>
  3131.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3132.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3133.            </div> -->
  3134.          </a>
  3135.        </div>
  3136.          
  3137.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3138.          <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none ">
  3139.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3140.              <i class="ti-angle-right me-2 text-primary"></i>
  3141.               best uk betting sites
  3142.            </h6>
  3143.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3144.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3145.            </div> -->
  3146.          </a>
  3147.        </div>
  3148.          
  3149.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3150.          <a href="https://itechlabs.co.uk/" class="text-decoration-none ">
  3151.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3152.              <i class="ti-angle-right me-2 text-primary"></i>
  3153.               best betting sites uk
  3154.            </h6>
  3155.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3156.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3157.            </div> -->
  3158.          </a>
  3159.        </div>
  3160.          
  3161.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3162.          <a href="https://plasticoceans.uk/" class="text-decoration-none ">
  3163.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3164.              <i class="ti-angle-right me-2 text-primary"></i>
  3165.               casinos not on gamstop
  3166.            </h6>
  3167.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3168.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3169.            </div> -->
  3170.          </a>
  3171.        </div>
  3172.          
  3173.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3174.          <a href="https://www.techandplay.org/" class="text-decoration-none ">
  3175.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3176.              <i class="ti-angle-right me-2 text-primary"></i>
  3177.               non gamstop sports betting
  3178.            </h6>
  3179.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3180.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3181.            </div> -->
  3182.          </a>
  3183.        </div>
  3184.          
  3185.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3186.          <a href="https://bereavementcommission.org.uk/" class="text-decoration-none ">
  3187.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3188.              <i class="ti-angle-right me-2 text-primary"></i>
  3189.               online casinos
  3190.            </h6>
  3191.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3192.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3193.            </div> -->
  3194.          </a>
  3195.        </div>
  3196.          
  3197.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3198.          <a href="https://jst.org.uk/" class="text-decoration-none ">
  3199.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3200.              <i class="ti-angle-right me-2 text-primary"></i>
  3201.               casinos not on gamstop
  3202.            </h6>
  3203.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3204.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3205.            </div> -->
  3206.          </a>
  3207.        </div>
  3208.          
  3209.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3210.          <a href="https://www.lsx.org.uk/" class="text-decoration-none ">
  3211.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3212.              <i class="ti-angle-right me-2 text-primary"></i>
  3213.               bookmakers not on gamstop
  3214.            </h6>
  3215.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3216.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3217.            </div> -->
  3218.          </a>
  3219.        </div>
  3220.          
  3221.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3222.          <a href="https://www.foreignersinuk.co.uk/" class="text-decoration-none ">
  3223.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3224.              <i class="ti-angle-right me-2 text-primary"></i>
  3225.               best non gamstop casino
  3226.            </h6>
  3227.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3228.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3229.            </div> -->
  3230.          </a>
  3231.        </div>
  3232.          
  3233.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3234.          <a href="https://www.akitasoftware.com/" class="text-decoration-none ">
  3235.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3236.              <i class="ti-angle-right me-2 text-primary"></i>
  3237.               crypto casino
  3238.            </h6>
  3239.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3240.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3241.            </div> -->
  3242.          </a>
  3243.        </div>
  3244.          
  3245.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3246.          <a href="https://gdalabel.org.uk/" class="text-decoration-none ">
  3247.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3248.              <i class="ti-angle-right me-2 text-primary"></i>
  3249.               non gamstop casinos
  3250.            </h6>
  3251.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3252.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3253.            </div> -->
  3254.          </a>
  3255.        </div>
  3256.          
  3257.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3258.          <a href="https://gamingamerica.com/non-gamstop-casinos" class="text-decoration-none ">
  3259.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3260.              <i class="ti-angle-right me-2 text-primary"></i>
  3261.               non gamstop casinos
  3262.            </h6>
  3263.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3264.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3265.            </div> -->
  3266.          </a>
  3267.        </div>
  3268.          
  3269.      </div>
  3270.  
  3271.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3272.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3273.      </div> -->
  3274.    </div>
  3275.  </div>
  3276.    
  3277.  <!-- <div class="sidebar-widget">
  3278.    <div class="widget-title-wrapper mb-3">
  3279.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3280.        <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  3281.        <span class="title-arrow"></span>
  3282.      </h4>
  3283.    </div>
  3284.    <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3285.      <div class="blog-roll-list">
  3286.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3287.          <a href="#" class="text-decoration-none">
  3288.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3289.              <i class="ti-angle-right me-2 text-primary"></i>
  3290.              Complete Guide to Django REST Framework
  3291.            </h6>
  3292.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3293.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3294.            </div>
  3295.          </a>
  3296.        </div>
  3297.  
  3298.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3299.          <a href="#" class="text-decoration-none">
  3300.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3301.              <i class="ti-angle-right me-2 text-primary"></i>
  3302.              Modern JavaScript ES2025 Features
  3303.            </h6>
  3304.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3305.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 25, 2025</small>
  3306.            </div>
  3307.          </a>
  3308.        </div>
  3309.  
  3310.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3311.          <a href="#" class="text-decoration-none">
  3312.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3313.              <i class="ti-angle-right me-2 text-primary"></i>
  3314.              Digital Marketing Trends in 2025
  3315.            </h6>
  3316.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3317.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 23, 2025</small>
  3318.            </div>
  3319.          </a>
  3320.        </div>
  3321.  
  3322.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3323.          <a href="#" class="text-decoration-none">
  3324.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3325.              <i class="ti-angle-right me-2 text-primary"></i>
  3326.              Remote Work Best Practices
  3327.            </h6>
  3328.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3329.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 20, 2025</small>
  3330.            </div>
  3331.          </a>
  3332.        </div>
  3333.  
  3334.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3335.          <a href="#" class="text-decoration-none">
  3336.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3337.              <i class="ti-angle-right me-2 text-primary"></i>
  3338.              Sustainable Living Tips for Beginners
  3339.            </h6>
  3340.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3341.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 18, 2025</small>
  3342.            </div>
  3343.          </a>
  3344.        </div>
  3345.  
  3346.        <div class="blog-roll-item">
  3347.          <a href="#" class="text-decoration-none">
  3348.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3349.              <i class="ti-angle-right me-2 text-primary"></i>
  3350.              AI and Machine Learning Basics
  3351.            </h6>
  3352.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3353.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 15, 2025</small>
  3354.            </div>
  3355.          </a>
  3356.        </div>
  3357.      </div>
  3358.  
  3359.      <div class="text-center mt-4 pt-3 border-top border-light">
  3360.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3361.      </div>
  3362.    </div>
  3363.  </div> -->
  3364. </div>
  3365.  
  3366. <!-- Sidebar V2 Styles -->
  3367. <style>
  3368.  .sidebar-widget {
  3369.    position: relative;
  3370.  }
  3371.  
  3372.  .widget-title {
  3373.    font-size: 1.1rem;
  3374.    font-weight: 700;
  3375.    display: inline-block;
  3376.    position: relative;
  3377.    z-index: 2;
  3378.    border-radius: 0;
  3379.  }
  3380.  
  3381.  /* Green arrow for August Blog Roll */
  3382.  .title-arrow::after {
  3383.    content: '';
  3384.    position: absolute;
  3385.    top: 0;
  3386.    right: -22px;
  3387.    width: 0;
  3388.    height: 0;
  3389.    border-left: 22px solid var(--bs-primary);
  3390.    border-top: 22px solid transparent;
  3391.    border-bottom: 22px solid transparent;
  3392.    z-index: 1;
  3393.  }
  3394.  
  3395.  /* Blue arrow for Recent Posts */
  3396.  .title-arrow-primary::after {
  3397.    content: '';
  3398.    position: absolute;
  3399.    top: 0;
  3400.    right: -22px;
  3401.    width: 0;
  3402.    height: 0;
  3403.    border-left: 22px solid var(--bs-primary);
  3404.    border-top: 22px solid transparent;
  3405.    border-bottom: 22px solid transparent;
  3406.    z-index: 1;
  3407.  }
  3408.  
  3409.  .widget-content {
  3410.    margin-top: -1px;
  3411.    position: relative;
  3412.    z-index: 1;
  3413.    background-color: var(--card-bg);
  3414.  }
  3415.  
  3416.  /* Blog Roll Items Hover Effects */
  3417.  .blog-roll-item:hover .blog-title {
  3418.    color: #198754 !important;
  3419.    transform: translateX(5px);
  3420.    transition: all 0.3s ease;
  3421.  }
  3422.  
  3423.  /* Recent Post Items Hover Effects */
  3424.  .recent-post-item:hover .post-title a {
  3425.    color: #0d6efd !important;
  3426.    transition: color 0.3s ease;
  3427.  }
  3428.  
  3429.  .recent-post-item:hover .post-image img {
  3430.    transform: scale(1.05);
  3431.    transition: transform 0.3s ease;
  3432.  }
  3433.  
  3434.  /* Button Hover Effects */
  3435.  .btn:hover {
  3436.    transform: translateY(-2px);
  3437.    transition: all 0.3s ease;
  3438.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3439.  }
  3440.  
  3441.  /* Badge Hover Effects */
  3442.  .badge:hover {
  3443.    transform: scale(1.05);
  3444.    transition: transform 0.3s ease;
  3445.  }
  3446.  
  3447.  @media (max-width: 991px) {
  3448.    .sidebar {
  3449.      margin-top: 3rem;
  3450.    }
  3451.  }
  3452.  
  3453.  @media (max-width: 576px) {
  3454.    .widget-title {
  3455.      font-size: 1rem;
  3456.      padding: 0.75rem 1rem !important;
  3457.    }
  3458.  
  3459.    .title-arrow::after,
  3460.    .title-arrow-primary::after {
  3461.      right: -18px;
  3462.      border-left-width: 18px;
  3463.      border-top-width: 18px;
  3464.      border-bottom-width: 18px;
  3465.    }
  3466.  
  3467.    .post-image {
  3468.      width: 70px !important;
  3469.      height: 55px !important;
  3470.    }
  3471.  
  3472.    .blog-meta {
  3473.      flex-direction: column !important;
  3474.      align-items: flex-start !important;
  3475.      gap: 0.5rem;
  3476.    }
  3477.  }
  3478. </style>
  3479.  
  3480.    
  3481.            </div>
  3482.      </div>
  3483.    </div>
  3484.  </section>
  3485.  
  3486.  <script>
  3487.    // Intersection Observer for Fade-in Effect
  3488.    document.addEventListener('DOMContentLoaded', function () {
  3489.      const observerOptions = {
  3490.        threshold: 0.2,
  3491.        rootMargin: '0px 0px -50px 0px'
  3492.      }
  3493.    
  3494.      const observer = new IntersectionObserver(function (entries, observer) {
  3495.        entries.forEach((entry) => {
  3496.          if (entry.isIntersecting) {
  3497.            entry.target.classList.add('fade-in')
  3498.            observer.unobserve(entry.target)
  3499.          }
  3500.        })
  3501.      }, observerOptions)
  3502.    
  3503.      document.querySelectorAll('.blog-card-v9').forEach((card) => {
  3504.        observer.observe(card)
  3505.      })
  3506.    })
  3507.  </script>
  3508.  
  3509.  
  3510.    
  3511.        
  3512.        <!-- end wpo-blog-highlights-section -->
  3513.        <!-- start wpo-blog-sponsored-section -->
  3514.        
  3515.  
  3516.  
  3517.  
  3518.    
  3519.  
  3520.  
  3521.  
  3522. <style>
  3523.    .sponsored-section-v6 {
  3524.        padding: 45px 0;
  3525.        background: transparent;
  3526.    }
  3527.    
  3528.    .sponsored-card-v6 {
  3529.        background: #ffffff;
  3530.        border: 1px solid #f8f8f8;
  3531.        transition: opacity 0.3s ease;
  3532.        height: 100%;
  3533.    }
  3534.    
  3535.    .sponsored-card-v6:hover {
  3536.        opacity: 0.95;
  3537.    }
  3538.    
  3539.    .sponsored-image-v6 {
  3540.        position: relative;
  3541.        height: 170px;
  3542.    }
  3543.    
  3544.    .sponsored-image-v6 img {
  3545.        width: 100%;
  3546.        height: 100%;
  3547.        object-fit: cover;
  3548.    }
  3549.    
  3550.    .sponsored-image-v6::after {
  3551.        content: '';
  3552.        position: absolute;
  3553.        top: 0;
  3554.        left: 0;
  3555.        right: 0;
  3556.        bottom: 0;
  3557.        background: linear-gradient(to bottom, rgba(0,0,0,0.1), transparent);
  3558.    }
  3559.    
  3560.    .sponsored-badge-v6 {
  3561.        position: absolute;
  3562.        top: 10px;
  3563.        left: 10px;
  3564.        padding: 5px 12px;
  3565.        font-size: 12px;
  3566.        font-weight: 600;
  3567.        text-transform: uppercase;
  3568.        border-radius: 4px;
  3569.        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  3570.    }
  3571.    
  3572.    .sponsored-content-v6 {
  3573.        padding: 12px;
  3574.    }
  3575.    
  3576.    .sponsored-title-v6 {
  3577.        font-size: 14px;
  3578.        font-weight: 700;
  3579.        line-height: 1.3;
  3580.        margin-bottom: 6px;
  3581.        color: #333;
  3582.    }
  3583.    
  3584.    .sponsored-title-v6 a {
  3585.        text-decoration: none;
  3586.        color: #333;
  3587.    }
  3588.    
  3589.    .sponsored-title-v6 a:hover {
  3590.        color: #fd7e14; /* Orange hover */
  3591.    }
  3592.    
  3593.    .sponsored-excerpt-v6 {
  3594.        font-size: 12px;
  3595.        font-weight: 600;
  3596.        color: #868e96;
  3597.        margin-bottom: 8px;
  3598.        line-height: 1.4;
  3599.    }
  3600.    
  3601.    .sponsored-meta-v6 {
  3602.        font-size: 11px;
  3603.        color: #6c757d;
  3604.    }
  3605.    
  3606.    .author-info-v6 {
  3607.        display: inline;
  3608.        margin-right: 10px;
  3609.    }
  3610.    
  3611.    .sponsored-author-img-v6 {
  3612.        width: 20px;
  3613.        height: 20px;
  3614.        border-radius: 50%;
  3615.        object-fit: cover;
  3616.        vertical-align: middle;
  3617.        margin-right: 4px;
  3618.    }
  3619.    
  3620.    .section-title-sponsored-v6 {
  3621.        font-size: 1.9rem;
  3622.        font-weight: 600;
  3623.        text-align: left;
  3624.        margin-bottom: 25px;
  3625.        color: #333;
  3626.        border-left: 4px solid #fd7e14;
  3627.        padding-left: 15px;
  3628.    }
  3629.  
  3630.    @media (max-width: 768px) {
  3631.        .sponsored-section-v6 {
  3632.            padding: 25px 0;
  3633.        }
  3634.        .sponsored-image-v6 {
  3635.            height: 130px;
  3636.        }
  3637.        .sponsored-content-v6 {
  3638.            padding: 10px;
  3639.        }
  3640.        .sponsored-title-v6 {
  3641.            font-size: 13px;
  3642.        }
  3643.        .sponsored-excerpt-v6 {
  3644.            font-size: 11px;
  3645.        }
  3646.        .section-title-sponsored-v6 {
  3647.            font-size: 1.6rem;
  3648.            padding-left: 10px;
  3649.        }
  3650.    }
  3651. </style>
  3652.  
  3653. <section class="sponsored-section-v6">
  3654.    <div class="container-fluid fluid-container">
  3655.        <div class="row">
  3656.            <div class="col-12">
  3657.                <h2 class="section-title-sponsored-v6">Sponsored News</h2>
  3658.            </div>
  3659.        </div>
  3660.        
  3661.        <div class="row g-3">
  3662.            
  3663.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3664.                <div class="card sponsored-card-v6">
  3665.                    <div class="sponsored-image-v6">
  3666.                        
  3667.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3668.                        
  3669.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3670.                    </div>
  3671.                    <div class="sponsored-content-v6">
  3672.                        <h3 class="sponsored-title-v6">
  3673.                            <a href="/twitch-streamer-welcomes-baby-during-live-stream-for-thousands-of-audience-members/" >
  3674.                                            Twitch Streamer Welcomes Baby During Live Stream for Thousands of Audience Members
  3675.                                            </a>
  3676.                        </h3>
  3677.                        <p class="sponsored-excerpt-v6">
  3678.                            
  3679.                        </p>
  3680.                        <div class="sponsored-meta-v6">
  3681.                            <span class="author-info-v6">
  3682.                                
  3683.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tyrone Jones" class="sponsored-author-img-v6">
  3684.                                
  3685.                               Tyrone Jones
  3686.                            </span>
  3687.                            | 05 May 2026
  3688.                        </div>
  3689.                    </div>
  3690.                </div>
  3691.            </div>
  3692.            
  3693.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3694.                <div class="card sponsored-card-v6">
  3695.                    <div class="sponsored-image-v6">
  3696.                        
  3697.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3698.                        
  3699.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3700.                    </div>
  3701.                    <div class="sponsored-content-v6">
  3702.                        <h3 class="sponsored-title-v6">
  3703.                            <a href="/manchester-united-set-to-sign-germany-striker-lea-sch%C3%BCller-from-bayern-munich/" >
  3704.                                            Manchester United Set to Sign Germany Striker Lea Schüller from Bayern Munich
  3705.                                            </a>
  3706.                        </h3>
  3707.                        <p class="sponsored-excerpt-v6">
  3708.                            
  3709.                        </p>
  3710.                        <div class="sponsored-meta-v6">
  3711.                            <span class="author-info-v6">
  3712.                                
  3713.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tyrone Jones" class="sponsored-author-img-v6">
  3714.                                
  3715.                               Tyrone Jones
  3716.                            </span>
  3717.                            | 05 May 2026
  3718.                        </div>
  3719.                    </div>
  3720.                </div>
  3721.            </div>
  3722.            
  3723.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3724.                <div class="card sponsored-card-v6">
  3725.                    <div class="sponsored-image-v6">
  3726.                        
  3727.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3728.                        
  3729.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3730.                    </div>
  3731.                    <div class="sponsored-content-v6">
  3732.                        <h3 class="sponsored-title-v6">
  3733.                            <a href="/celebrating-like-a-champions-league-champion-kendalls-memorable-performance-for-england/" >
  3734.                                            ‘Celebrating like a Champions League champion’ - Kendall’s memorable performance for England
  3735.                                            </a>
  3736.                        </h3>
  3737.                        <p class="sponsored-excerpt-v6">
  3738.                            
  3739.                        </p>
  3740.                        <div class="sponsored-meta-v6">
  3741.                            <span class="author-info-v6">
  3742.                                
  3743.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tyrone Jones" class="sponsored-author-img-v6">
  3744.                                
  3745.                               Tyrone Jones
  3746.                            </span>
  3747.                            | 05 May 2026
  3748.                        </div>
  3749.                    </div>
  3750.                </div>
  3751.            </div>
  3752.            
  3753.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3754.                <div class="card sponsored-card-v6">
  3755.                    <div class="sponsored-image-v6">
  3756.                        
  3757.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3758.                        
  3759.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3760.                    </div>
  3761.                    <div class="sponsored-content-v6">
  3762.                        <h3 class="sponsored-title-v6">
  3763.                            <a href="/china-strengthens-control-on-rare-earth-element-shipments-citing-state-security-issues/" >
  3764.                                            China Strengthens Control on Rare Earth Element Shipments, Citing State Security Issues
  3765.                                            </a>
  3766.                        </h3>
  3767.                        <p class="sponsored-excerpt-v6">
  3768.                            
  3769.                        </p>
  3770.                        <div class="sponsored-meta-v6">
  3771.                            <span class="author-info-v6">
  3772.                                
  3773.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tyrone Jones" class="sponsored-author-img-v6">
  3774.                                
  3775.                               Tyrone Jones
  3776.                            </span>
  3777.                            | 05 May 2026
  3778.                        </div>
  3779.                    </div>
  3780.                </div>
  3781.            </div>
  3782.            
  3783.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3784.                <div class="card sponsored-card-v6">
  3785.                    <div class="sponsored-image-v6">
  3786.                        
  3787.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3788.                        
  3789.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3790.                    </div>
  3791.                    <div class="sponsored-content-v6">
  3792.                        <h3 class="sponsored-title-v6">
  3793.                            <a href="/ken-burns-discussing-his-monumental-war-of-independence-project-no-project-will-be-more-significant/" >
  3794.                                            Ken Burns discussing His Monumental War of Independence Project: ‘No Project Will Be More Significant’
  3795.                                            </a>
  3796.                        </h3>
  3797.                        <p class="sponsored-excerpt-v6">
  3798.                            
  3799.                        </p>
  3800.                        <div class="sponsored-meta-v6">
  3801.                            <span class="author-info-v6">
  3802.                                
  3803.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tyrone Jones" class="sponsored-author-img-v6">
  3804.                                
  3805.                               Tyrone Jones
  3806.                            </span>
  3807.                            | 05 May 2026
  3808.                        </div>
  3809.                    </div>
  3810.                </div>
  3811.            </div>
  3812.            
  3813.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3814.                <div class="card sponsored-card-v6">
  3815.                    <div class="sponsored-image-v6">
  3816.                        
  3817.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3818.                        
  3819.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3820.                    </div>
  3821.                    <div class="sponsored-content-v6">
  3822.                        <h3 class="sponsored-title-v6">
  3823.                            <a href="/aerial-pictures-reveal-irans-navy-and-atomic-locations-targeted-by-us-israeli-military-action/" >
  3824.                                            Aerial Pictures Reveal Iran&#x27;s Navy and Atomic Locations Targeted by US-Israeli Military Action.
  3825.                                            </a>
  3826.                        </h3>
  3827.                        <p class="sponsored-excerpt-v6">
  3828.                            
  3829.                        </p>
  3830.                        <div class="sponsored-meta-v6">
  3831.                            <span class="author-info-v6">
  3832.                                
  3833.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tyrone Jones" class="sponsored-author-img-v6">
  3834.                                
  3835.                               Tyrone Jones
  3836.                            </span>
  3837.                            | 05 May 2026
  3838.                        </div>
  3839.                    </div>
  3840.                </div>
  3841.            </div>
  3842.            
  3843.        </div>
  3844.    </div>
  3845. </section>
  3846.  
  3847.  
  3848.    
  3849.        <!-- end wpo-blog-sponsored-section -->
  3850.        <!-- start wpo-subscribe-section -->
  3851.        
  3852.        <!-- end subscribe-section -->
  3853.        <!-- start of wpo-site-footer-section -->
  3854.        
  3855.  
  3856.  
  3857.  
  3858.  
  3859.  
  3860.  
  3861. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  3862. <footer class="footer-v5 bg-primary-gradient border-top">
  3863.    
  3864.    <!-- Main Footer Content -->
  3865.    <div class="container-fluid py-5">
  3866.        
  3867.        <!-- Top Section with Logo and Description -->
  3868.        <div class="row mb-5">
  3869.            <div class="col-12 text-center">
  3870.                <div class="footer-brand mb-4">
  3871.                    
  3872.                    <h4 class="fw-bold footer-color mb-2">Infinite Spot UK</h4>
  3873.                    <p class="footer-color opacity-50">Explore expert tech reviews, digital lifestyle advice, and insightful articles on the latest gadgets and software trends in the UK tech scene.</p>
  3874.                </div>
  3875.            </div>
  3876.        </div>
  3877.  
  3878.        <!-- Content Grid -->
  3879.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  3880.            
  3881.            <!-- Quick Links Column -->
  3882.            <div class="">
  3883.                <div class="footer-section">
  3884.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3885.                        Quick Links
  3886.                    </h6>
  3887.                    <ul class="list-unstyled footer-links">
  3888.                        
  3889.                        <li class="mb-2">
  3890.                            <a href="/surprise-package-justin-hood-smashes-record-with-astonishing-11-straight-doubles-in-global-showdown-thrashing/"
  3891.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3892.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3893.                                Surprise Package Justin Hood Smashes Record with Astonishing 11 Straight Doubles in Global Showdown Thrashing
  3894.                            </a>
  3895.                        </li>
  3896.                        
  3897.                        <li class="mb-2">
  3898.                            <a href="/whats-happening-with-the-capitals-scaffold-wrapped-hotel/"
  3899.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3900.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3901.                                What&#x27;s Happening with the Capital&#x27;s Scaffold-Wrapped Hotel?
  3902.                            </a>
  3903.                        </li>
  3904.                        
  3905.                        <li class="mb-2">
  3906.                            <a href="/in-the-midst-of-a-violent-gale-the-cries-of-children-in-tents-pierced-the-night-this-marks-christmas-in-gaza/"
  3907.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3908.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3909.                                In the midst of a Violent Gale, The Cries of Children in Tents Pierced the Night. This Marks Christmas in Gaza
  3910.                            </a>
  3911.                        </li>
  3912.                        
  3913.                        <li class="mb-2">
  3914.                            <a href="/a-critical-scenario-hostilities-on-iran-constricts-indias-kitchen-fuel-supplies/"
  3915.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3916.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3917.                                ‘A Critical Scenario’: Hostilities on Iran Constricts India&#x27;s Kitchen Fuel Supplies.
  3918.                            </a>
  3919.                        </li>
  3920.                        
  3921.                        <li class="mb-2">
  3922.                            <a href="/the-madrid-giants-commanding-yet-vinicius-tensions-intensify-important-el-clasico-talking-points/"
  3923.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3924.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3925.                                The Madrid Giants Commanding yet Vinicius Tensions Intensify – Important El Clasico Talking Points
  3926.                            </a>
  3927.                        </li>
  3928.                        
  3929.                        <li class="mb-2">
  3930.                            <a href="/trump-voters-for-mamdani-and-a-emerging-progressive-alliance-key-unexpected-outcomes-from-new-yorks-election/"
  3931.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3932.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3933.                                Trump Voters for Mamdani and a Emerging Progressive Alliance: Key Unexpected Outcomes from New York’s Election
  3934.                            </a>
  3935.                        </li>
  3936.                        
  3937.                    </ul>
  3938.                </div>
  3939.            </div>
  3940.  
  3941.            <!-- Resources Column -->
  3942.            <div class="">
  3943.                <div class="footer-section">
  3944.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3945.                        Resources
  3946.                    </h6>
  3947.                   <ul class="footer-links" id="footerLinks">
  3948.        
  3949.        
  3950.  
  3951.        
  3952.        
  3953.        
  3954.        
  3955.    </ul>
  3956.                </div>
  3957.            </div>
  3958.  
  3959.            <!-- Categories Column -->
  3960.            <div class="">
  3961.                <div class="footer-section">
  3962.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3963.                        Categories
  3964.                    </h6>
  3965.                    <div class="category-tags">
  3966.                      
  3967.                                <li>
  3968.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  3969.                                        All Posts
  3970.                                    </a>
  3971.                                </li>
  3972.                                
  3973.                                <li>
  3974.                                    <a href="/category/business/" class="footer-link footer-color">
  3975.                                        Business
  3976.                                    </a>
  3977.                                </li>
  3978.                                
  3979.                                <li>
  3980.                                    <a href="/category/esports/" class="footer-link footer-color">
  3981.                                        Esports
  3982.                                    </a>
  3983.                                </li>
  3984.                                
  3985.                                <li>
  3986.                                    <a href="/category/fashion/" class="footer-link footer-color">
  3987.                                        Fashion
  3988.                                    </a>
  3989.                                </li>
  3990.                                
  3991.                                <li>
  3992.                                    <a href="/category/featured/" class="footer-link footer-color">
  3993.                                        Featured
  3994.                                    </a>
  3995.                                </li>
  3996.                                
  3997.                                <li>
  3998.                                    <a href="/category/gaming/" class="footer-link footer-color">
  3999.                                        Gaming
  4000.                                    </a>
  4001.                                </li>
  4002.                                
  4003.                    </div>
  4004.                </div>
  4005.            </div>
  4006.  
  4007.        </div>
  4008.  
  4009.    </div>
  4010.  
  4011.    <!-- Footer Bottom -->
  4012.    <div class="footer-bottom  border-top py-3">
  4013.        <div class="container-fluid fluid-container">
  4014.            <div class=" d-flex justify-content-between flex-wrap">
  4015.                <div class="">
  4016.                    <p class="mb-0 footer-color  ">
  4017.                        © 2026 <span class="fw-semibold footer-color">Infinite Spot UK</span>. All rights reserved.
  4018.                    </p>
  4019.                </div>
  4020.                <div class="">
  4021.                    <div class="footer-nav">
  4022.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  4023.                            <i class="bi bi-file-text me-1"></i>Write For Us
  4024.                        </a>
  4025.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  4026.                            <i class="bi bi-file-text me-1"></i>Terms
  4027.                        </a>
  4028.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  4029.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  4030.                        </a>
  4031.                    </div>
  4032.                </div>
  4033.            </div>
  4034.        </div>
  4035.    </div>
  4036.  
  4037. </footer>
  4038.  
  4039. <style>
  4040. /* Footer V5 - Clean Minimalist Bootstrap Design */
  4041.  
  4042.  
  4043.  
  4044.  
  4045. .footer-logo {
  4046.    border-radius: 8px;
  4047. }
  4048.  
  4049. /* Footer Sections */
  4050. .footer-section {
  4051.    padding: 0 15px;
  4052. }
  4053.  
  4054. .footer-section h6 {
  4055.    position: relative;
  4056.    padding-bottom: 8px;
  4057. }
  4058.  
  4059. .footer-section h6::after {
  4060.    content: '';
  4061.    position: absolute;
  4062.    bottom: 0;
  4063.    left: 0;
  4064.    width: 30px;
  4065.    height: 2px;
  4066.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  4067.    border-radius: 1px;
  4068. }
  4069.  
  4070. /* Links Styling */
  4071. .footer-links a {
  4072.    transition: all 0.3s ease;
  4073.    padding: 4px 0;
  4074.    border-radius: 4px;
  4075. }
  4076.  
  4077. .footer-links a:hover {
  4078.    color: var(--bs-primary) !important;
  4079.    padding-left: 8px;
  4080. }
  4081.  
  4082. .footer-links a:hover i {
  4083.    transform: translateX(2px);
  4084. }
  4085.  
  4086. /* Category Tags */
  4087. .category-tag {
  4088.    transition: all 0.3s ease;
  4089.    padding: 6px 12px !important;
  4090.    font-size: 0.875rem;
  4091. }
  4092.  
  4093.  
  4094.  
  4095. /* Footer Bottom */
  4096. .footer-bottom {
  4097.    backdrop-filter: blur(10px);
  4098. }
  4099.  
  4100. /* Responsive Design */
  4101. @media (max-width: 768px) {
  4102.    .footer-v5 {
  4103.        margin-top: 60px;
  4104.    }
  4105.    
  4106.    .footer-section {
  4107.        text-align:start;
  4108.        margin-bottom: 40px;
  4109.    }
  4110.    
  4111.    .footer-links a,
  4112.    .category-tags {
  4113.        justify-content:start;
  4114.    }
  4115.    
  4116.    .social-links .d-flex {
  4117.        justify-content:start;
  4118.    }
  4119. }
  4120.  
  4121. @media (max-width: 576px) {
  4122.    .footer-brand h4 {
  4123.        font-size: 1.25rem;
  4124.    }
  4125.    
  4126.    .stats-item h5 {
  4127.        font-size: 1.1rem;
  4128.    }
  4129.    
  4130.    .newsletter-form .btn {
  4131.        padding: 8px 12px;
  4132.    }
  4133. }
  4134.  
  4135. /* Animation Classes */
  4136. .fade-in {
  4137.    animation: fadeIn 0.6s ease-in;
  4138. }
  4139.  
  4140. @keyframes fadeIn {
  4141.    from { opacity: 0; transform: translateY(20px); }
  4142.    to { opacity: 1; transform: translateY(0); }
  4143. }
  4144.  
  4145. /* Loading State */
  4146. .loading {
  4147.    pointer-events: none;
  4148.    opacity: 0.7;
  4149. }
  4150.  
  4151. .loading .btn {
  4152.    position: relative;
  4153. }
  4154.  
  4155. .loading .btn::after {
  4156.    content: '';
  4157.    position: absolute;
  4158.    top: 50%;
  4159.    left: 50%;
  4160.    width: 16px;
  4161.    height: 16px;
  4162.    margin: -8px 0 0 -8px;
  4163.    border: 2px solid transparent;
  4164.    border-top-color: currentColor;
  4165.    border-radius: 50%;
  4166.    animation: spin 1s linear infinite;
  4167. }
  4168.  
  4169. @keyframes spin {
  4170.    to { transform: rotate(360deg); }
  4171. }
  4172.  
  4173. /* Utility Classes */
  4174. .text-gradient {
  4175.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  4176.    -webkit-background-clip: text;
  4177.    -webkit-text-fill-color: transparent;
  4178.    background-clip: text;
  4179. }
  4180.  
  4181. .hover-lift {
  4182.    transition: transform 0.3s ease;
  4183. }
  4184.  
  4185. .hover-lift:hover {
  4186.    transform: translateY(-2px);
  4187. }
  4188. </style>
  4189.  
  4190.  
  4191. <script>
  4192. document.addEventListener('DOMContentLoaded', function() {
  4193.    
  4194.    // Initialize Bootstrap tooltips
  4195.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  4196.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  4197.        return new bootstrap.Tooltip(tooltipTriggerEl);
  4198.    });
  4199.  
  4200.    // Newsletter form handling
  4201.    const newsletterForm = document.querySelector('.newsletter-form');
  4202.    if (newsletterForm) {
  4203.        newsletterForm.addEventListener('submit', function(e) {
  4204.            e.preventDefault();
  4205.            
  4206.            const email = this.querySelector('input[name="email"]').value.trim();
  4207.            const submitBtn = this.querySelector('button[type="submit"]');
  4208.            const originalContent = submitBtn.innerHTML;
  4209.            
  4210.            // Validate email
  4211.            if (!email || !isValidEmail(email)) {
  4212.                showToast('Please enter a valid email address', 'error');
  4213.                return;
  4214.            }
  4215.            
  4216.            // Show loading state
  4217.            this.classList.add('loading');
  4218.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  4219.            submitBtn.disabled = true;
  4220.            
  4221.            // Simulate API call
  4222.            setTimeout(() => {
  4223.                // Success state
  4224.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  4225.                submitBtn.classList.remove('btn-primary');
  4226.                submitBtn.classList.add('btn-success');
  4227.                
  4228.                showToast('Successfully subscribed to newsletter!', 'success');
  4229.                
  4230.                // Reset form
  4231.                setTimeout(() => {
  4232.                    this.classList.remove('loading');
  4233.                    submitBtn.innerHTML = originalContent;
  4234.                    submitBtn.classList.remove('btn-success');
  4235.                    submitBtn.classList.add('btn-primary');
  4236.                    submitBtn.disabled = false;
  4237.                    this.reset();
  4238.                }, 2000);
  4239.                
  4240.            }, 1500);
  4241.        });
  4242.    }
  4243.    
  4244.    // Email validation function
  4245.    function isValidEmail(email) {
  4246.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4247.        return emailRegex.test(email);
  4248.    }
  4249.    
  4250.    // Toast notification function
  4251.    function showToast(message, type = 'info') {
  4252.        // Remove existing toasts
  4253.        const existingToasts = document.querySelectorAll('.custom-toast');
  4254.        existingToasts.forEach(toast => toast.remove());
  4255.        
  4256.        // Create toast
  4257.        const toast = document.createElement('div');
  4258.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  4259.        toast.style.zIndex = '9999';
  4260.        toast.innerHTML = `
  4261.            <div class="d-flex align-items-center">
  4262.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  4263.                <span>${message}</span>
  4264.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  4265.            </div>
  4266.        `;
  4267.        
  4268.        document.body.appendChild(toast);
  4269.        
  4270.        // Auto remove after 4 seconds
  4271.        setTimeout(() => {
  4272.            if (toast && toast.parentNode) {
  4273.                toast.remove();
  4274.            }
  4275.        }, 4000);
  4276.    }
  4277.    
  4278.    // Smooth scroll for internal links
  4279.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  4280.        anchor.addEventListener('click', function(e) {
  4281.            e.preventDefault();
  4282.            const target = document.querySelector(this.getAttribute('href'));
  4283.            if (target) {
  4284.                target.scrollIntoView({
  4285.                    behavior: 'smooth',
  4286.                    block: 'start'
  4287.                });
  4288.            }
  4289.        });
  4290.    });
  4291.    
  4292.    // Add fade-in animation to footer sections on scroll
  4293.    const observerOptions = {
  4294.        threshold: 0.1,
  4295.        rootMargin: '0px 0px -50px 0px'
  4296.    };
  4297.    
  4298.    const sectionObserver = new IntersectionObserver((entries) => {
  4299.        entries.forEach(entry => {
  4300.            if (entry.isIntersecting) {
  4301.                entry.target.classList.add('fade-in');
  4302.            }
  4303.        });
  4304.    }, observerOptions);
  4305.    
  4306.    // Observe footer sections
  4307.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  4308.        sectionObserver.observe(section);
  4309.    });
  4310.    
  4311.    // Enhanced hover effects for category tags
  4312.    document.querySelectorAll('.category-tag').forEach(tag => {
  4313.        tag.addEventListener('mouseenter', function() {
  4314.            this.style.transform = 'translateY(-2px) scale(1.02)';
  4315.        });
  4316.        
  4317.        tag.addEventListener('mouseleave', function() {
  4318.            this.style.transform = 'translateY(0) scale(1)';
  4319.        });
  4320.    });
  4321.    
  4322.    // Prevent default for demo links
  4323.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4324.        link.addEventListener('click', function(e) {
  4325.            e.preventDefault();
  4326.        });
  4327.    });
  4328.    
  4329.    // Add click ripple effect to buttons
  4330.    document.querySelectorAll('.btn').forEach(btn => {
  4331.        btn.addEventListener('click', function(e) {
  4332.            const ripple = document.createElement('span');
  4333.            const rect = this.getBoundingClientRect();
  4334.            const size = Math.max(rect.width, rect.height);
  4335.            const x = e.clientX - rect.left - size / 2;
  4336.            const y = e.clientY - rect.top - size / 2;
  4337.            
  4338.            ripple.style.cssText = `
  4339.                position: absolute;
  4340.                left: ${x}px;
  4341.                top: ${y}px;
  4342.                width: ${size}px;
  4343.                height: ${size}px;
  4344.                border-radius: 50%;
  4345.                background: rgba(255, 255, 255, 0.4);
  4346.                transform: scale(0);
  4347.                animation: ripple-effect 0.6s linear;
  4348.                pointer-events: none;
  4349.            `;
  4350.            
  4351.            this.style.position = 'relative';
  4352.            this.style.overflow = 'hidden';
  4353.            this.appendChild(ripple);
  4354.            
  4355.            setTimeout(() => ripple.remove(), 600);
  4356.        });
  4357.    });
  4358.    
  4359. });
  4360.  
  4361. // Add ripple animation CSS
  4362. const rippleCSS = document.createElement('style');
  4363. rippleCSS.textContent = `
  4364.    @keyframes ripple-effect {
  4365.        to {
  4366.            transform: scale(4);
  4367.            opacity: 0;
  4368.        }
  4369.    }
  4370. `;
  4371. document.head.appendChild(rippleCSS);
  4372.  
  4373. document.addEventListener('DOMContentLoaded', function () {
  4374.    var btn = document.getElementById('toggleFooterLinks');
  4375.    if (!btn) return; // No extra links, no button
  4376.  
  4377.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4378.  
  4379.    btn.addEventListener('click', function () {
  4380.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4381.            return li.classList.contains('d-none');
  4382.        });
  4383.  
  4384.        extras.forEach(function (li) {
  4385.            if (anyHidden) {
  4386.                li.classList.remove('d-none');
  4387.                li.classList.add('show');
  4388.            } else {
  4389.                li.classList.add('d-none');
  4390.                li.classList.remove('show');
  4391.            }
  4392.        });
  4393.  
  4394.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4395.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4396.    });
  4397. });
  4398.  
  4399. </script>
  4400.  
  4401.        <!-- end of wpo-site-footer-section -->
  4402.    </div>
  4403.    <!-- end of page-wrapper -->
  4404.  
  4405.    <!-- All JavaScript files
  4406.    ================================================== -->
  4407.    
  4408.  
  4409. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4410. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4411. <!-- Plugins for this template -->
  4412. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4413. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4414. <!-- Custom script for this template -->
  4415. <script src="/static/blogapp/assets/js/script.js"></script>
  4416.  
  4417. <script>
  4418. (function () {
  4419. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4420. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4421.  
  4422. function applyFallback(img) {
  4423. if (!img || img.dataset.fallbackApplied === "1") {
  4424. return;
  4425. }
  4426. var failedSrc = img.currentSrc || img.src || "";
  4427. img.dataset.fallbackApplied = "1";
  4428. img.onerror = null;
  4429. img.src = fallbackImageSrc;
  4430. console.warn("[ImageFallback] Replaced broken image:", {
  4431. failedSrc: failedSrc,
  4432. fallbackSrc: fallbackImageSrc,
  4433. alt: img.alt || "",
  4434. });
  4435. }
  4436.  
  4437. document.querySelectorAll("img").forEach(function (img) {
  4438. if (img.complete && img.naturalWidth === 0) {
  4439. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4440. failedSrc: img.currentSrc || img.src || "",
  4441. alt: img.alt || "",
  4442. });
  4443. applyFallback(img);
  4444. }
  4445. });
  4446.  
  4447. document.addEventListener(
  4448. "error",
  4449. function (event) {
  4450. var target = event.target;
  4451. if (target && target.tagName === "IMG") {
  4452. applyFallback(target);
  4453. }
  4454. },
  4455. true
  4456. );
  4457. })();
  4458. </script>
  4459.  
  4460. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4461.  
  4462.  
  4463.  
  4464. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"84f9ae9a5dec4883911f8e76148af3cb","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4465. </body>
  4466.  
  4467. </html>
  4468.  
  4469.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda