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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="cabin">
  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-28T151858.072_c95lxCv_pl1ZQMk_llIhgVK.png">
  14.    
  15.  
  16.    <title>Optix Gaming UK - Latest PC Gaming News, Reviews &amp; Tech Guides</title>
  17.    <meta name="description" content="Optix Gaming UK provides expert reviews, gaming news, and tech guides for PC enthusiasts. Stay updated on hardware, software, and gaming trends.">
  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://optixgaming.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff8c42;
  42.        --bs-primary-rgb: ff8c42;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #f87171;
  48.        --bs-light: #fff7ed;
  49.        --bs-dark: #431407;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff8c42;
  53.        --theme-primary-color-s2: #ff8c42;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #431407;
  57.        --text-light-color: #676767;
  58.        --heading-color: #431407;
  59.        --border-color: #fed7aa;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #fed7aa;
  75.        --navbar-color: #431407;
  76.        --topbar-bg: #fff7ed;
  77.        --topbar-color: #431407;
  78.        --footer-bg: #431407;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fed7aa;
  82.        --card-radius: 10px;
  83.        --link-color: #ff8c42;
  84.        --link-hover: #e07b39;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 140, 66, 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_57">
  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: "Shocking Unearthing: Remains of Missing Mum and Daughter Found in Freezers in Austria", url: "/shocking-unearthing-remains-of-missing-mum-and-daughter-found-in-freezers-in-austria/" },
  431.        
  432.            { title: "Spotify Year\u002DEnd Recap: Launch Date and Your Burning Questions Answered", url: "/spotify-year-end-recap-launch-date-and-your-burning-questions-answered/" },
  433.        
  434.            { title: "Calm Conclusion to Lionel Messi\u0027s Visit to India In the Wake of Kolkata Chaos", url: "/calm-conclusion-to-lionel-messis-visit-to-india-in-the-wake-of-kolkata-chaos/" },
  435.        
  436.            { title: "Esteemed Photographer Brian Harris Obituary: An Existence Through the Lens", url: "/esteemed-photographer-brian-harris-obituary-an-existence-through-the-lens/" },
  437.        
  438.            { title: "Metropolitan Museum Responds to Legal Challenge Over Allegedly Nazi\u002DPlundered Van Gogh Masterpiece", url: "/metropolitan-museum-responds-to-legal-challenge-over-allegedly-nazi-plundered-van-gogh-masterpiece/" }
  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="header-v6 mb-4 nav-bg position-relative">
  499.    <div class="main-header-v6">
  500.        <div class="container-fluid fluid-container">
  501.            <div class="row align-items-center justify-content-between">
  502.                <!-- Left Navigation -->
  503.                <div class="col-lg-5 col-md-3">
  504.                    <nav class="left-nav-v6">
  505.                        <ul class="nav-list-v6">
  506.                            
  507.                            <li class="nav-item-v6">
  508.                                <a href="/" class="nav-link-v6 active-v6">Home</a>
  509.                            </li>
  510.  
  511.                            
  512.                            
  513.                            <li class="nav-item-v6">
  514.                                <a href="/category/all-posts/" class="nav-link-v6">
  515.                                    All Posts
  516.                                </a>
  517.                            </li>
  518.                            
  519.                            <li class="nav-item-v6">
  520.                                <a href="/category/business/" class="nav-link-v6">
  521.                                    Business
  522.                                </a>
  523.                            </li>
  524.                            
  525.                            <li class="nav-item-v6">
  526.                                <a href="/category/esports/" class="nav-link-v6">
  527.                                    Esports
  528.                                </a>
  529.                            </li>
  530.                            
  531.                        </ul>
  532.                    </nav>
  533.                </div>
  534.  
  535.                <!-- Center Logo -->
  536.               <div class="col-lg-2 col-md-6 text-center">
  537.                    <div class="logo-center-v6">
  538.                        <a class="brand-link-v6" href="/">
  539.                            
  540.                                Optix Gaming UK
  541.                            
  542.                        </a>
  543.                    </div>
  544.                </div>
  545.  
  546.                <!-- Right Navigation -->
  547.                <div class="col-lg-5 col-md-3">
  548.                    <nav class="right-nav-v6">
  549.                        <ul class="nav-list-v6 justify-content-end">
  550.  
  551.                            
  552.                            
  553.                            <li class="nav-item-v6">
  554.                                <a href="/category/fashion/" class="nav-link-v6">
  555.                                    Fashion
  556.                                </a>
  557.                            </li>
  558.                            
  559.                            <li class="nav-item-v6">
  560.                                <a href="/category/featured/" class="nav-link-v6">
  561.                                    Featured
  562.                                </a>
  563.                            </li>
  564.                            
  565.  
  566.                            
  567.                            
  568.                            
  569.                            <li class="nav-item-v6 dropdown-container-v6">
  570.                                <a href="#" class="nav-link-v6">More</a>
  571.                                <div class="mega-dropdown-v6">
  572.                                    <div class="dropdown-grid-v6">
  573.                                        <div class="dropdown-column-v6">
  574.                                            
  575.                                            <a href="/category/gaming/"
  576.                                                class="dropdown-link-v6">
  577.                                                Gaming
  578.                                            </a>
  579.                                            
  580.                                            <a href="/category/health/"
  581.                                                class="dropdown-link-v6">
  582.                                                Health
  583.                                            </a>
  584.                                            
  585.                                            <a href="/category/life-fitness/"
  586.                                                class="dropdown-link-v6">
  587.                                                Life &amp; Fitness
  588.                                            </a>
  589.                                            
  590.                                            <a href="/category/lifestyle/"
  591.                                                class="dropdown-link-v6">
  592.                                                Lifestyle
  593.                                            </a>
  594.                                            
  595.                                            <a href="/category/news/"
  596.                                                class="dropdown-link-v6">
  597.                                                News
  598.                                            </a>
  599.                                            
  600.                                            <a href="/category/others/"
  601.                                                class="dropdown-link-v6">
  602.                                                Others
  603.                                            </a>
  604.                                            
  605.                                            <a href="/category/politics/"
  606.                                                class="dropdown-link-v6">
  607.                                                Politics
  608.                                            </a>
  609.                                            
  610.                                            <a href="/category/sports/"
  611.                                                class="dropdown-link-v6">
  612.                                                Sports
  613.                                            </a>
  614.                                            
  615.                                            <a href="/category/tech/"
  616.                                                class="dropdown-link-v6">
  617.                                                Tech
  618.                                            </a>
  619.                                            
  620.                                            <a href="/category/travel/"
  621.                                                class="dropdown-link-v6">
  622.                                                Travel
  623.                                            </a>
  624.                                            
  625.                                        </div>
  626.                                    </div>
  627.                                </div>
  628.                            </li>
  629.                            
  630.                            
  631.                             <li>
  632.                  <a href="/page/contact-us/">
  633.                     Contact Us
  634.                  </a>
  635.              </li>
  636.                        </ul>
  637.                    </nav>
  638.                </div>
  639.            </div>
  640.  
  641.  
  642.            <!-- Search Bar Row -->
  643.            <div class="row mt-md-4 ">
  644.                <div class="col-12">
  645.                    <div class="search-container-v6">
  646.                        <form class="search-form-v6" action="#" method="get">
  647.                            <div class="search-wrapper-v6">
  648.                                <svg class="search-icon-v6" width="20" height="20" viewBox="0 0 24 24" fill="none"
  649.                                    stroke="currentColor" stroke-width="2">
  650.                                    <circle cx="11" cy="11" r="8"></circle>
  651.                                    <path d="m21 21-4.35-4.35"></path>
  652.                                </svg>
  653.                                <input id="search-input" type="search" class="search-input-v6"
  654.                                    placeholder="What are you looking for today?" name="q">
  655.                                <button type="submit" class="search-submit-v6">Search</button>
  656.                            </div>
  657.                        </form>
  658.                         <div id="search-results" class="search-results-container search-v1"></div>
  659.                    </div>
  660.                </div>
  661.            </div>
  662.        </div>
  663.    </div>
  664.  
  665.    <!-- Mobile Menu Button -->
  666.    <button class="mobile-toggle-v6  d-lg-none" type="button" onclick="toggleMenuV6()">
  667.        <span class="hamburger-line-v6 text-link "></span>
  668.        <span class="hamburger-line-v6 text-link "></span>
  669.        <span class="hamburger-line-v6 text-link "></span>
  670.    </button>
  671.  
  672.    <!-- Mobile Menu -->
  673. <div class="mobile-menu-v6 d-lg-none" id="mobileMenuV6">
  674.    <div class="mobile-menu-content-v6">
  675.        <button class="mobile-toggle-v6 text-link d-lg-none" style="font-size: larger;" type="button"
  676.            onclick="toggleMenuV6()">
  677.            X
  678.        </button>
  679.        <ul class="mobile-nav-list-v6">
  680.  
  681.            <!-- Static Home -->
  682.            <li class="mobile-nav-item-v6">
  683.                <a href="/"
  684.                   class="mobile-nav-link-v6 active-v6">
  685.                    Home
  686.                </a>
  687.            </li>
  688.  
  689.            <!-- Dynamic categories -->
  690.            
  691.            <li class="mobile-nav-item-v6">
  692.                <a href="/category/all-posts/"
  693.                   class="mobile-nav-link-v6 ">
  694.                    All Posts
  695.                </a>
  696.            </li>
  697.            
  698.            <li class="mobile-nav-item-v6">
  699.                <a href="/category/business/"
  700.                   class="mobile-nav-link-v6 ">
  701.                    Business
  702.                </a>
  703.            </li>
  704.            
  705.            <li class="mobile-nav-item-v6">
  706.                <a href="/category/esports/"
  707.                   class="mobile-nav-link-v6 ">
  708.                    Esports
  709.                </a>
  710.            </li>
  711.            
  712.            <li class="mobile-nav-item-v6">
  713.                <a href="/category/fashion/"
  714.                   class="mobile-nav-link-v6 ">
  715.                    Fashion
  716.                </a>
  717.            </li>
  718.            
  719.            <li class="mobile-nav-item-v6">
  720.                <a href="/category/featured/"
  721.                   class="mobile-nav-link-v6 ">
  722.                    Featured
  723.                </a>
  724.            </li>
  725.            
  726.            <li class="mobile-nav-item-v6">
  727.                <a href="/category/gaming/"
  728.                   class="mobile-nav-link-v6 ">
  729.                    Gaming
  730.                </a>
  731.            </li>
  732.            
  733.            <li class="mobile-nav-item-v6">
  734.                <a href="/category/health/"
  735.                   class="mobile-nav-link-v6 ">
  736.                    Health
  737.                </a>
  738.            </li>
  739.            
  740.            <li class="mobile-nav-item-v6">
  741.                <a href="/category/life-fitness/"
  742.                   class="mobile-nav-link-v6 ">
  743.                    Life &amp; Fitness
  744.                </a>
  745.            </li>
  746.            
  747.            <li class="mobile-nav-item-v6">
  748.                <a href="/category/lifestyle/"
  749.                   class="mobile-nav-link-v6 ">
  750.                    Lifestyle
  751.                </a>
  752.            </li>
  753.            
  754.            <li class="mobile-nav-item-v6">
  755.                <a href="/category/news/"
  756.                   class="mobile-nav-link-v6 ">
  757.                    News
  758.                </a>
  759.            </li>
  760.            
  761.            <li class="mobile-nav-item-v6">
  762.                <a href="/category/others/"
  763.                   class="mobile-nav-link-v6 ">
  764.                    Others
  765.                </a>
  766.            </li>
  767.            
  768.            <li class="mobile-nav-item-v6">
  769.                <a href="/category/politics/"
  770.                   class="mobile-nav-link-v6 ">
  771.                    Politics
  772.                </a>
  773.            </li>
  774.            
  775.            <li class="mobile-nav-item-v6">
  776.                <a href="/category/sports/"
  777.                   class="mobile-nav-link-v6 ">
  778.                    Sports
  779.                </a>
  780.            </li>
  781.            
  782.            <li class="mobile-nav-item-v6">
  783.                <a href="/category/tech/"
  784.                   class="mobile-nav-link-v6 ">
  785.                    Tech
  786.                </a>
  787.            </li>
  788.            
  789.            <li class="mobile-nav-item-v6">
  790.                <a href="/category/travel/"
  791.                   class="mobile-nav-link-v6 ">
  792.                    Travel
  793.                </a>
  794.            </li>
  795.            
  796.  
  797.            <!-- Static Contact -->
  798.            <li class="mobile-nav-item-v6">
  799.                <a href="/page/contact-us/"
  800.                   class="mobile-nav-link-v6 ">
  801.                    Contact Us
  802.                </a>
  803.            </li>
  804.        </ul>
  805.    </div>
  806. </div>
  807. <div class="sidebar-blur d-lg-none"></div>
  808. </header>
  809.  
  810. <style>
  811.    /* Navbar V6 Styles - Centered Logo with Split Navigation */
  812.  
  813.  
  814.    .main-header-v6 {
  815.        padding: 35px 0;
  816.    }
  817.  
  818.    /* Logo Styles */
  819.    .logo-center-v6 {
  820.        position: relative;
  821.    }
  822.  
  823.    .logo-img-v6 {
  824.        max-height: 100px;
  825.        transition: transform 0.3s ease;
  826.    }
  827.  
  828.    .logo-img-v6:hover {
  829.        transform: scale(1.05);
  830.    }
  831.  
  832.    /* Navigation Styles */
  833.    .nav-list-v6 {
  834.        list-style: none;
  835.        padding: 0;
  836.        margin: 0;
  837.        display: flex;
  838.        align-items: center;
  839.    }
  840.  
  841.    .nav-item-v6 {
  842.        position: relative;
  843.        margin: 0 20px;
  844.    }
  845.  
  846.    .nav-link-v6 {
  847.        color: var(--navbar-color) !important;
  848.        text-decoration: none;
  849.        font-weight: 500;
  850.        font-size: 15px;
  851.        padding: 12px 0;
  852.        position: relative;
  853.        transition: all 0.3s ease;
  854.    }
  855.  
  856.    .nav-link-v6::after {
  857.        content: '';
  858.        position: absolute;
  859.        bottom: 0;
  860.        left: 50%;
  861.        width: 0;
  862.        height: 2px;
  863.        transition: all 0.3s ease;
  864.        transform: translateX(-50%);
  865.    }
  866.  
  867.    .nav-link-v6:hover,
  868.    .nav-link-v6.active-v6 {
  869.        font-weight: 700;
  870.        opacity: 0.75;
  871.    }
  872.  
  873.    .nav-link-v6:hover::after,
  874.    .nav-link-v6.active-v6::after {
  875.        width: 100%;
  876.    }
  877.  
  878.    /* Mega Dropdown Styles */
  879.    .dropdown-container-v6 {
  880.        position: relative;
  881.    }
  882.  
  883.    .mega-dropdown-v6 {
  884.        position: absolute;
  885.        top: 100%;
  886.        left: 50%;
  887.        transform: translateX(-50%);
  888.        background: var(--navbar-bg);
  889.        border-radius: 12px;
  890.        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  891.        opacity: 0;
  892.        visibility: hidden;
  893.        transition: all 0.3s ease;
  894.        padding: 25px;
  895.        min-width: 300px;
  896.        z-index: 1200;
  897.        margin-top: 15px;
  898.    }
  899.  
  900.    .dropdown-container-v6:hover .mega-dropdown-v6 {
  901.        opacity: 1;
  902.        visibility: visible;
  903.        margin-top: 0;
  904.    }
  905.  
  906.    .dropdown-grid-v6 {
  907.        display: grid;
  908.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  909.        gap: 20px;
  910.    }
  911.  
  912.    .dropdown-title-v6 {
  913.        font-size: 13px;
  914.        font-weight: 600;
  915.        color: #4a5568;
  916.        margin-bottom: 10px;
  917.        text-transform: uppercase;
  918.        letter-spacing: 0.5px;
  919.    }
  920.  
  921.    .dropdown-link-v6 {
  922.        display: block;
  923.        color: #2d3748;
  924.        text-decoration: none;
  925.        font-size: 14px;
  926.        padding: 8px 0;
  927.        transition: all 0.3s ease;
  928.        position: relative;
  929.        padding-left: 15px;
  930.    }
  931.  
  932.    .dropdown-link-v6::before {
  933.        content: '';
  934.        position: absolute;
  935.        left: 0;
  936.        top: 50%;
  937.        width: 6px;
  938.        height: 6px;
  939.        background: #e2e8f0;
  940.        border-radius: 50%;
  941.        transform: translateY(-50%);
  942.        transition: all 0.3s ease;
  943.    }
  944.  
  945.    .dropdown-link-v6:hover {
  946.        color: #667eea;
  947.        padding-left: 20px;
  948.    }
  949.  
  950.    .dropdown-link-v6:hover::before {
  951.        background: #667eea;
  952.    }
  953.  
  954.    /* Search Styles */
  955.    .search-container-v6 {
  956.        max-width: 600px;
  957.        margin: 0 auto;
  958.    }
  959.  
  960.    .search-wrapper-v6 {
  961.        position: relative;
  962.        background: #f7fafc;
  963.        border-radius: 50px;
  964.        display: flex;
  965.        align-items: center;
  966.        transition: all 0.3s ease;
  967.        border: 2px solid transparent;
  968.    }
  969.  
  970.    .search-wrapper-v6:focus-within {
  971.        background: #ffffff;
  972.        border-color: #007bff;
  973.        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  974.    }
  975.  
  976.    .search-icon-v6 {
  977.        color: #a0aec0;
  978.        margin: 0 15px;
  979.        transition: color 0.3s ease;
  980.    }
  981.  
  982.    .search-wrapper-v6:focus-within .search-icon-v6 {
  983.        color: #007bff;
  984.    }
  985.  
  986.    .search-input-v6 {
  987.        flex: 1;
  988.        border: none;
  989.        background: transparent;
  990.        font-size: 16px;
  991.        padding: 10px 0;
  992.        outline: none;
  993.        color: #2d3748;
  994.    }
  995.  
  996.    .search-input-v6::placeholder {
  997.        color: #a0aec0;
  998.    }
  999.  
  1000.    .search-submit-v6 {
  1001.        background-color: var(--bs-primary);
  1002.        color: white;
  1003.        border: none;
  1004.        border-radius: 50px;
  1005.        padding: 12px 25px;
  1006.        font-weight: 500;
  1007.        cursor: pointer;
  1008.        transition: all 0.3s ease;
  1009.    }
  1010.  
  1011.    .search-submit-v6:hover {
  1012.        transform: translateY(-2px);
  1013.        box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
  1014.    }
  1015.  
  1016.    /* Mobile Styles */
  1017.    .mobile-toggle-v6 {
  1018.        position: absolute;
  1019.        top: 20px;
  1020.        right: 20px;
  1021.        background: none;
  1022.        border: none;
  1023.        cursor: pointer;
  1024.        z-index: 999;
  1025.        padding: 5px;
  1026.    }
  1027.  
  1028.    .hamburger-line-v6 {
  1029.        display: block;
  1030.        width: 25px;
  1031.        height: 3px;
  1032.        background: var(--navbar-color);
  1033.        margin: 5px 0;
  1034.        transition: all 0.3s ease;
  1035.        border-radius: 2px;
  1036.    }
  1037.  
  1038.    .mobile-menu-v6 {
  1039.        position: fixed;
  1040.        top: 0;
  1041.        right: -100%;
  1042.        width: 300px;
  1043.        height: 100vh;
  1044.        background: var(--navbar-bg) !important;
  1045.        z-index: 1000;
  1046.        transition: right 0.3s ease;
  1047.        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
  1048.    }
  1049.  
  1050.    .mobile-menu-v6.show-v6 {
  1051.        right: 0;
  1052.    }
  1053.  
  1054.    .mobile-menu-content-v6 {
  1055.        padding: 80px 30px 30px;
  1056.        height: 100%;
  1057.        overflow-y: auto;
  1058.    }
  1059.  
  1060.    .mobile-nav-list-v6 {
  1061.        list-style: none;
  1062.        padding: 0;
  1063.        margin: 0;
  1064.    }
  1065.  
  1066.    .mobile-nav-item-v6 {
  1067.        margin-bottom: 5px;
  1068.    }
  1069.  
  1070.    .mobile-nav-link-v6 {
  1071.        display: flex;
  1072.        align-items: center;
  1073.        justify-content: space-between;
  1074.        color: var(--navbar-color) !important;
  1075.        text-decoration: none;
  1076.        font-size: 16px;
  1077.        font-weight: 500;
  1078.        padding: 15px 0;
  1079.        border-bottom: 1px solid var(--border-color);
  1080.        transition: color 0.3s ease;
  1081.    }
  1082.  
  1083.    .mobile-nav-link-v6:hover,
  1084.    .mobile-nav-link-v6.active-v6 {
  1085.        color: #667eea;
  1086.    }
  1087.  
  1088.    .mobile-dropdown-v6 {
  1089.        list-style: none;
  1090.        padding: 0;
  1091.        margin: 0;
  1092.        max-height: 0;
  1093.        overflow: hidden;
  1094.        transition: max-height 0.3s ease;
  1095.        background: var(--navbar-bg);
  1096.        border-radius: 8px;
  1097.        margin-top: 5px;
  1098.    }
  1099.  
  1100.    .mobile-dropdown-v6.show-v6 {
  1101.        max-height: 300px;
  1102.        padding: 10px 0;
  1103.    }
  1104.  
  1105.    .mobile-dropdown-link-v6 {
  1106.        display: block;
  1107.        color: var(--navbar-color) !important;
  1108.        text-decoration: none;
  1109.        font-size: 14px;
  1110.        padding: 10px 20px;
  1111.        transition: all 0.3s ease;
  1112.    }
  1113.  
  1114.    .mobile-dropdown-link-v6:hover {
  1115.        color: #667eea;
  1116.        opacity: 0.6;
  1117.    }
  1118.  
  1119.    /* Responsive Design */
  1120.    @media (max-width: 991px) {
  1121.  
  1122.        .left-nav-v6,
  1123.        .right-nav-v6 {
  1124.            display: none;
  1125.        }
  1126.  
  1127.        .main-header-v6 {
  1128.            padding: 15px 0;
  1129.        }
  1130.  
  1131.        .search-container-v6 {
  1132.            margin-top: 20px;
  1133.        }
  1134.    }
  1135.  
  1136.    @media (max-width: 768px) {
  1137.        .search-wrapper-v6 {
  1138.            flex-direction: row;
  1139.        }
  1140.  
  1141.        .search-input-v6 {
  1142.            padding: 6px 0;
  1143.            text-align: center;
  1144.            display: flex;
  1145.        }
  1146.  
  1147.  
  1148.        .search-submit-v6 {
  1149.            width: 100%;
  1150.            margin-top: 10px;
  1151.            display: none;
  1152.        }
  1153.    }
  1154. </style>
  1155.  
  1156. <script>
  1157.    function toggleMenuV6() {
  1158.        const mobileMenu = document.getElementById('mobileMenuV6');
  1159.        mobileMenu.classList.toggle('show-v6');
  1160.    }
  1161.  
  1162.    function toggleMobileDropdown(dropdownId) {
  1163.        const dropdown = document.getElementById(dropdownId);
  1164.        dropdown.classList.toggle('show-v6');
  1165.    }
  1166.  
  1167.    // Close mobile menu when clicking outside
  1168.    document.addEventListener('click', function (event) {
  1169.        const mobileMenu = document.getElementById('mobileMenuV6');
  1170.        const mobileToggle = document.querySelector('.mobile-toggle-v6');
  1171.  
  1172.        if (!mobileMenu.contains(event.target) && !mobileToggle.contains(event.target)) {
  1173.            mobileMenu.classList.remove('show-v6');
  1174.        }
  1175.    });
  1176. </script>
  1177.  
  1178. <script>
  1179.  document.addEventListener("DOMContentLoaded", function () {
  1180.    console.log("loaded");
  1181.  
  1182.     const searchInput = document.getElementById("search-input")
  1183.    const searchResults = document.getElementById("search-results");
  1184.  
  1185.    if (!searchInput || !searchResults) {
  1186.      console.error("Search input/results not found");
  1187.      return;
  1188.    }
  1189.  
  1190.    // Prevent form submission
  1191.    if (searchInput.form) {
  1192.      searchInput.form.addEventListener("submit", function (e) {
  1193.        e.preventDefault();
  1194.      });
  1195.    }
  1196.  
  1197.    // Add event listener for keyup
  1198.    searchInput.addEventListener("keyup", function (e) {
  1199.      console.log("Key pressed:", e.key);
  1200.      e.preventDefault();
  1201.  
  1202.      const query = searchInput.value.trim();
  1203.      console.log("User is typing: " + query);
  1204.  
  1205.      // If empty → clear and hide
  1206.      if (query === "") {
  1207.        searchResults.innerHTML = "";
  1208.        searchResults.style.display = "none";
  1209.        return;
  1210.      }
  1211.  
  1212.      // Show results
  1213.      searchResults.style.display = "block";
  1214.  
  1215.      // Fetch search results
  1216.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1217.        method: "GET",
  1218.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1219.      })
  1220.        .then(response => {
  1221.          console.log("Response Status:", response.status);
  1222.          return response.json();
  1223.        })
  1224.        .then(data => {
  1225.          console.log("Data received:", data);
  1226.          if (data.html) {
  1227.            searchResults.innerHTML = data.html;
  1228.          } else {
  1229.            searchResults.innerHTML = "<p>No results found.</p>";
  1230.          }
  1231.        })
  1232.        .catch(error => {
  1233.          console.error("Error fetching search results:", error);
  1234.        });
  1235.    });
  1236.  
  1237.    // Close results when clicking outside
  1238.    document.addEventListener("click", function (e) {
  1239.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1240.        searchResults.style.display = "none";
  1241.      }
  1242.    });
  1243.  
  1244.    // Close results on ESC key
  1245.    document.addEventListener("keydown", function (e) {
  1246.      if (e.key === "Escape") {
  1247.        searchResults.style.display = "none";
  1248.      }
  1249.    });
  1250.  });
  1251. </script>
  1252.  
  1253. <style>
  1254.        /* search field */
  1255.  .search-results-container {
  1256.  position: absolute;
  1257.  top: 100%; /* Position it below the input field */
  1258.  left: 10px;
  1259.  right: 10px;
  1260.  background-color: white;
  1261.  border: 1px solid #ddd;
  1262.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1263.  max-height: 300px;
  1264.  overflow-y: auto;
  1265.  z-index: 1000;
  1266.  display: none; /* Initially hidden */
  1267. }
  1268.  
  1269. .search-results-container p {
  1270.  margin: 0;
  1271. }
  1272.  
  1273. .search-results-container .result-item {
  1274.  padding: 10px;
  1275.  cursor: pointer;
  1276. }
  1277.  
  1278. .search-results-container .result-item:hover {
  1279.  background-color: #f0f0f0;
  1280. }
  1281. </style>
  1282.  
  1283.        </header>
  1284.        <!-- end of header -->
  1285.        <!-- start of wpo-blog-hero -->
  1286.        
  1287.  
  1288.  
  1289.  
  1290.  
  1291.  
  1292.  
  1293.  
  1294. <div class="blog-hero-v10">
  1295.    <div class="container-fluid fluid-container">
  1296.        
  1297.        <!-- Top Section: Three Equal Featured Articles -->
  1298.  
  1299.        <div class="row g-4 mb-5">
  1300.            
  1301.            <div class="col-lg-4 col-md-6 col-12">
  1302.                <article class="featured-article">
  1303.                    <div class="featured-image-container">
  1304.                        
  1305.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="American Lawmaker Calls On Ex-Royal Andrew to Testify in Epstein Investigation" class="featured-image">
  1306.                            
  1307.                        <div class="category-tag bg-primary-gradient">News</div>
  1308.                    </div>
  1309.                    <div class="featured-content">
  1310.                        <h2 class="featured-title"><a href="/american-lawmaker-calls-on-ex-royal-andrew-to-testify-in-epstein-investigation/">
  1311.                                    American Lawmaker Calls On Ex-Royal Andrew to Testify in Epstein Investigation
  1312.                                </a></h2>
  1313.                        <p class="featured-summary"></p>
  1314.                        <div class="article-meta">
  1315.                            <span class="author-name">Nicholas Hicks</span>
  1316.                            <span class="post-time">May 12</span>
  1317.                        </div>
  1318.                    </div>
  1319.                </article>
  1320.            </div>
  1321.            
  1322.            <div class="col-lg-4 col-md-6 col-12">
  1323.                <article class="featured-article">
  1324.                    <div class="featured-image-container">
  1325.                        
  1326.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Bahrain to Argue at UK Highest Court Over Sovereign Immunity in Surveillance Claims" class="featured-image">
  1327.                            
  1328.                        <div class="category-tag bg-primary-gradient">News</div>
  1329.                    </div>
  1330.                    <div class="featured-content">
  1331.                        <h2 class="featured-title"><a href="/bahrain-to-argue-at-uk-highest-court-over-sovereign-immunity-in-surveillance-claims/">
  1332.                                    Bahrain to Argue at UK Highest Court Over Sovereign Immunity in Surveillance Claims
  1333.                                </a></h2>
  1334.                        <p class="featured-summary"></p>
  1335.                        <div class="article-meta">
  1336.                            <span class="author-name">Nicholas Hicks</span>
  1337.                            <span class="post-time">May 12</span>
  1338.                        </div>
  1339.                    </div>
  1340.                </article>
  1341.            </div>
  1342.            
  1343.            <div class="col-lg-4 col-md-6 col-12">
  1344.                <article class="featured-article">
  1345.                    <div class="featured-image-container">
  1346.                        
  1347.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="The Renowned Director Sets the Record Straight: ‘Avatar Movies Are Not Made By Computers’" class="featured-image">
  1348.                            
  1349.                        <div class="category-tag bg-primary-gradient">News</div>
  1350.                    </div>
  1351.                    <div class="featured-content">
  1352.                        <h2 class="featured-title"><a href="/the-renowned-director-sets-the-record-straight-avatar-movies-are-not-made-by-computers/">
  1353.                                    The Renowned Director Sets the Record Straight: ‘Avatar Movies Are Not Made By Computers’
  1354.                                </a></h2>
  1355.                        <p class="featured-summary"></p>
  1356.                        <div class="article-meta">
  1357.                            <span class="author-name">Nicholas Hicks</span>
  1358.                            <span class="post-time">May 11</span>
  1359.                        </div>
  1360.                    </div>
  1361.                </article>
  1362.            </div>
  1363.            
  1364.        </div>
  1365.  
  1366.        <!-- Bottom Section: Full-Width Recent Articles List -->
  1367.        <div class="row g-4">
  1368.            <div class="col-12">
  1369.                <div class="recent-section">
  1370.                    <h3 class="recent-title">Recent Articles</h3>
  1371.                    <div class="recent-list">
  1372.                        
  1373.                        <div class="recent-item">
  1374.                            <h4 class="recent-article-title"> <a href="/restrained-alone-and-terrified-the-grim-reality-for-female-prisoners-made-to-deliver-in-detention/">
  1375.                                    Restrained, Alone and Terrified: The Grim Reality for Female Prisoners Made to Deliver in Detention.
  1376.                                </a></h4>
  1377.                            <span class="recent-meta">News • Nicholas Hicks • May 11</span>
  1378.                        </div>
  1379.                        
  1380.                        <div class="recent-item">
  1381.                            <h4 class="recent-article-title"> <a href="/a-tale-of-surprising-generosity-the-time-a-student-allowed-me-to-sleep-on-her-dormitory-ground/">
  1382.                                    A Tale of Surprising Generosity: The Time a Student Allowed Me to Sleep on Her Dormitory Ground
  1383.                                </a></h4>
  1384.                            <span class="recent-meta">News • Nicholas Hicks • May 11</span>
  1385.                        </div>
  1386.                        
  1387.                    </div>
  1388.                </div>
  1389.            </div>
  1390.        </div>
  1391.    </div>
  1392. </div>
  1393.  
  1394. <style>
  1395. /* Blog Hero V10 - Balanced Three-Column Featured with Full-Width Recent List */
  1396. .blog-hero-v10 {
  1397.    padding: 4rem 0;
  1398. }
  1399.  
  1400. /* Featured Article */
  1401. .featured-article {
  1402.    background: var(--card-bg, #ffffff);
  1403.    border-radius: 8px;
  1404.    transition: box-shadow 0.3s ease;
  1405. }
  1406.  
  1407. .featured-article:hover {
  1408.    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  1409. }
  1410.  
  1411. .featured-image-container {
  1412.    position: relative;
  1413.    height: 220px;
  1414. }
  1415.  
  1416. .featured-image {
  1417.    width: 100%;
  1418.    height: 100%;
  1419.    object-fit: cover;
  1420.    border-radius: 8px 8px 0 0;
  1421. }
  1422.  
  1423. .featured-content {
  1424.    padding: 1.5rem;
  1425. }
  1426.  
  1427. .featured-title {
  1428.    font-size: 1.4rem;
  1429.    font-weight: 800;
  1430.    color: #111827;
  1431.    margin-bottom: 0.5rem;
  1432.    line-height: 1.3;
  1433. }
  1434.  
  1435. .featured-summary {
  1436.    font-size: 0.95rem;
  1437.    color: #4b5563;
  1438.    line-height: 1.5;
  1439.    margin-bottom: 1rem;
  1440. }
  1441.  
  1442. .article-meta {
  1443.    display: flex;
  1444.    gap: 0.5rem;
  1445.    font-size: 0.85rem;
  1446.    color: #6b7280;
  1447. }
  1448.  
  1449. .author-name {
  1450.    font-weight: 600;
  1451.    color: #374151;
  1452. }
  1453.  
  1454. /* Category Tags - Outlined for Difference */
  1455. .category-tag {
  1456.    position: absolute;
  1457.    bottom: 1rem;
  1458.    left: 1rem;
  1459.    padding: 0.25rem 0.75rem;
  1460.    font-size: 0.75rem;
  1461.    font-weight: 600;
  1462.    text-transform: uppercase;
  1463.    border-radius: 4px;
  1464.    z-index: 2;
  1465. }
  1466.  
  1467. /* Recent Articles Section */
  1468. .recent-section {
  1469.    background: var(--card-bg, #ffffff);
  1470.    border-radius: 8px;
  1471.    padding: 2rem;
  1472. }
  1473.  
  1474. .recent-title {
  1475.    font-size: 1.3rem;
  1476.    font-weight: 700;
  1477.    color: #111827;
  1478.    margin-bottom: 1.25rem;
  1479.    border-bottom: 1px solid #e5e7eb;
  1480.    padding-bottom: 0.75rem;
  1481. }
  1482.  
  1483. .recent-list {
  1484.    display: flex;
  1485.    flex-direction: column;
  1486.    gap: 1rem;
  1487. }
  1488.  
  1489. .recent-item {
  1490.    padding: 1rem 0;
  1491.    border-bottom: 1px solid #f3f4f6;
  1492.    transition: background 0.2s ease;
  1493. }
  1494.  
  1495. .recent-item:last-child {
  1496.    border-bottom: none;
  1497. }
  1498.  
  1499. .recent-item:hover {
  1500.    background: #f9fafb;
  1501. }
  1502.  
  1503. .recent-article-title {
  1504.    font-size: 1rem;
  1505.    font-weight: 600;
  1506.    color: #111827;
  1507.    margin-bottom: 0.25rem;
  1508. }
  1509.  
  1510. .recent-meta {
  1511.    font-size: 0.8rem;
  1512.    color: #6b7280;
  1513. }
  1514.  
  1515. /* Responsive Design */
  1516. @media (max-width: 992px) {
  1517.    .featured-image-container {
  1518.        height: 200px;
  1519.    }
  1520.    
  1521.    .featured-title {
  1522.        font-size: 1.2rem;
  1523.    }
  1524. }
  1525.  
  1526. @media (max-width: 768px) {
  1527.    .featured-content {
  1528.        padding: 1.25rem;
  1529.    }
  1530.    
  1531.    .recent-section {
  1532.        padding: 1.5rem;
  1533.    }
  1534. }
  1535.  
  1536. @media (max-width: 576px) {
  1537.    .featured-title {
  1538.        font-size: 1.1rem;
  1539.    }
  1540.    
  1541.    .recent-article-title {
  1542.        font-size: 0.95rem;
  1543.    }
  1544. }
  1545. </style>
  1546.  
  1547.  
  1548.  
  1549.  
  1550.        <!-- end of wpo-blog-hero -->
  1551.  
  1552.        <!-- start of wpo-breacking-news -->
  1553.        
  1554.        <!-- end of wpo-breacking-news -->
  1555.        
  1556.        <!-- start wpo-blog-highlights-section -->
  1557.        
  1558.  
  1559.  
  1560.  
  1561.    
  1562.  
  1563.  
  1564.  <style>
  1565.    /* Section Header */
  1566.    .section-header-v9 {
  1567.      text-align: center;
  1568.      margin-bottom: 20px;
  1569.    }
  1570.    
  1571.    .section-title-v9 {
  1572.      font-size: 3rem;
  1573.      font-weight: 700;
  1574.      color: var(--topbar-color);
  1575.      margin-bottom: 20px;
  1576.      text-transform: uppercase;
  1577.    }
  1578.    
  1579.    .section-subtitle-v9 {
  1580.      font-size: 1.2rem;
  1581.      color: var(--topbar-color);
  1582.      opacity: 0.5;
  1583.      max-width: 800px;
  1584.      margin: 0 auto;
  1585.      line-height: 1.8;
  1586.    }
  1587.        
  1588.    /* Blog Card */
  1589.    .blog-card-v9 {
  1590.      background: var(--card-bg);
  1591.      border: 1px solid var(--border-color);
  1592.      border-radius: 8px;
  1593.      margin-bottom: 30px;
  1594.      overflow: hidden;
  1595.      opacity: 0;
  1596.      transition: opacity 0.5s ease, box-shadow 0.3s ease;
  1597.    }
  1598.    
  1599.    .blog-card-v9.fade-in {
  1600.      opacity: 1;
  1601.    }
  1602.    
  1603.    @keyframes fadeIn {
  1604.      from {
  1605.        opacity: 0;
  1606.      }
  1607.      to {
  1608.        opacity: 1;
  1609.      }
  1610.    }
  1611.    
  1612.    .blog-card-v9:hover {
  1613.      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  1614.    }
  1615.    
  1616.    /* Blog Image */
  1617.    .blog-image-container-v9 {
  1618.      width: 100%;
  1619.      aspect-ratio: 16/9; /* 👈 maintains clean ratio */
  1620.      overflow: hidden;
  1621.    }
  1622.    
  1623.    .blog-image-v9 {
  1624.      width: 100%;
  1625.      height: 100%;
  1626.    }
  1627.    
  1628.    .blog-image-v9 img {
  1629.      width: 100%;
  1630.      height: 100%;
  1631.      object-fit: cover;
  1632.      display: block;
  1633.    }
  1634.    
  1635.    /* Blog Content */
  1636.    .blog-content-v9 {
  1637.      padding: 20px;
  1638.    }
  1639.    
  1640.    .blog-title-v9 {
  1641.      font-size: 1.2rem;
  1642.      font-weight: 600;
  1643.      margin-bottom: 15px;
  1644.      color: var(--topbar-color) !important;
  1645.      text-transform: capitalize;
  1646.    }
  1647.    
  1648.    .blog-meta-v9 {
  1649.      display: flex;
  1650.      align-items: center;
  1651.      gap: 10px;
  1652.      font-size: 0.9rem;
  1653.      color: var(--topbar-color);
  1654.      margin-bottom: 10px;
  1655.    }
  1656.    
  1657.    .blog-meta-v9 span {
  1658.      display: inline-block;
  1659.    }
  1660.    
  1661.    .blog-excerpt-v9 {
  1662.      font-size: 1rem;
  1663.      color: var(--topbar-color);
  1664.      opacity: .6;
  1665.      margin-bottom: 15px;
  1666.      line-height: 1.6;
  1667.    }
  1668.    
  1669.    .blog-actions-v9 {
  1670.      display: flex;
  1671.      justify-content: flex-start;
  1672.    }
  1673.    
  1674.    .blog-read-more-v9 {
  1675.      font-size: 1rem;
  1676.      color: var(--topbar-color);
  1677.      text-decoration: none;
  1678.      transition: color 0.3s ease;
  1679.    }
  1680.    
  1681.    .blog-read-more-v9:hover {
  1682.      color: #2980b9 !important;
  1683.    }
  1684.    
  1685.    /* Responsive Design */
  1686.    @media (max-width: 768px) {
  1687.      .section-title-v9 {
  1688.        font-size: 2.5rem;
  1689.      }
  1690.    
  1691.      .blog-card-v9 {
  1692.        margin-bottom: 20px;
  1693.      }
  1694.    
  1695.      .blog-meta-v9 {
  1696.        font-size: 0.8rem;
  1697.      }
  1698.    
  1699.      .blog-image-container-v9 {
  1700.        aspect-ratio: 4/3; /* 👈 mobile friendly ratio */
  1701.      }
  1702.    }
  1703.  </style>
  1704.  
  1705.  <section class="blog-highlights-v9 mt-5">
  1706.    <div class="container-fluid fluid-container">
  1707.      <!-- Section Header -->
  1708.      <div class="row justify-content-center">
  1709.        <div class="col-12 col-lg-10">
  1710.          <div class="section-header-v9">
  1711.            <h2 class="section-title-v9 mb-0">
  1712.                Today's Top Highlights
  1713.                   </h2>
  1714.            <p class="section-subtitle-v9">Explore the intersection of technology and creativity through storytelling in the digital era.</p>
  1715.          </div>
  1716.        </div>
  1717.      </div>
  1718.  
  1719.      <!-- Blog Grid -->
  1720.      <div class="row ">
  1721.        <div class="col-lg-8">
  1722.          <div class="row d-flex justify-content-center">
  1723.            
  1724.              <div class="col-md-6 pb-3">
  1725.                <article class="blog-card-v9 h-100">
  1726.                  <div class="blog-image-container-v9">
  1727.                    <div class="blog-image-v9">
  1728.                      
  1729.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1730.                      
  1731.                    </div>
  1732.                  </div>
  1733.                  <div class="blog-content-v9">
  1734.                    <h3 class="blog-title-v9 "><a class="top-color" href="/three-game-pass-titles-we-are-enjoying-this-weekend-october-10-12/">Three Game Pass Titles We Are Enjoying This Weekend (October 10-12)</a></h3>
  1735.                    <div class="blog-meta-v9">
  1736.                      <span>By <strong>Nicholas Hicks</strong></span>
  1737.                      <span>•</span>
  1738.                      <span>11 May 2026</span>
  1739.                    </div>
  1740.                    <p class="blog-excerpt-v9"></p>
  1741.                    <div class="blog-actions-v9">
  1742.                      <a href="/three-game-pass-titles-we-are-enjoying-this-weekend-october-10-12/" class="blog-read-more-v9">Read More →</a>
  1743.                    </div>
  1744.                  </div>
  1745.                </article>
  1746.              </div>
  1747.            
  1748.              <div class="col-md-6 pb-3">
  1749.                <article class="blog-card-v9 h-100">
  1750.                  <div class="blog-image-container-v9">
  1751.                    <div class="blog-image-v9">
  1752.                      
  1753.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1754.                      
  1755.                    </div>
  1756.                  </div>
  1757.                  <div class="blog-content-v9">
  1758.                    <h3 class="blog-title-v9 "><a class="top-color" href="/life-for-one-hundred-twenty-thousand-asylum-seekers-in-the-massive-mbera-camp-on-the-mali-frontier/">Life for one hundred twenty thousand Asylum Seekers in the Massive Mbera Camp on the Mali Frontier.</a></h3>
  1759.                    <div class="blog-meta-v9">
  1760.                      <span>By <strong>Nicholas Hicks</strong></span>
  1761.                      <span>•</span>
  1762.                      <span>11 May 2026</span>
  1763.                    </div>
  1764.                    <p class="blog-excerpt-v9"></p>
  1765.                    <div class="blog-actions-v9">
  1766.                      <a href="/life-for-one-hundred-twenty-thousand-asylum-seekers-in-the-massive-mbera-camp-on-the-mali-frontier/" class="blog-read-more-v9">Read More →</a>
  1767.                    </div>
  1768.                  </div>
  1769.                </article>
  1770.              </div>
  1771.            
  1772.              <div class="col-md-6 pb-3">
  1773.                <article class="blog-card-v9 h-100">
  1774.                  <div class="blog-image-container-v9">
  1775.                    <div class="blog-image-v9">
  1776.                      
  1777.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1778.                      
  1779.                    </div>
  1780.                  </div>
  1781.                  <div class="blog-content-v9">
  1782.                    <h3 class="blog-title-v9 "><a class="top-color" href="/how-a-american-special-forces-veteran-aided-the-venezuelan-opposition-leader-flee-her-homeland/">How a American Special Forces Veteran Aided the Venezuelan Opposition Leader Flee Her Homeland</a></h3>
  1783.                    <div class="blog-meta-v9">
  1784.                      <span>By <strong>Nicholas Hicks</strong></span>
  1785.                      <span>•</span>
  1786.                      <span>11 May 2026</span>
  1787.                    </div>
  1788.                    <p class="blog-excerpt-v9"></p>
  1789.                    <div class="blog-actions-v9">
  1790.                      <a href="/how-a-american-special-forces-veteran-aided-the-venezuelan-opposition-leader-flee-her-homeland/" class="blog-read-more-v9">Read More →</a>
  1791.                    </div>
  1792.                  </div>
  1793.                </article>
  1794.              </div>
  1795.            
  1796.              <div class="col-md-6 pb-3">
  1797.                <article class="blog-card-v9 h-100">
  1798.                  <div class="blog-image-container-v9">
  1799.                    <div class="blog-image-v9">
  1800.                      
  1801.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1802.                      
  1803.                    </div>
  1804.                  </div>
  1805.                  <div class="blog-content-v9">
  1806.                    <h3 class="blog-title-v9 "><a class="top-color" href="/how-to-talk-romance-like-a-zoomer-51-ultra-specific-words-for-love-sex-and-questionable-conduct/">How to Talk Romance Like a Zoomer: 51 Ultra-Specific Words for Love, Sex and Questionable Conduct</a></h3>
  1807.                    <div class="blog-meta-v9">
  1808.                      <span>By <strong>Nicholas Hicks</strong></span>
  1809.                      <span>•</span>
  1810.                      <span>11 May 2026</span>
  1811.                    </div>
  1812.                    <p class="blog-excerpt-v9"></p>
  1813.                    <div class="blog-actions-v9">
  1814.                      <a href="/how-to-talk-romance-like-a-zoomer-51-ultra-specific-words-for-love-sex-and-questionable-conduct/" class="blog-read-more-v9">Read More →</a>
  1815.                    </div>
  1816.                  </div>
  1817.                </article>
  1818.              </div>
  1819.            
  1820.              <div class="col-md-6 pb-3">
  1821.                <article class="blog-card-v9 h-100">
  1822.                  <div class="blog-image-container-v9">
  1823.                    <div class="blog-image-v9">
  1824.                      
  1825.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1826.                      
  1827.                    </div>
  1828.                  </div>
  1829.                  <div class="blog-content-v9">
  1830.                    <h3 class="blog-title-v9 "><a class="top-color" href="/trump-and-his-allies-imagine-a-globe-devoid-of-international-law-but-they-will-not-attain-this-goal/">Trump and His Allies Imagine a Globe Devoid of International Law – But They Will Not Attain This Goal</a></h3>
  1831.                    <div class="blog-meta-v9">
  1832.                      <span>By <strong>Nicholas Hicks</strong></span>
  1833.                      <span>•</span>
  1834.                      <span>10 May 2026</span>
  1835.                    </div>
  1836.                    <p class="blog-excerpt-v9"></p>
  1837.                    <div class="blog-actions-v9">
  1838.                      <a href="/trump-and-his-allies-imagine-a-globe-devoid-of-international-law-but-they-will-not-attain-this-goal/" class="blog-read-more-v9">Read More →</a>
  1839.                    </div>
  1840.                  </div>
  1841.                </article>
  1842.              </div>
  1843.            
  1844.              <div class="col-md-6 pb-3">
  1845.                <article class="blog-card-v9 h-100">
  1846.                  <div class="blog-image-container-v9">
  1847.                    <div class="blog-image-v9">
  1848.                      
  1849.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1850.                      
  1851.                    </div>
  1852.                  </div>
  1853.                  <div class="blog-content-v9">
  1854.                    <h3 class="blog-title-v9 "><a class="top-color" href="/sweden-team-lineup-isak-included-while-viktor-gyokeres-misses-out/">Sweden Team Lineup: Isak Included While Viktor Gyokeres Misses Out</a></h3>
  1855.                    <div class="blog-meta-v9">
  1856.                      <span>By <strong>Nicholas Hicks</strong></span>
  1857.                      <span>•</span>
  1858.                      <span>10 May 2026</span>
  1859.                    </div>
  1860.                    <p class="blog-excerpt-v9"></p>
  1861.                    <div class="blog-actions-v9">
  1862.                      <a href="/sweden-team-lineup-isak-included-while-viktor-gyokeres-misses-out/" class="blog-read-more-v9">Read More →</a>
  1863.                    </div>
  1864.                  </div>
  1865.                </article>
  1866.              </div>
  1867.            
  1868.              <div class="col-md-6 pb-3">
  1869.                <article class="blog-card-v9 h-100">
  1870.                  <div class="blog-image-container-v9">
  1871.                    <div class="blog-image-v9">
  1872.                      
  1873.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1874.                      
  1875.                    </div>
  1876.                  </div>
  1877.                  <div class="blog-content-v9">
  1878.                    <h3 class="blog-title-v9 "><a class="top-color" href="/united-arab-emirates-declines-to-join-gazan-stabilisation-force-without-defined-juridical-structure/">United Arab Emirates Declines to Join Gazan Stabilisation Force Without Defined Juridical Structure</a></h3>
  1879.                    <div class="blog-meta-v9">
  1880.                      <span>By <strong>Nicholas Hicks</strong></span>
  1881.                      <span>•</span>
  1882.                      <span>10 May 2026</span>
  1883.                    </div>
  1884.                    <p class="blog-excerpt-v9"></p>
  1885.                    <div class="blog-actions-v9">
  1886.                      <a href="/united-arab-emirates-declines-to-join-gazan-stabilisation-force-without-defined-juridical-structure/" class="blog-read-more-v9">Read More →</a>
  1887.                    </div>
  1888.                  </div>
  1889.                </article>
  1890.              </div>
  1891.            
  1892.              <div class="col-md-6 pb-3">
  1893.                <article class="blog-card-v9 h-100">
  1894.                  <div class="blog-image-container-v9">
  1895.                    <div class="blog-image-v9">
  1896.                      
  1897.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1898.                      
  1899.                    </div>
  1900.                  </div>
  1901.                  <div class="blog-content-v9">
  1902.                    <h3 class="blog-title-v9 "><a class="top-color" href="/the-former-congresswoman-establishes-a-landmark-as-virginias-initial-woman-state-leader/">The Former Congresswoman Establishes a Landmark as Virginia&#x27;s Initial Woman State Leader</a></h3>
  1903.                    <div class="blog-meta-v9">
  1904.                      <span>By <strong>Nicholas Hicks</strong></span>
  1905.                      <span>•</span>
  1906.                      <span>10 May 2026</span>
  1907.                    </div>
  1908.                    <p class="blog-excerpt-v9"></p>
  1909.                    <div class="blog-actions-v9">
  1910.                      <a href="/the-former-congresswoman-establishes-a-landmark-as-virginias-initial-woman-state-leader/" class="blog-read-more-v9">Read More →</a>
  1911.                    </div>
  1912.                  </div>
  1913.                </article>
  1914.              </div>
  1915.            
  1916.              <div class="col-md-6 pb-3">
  1917.                <article class="blog-card-v9 h-100">
  1918.                  <div class="blog-image-container-v9">
  1919.                    <div class="blog-image-v9">
  1920.                      
  1921.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1922.                      
  1923.                    </div>
  1924.                  </div>
  1925.                  <div class="blog-content-v9">
  1926.                    <h3 class="blog-title-v9 "><a class="top-color" href="/when-did-i-get-that-good-looking-the-rock-legend-on-watching-jeremy-allen-white-play-him-on-screen/">‘When Did I Get That Good-Looking?’: The Rock Legend on Watching Jeremy Allen White Play Him On Screen</a></h3>
  1927.                    <div class="blog-meta-v9">
  1928.                      <span>By <strong>Nicholas Hicks</strong></span>
  1929.                      <span>•</span>
  1930.                      <span>10 May 2026</span>
  1931.                    </div>
  1932.                    <p class="blog-excerpt-v9"></p>
  1933.                    <div class="blog-actions-v9">
  1934.                      <a href="/when-did-i-get-that-good-looking-the-rock-legend-on-watching-jeremy-allen-white-play-him-on-screen/" class="blog-read-more-v9">Read More →</a>
  1935.                    </div>
  1936.                  </div>
  1937.                </article>
  1938.              </div>
  1939.            
  1940.              <div class="col-md-6 pb-3">
  1941.                <article class="blog-card-v9 h-100">
  1942.                  <div class="blog-image-container-v9">
  1943.                    <div class="blog-image-v9">
  1944.                      
  1945.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1946.                      
  1947.                    </div>
  1948.                  </div>
  1949.                  <div class="blog-content-v9">
  1950.                    <h3 class="blog-title-v9 "><a class="top-color" href="/jennifer-waltons-debut-record-daughters-explores-grief-and-style/">Jennifer Walton&#x27;s Debut Record &quot;Daughters&quot; Explores Grief and Style</a></h3>
  1951.                    <div class="blog-meta-v9">
  1952.                      <span>By <strong>Nicholas Hicks</strong></span>
  1953.                      <span>•</span>
  1954.                      <span>10 May 2026</span>
  1955.                    </div>
  1956.                    <p class="blog-excerpt-v9"></p>
  1957.                    <div class="blog-actions-v9">
  1958.                      <a href="/jennifer-waltons-debut-record-daughters-explores-grief-and-style/" class="blog-read-more-v9">Read More →</a>
  1959.                    </div>
  1960.                  </div>
  1961.                </article>
  1962.              </div>
  1963.            
  1964.              <div class="col-md-6 pb-3">
  1965.                <article class="blog-card-v9 h-100">
  1966.                  <div class="blog-image-container-v9">
  1967.                    <div class="blog-image-v9">
  1968.                      
  1969.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1970.                      
  1971.                    </div>
  1972.                  </div>
  1973.                  <div class="blog-content-v9">
  1974.                    <h3 class="blog-title-v9 "><a class="top-color" href="/russian-president-vladimir-putin-assures-steady-crude-oil-supplies-to-the-indian-nation-in-defiance-of-washington-pressure/">Russian President Vladimir Putin Assures Steady Crude Oil Supplies to the Indian Nation in Defiance of Washington Pressure</a></h3>
  1975.                    <div class="blog-meta-v9">
  1976.                      <span>By <strong>Nicholas Hicks</strong></span>
  1977.                      <span>•</span>
  1978.                      <span>10 May 2026</span>
  1979.                    </div>
  1980.                    <p class="blog-excerpt-v9"></p>
  1981.                    <div class="blog-actions-v9">
  1982.                      <a href="/russian-president-vladimir-putin-assures-steady-crude-oil-supplies-to-the-indian-nation-in-defiance-of-washington-pressure/" class="blog-read-more-v9">Read More →</a>
  1983.                    </div>
  1984.                  </div>
  1985.                </article>
  1986.              </div>
  1987.            
  1988.              <div class="col-md-6 pb-3">
  1989.                <article class="blog-card-v9 h-100">
  1990.                  <div class="blog-image-container-v9">
  1991.                    <div class="blog-image-v9">
  1992.                      
  1993.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1994.                      
  1995.                    </div>
  1996.                  </div>
  1997.                  <div class="blog-content-v9">
  1998.                    <h3 class="blog-title-v9 "><a class="top-color" href="/gaza-strip-war-in-maps-after-24-months-of-hostilities/">Gaza Strip War in Maps After 24 Months of Hostilities</a></h3>
  1999.                    <div class="blog-meta-v9">
  2000.                      <span>By <strong>Nicholas Hicks</strong></span>
  2001.                      <span>•</span>
  2002.                      <span>10 May 2026</span>
  2003.                    </div>
  2004.                    <p class="blog-excerpt-v9"></p>
  2005.                    <div class="blog-actions-v9">
  2006.                      <a href="/gaza-strip-war-in-maps-after-24-months-of-hostilities/" class="blog-read-more-v9">Read More →</a>
  2007.                    </div>
  2008.                  </div>
  2009.                </article>
  2010.              </div>
  2011.            
  2012.            
  2013.  
  2014.          </div>
  2015.        </div>
  2016.  
  2017.       <div class="col col-lg-4 col-12">
  2018.                
  2019.  
  2020.  
  2021.  
  2022.    
  2023.  
  2024. <!-- Curved Heading Sidebar -->
  2025.    <div class="sidebar mb-3">
  2026.        
  2027.       <div class="sidebar-widget mb-5">
  2028.            <div class="widget-title-wrapper mb-3">
  2029.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2030.                    <div class="title-border"></div>
  2031.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  2032.                </h4>
  2033.            </div>
  2034.            <div class="widget-content shadow-sm rounded-3 p-4">
  2035.                <div class="archives-list scrollable-sidebar">
  2036.                    
  2037.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2038.                        <a href="https://www.testandverification.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2039.                            <i class="ti-angle-right me-2 text-primary"></i>
  2040.                            <span class="archive-link top-color fw-semibold">non gamstop casinos no deposit bonus</span>
  2041.                        </a>
  2042.                    </div>
  2043.                    
  2044.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2045.                        <a href="https://www.citytosea.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2046.                            <i class="ti-angle-right me-2 text-primary"></i>
  2047.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  2048.                        </a>
  2049.                    </div>
  2050.                    
  2051.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2052.                        <a href="https://thebrexitparty.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2053.                            <i class="ti-angle-right me-2 text-primary"></i>
  2054.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2055.                        </a>
  2056.                    </div>
  2057.                    
  2058.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2059.                        <a href="https://www.focus12.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2060.                            <i class="ti-angle-right me-2 text-primary"></i>
  2061.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2062.                        </a>
  2063.                    </div>
  2064.                    
  2065.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2066.                        <a href="https://britishicehockey.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2067.                            <i class="ti-angle-right me-2 text-primary"></i>
  2068.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2069.                        </a>
  2070.                    </div>
  2071.                    
  2072.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2073.                        <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2074.                            <i class="ti-angle-right me-2 text-primary"></i>
  2075.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2076.                        </a>
  2077.                    </div>
  2078.                    
  2079.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2080.                        <a href="https://esports-news.co.uk/online-casinos/non-gamstop/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2081.                            <i class="ti-angle-right me-2 text-primary"></i>
  2082.                            <span class="archive-link top-color fw-semibold">casinos not on gamstop</span>
  2083.                        </a>
  2084.                    </div>
  2085.                    
  2086.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2087.                        <a href="https://internationalschoolmealsday.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2088.                            <i class="ti-angle-right me-2 text-primary"></i>
  2089.                            <span class="archive-link top-color fw-semibold">uk online casinos not on gamstop</span>
  2090.                        </a>
  2091.                    </div>
  2092.                    
  2093.  
  2094.                </div>
  2095.            </div>
  2096.        </div>
  2097.        
  2098.       <div class="sidebar-widget mb-5">
  2099.            <div class="widget-title-wrapper mb-3">
  2100.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2101.                    <div class="title-border"></div>
  2102.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  2103.                </h4>
  2104.            </div>
  2105.            <div class="widget-content shadow-sm rounded-3 p-4">
  2106.                <div class="archives-list scrollable-sidebar">
  2107.                    
  2108.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2109.                        <a href="https://tdlwebsolutions.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2110.                            <i class="ti-angle-right me-2 text-primary"></i>
  2111.                            <span class="archive-link top-color fw-semibold">lolajack casino promo code</span>
  2112.                        </a>
  2113.                    </div>
  2114.                    
  2115.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2116.                        <a href="https://tdlwebsolutions.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2117.                            <i class="ti-angle-right me-2 text-primary"></i>
  2118.                            <span class="archive-link top-color fw-semibold">lolajack casino</span>
  2119.                        </a>
  2120.                    </div>
  2121.                    
  2122.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2123.                        <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2124.                            <i class="ti-angle-right me-2 text-primary"></i>
  2125.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  2126.                        </a>
  2127.                    </div>
  2128.                    
  2129.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2130.                        <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2131.                            <i class="ti-angle-right me-2 text-primary"></i>
  2132.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  2133.                        </a>
  2134.                    </div>
  2135.                    
  2136.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2137.                        <a href="https://unbound.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2138.                            <i class="ti-angle-right me-2 text-primary"></i>
  2139.                            <span class="archive-link top-color fw-semibold">online casinos not on gamstop</span>
  2140.                        </a>
  2141.                    </div>
  2142.                    
  2143.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2144.                        <a href="https://allcatsrgrey.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2145.                            <i class="ti-angle-right me-2 text-primary"></i>
  2146.                            <span class="archive-link top-color fw-semibold">online casinos not on gamstop</span>
  2147.                        </a>
  2148.                    </div>
  2149.                    
  2150.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2151.                        <a href="https://www.london-irish.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2152.                            <i class="ti-angle-right me-2 text-primary"></i>
  2153.                            <span class="archive-link top-color fw-semibold">online casinos not on gamstop</span>
  2154.                        </a>
  2155.                    </div>
  2156.                    
  2157.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2158.                        <a href="https://straightfromyard.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2159.                            <i class="ti-angle-right me-2 text-primary"></i>
  2160.                            <span class="archive-link top-color fw-semibold">online casinos not on gamstop</span>
  2161.                        </a>
  2162.                    </div>
  2163.                    
  2164.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2165.                        <a href="https://internationalschoolmealsday.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2166.                            <i class="ti-angle-right me-2 text-primary"></i>
  2167.                            <span class="archive-link top-color fw-semibold">uk casinos not on gamstop</span>
  2168.                        </a>
  2169.                    </div>
  2170.                    
  2171.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2172.                        <a href="https://www.citytosea.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2173.                            <i class="ti-angle-right me-2 text-primary"></i>
  2174.                            <span class="archive-link top-color fw-semibold">online casinos not on gamstop</span>
  2175.                        </a>
  2176.                    </div>
  2177.                    
  2178.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2179.                        <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2180.                            <i class="ti-angle-right me-2 text-primary"></i>
  2181.                            <span class="archive-link top-color fw-semibold">online casinos not on gamstop</span>
  2182.                        </a>
  2183.                    </div>
  2184.                    
  2185.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2186.                        <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2187.                            <i class="ti-angle-right me-2 text-primary"></i>
  2188.                            <span class="archive-link top-color fw-semibold">online casinos not on gamstop</span>
  2189.                        </a>
  2190.                    </div>
  2191.                    
  2192.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2193.                        <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2194.                            <i class="ti-angle-right me-2 text-primary"></i>
  2195.                            <span class="archive-link top-color fw-semibold">online casinos not on gamstop</span>
  2196.                        </a>
  2197.                    </div>
  2198.                    
  2199.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2200.                        <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2201.                            <i class="ti-angle-right me-2 text-primary"></i>
  2202.                            <span class="archive-link top-color fw-semibold">online casinos not on gamstop</span>
  2203.                        </a>
  2204.                    </div>
  2205.                    
  2206.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2207.                        <a href="https://www.elthampalace.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2208.                            <i class="ti-angle-right me-2 text-primary"></i>
  2209.                            <span class="archive-link top-color fw-semibold">online casinos not on gamstop</span>
  2210.                        </a>
  2211.                    </div>
  2212.                    
  2213.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2214.                        <a href="https://tridentcryptofund.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2215.                            <i class="ti-angle-right me-2 text-primary"></i>
  2216.                            <span class="archive-link top-color fw-semibold">crypto casino</span>
  2217.                        </a>
  2218.                    </div>
  2219.                    
  2220.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2221.                        <a href="https://newsoundgeneration.co.uk/casinos-not-on-gamstop/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2222.                            <i class="ti-angle-right me-2 text-primary"></i>
  2223.                            <span class="archive-link top-color fw-semibold">Gambling Sites Not on Gamban</span>
  2224.                        </a>
  2225.                    </div>
  2226.                    
  2227.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2228.                        <a href="https://www.qualityofcarenetwork.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2229.                            <i class="ti-angle-right me-2 text-primary"></i>
  2230.                            <span class="archive-link top-color fw-semibold">lolajack</span>
  2231.                        </a>
  2232.                    </div>
  2233.                    
  2234.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2235.                        <a href="https://kscience.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2236.                            <i class="ti-angle-right me-2 text-primary"></i>
  2237.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  2238.                        </a>
  2239.                    </div>
  2240.                    
  2241.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2242.                        <a href="https://rpmirailpen.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2243.                            <i class="ti-angle-right me-2 text-primary"></i>
  2244.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  2245.                        </a>
  2246.                    </div>
  2247.                    
  2248.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2249.                        <a href="https://www.portail-humanitaire.org" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2250.                            <i class="ti-angle-right me-2 text-primary"></i>
  2251.                            <span class="archive-link top-color fw-semibold">meilleur casino en ligne</span>
  2252.                        </a>
  2253.                    </div>
  2254.                    
  2255.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2256.                        <a href="https://www.economicjournal.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2257.                            <i class="ti-angle-right me-2 text-primary"></i>
  2258.                            <span class="archive-link top-color fw-semibold">betting apps not on gamstop</span>
  2259.                        </a>
  2260.                    </div>
  2261.                    
  2262.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2263.                        <a href="https://phoneweek.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2264.                            <i class="ti-angle-right me-2 text-primary"></i>
  2265.                            <span class="archive-link top-color fw-semibold">best non Gamstop casinos</span>
  2266.                        </a>
  2267.                    </div>
  2268.                    
  2269.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2270.                        <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2271.                            <i class="ti-angle-right me-2 text-primary"></i>
  2272.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  2273.                        </a>
  2274.                    </div>
  2275.                    
  2276.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2277.                        <a href="https://allcatsrgrey.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2278.                            <i class="ti-angle-right me-2 text-primary"></i>
  2279.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  2280.                        </a>
  2281.                    </div>
  2282.                    
  2283.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2284.                        <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2285.                            <i class="ti-angle-right me-2 text-primary"></i>
  2286.                            <span class="archive-link top-color fw-semibold">Non UK Gambling Sites</span>
  2287.                        </a>
  2288.                    </div>
  2289.                    
  2290.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2291.                        <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2292.                            <i class="ti-angle-right me-2 text-primary"></i>
  2293.                            <span class="archive-link top-color fw-semibold">Non UK Licenced Casinos</span>
  2294.                        </a>
  2295.                    </div>
  2296.                    
  2297.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2298.                        <a href="https://israelpremiertech.com" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2299.                            <i class="ti-angle-right me-2 text-primary"></i>
  2300.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2301.                        </a>
  2302.                    </div>
  2303.                    
  2304.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2305.                        <a href="https://www.bmag.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2306.                            <i class="ti-angle-right me-2 text-primary"></i>
  2307.                            <span class="archive-link top-color fw-semibold">top 20 online casinos uk</span>
  2308.                        </a>
  2309.                    </div>
  2310.                    
  2311.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2312.                        <a href="https://www.invo.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2313.                            <i class="ti-angle-right me-2 text-primary"></i>
  2314.                            <span class="archive-link top-color fw-semibold">best non Gamstop casinos</span>
  2315.                        </a>
  2316.                    </div>
  2317.                    
  2318.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2319.                        <a href="https://www.avon-tyres.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2320.                            <i class="ti-angle-right me-2 text-primary"></i>
  2321.                            <span class="archive-link top-color fw-semibold">uk casinos not on gamstop</span>
  2322.                        </a>
  2323.                    </div>
  2324.                    
  2325.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2326.                        <a href="https://www.testandverification.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2327.                            <i class="ti-angle-right me-2 text-primary"></i>
  2328.                            <span class="archive-link top-color fw-semibold">non gamstop casinos uk</span>
  2329.                        </a>
  2330.                    </div>
  2331.                    
  2332.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2333.                        <a href="https://www.antiquesforeveryone.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2334.                            <i class="ti-angle-right me-2 text-primary"></i>
  2335.                            <span class="archive-link top-color fw-semibold">top betting sites not on GamStop</span>
  2336.                        </a>
  2337.                    </div>
  2338.                    
  2339.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2340.                        <a href="https://www.kew.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2341.                            <i class="ti-angle-right me-2 text-primary"></i>
  2342.                            <span class="archive-link top-color fw-semibold">new UK betting sites</span>
  2343.                        </a>
  2344.                    </div>
  2345.                    
  2346.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2347.                        <a href="https://www.wildandgame.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2348.                            <i class="ti-angle-right me-2 text-primary"></i>
  2349.                            <span class="archive-link top-color fw-semibold">slots not on GamStop</span>
  2350.                        </a>
  2351.                    </div>
  2352.                    
  2353.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2354.                        <a href="https://www.fourpure.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2355.                            <i class="ti-angle-right me-2 text-primary"></i>
  2356.                            <span class="archive-link top-color fw-semibold">casino sites not on GamStop</span>
  2357.                        </a>
  2358.                    </div>
  2359.                    
  2360.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2361.                        <a href="https://playmonster.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2362.                            <i class="ti-angle-right me-2 text-primary"></i>
  2363.                            <span class="archive-link top-color fw-semibold">non GamStop UK casinos</span>
  2364.                        </a>
  2365.                    </div>
  2366.                    
  2367.  
  2368.                </div>
  2369.            </div>
  2370.        </div>
  2371.        
  2372.       <div class="sidebar-widget mb-5">
  2373.            <div class="widget-title-wrapper mb-3">
  2374.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2375.                    <div class="title-border"></div>
  2376.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  2377.                </h4>
  2378.            </div>
  2379.            <div class="widget-content shadow-sm rounded-3 p-4">
  2380.                <div class="archives-list scrollable-sidebar">
  2381.                    
  2382.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2383.                        <a href="https://www.drenge.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2384.                            <i class="ti-angle-right me-2 text-primary"></i>
  2385.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2386.                        </a>
  2387.                    </div>
  2388.                    
  2389.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2390.                        <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2391.                            <i class="ti-angle-right me-2 text-primary"></i>
  2392.                            <span class="archive-link top-color fw-semibold">List of Casinos Not on GamStop</span>
  2393.                        </a>
  2394.                    </div>
  2395.                    
  2396.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2397.                        <a href="https://www.covent-garden.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2398.                            <i class="ti-angle-right me-2 text-primary"></i>
  2399.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2400.                        </a>
  2401.                    </div>
  2402.                    
  2403.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2404.                        <a href="https://www.durhamminers.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2405.                            <i class="ti-angle-right me-2 text-primary"></i>
  2406.                            <span class="archive-link top-color fw-semibold">non GamStop casinos</span>
  2407.                        </a>
  2408.                    </div>
  2409.                    
  2410.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2411.                        <a href="https://www.labodeganegra.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2412.                            <i class="ti-angle-right me-2 text-primary"></i>
  2413.                            <span class="archive-link top-color fw-semibold">non GamStop casinos</span>
  2414.                        </a>
  2415.                    </div>
  2416.                    
  2417.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2418.                        <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2419.                            <i class="ti-angle-right me-2 text-primary"></i>
  2420.                            <span class="archive-link top-color fw-semibold">casinos not on GamStop</span>
  2421.                        </a>
  2422.                    </div>
  2423.                    
  2424.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2425.                        <a href="https://www.llancaiachfawr.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2426.                            <i class="ti-angle-right me-2 text-primary"></i>
  2427.                            <span class="archive-link top-color fw-semibold">casinos not on GamStop</span>
  2428.                        </a>
  2429.                    </div>
  2430.                    
  2431.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2432.                        <a href="https://socialeatinghouse.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2433.                            <i class="ti-angle-right me-2 text-primary"></i>
  2434.                            <span class="archive-link top-color fw-semibold">online casino not on GamStop</span>
  2435.                        </a>
  2436.                    </div>
  2437.                    
  2438.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2439.                        <a href="https://www.roostblog.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2440.                            <i class="ti-angle-right me-2 text-primary"></i>
  2441.                            <span class="archive-link top-color fw-semibold">non gamstop casino uk</span>
  2442.                        </a>
  2443.                    </div>
  2444.                    
  2445.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2446.                        <a href="https://www.fourpure.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2447.                            <i class="ti-angle-right me-2 text-primary"></i>
  2448.                            <span class="archive-link top-color fw-semibold">casinos not on GamStop</span>
  2449.                        </a>
  2450.                    </div>
  2451.                    
  2452.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2453.                        <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2454.                            <i class="ti-angle-right me-2 text-primary"></i>
  2455.                            <span class="archive-link top-color fw-semibold">casino not on gamestop</span>
  2456.                        </a>
  2457.                    </div>
  2458.                    
  2459.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2460.                        <a href="https://www.falconryforum.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2461.                            <i class="ti-angle-right me-2 text-primary"></i>
  2462.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2463.                        </a>
  2464.                    </div>
  2465.                    
  2466.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2467.                        <a href="https://robinhoodtax.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2468.                            <i class="ti-angle-right me-2 text-primary"></i>
  2469.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  2470.                        </a>
  2471.                    </div>
  2472.                    
  2473.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2474.                        <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2475.                            <i class="ti-angle-right me-2 text-primary"></i>
  2476.                            <span class="archive-link top-color fw-semibold">best non Gamstop casinos</span>
  2477.                        </a>
  2478.                    </div>
  2479.                    
  2480.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2481.                        <a href="https://citytosea.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2482.                            <i class="ti-angle-right me-2 text-primary"></i>
  2483.                            <span class="archive-link top-color fw-semibold">casinos not on gamstop</span>
  2484.                        </a>
  2485.                    </div>
  2486.                    
  2487.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2488.                        <a href="https://www.lgbthistorymonth.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2489.                            <i class="ti-angle-right me-2 text-primary"></i>
  2490.                            <span class="archive-link top-color fw-semibold">best non gamstop casinos</span>
  2491.                        </a>
  2492.                    </div>
  2493.                    
  2494.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2495.                        <a href="https://aboutcookies.org.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2496.                            <i class="ti-angle-right me-2 text-primary"></i>
  2497.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2498.                        </a>
  2499.                    </div>
  2500.                    
  2501.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2502.                        <a href="https://www.broomhillart.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2503.                            <i class="ti-angle-right me-2 text-primary"></i>
  2504.                            <span class="archive-link top-color fw-semibold">new betting sites uk</span>
  2505.                        </a>
  2506.                    </div>
  2507.                    
  2508.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2509.                        <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2510.                            <i class="ti-angle-right me-2 text-primary"></i>
  2511.                            <span class="archive-link top-color fw-semibold">Casino Not on GAMSTOP</span>
  2512.                        </a>
  2513.                    </div>
  2514.                    
  2515.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2516.                        <a href="https://epik.org.uk/casinos-not-on-gamstop/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2517.                            <i class="ti-angle-right me-2 text-primary"></i>
  2518.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2519.                        </a>
  2520.                    </div>
  2521.                    
  2522.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2523.                        <a href="https://www.toop.eu/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2524.                            <i class="ti-angle-right me-2 text-primary"></i>
  2525.                            <span class="archive-link top-color fw-semibold">uk online casinos not on gamstop</span>
  2526.                        </a>
  2527.                    </div>
  2528.                    
  2529.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2530.                        <a href="https://www.employersforwork-lifebalance.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2531.                            <i class="ti-angle-right me-2 text-primary"></i>
  2532.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2533.                        </a>
  2534.                    </div>
  2535.                    
  2536.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2537.                        <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2538.                            <i class="ti-angle-right me-2 text-primary"></i>
  2539.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  2540.                        </a>
  2541.                    </div>
  2542.                    
  2543.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2544.                        <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2545.                            <i class="ti-angle-right me-2 text-primary"></i>
  2546.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  2547.                        </a>
  2548.                    </div>
  2549.                    
  2550.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2551.                        <a href="https://roadpeace.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2552.                            <i class="ti-angle-right me-2 text-primary"></i>
  2553.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  2554.                        </a>
  2555.                    </div>
  2556.                    
  2557.  
  2558.                </div>
  2559.            </div>
  2560.        </div>
  2561.        
  2562.       <div class="sidebar-widget mb-5">
  2563.            <div class="widget-title-wrapper mb-3">
  2564.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2565.                    <div class="title-border"></div>
  2566.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  2567.                </h4>
  2568.            </div>
  2569.            <div class="widget-content shadow-sm rounded-3 p-4">
  2570.                <div class="archives-list scrollable-sidebar">
  2571.                    
  2572.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2573.                        <a href="https://www.ncpqsw.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2574.                            <i class="ti-angle-right me-2 text-primary"></i>
  2575.                            <span class="archive-link top-color fw-semibold">non gamstop casinos uk</span>
  2576.                        </a>
  2577.                    </div>
  2578.                    
  2579.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2580.                        <a href="https://croftersrights.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2581.                            <i class="ti-angle-right me-2 text-primary"></i>
  2582.                            <span class="archive-link top-color fw-semibold">best casinos not on gamstop</span>
  2583.                        </a>
  2584.                    </div>
  2585.                    
  2586.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2587.                        <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2588.                            <i class="ti-angle-right me-2 text-primary"></i>
  2589.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  2590.                        </a>
  2591.                    </div>
  2592.                    
  2593.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2594.                        <a href="https://www.money-mentor.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2595.                            <i class="ti-angle-right me-2 text-primary"></i>
  2596.                            <span class="archive-link top-color fw-semibold">no verification casino</span>
  2597.                        </a>
  2598.                    </div>
  2599.                    
  2600.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2601.                        <a href="https://financialservicescultureboard.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2602.                            <i class="ti-angle-right me-2 text-primary"></i>
  2603.                            <span class="archive-link top-color fw-semibold">non gamstop betting</span>
  2604.                        </a>
  2605.                    </div>
  2606.                    
  2607.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2608.                        <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2609.                            <i class="ti-angle-right me-2 text-primary"></i>
  2610.                            <span class="archive-link top-color fw-semibold">betting sites not on gamstop</span>
  2611.                        </a>
  2612.                    </div>
  2613.                    
  2614.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2615.                        <a href="https://itechlabs.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2616.                            <i class="ti-angle-right me-2 text-primary"></i>
  2617.                            <span class="archive-link top-color fw-semibold">betting sites not on gamstop</span>
  2618.                        </a>
  2619.                    </div>
  2620.                    
  2621.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2622.                        <a href="https://free2learn.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2623.                            <i class="ti-angle-right me-2 text-primary"></i>
  2624.                            <span class="archive-link top-color fw-semibold">best non gamstop casinos</span>
  2625.                        </a>
  2626.                    </div>
  2627.                    
  2628.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2629.                        <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2630.                            <i class="ti-angle-right me-2 text-primary"></i>
  2631.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2632.                        </a>
  2633.                    </div>
  2634.                    
  2635.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2636.                        <a href="https://www.techandplay.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2637.                            <i class="ti-angle-right me-2 text-primary"></i>
  2638.                            <span class="archive-link top-color fw-semibold">betting sites</span>
  2639.                        </a>
  2640.                    </div>
  2641.                    
  2642.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2643.                        <a href="https://www.ferranti-technologies.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2644.                            <i class="ti-angle-right me-2 text-primary"></i>
  2645.                            <span class="archive-link top-color fw-semibold">best casinos not on gamstop</span>
  2646.                        </a>
  2647.                    </div>
  2648.                    
  2649.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2650.                        <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2651.                            <i class="ti-angle-right me-2 text-primary"></i>
  2652.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  2653.                        </a>
  2654.                    </div>
  2655.                    
  2656.  
  2657.                </div>
  2658.            </div>
  2659.        </div>
  2660.        
  2661. <!--        
  2662.       <div class="sidebar-widget mb-5">
  2663.            <div class="widget-title-wrapper mb-3">
  2664.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2665.                    <div class="title-border"></div>
  2666.                    <i class="ti-folder me-2"></i>Blog Archives
  2667.                </h4>
  2668.            </div>
  2669.            <div class="widget-content shadow-sm rounded-3 p-4">
  2670.                <div class="archives-list">
  2671.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2672.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2673.                            <i class="ti-angle-right me-2 text-primary"></i>
  2674.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  2675.                        </a>
  2676.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  2677.                    </div>
  2678.  
  2679.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2680.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2681.                            <i class="ti-angle-right me-2 text-primary"></i>
  2682.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  2683.                        </a>
  2684.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  2685.                    </div>
  2686.  
  2687.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2688.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2689.                            <i class="ti-angle-right me-2 text-primary"></i>
  2690.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  2691.                        </a>
  2692.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  2693.                    </div>
  2694.  
  2695.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2696.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2697.                            <i class="ti-angle-right me-2 text-primary"></i>
  2698.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  2699.                        </a>
  2700.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  2701.                    </div>
  2702.  
  2703.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2704.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2705.                            <i class="ti-angle-right me-2 text-primary"></i>
  2706.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  2707.                        </a>
  2708.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  2709.                    </div>
  2710.  
  2711.                    <div class="archive-item d-flex justify-content-between align-items-center">
  2712.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2713.                            <i class="ti-angle-right me-2 text-primary"></i>
  2714.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  2715.                        </a>
  2716.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  2717.                    </div>
  2718.                </div>
  2719.                
  2720.                <div class="text-center mt-4 pt-3 border-top border-color">
  2721.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2722.                        <i class="ti-archive me-1"></i>View All Archives
  2723.                    </a>
  2724.                </div>
  2725.            </div>
  2726.        </div> -->
  2727.        <div class="sidebar-widget mb-4">
  2728.            <div class="widget-title-wrapper mb-3">
  2729.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2730.                    <div class="title-border-primary"></div>
  2731.                    <i class="ti-star me-2"></i>Popular Posts
  2732.                </h4>
  2733.            </div>
  2734.            <div class="widget-content mb-3 shadow-sm rounded-3 p-4">
  2735.                <div class="popular-post-list">
  2736.                    
  2737.                    
  2738.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2739.                        <div class="post-content flex-grow-1">
  2740.                            <h6 class="post-title mb-1">
  2741.                                 <a href="/democrats-criticize-trump-after-he-states-they-should-face-death-penalty/" class="text-decoration-none top-color fw-semibold lh-sm">
  2742.                                            Democrats Criticize Trump After He States They Should Face Death Penalty
  2743.                                            </a>
  2744.                            </h6>
  2745.                            <div class="post-meta">
  2746.                                <small class="text-muted">
  2747.                                    <i class="ti-calendar me-1"></i>09 May 2026
  2748.                                </small>
  2749.                                <!-- <small class="text-muted ms-3">
  2750.                                    <i class="ti-eye me-1"></i>1,234 views
  2751.                                </small> -->
  2752.                            </div>
  2753.                        </div>
  2754.                    </div>
  2755.                    
  2756.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2757.                        <div class="post-content flex-grow-1">
  2758.                            <h6 class="post-title mb-1">
  2759.                                 <a href="/these-athletes-and-coaches-born-outside-in-the-united-states/" class="text-decoration-none top-color fw-semibold lh-sm">
  2760.                                            These Athletes and Coaches Born Outside in the United States
  2761.                                            </a>
  2762.                            </h6>
  2763.                            <div class="post-meta">
  2764.                                <small class="text-muted">
  2765.                                    <i class="ti-calendar me-1"></i>09 May 2026
  2766.                                </small>
  2767.                                <!-- <small class="text-muted ms-3">
  2768.                                    <i class="ti-eye me-1"></i>1,234 views
  2769.                                </small> -->
  2770.                            </div>
  2771.                        </div>
  2772.                    </div>
  2773.                    
  2774.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2775.                        <div class="post-content flex-grow-1">
  2776.                            <h6 class="post-title mb-1">
  2777.                                 <a href="/russia-bans-snapchat-and-limits-apples-facetime-officials-report/" class="text-decoration-none top-color fw-semibold lh-sm">
  2778.                                            Russia Bans Snapchat and Limits Apple&#x27;s FaceTime, Officials Report
  2779.                                            </a>
  2780.                            </h6>
  2781.                            <div class="post-meta">
  2782.                                <small class="text-muted">
  2783.                                    <i class="ti-calendar me-1"></i>09 May 2026
  2784.                                </small>
  2785.                                <!-- <small class="text-muted ms-3">
  2786.                                    <i class="ti-eye me-1"></i>1,234 views
  2787.                                </small> -->
  2788.                            </div>
  2789.                        </div>
  2790.                    </div>
  2791.                    
  2792.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2793.                        <div class="post-content flex-grow-1">
  2794.                            <h6 class="post-title mb-1">
  2795.                                 <a href="/chornobyl-catastrophe-shelter-no-longer-effectively-blocks-radiation-requires-major-repair-international-atomic-energy-agency/" class="text-decoration-none top-color fw-semibold lh-sm">
  2796.                                            Chornobyl Catastrophe Shelter No Longer Effectively Blocks Radiation, Requires Major Repair – International Atomic Energy Agency
  2797.                                            </a>
  2798.                            </h6>
  2799.                            <div class="post-meta">
  2800.                                <small class="text-muted">
  2801.                                    <i class="ti-calendar me-1"></i>09 May 2026
  2802.                                </small>
  2803.                                <!-- <small class="text-muted ms-3">
  2804.                                    <i class="ti-eye me-1"></i>1,234 views
  2805.                                </small> -->
  2806.                            </div>
  2807.                        </div>
  2808.                    </div>
  2809.                    
  2810.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2811.                        <div class="post-content flex-grow-1">
  2812.                            <h6 class="post-title mb-1">
  2813.                                 <a href="/arsenal-host-wolverhampton-wanderers-in-pivotal-premier-league-encounter/" class="text-decoration-none top-color fw-semibold lh-sm">
  2814.                                            Arsenal Host Wolverhampton Wanderers in Pivotal Premier League Encounter
  2815.                                            </a>
  2816.                            </h6>
  2817.                            <div class="post-meta">
  2818.                                <small class="text-muted">
  2819.                                    <i class="ti-calendar me-1"></i>09 May 2026
  2820.                                </small>
  2821.                                <!-- <small class="text-muted ms-3">
  2822.                                    <i class="ti-eye me-1"></i>1,234 views
  2823.                                </small> -->
  2824.                            </div>
  2825.                        </div>
  2826.                    </div>
  2827.                    
  2828.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2829.                        <div class="post-content flex-grow-1">
  2830.                            <h6 class="post-title mb-1">
  2831.                                 <a href="/neanderthals-and-modern-humans-were-likely-kissing-researchers-propose/" class="text-decoration-none top-color fw-semibold lh-sm">
  2832.                                            Neanderthals and Modern Humans Were Likely Kissing, Researchers Propose
  2833.                                            </a>
  2834.                            </h6>
  2835.                            <div class="post-meta">
  2836.                                <small class="text-muted">
  2837.                                    <i class="ti-calendar me-1"></i>09 May 2026
  2838.                                </small>
  2839.                                <!-- <small class="text-muted ms-3">
  2840.                                    <i class="ti-eye me-1"></i>1,234 views
  2841.                                </small> -->
  2842.                            </div>
  2843.                        </div>
  2844.                    </div>
  2845.                    
  2846.  
  2847.                </div>
  2848.                
  2849.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2850.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  2851.                        <i class="ti-trophy me-1"></i>View All Popular
  2852.                    </a>
  2853.                </div> -->
  2854.            </div>
  2855.        </div>
  2856.  
  2857. </div>
  2858. <style>
  2859.    
  2860.  .widget-content {
  2861.    background-color: var(--card-bg);
  2862.    border: 1px solid var(--border-color);
  2863.  }
  2864. </style>
  2865.  
  2866.    
  2867.            </div>
  2868.      </div>
  2869.    </div>
  2870.  </section>
  2871.  
  2872.  <script>
  2873.    // Intersection Observer for Fade-in Effect
  2874.    document.addEventListener('DOMContentLoaded', function () {
  2875.      const observerOptions = {
  2876.        threshold: 0.2,
  2877.        rootMargin: '0px 0px -50px 0px'
  2878.      }
  2879.    
  2880.      const observer = new IntersectionObserver(function (entries, observer) {
  2881.        entries.forEach((entry) => {
  2882.          if (entry.isIntersecting) {
  2883.            entry.target.classList.add('fade-in')
  2884.            observer.unobserve(entry.target)
  2885.          }
  2886.        })
  2887.      }, observerOptions)
  2888.    
  2889.      document.querySelectorAll('.blog-card-v9').forEach((card) => {
  2890.        observer.observe(card)
  2891.      })
  2892.    })
  2893.  </script>
  2894.  
  2895.  
  2896.    
  2897.        
  2898.        <!-- end wpo-blog-highlights-section -->
  2899.        <!-- start wpo-blog-sponsored-section -->
  2900.        
  2901.  
  2902.  
  2903.  
  2904.    
  2905.  
  2906.  
  2907.  
  2908. <style>
  2909.    .sponsored-section-v3 {
  2910.        padding: 0 0 50px;
  2911.    }
  2912.    
  2913.    .sponsored-card-v3 {
  2914.        background: white;
  2915.        border: 1px solid var(--border-color);
  2916.        border-radius: 0;
  2917.        overflow: hidden;
  2918.        transition: all 0.3s ease;
  2919.        height: 100%;
  2920.        position: relative;
  2921.    }
  2922.    
  2923.    .sponsored-card-v3:hover {
  2924.        border-color: #dee2e6;
  2925.        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  2926.    }
  2927.    
  2928.    .sponsored-image-v3 {
  2929.        position: relative;
  2930.        overflow: hidden;
  2931.        height: 160px;
  2932.    }
  2933.    
  2934.    .sponsored-image-v3 img {
  2935.        width: 100%;
  2936.        height: 100%;
  2937.        object-fit: cover;
  2938.        filter: grayscale(20%);
  2939.        transition: filter 0.3s ease;
  2940.    }
  2941.    
  2942.    .sponsored-card-v3:hover .sponsored-image-v3 img {
  2943.        filter: grayscale(0%);
  2944.    }
  2945.    
  2946.    .sponsored-badge-v3 {
  2947.        position: absolute;
  2948.        bottom: auto;
  2949.        left: auto;
  2950.        right: 10px;
  2951.        top: 10px;
  2952.        padding: 8px;
  2953.        font-size: 10px;
  2954.        font-weight: 700;
  2955.        text-transform: uppercase;
  2956.        letter-spacing: 1px;
  2957.        text-align: center;
  2958.    }
  2959.    
  2960.    .sponsored-content-v3 {
  2961.        position: relative;
  2962.        padding: 24px 20px;
  2963.    }
  2964.    
  2965.    .sponsored-title-v3 {
  2966.        font-size: 15px;
  2967.        font-weight: 700;
  2968.        line-height: 1.5;
  2969.        margin-bottom: 18px;
  2970.        min-height: 45px;
  2971.        text-transform: uppercase;
  2972.        letter-spacing: 0.5px;
  2973.    }
  2974.    
  2975.    .sponsored-title-v3 a {
  2976.        text-decoration: none;
  2977.        transition: opacity 0.3s ease;
  2978.    }
  2979.    
  2980.    .sponsored-title-v3 a:hover {
  2981.        opacity: 0.8;
  2982.    }
  2983.    
  2984.    .sponsored-meta-v3 {
  2985.        display: flex;
  2986.        align-items: center;
  2987.        justify-content: space-between;
  2988.        font-size: 11px;
  2989.        font-weight: 600;
  2990.        text-transform: uppercase;
  2991.        letter-spacing: 0.5px;
  2992.        padding-top: 12px;
  2993.        border-top: 1px solid #f1f3f4;
  2994.    }
  2995.    
  2996.    .author-info-v3 {
  2997.        display: flex;
  2998.        align-items: center;
  2999.        gap: 8px;
  3000.    }
  3001.    
  3002.    .sponsored-author-img-v3 {
  3003.        width: 30px;
  3004.        height: 30px;
  3005.        border-radius: 50%;
  3006.        object-fit: cover;
  3007.    }
  3008.    
  3009.    .section-title-sponsored-v3 {
  3010.        font-size: 2.5rem;
  3011.        font-weight: 900;
  3012.        text-align: left;
  3013.        margin-bottom: 30px;
  3014.        letter-spacing: 2px;
  3015.        border-left: 8px solid var(--bs-primary);
  3016.        padding-left: 20px;
  3017.    }
  3018.    
  3019.    .sponsored-overlay-v3 {
  3020.        position: absolute;
  3021.        top: 0;
  3022.        left: 0;
  3023.        right: 0;
  3024.        bottom: 0;
  3025.        background: linear-gradient(45deg, transparent 0%, rgba(0,0,0,0.1) 100%);
  3026.        opacity: 0;
  3027.        transition: opacity 0.3s ease;
  3028.    }
  3029.    
  3030.    .sponsored-card-v3:hover .sponsored-overlay-v3 {
  3031.        opacity: 1;
  3032.    }
  3033.  
  3034.    @media (max-width: 768px) {
  3035.        .sponsored-section-v3 {
  3036.            padding: 0px 0 40px;
  3037.        }
  3038.        .section-title-sponsored-v3 {
  3039.            font-size: 2.2rem;
  3040.            text-align: center;
  3041.            border-left: none;
  3042.            border-bottom: 4px solid;
  3043.            padding-left: 0;
  3044.            padding-bottom: 10px;
  3045.        }
  3046.        .sponsored-content-v3 {
  3047.            padding: 20px 16px;
  3048.        }
  3049.    }
  3050. </style>
  3051.  
  3052. <section class="sponsored-section-v3">
  3053.    <div class="container-fluid fluid-container mt-5">
  3054.        <div class="row">
  3055.            <div class="col-12">
  3056.                <h2 class="section-title-sponsored-v3 ">Sponsored News</h2>
  3057.            </div>
  3058.        </div>
  3059.        
  3060.        <div class="row g-3">
  3061.            
  3062.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3063.                <div class="card sponsored-card-v3">
  3064.                    <div class="sponsored-overlay-v3"></div>
  3065.                    <div class="sponsored-image-v3">
  3066.                        
  3067.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3068.                        
  3069.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3070.                    </div>
  3071.                    <div class="sponsored-content-v3">
  3072.                        <h3 class="sponsored-title-v3">
  3073.                            <a href="/democrats-criticize-trump-after-he-states-they-should-face-death-penalty/" class="top-color">
  3074.                            Democrats Criticize Trump After He States They Should Face Death Penalty
  3075.                            </a>
  3076.                        </h3>
  3077.                        <div class="sponsored-meta-v3">
  3078.                            <div class="author-info-v3">
  3079.                                
  3080.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicholas Hicks" class="sponsored-author-img-v3">
  3081.                                
  3082.                                <span class="top-color">
  3083.                                    Nicholas Hicks
  3084.                                </span>
  3085.                            </div>
  3086.                            <span class="top-color">09 May 2026</span>
  3087.                        </div>
  3088.                    </div>
  3089.                </div>
  3090.            </div>
  3091.            
  3092.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3093.                <div class="card sponsored-card-v3">
  3094.                    <div class="sponsored-overlay-v3"></div>
  3095.                    <div class="sponsored-image-v3">
  3096.                        
  3097.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3098.                        
  3099.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3100.                    </div>
  3101.                    <div class="sponsored-content-v3">
  3102.                        <h3 class="sponsored-title-v3">
  3103.                            <a href="/these-athletes-and-coaches-born-outside-in-the-united-states/" class="top-color">
  3104.                            These Athletes and Coaches Born Outside in the United States
  3105.                            </a>
  3106.                        </h3>
  3107.                        <div class="sponsored-meta-v3">
  3108.                            <div class="author-info-v3">
  3109.                                
  3110.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicholas Hicks" class="sponsored-author-img-v3">
  3111.                                
  3112.                                <span class="top-color">
  3113.                                    Nicholas Hicks
  3114.                                </span>
  3115.                            </div>
  3116.                            <span class="top-color">09 May 2026</span>
  3117.                        </div>
  3118.                    </div>
  3119.                </div>
  3120.            </div>
  3121.            
  3122.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3123.                <div class="card sponsored-card-v3">
  3124.                    <div class="sponsored-overlay-v3"></div>
  3125.                    <div class="sponsored-image-v3">
  3126.                        
  3127.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3128.                        
  3129.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3130.                    </div>
  3131.                    <div class="sponsored-content-v3">
  3132.                        <h3 class="sponsored-title-v3">
  3133.                            <a href="/russia-bans-snapchat-and-limits-apples-facetime-officials-report/" class="top-color">
  3134.                            Russia Bans Snapchat and Limits Apple&#x27;s FaceTime, Officials Report
  3135.                            </a>
  3136.                        </h3>
  3137.                        <div class="sponsored-meta-v3">
  3138.                            <div class="author-info-v3">
  3139.                                
  3140.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicholas Hicks" class="sponsored-author-img-v3">
  3141.                                
  3142.                                <span class="top-color">
  3143.                                    Nicholas Hicks
  3144.                                </span>
  3145.                            </div>
  3146.                            <span class="top-color">09 May 2026</span>
  3147.                        </div>
  3148.                    </div>
  3149.                </div>
  3150.            </div>
  3151.            
  3152.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3153.                <div class="card sponsored-card-v3">
  3154.                    <div class="sponsored-overlay-v3"></div>
  3155.                    <div class="sponsored-image-v3">
  3156.                        
  3157.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3158.                        
  3159.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3160.                    </div>
  3161.                    <div class="sponsored-content-v3">
  3162.                        <h3 class="sponsored-title-v3">
  3163.                            <a href="/chornobyl-catastrophe-shelter-no-longer-effectively-blocks-radiation-requires-major-repair-international-atomic-energy-agency/" class="top-color">
  3164.                            Chornobyl Catastrophe Shelter No Longer Effectively Blocks Radiation, Requires Major Repair – International Atomic Energy Agency
  3165.                            </a>
  3166.                        </h3>
  3167.                        <div class="sponsored-meta-v3">
  3168.                            <div class="author-info-v3">
  3169.                                
  3170.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicholas Hicks" class="sponsored-author-img-v3">
  3171.                                
  3172.                                <span class="top-color">
  3173.                                    Nicholas Hicks
  3174.                                </span>
  3175.                            </div>
  3176.                            <span class="top-color">09 May 2026</span>
  3177.                        </div>
  3178.                    </div>
  3179.                </div>
  3180.            </div>
  3181.            
  3182.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3183.                <div class="card sponsored-card-v3">
  3184.                    <div class="sponsored-overlay-v3"></div>
  3185.                    <div class="sponsored-image-v3">
  3186.                        
  3187.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3188.                        
  3189.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3190.                    </div>
  3191.                    <div class="sponsored-content-v3">
  3192.                        <h3 class="sponsored-title-v3">
  3193.                            <a href="/arsenal-host-wolverhampton-wanderers-in-pivotal-premier-league-encounter/" class="top-color">
  3194.                            Arsenal Host Wolverhampton Wanderers in Pivotal Premier League Encounter
  3195.                            </a>
  3196.                        </h3>
  3197.                        <div class="sponsored-meta-v3">
  3198.                            <div class="author-info-v3">
  3199.                                
  3200.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicholas Hicks" class="sponsored-author-img-v3">
  3201.                                
  3202.                                <span class="top-color">
  3203.                                    Nicholas Hicks
  3204.                                </span>
  3205.                            </div>
  3206.                            <span class="top-color">09 May 2026</span>
  3207.                        </div>
  3208.                    </div>
  3209.                </div>
  3210.            </div>
  3211.            
  3212.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3213.                <div class="card sponsored-card-v3">
  3214.                    <div class="sponsored-overlay-v3"></div>
  3215.                    <div class="sponsored-image-v3">
  3216.                        
  3217.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3218.                        
  3219.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3220.                    </div>
  3221.                    <div class="sponsored-content-v3">
  3222.                        <h3 class="sponsored-title-v3">
  3223.                            <a href="/neanderthals-and-modern-humans-were-likely-kissing-researchers-propose/" class="top-color">
  3224.                            Neanderthals and Modern Humans Were Likely Kissing, Researchers Propose
  3225.                            </a>
  3226.                        </h3>
  3227.                        <div class="sponsored-meta-v3">
  3228.                            <div class="author-info-v3">
  3229.                                
  3230.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicholas Hicks" class="sponsored-author-img-v3">
  3231.                                
  3232.                                <span class="top-color">
  3233.                                    Nicholas Hicks
  3234.                                </span>
  3235.                            </div>
  3236.                            <span class="top-color">09 May 2026</span>
  3237.                        </div>
  3238.                    </div>
  3239.                </div>
  3240.            </div>
  3241.            
  3242.        </div>
  3243.    </div>
  3244. </section>
  3245.  
  3246.  
  3247.    
  3248.        <!-- end wpo-blog-sponsored-section -->
  3249.        <!-- start wpo-subscribe-section -->
  3250.        
  3251.        <!-- end subscribe-section -->
  3252.        <!-- start of wpo-site-footer-section -->
  3253.        
  3254.  
  3255.  
  3256.  
  3257.  
  3258.  
  3259.  
  3260. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  3261. <footer class="footer-v5 bg-primary-gradient border-top">
  3262.    
  3263.    <!-- Main Footer Content -->
  3264.    <div class="container-fluid py-5">
  3265.        
  3266.        <!-- Top Section with Logo and Description -->
  3267.        <div class="row mb-5">
  3268.            <div class="col-12 text-center">
  3269.                <div class="footer-brand mb-4">
  3270.                    
  3271.                    <h4 class="fw-bold footer-color mb-2">Optix Gaming UK</h4>
  3272.                    <p class="footer-color opacity-50">Optix Gaming UK provides expert reviews, gaming news, and tech guides for PC enthusiasts. Stay updated on hardware, software, and gaming trends.</p>
  3273.                </div>
  3274.            </div>
  3275.        </div>
  3276.  
  3277.        <!-- Content Grid -->
  3278.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  3279.            
  3280.            <!-- Quick Links Column -->
  3281.            <div class="">
  3282.                <div class="footer-section">
  3283.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3284.                        Quick Links
  3285.                    </h6>
  3286.                    <ul class="list-unstyled footer-links">
  3287.                        
  3288.                        <li class="mb-2">
  3289.                            <a href="/conversing-across-the-gap-an-meeting-between-opposing-viewpoints/"
  3290.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3291.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3292.                                Conversing Across the Gap: An Meeting Between Opposing Viewpoints
  3293.                            </a>
  3294.                        </li>
  3295.                        
  3296.                        <li class="mb-2">
  3297.                            <a href="/wta-finals-updates-rybakina-takes-on-alexandrova-swiatek-battles-anisimova/"
  3298.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3299.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3300.                                WTA Finals Updates: Rybakina Takes On Alexandrova, Swiatek Battles Anisimova
  3301.                            </a>
  3302.                        </li>
  3303.                        
  3304.                        <li class="mb-2">
  3305.                            <a href="/cameroonian-opposition-leader-faces-court-action-over-election-unrest-government-says/"
  3306.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3307.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3308.                                Cameroonian Opposition Leader Faces Court Action Over Election Unrest, Government Says
  3309.                            </a>
  3310.                        </li>
  3311.                        
  3312.                        <li class="mb-2">
  3313.                            <a href="/the-big-apple-braces-for-new-gaming-venues-amid-a-us-wagering-expansion/"
  3314.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3315.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3316.                                The Big Apple Braces For New Gaming Venues Amid A US Wagering Expansion
  3317.                            </a>
  3318.                        </li>
  3319.                        
  3320.                        <li class="mb-2">
  3321.                            <a href="/finland-stuns-two-time-reigning-title-holders-the-united-states-in-u20-world-championship-quarterfinal-round/"
  3322.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3323.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3324.                                Finland Stuns Two-Time Reigning Title Holders the United States in U20 World Championship Quarterfinal Round.
  3325.                            </a>
  3326.                        </li>
  3327.                        
  3328.                        <li class="mb-2">
  3329.                            <a href="/struggling-to-have-the-time-of-your-life-at-university-you-are-not-the-only-one/"
  3330.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3331.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3332.                                Struggling to have the time of your life at university? You are not the only one.
  3333.                            </a>
  3334.                        </li>
  3335.                        
  3336.                    </ul>
  3337.                </div>
  3338.            </div>
  3339.  
  3340.            <!-- Resources Column -->
  3341.            <div class="">
  3342.                <div class="footer-section">
  3343.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3344.                        Resources
  3345.                    </h6>
  3346.                   <ul class="footer-links" id="footerLinks">
  3347.        
  3348.        
  3349.  
  3350.        
  3351.        
  3352.        
  3353.        
  3354.    </ul>
  3355.                </div>
  3356.            </div>
  3357.  
  3358.            <!-- Categories Column -->
  3359.            <div class="">
  3360.                <div class="footer-section">
  3361.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3362.                        Categories
  3363.                    </h6>
  3364.                    <div class="category-tags">
  3365.                      
  3366.                                <li>
  3367.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  3368.                                        All Posts
  3369.                                    </a>
  3370.                                </li>
  3371.                                
  3372.                                <li>
  3373.                                    <a href="/category/business/" class="footer-link footer-color">
  3374.                                        Business
  3375.                                    </a>
  3376.                                </li>
  3377.                                
  3378.                                <li>
  3379.                                    <a href="/category/esports/" class="footer-link footer-color">
  3380.                                        Esports
  3381.                                    </a>
  3382.                                </li>
  3383.                                
  3384.                                <li>
  3385.                                    <a href="/category/fashion/" class="footer-link footer-color">
  3386.                                        Fashion
  3387.                                    </a>
  3388.                                </li>
  3389.                                
  3390.                                <li>
  3391.                                    <a href="/category/featured/" class="footer-link footer-color">
  3392.                                        Featured
  3393.                                    </a>
  3394.                                </li>
  3395.                                
  3396.                                <li>
  3397.                                    <a href="/category/gaming/" class="footer-link footer-color">
  3398.                                        Gaming
  3399.                                    </a>
  3400.                                </li>
  3401.                                
  3402.                    </div>
  3403.                </div>
  3404.            </div>
  3405.  
  3406.        </div>
  3407.  
  3408.    </div>
  3409.  
  3410.    <!-- Footer Bottom -->
  3411.    <div class="footer-bottom  border-top py-3">
  3412.        <div class="container-fluid fluid-container">
  3413.            <div class=" d-flex justify-content-between flex-wrap">
  3414.                <div class="">
  3415.                    <p class="mb-0 footer-color  ">
  3416.                        © 2026 <span class="fw-semibold footer-color">Optix Gaming UK</span>. All rights reserved.
  3417.                    </p>
  3418.                </div>
  3419.                <div class="">
  3420.                    <div class="footer-nav">
  3421.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  3422.                            <i class="bi bi-file-text me-1"></i>Write For Us
  3423.                        </a>
  3424.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  3425.                            <i class="bi bi-file-text me-1"></i>Terms
  3426.                        </a>
  3427.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  3428.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  3429.                        </a>
  3430.                    </div>
  3431.                </div>
  3432.            </div>
  3433.        </div>
  3434.    </div>
  3435.  
  3436. </footer>
  3437.  
  3438. <style>
  3439. /* Footer V5 - Clean Minimalist Bootstrap Design */
  3440.  
  3441.  
  3442.  
  3443.  
  3444. .footer-logo {
  3445.    border-radius: 8px;
  3446. }
  3447.  
  3448. /* Footer Sections */
  3449. .footer-section {
  3450.    padding: 0 15px;
  3451. }
  3452.  
  3453. .footer-section h6 {
  3454.    position: relative;
  3455.    padding-bottom: 8px;
  3456. }
  3457.  
  3458. .footer-section h6::after {
  3459.    content: '';
  3460.    position: absolute;
  3461.    bottom: 0;
  3462.    left: 0;
  3463.    width: 30px;
  3464.    height: 2px;
  3465.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  3466.    border-radius: 1px;
  3467. }
  3468.  
  3469. /* Links Styling */
  3470. .footer-links a {
  3471.    transition: all 0.3s ease;
  3472.    padding: 4px 0;
  3473.    border-radius: 4px;
  3474. }
  3475.  
  3476. .footer-links a:hover {
  3477.    color: var(--bs-primary) !important;
  3478.    padding-left: 8px;
  3479. }
  3480.  
  3481. .footer-links a:hover i {
  3482.    transform: translateX(2px);
  3483. }
  3484.  
  3485. /* Category Tags */
  3486. .category-tag {
  3487.    transition: all 0.3s ease;
  3488.    padding: 6px 12px !important;
  3489.    font-size: 0.875rem;
  3490. }
  3491.  
  3492.  
  3493.  
  3494. /* Footer Bottom */
  3495. .footer-bottom {
  3496.    backdrop-filter: blur(10px);
  3497. }
  3498.  
  3499. /* Responsive Design */
  3500. @media (max-width: 768px) {
  3501.    .footer-v5 {
  3502.        margin-top: 60px;
  3503.    }
  3504.    
  3505.    .footer-section {
  3506.        text-align:start;
  3507.        margin-bottom: 40px;
  3508.    }
  3509.    
  3510.    .footer-links a,
  3511.    .category-tags {
  3512.        justify-content:start;
  3513.    }
  3514.    
  3515.    .social-links .d-flex {
  3516.        justify-content:start;
  3517.    }
  3518. }
  3519.  
  3520. @media (max-width: 576px) {
  3521.    .footer-brand h4 {
  3522.        font-size: 1.25rem;
  3523.    }
  3524.    
  3525.    .stats-item h5 {
  3526.        font-size: 1.1rem;
  3527.    }
  3528.    
  3529.    .newsletter-form .btn {
  3530.        padding: 8px 12px;
  3531.    }
  3532. }
  3533.  
  3534. /* Animation Classes */
  3535. .fade-in {
  3536.    animation: fadeIn 0.6s ease-in;
  3537. }
  3538.  
  3539. @keyframes fadeIn {
  3540.    from { opacity: 0; transform: translateY(20px); }
  3541.    to { opacity: 1; transform: translateY(0); }
  3542. }
  3543.  
  3544. /* Loading State */
  3545. .loading {
  3546.    pointer-events: none;
  3547.    opacity: 0.7;
  3548. }
  3549.  
  3550. .loading .btn {
  3551.    position: relative;
  3552. }
  3553.  
  3554. .loading .btn::after {
  3555.    content: '';
  3556.    position: absolute;
  3557.    top: 50%;
  3558.    left: 50%;
  3559.    width: 16px;
  3560.    height: 16px;
  3561.    margin: -8px 0 0 -8px;
  3562.    border: 2px solid transparent;
  3563.    border-top-color: currentColor;
  3564.    border-radius: 50%;
  3565.    animation: spin 1s linear infinite;
  3566. }
  3567.  
  3568. @keyframes spin {
  3569.    to { transform: rotate(360deg); }
  3570. }
  3571.  
  3572. /* Utility Classes */
  3573. .text-gradient {
  3574.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  3575.    -webkit-background-clip: text;
  3576.    -webkit-text-fill-color: transparent;
  3577.    background-clip: text;
  3578. }
  3579.  
  3580. .hover-lift {
  3581.    transition: transform 0.3s ease;
  3582. }
  3583.  
  3584. .hover-lift:hover {
  3585.    transform: translateY(-2px);
  3586. }
  3587. </style>
  3588.  
  3589.  
  3590. <script>
  3591. document.addEventListener('DOMContentLoaded', function() {
  3592.    
  3593.    // Initialize Bootstrap tooltips
  3594.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  3595.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  3596.        return new bootstrap.Tooltip(tooltipTriggerEl);
  3597.    });
  3598.  
  3599.    // Newsletter form handling
  3600.    const newsletterForm = document.querySelector('.newsletter-form');
  3601.    if (newsletterForm) {
  3602.        newsletterForm.addEventListener('submit', function(e) {
  3603.            e.preventDefault();
  3604.            
  3605.            const email = this.querySelector('input[name="email"]').value.trim();
  3606.            const submitBtn = this.querySelector('button[type="submit"]');
  3607.            const originalContent = submitBtn.innerHTML;
  3608.            
  3609.            // Validate email
  3610.            if (!email || !isValidEmail(email)) {
  3611.                showToast('Please enter a valid email address', 'error');
  3612.                return;
  3613.            }
  3614.            
  3615.            // Show loading state
  3616.            this.classList.add('loading');
  3617.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  3618.            submitBtn.disabled = true;
  3619.            
  3620.            // Simulate API call
  3621.            setTimeout(() => {
  3622.                // Success state
  3623.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  3624.                submitBtn.classList.remove('btn-primary');
  3625.                submitBtn.classList.add('btn-success');
  3626.                
  3627.                showToast('Successfully subscribed to newsletter!', 'success');
  3628.                
  3629.                // Reset form
  3630.                setTimeout(() => {
  3631.                    this.classList.remove('loading');
  3632.                    submitBtn.innerHTML = originalContent;
  3633.                    submitBtn.classList.remove('btn-success');
  3634.                    submitBtn.classList.add('btn-primary');
  3635.                    submitBtn.disabled = false;
  3636.                    this.reset();
  3637.                }, 2000);
  3638.                
  3639.            }, 1500);
  3640.        });
  3641.    }
  3642.    
  3643.    // Email validation function
  3644.    function isValidEmail(email) {
  3645.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  3646.        return emailRegex.test(email);
  3647.    }
  3648.    
  3649.    // Toast notification function
  3650.    function showToast(message, type = 'info') {
  3651.        // Remove existing toasts
  3652.        const existingToasts = document.querySelectorAll('.custom-toast');
  3653.        existingToasts.forEach(toast => toast.remove());
  3654.        
  3655.        // Create toast
  3656.        const toast = document.createElement('div');
  3657.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  3658.        toast.style.zIndex = '9999';
  3659.        toast.innerHTML = `
  3660.            <div class="d-flex align-items-center">
  3661.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  3662.                <span>${message}</span>
  3663.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  3664.            </div>
  3665.        `;
  3666.        
  3667.        document.body.appendChild(toast);
  3668.        
  3669.        // Auto remove after 4 seconds
  3670.        setTimeout(() => {
  3671.            if (toast && toast.parentNode) {
  3672.                toast.remove();
  3673.            }
  3674.        }, 4000);
  3675.    }
  3676.    
  3677.    // Smooth scroll for internal links
  3678.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  3679.        anchor.addEventListener('click', function(e) {
  3680.            e.preventDefault();
  3681.            const target = document.querySelector(this.getAttribute('href'));
  3682.            if (target) {
  3683.                target.scrollIntoView({
  3684.                    behavior: 'smooth',
  3685.                    block: 'start'
  3686.                });
  3687.            }
  3688.        });
  3689.    });
  3690.    
  3691.    // Add fade-in animation to footer sections on scroll
  3692.    const observerOptions = {
  3693.        threshold: 0.1,
  3694.        rootMargin: '0px 0px -50px 0px'
  3695.    };
  3696.    
  3697.    const sectionObserver = new IntersectionObserver((entries) => {
  3698.        entries.forEach(entry => {
  3699.            if (entry.isIntersecting) {
  3700.                entry.target.classList.add('fade-in');
  3701.            }
  3702.        });
  3703.    }, observerOptions);
  3704.    
  3705.    // Observe footer sections
  3706.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  3707.        sectionObserver.observe(section);
  3708.    });
  3709.    
  3710.    // Enhanced hover effects for category tags
  3711.    document.querySelectorAll('.category-tag').forEach(tag => {
  3712.        tag.addEventListener('mouseenter', function() {
  3713.            this.style.transform = 'translateY(-2px) scale(1.02)';
  3714.        });
  3715.        
  3716.        tag.addEventListener('mouseleave', function() {
  3717.            this.style.transform = 'translateY(0) scale(1)';
  3718.        });
  3719.    });
  3720.    
  3721.    // Prevent default for demo links
  3722.    document.querySelectorAll('a[href="#"]').forEach(link => {
  3723.        link.addEventListener('click', function(e) {
  3724.            e.preventDefault();
  3725.        });
  3726.    });
  3727.    
  3728.    // Add click ripple effect to buttons
  3729.    document.querySelectorAll('.btn').forEach(btn => {
  3730.        btn.addEventListener('click', function(e) {
  3731.            const ripple = document.createElement('span');
  3732.            const rect = this.getBoundingClientRect();
  3733.            const size = Math.max(rect.width, rect.height);
  3734.            const x = e.clientX - rect.left - size / 2;
  3735.            const y = e.clientY - rect.top - size / 2;
  3736.            
  3737.            ripple.style.cssText = `
  3738.                position: absolute;
  3739.                left: ${x}px;
  3740.                top: ${y}px;
  3741.                width: ${size}px;
  3742.                height: ${size}px;
  3743.                border-radius: 50%;
  3744.                background: rgba(255, 255, 255, 0.4);
  3745.                transform: scale(0);
  3746.                animation: ripple-effect 0.6s linear;
  3747.                pointer-events: none;
  3748.            `;
  3749.            
  3750.            this.style.position = 'relative';
  3751.            this.style.overflow = 'hidden';
  3752.            this.appendChild(ripple);
  3753.            
  3754.            setTimeout(() => ripple.remove(), 600);
  3755.        });
  3756.    });
  3757.    
  3758. });
  3759.  
  3760. // Add ripple animation CSS
  3761. const rippleCSS = document.createElement('style');
  3762. rippleCSS.textContent = `
  3763.    @keyframes ripple-effect {
  3764.        to {
  3765.            transform: scale(4);
  3766.            opacity: 0;
  3767.        }
  3768.    }
  3769. `;
  3770. document.head.appendChild(rippleCSS);
  3771.  
  3772. document.addEventListener('DOMContentLoaded', function () {
  3773.    var btn = document.getElementById('toggleFooterLinks');
  3774.    if (!btn) return; // No extra links, no button
  3775.  
  3776.    var extras = document.querySelectorAll('#footerLinks li.extra');
  3777.  
  3778.    btn.addEventListener('click', function () {
  3779.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3780.            return li.classList.contains('d-none');
  3781.        });
  3782.  
  3783.        extras.forEach(function (li) {
  3784.            if (anyHidden) {
  3785.                li.classList.remove('d-none');
  3786.                li.classList.add('show');
  3787.            } else {
  3788.                li.classList.add('d-none');
  3789.                li.classList.remove('show');
  3790.            }
  3791.        });
  3792.  
  3793.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3794.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3795.    });
  3796. });
  3797.  
  3798. </script>
  3799.  
  3800.        <!-- end of wpo-site-footer-section -->
  3801.    </div>
  3802.    <!-- end of page-wrapper -->
  3803.  
  3804.    <!-- All JavaScript files
  3805.    ================================================== -->
  3806.    
  3807.  
  3808. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3809. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3810. <!-- Plugins for this template -->
  3811. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3812. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3813. <!-- Custom script for this template -->
  3814. <script src="/static/blogapp/assets/js/script.js"></script>
  3815.  
  3816. <script>
  3817. (function () {
  3818. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3819. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3820.  
  3821. function applyFallback(img) {
  3822. if (!img || img.dataset.fallbackApplied === "1") {
  3823. return;
  3824. }
  3825. var failedSrc = img.currentSrc || img.src || "";
  3826. img.dataset.fallbackApplied = "1";
  3827. img.onerror = null;
  3828. img.src = fallbackImageSrc;
  3829. console.warn("[ImageFallback] Replaced broken image:", {
  3830. failedSrc: failedSrc,
  3831. fallbackSrc: fallbackImageSrc,
  3832. alt: img.alt || "",
  3833. });
  3834. }
  3835.  
  3836. document.querySelectorAll("img").forEach(function (img) {
  3837. if (img.complete && img.naturalWidth === 0) {
  3838. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3839. failedSrc: img.currentSrc || img.src || "",
  3840. alt: img.alt || "",
  3841. });
  3842. applyFallback(img);
  3843. }
  3844. });
  3845.  
  3846. document.addEventListener(
  3847. "error",
  3848. function (event) {
  3849. var target = event.target;
  3850. if (target && target.tagName === "IMG") {
  3851. applyFallback(target);
  3852. }
  3853. },
  3854. true
  3855. );
  3856. })();
  3857. </script>
  3858.  
  3859. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3860.  
  3861.  
  3862.  
  3863. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"a5ab4b33adec4e94b658c93b54de6ce4","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3864. </body>
  3865.  
  3866. </html>
  3867.  
  3868.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda