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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="futura">
  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-28T160550.513_p2G3arv_9d7Eh2a_hx17MMi.png">
  14.    
  15.  
  16.    <title>Cobalt Games - Indie Game Development Studio and Gaming Blog</title>
  17.    <meta name="description" content="Explore insights, tutorials, and updates from Cobalt Games, a UK-based indie game development studio sharing game design tips and industry news.">
  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://cobaltgames.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #475569;
  42.        --bs-primary-rgb: 475569;
  43.        --bs-secondary: #94a3b8;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #f87171;
  46.        --bs-warning: #fbbf24;
  47.        --bs-info: #38bdf8;
  48.        --bs-light: #f8fafc;
  49.        --bs-dark: #0f172a;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #475569;
  53.        --theme-primary-color-s2: #475569;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #334155;
  57.        --text-light-color: #676767;
  58.        --heading-color: #334155;
  59.        --border-color: #e2e8f0;
  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: #f1f5f9;
  75.        --navbar-color: #475569;
  76.        --topbar-bg: #f8fafc;
  77.        --topbar-color: #334155;
  78.        --footer-bg: #475569;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #e2e8f0;
  82.        --card-radius: 8px;
  83.        --link-color: #475569;
  84.        --link-hover: #334155;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(71, 85, 105, 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-corporate">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395. <div class="preloader" style="z-index: 1025;">
  396.    <div class="angular-shape">
  397.        <div></div>
  398.        <div></div>
  399.        <div></div>
  400.    </div>
  401.    <div class="spinner">
  402.        <div class="double-bounce1"></div>
  403.        <div class="double-bounce2"></div>
  404.    </div>
  405. </div>  
  406.  
  407.            <!-- end preloader -->
  408.        
  409.        <!-- Start header -->
  410.        <header id="header" class="wpo-site-header">
  411.            
  412.  
  413.  
  414.    
  415.  
  416.  
  417.  
  418. <div class="topbar d-sm-flex d-none">
  419.  <div class="container-fluid fluid-container">
  420.    <div class="row">
  421.      <div>
  422.        <div class="pt-2 d-flex  gap-2   pb-0">
  423.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2 ">
  424.            <div class=" d-flex  ">
  425.              <sapn class="fw-bold ">
  426.                Latest
  427.              </sapn>
  428.            </div>
  429.            <div class="d-flex">
  430.              <sapn class="fw-bold ">
  431.                Update
  432.              </sapn>
  433.            </div>
  434.          </div>
  435.          <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  436.            <p class="text-center">
  437.              
  438.              <a href="/trumps-unprecedented-shadow-in-sports-reached-an-apex-in-2025-2026-threatens-to-be-even-bigger/" class="px-5 top-color">
  439.                Trump&#x27;s Unprecedented Shadow in Sports Reached An Apex in 2025. 2026 Threatens to Be Even Bigger.
  440.              </a>
  441.              
  442.              <a href="/exercise-while-you-are-working-a-dozen-fitness-enhancing-workplace-movements-you-can-do-in-regular-outfits/" class="px-5 top-color">
  443.                Exercise while you are working? A dozen fitness-enhancing workplace movements you can do in regular outfits
  444.              </a>
  445.              
  446.              <a href="/anno-117-pax-romanas-hidden-gem-reveals-itself-as-a-impressive-first-person-perspective/" class="px-5 top-color">
  447.                Anno 117 Pax Romana&#x27;s Hidden Gem Reveals Itself as a Impressive First-Person Perspective.
  448.              </a>
  449.              
  450.              <a href="/unveiling-the-thrilling-world-of-gambling-slot-games-2002/" class="px-5 top-color">
  451.                Unveiling the Thrilling World of Gambling Slot Games
  452.              </a>
  453.              
  454.              <a href="/unveiling-the-thrilling-world-of-gambling-slot-games/" class="px-5 top-color">
  455.                Unveiling the Thrilling World of Gambling Slot Games
  456.              </a>
  457.              
  458.            </p>
  459.          </marquee>
  460.        </div>
  461.      </div>
  462.    </div>
  463.  </div>
  464. </div>
  465.  
  466.  
  467.  
  468.  
  469.            
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476. <header class="header-v2 mb-4">
  477.    <div class="main-header-v2">
  478.        <div class="container-fluid fluid-container">
  479.            <div class="row align-items-center">
  480.                <div class="col-lg-3 col-md-4 col-6">
  481.                   <div class="logo-area-v2">
  482.                        <a class="navbar-brand" href="/">
  483.                            
  484.                                Cobalt Games Blog
  485.                            
  486.                        </a>
  487.                    </div>
  488.                </div>
  489.  
  490.                <div class="col-lg-6 col-md-8 col-6 d-none d-md-block">
  491.                    <div class="search-area-v2">
  492.                        <form class="search-wrapper-v2" action="#" method="get">
  493.                            <input type="search" class="search-field-v2"
  494.                                placeholder="Search articles, news, tutorials..." name="q" id="search-input1">
  495.                            <!-- <button type="submit" class="search-button-v2">
  496.                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  497.                                    stroke-width="2">
  498.                                    <circle cx="11" cy="11" r="8"></circle>
  499.                                    <path d="m21 21-4.35-4.35"></path>
  500.                                </svg>
  501.                                <span>Search</span>
  502.                            </button> -->
  503.                            <!-- The search results will be displayed here -->
  504.                        </form>
  505.                        <div id="search-results1" class="search-results-container search-v1"></div>
  506.                    </div>
  507.                </div>
  508.            </div>
  509.  
  510.            <!-- Mobile Search -->
  511.            <div class="row d-md-none">
  512.                <div class="col-12">
  513.                    <div class="search-area-v2">
  514.                        <form class="search-wrapper-v2" action="#" method="get">
  515.                            <input type="search" class="search-field-v2" placeholder="Search..." name="q" id="search-input">
  516.                            <!-- <button type="submit" class="search-button-v2">
  517.                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  518.                                    stroke-width="2">
  519.                                    <circle cx="11" cy="11" r="8"></circle>
  520.                                    <path d="m21 21-4.35-4.35"></path>
  521.                                </svg>
  522.                                <span>Search</span>
  523.                            </button> -->
  524.                        <!-- The search results will be displayed here -->
  525.                    </form>
  526.                    <div id="search-results12" class="search-results-container search-v1"></div>
  527.                    </div>
  528.                </div>
  529.            </div>
  530.        </div>
  531.    </div>
  532.  
  533.    <!-- Navigation Bar -->
  534.    <nav class="nav-bar-v2">
  535.        <div class="container-fluid fluid-container">
  536.            <div class="nav-container-v2 py-2">
  537.  
  538.                <!-- Mobile Menu Toggle -->
  539.                <button class="mobile-toggle d-lg-none" type="button" onclick="toggleMobileMenu()">
  540.                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  541.                        <line x1="3" y1="6" x2="21" y2="6"></line>
  542.                        <line x1="3" y1="12" x2="21" y2="12"></line>
  543.                        <line x1="3" y1="18" x2="21" y2="18"></line>
  544.                    </svg>
  545.                    Menu
  546.                </button>
  547.  
  548.                <!-- Navigation Menu -->
  549.                <ul class="nav-menu-v2" id="navMenu">
  550.  
  551.                    
  552.                    <li class="nav-item-v2">
  553.                        <a href="/" class="nav-link-v2 active-v2">Home</a>
  554.                    </li>
  555.  
  556.                    
  557.                    
  558.                     <li class="nav-item-v2">
  559.                        <a href="/category/all-posts/" class="nav-link-v2">
  560.                            All Posts
  561.                        </a>
  562.                        </li>
  563.  
  564.                        
  565.  
  566.                                
  567.                                
  568.                        
  569.                     <li class="nav-item-v2">
  570.                        <a href="/category/business/" class="nav-link-v2">
  571.                            Business
  572.                        </a>
  573.                        </li>
  574.  
  575.                        
  576.  
  577.                                
  578.                                
  579.                        
  580.                     <li class="nav-item-v2">
  581.                        <a href="/category/esports/" class="nav-link-v2">
  582.                            Esports
  583.                        </a>
  584.                        </li>
  585.  
  586.                        
  587.  
  588.                                
  589.                                
  590.                        
  591.                     <li class="nav-item-v2">
  592.                        <a href="/category/fashion/" class="nav-link-v2">
  593.                            Fashion
  594.                        </a>
  595.                        </li>
  596.  
  597.                        
  598.  
  599.                                
  600.                                
  601.                        
  602.                     <li class="nav-item-v2">
  603.                        <a href="/category/featured/" class="nav-link-v2">
  604.                            Featured
  605.                        </a>
  606.                        </li>
  607.  
  608.                        
  609.  
  610.                                
  611.                                
  612.                        
  613.                    
  614.                        
  615.                        <li class="nav-item-v2" onclick="toggleDropdown(this, event)">
  616.                            <a href="#" class="nav-link-v2">
  617.                                More
  618.                                <svg class="d-lg-none" width="12" height="12" style="margin-left: 5px;"
  619.                                    viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  620.                                    <path d="m6 9 6 6 6-6"></path>
  621.                                </svg>
  622.                            </a>
  623.                            <div class="dropdown-v2">
  624.                                <a href="/category/gaming/" class="dropdown-link-v2">
  625.                                    Gaming
  626.                                </a>
  627.                                
  628.  
  629.                                
  630.                                
  631.                        
  632.                    
  633.                                <a href="/category/health/" class="dropdown-link-v2">
  634.                                    Health
  635.                                </a>
  636.                                
  637.  
  638.                                
  639.                                
  640.                        
  641.                    
  642.                                <a href="/category/life-fitness/" class="dropdown-link-v2">
  643.                                    Life &amp; Fitness
  644.                                </a>
  645.                                
  646.  
  647.                                
  648.                                
  649.                        
  650.                    
  651.                                <a href="/category/lifestyle/" class="dropdown-link-v2">
  652.                                    Lifestyle
  653.                                </a>
  654.                                
  655.  
  656.                                
  657.                                
  658.                        
  659.                    
  660.                                <a href="/category/news/" class="dropdown-link-v2">
  661.                                    News
  662.                                </a>
  663.                                
  664.  
  665.                                
  666.                                
  667.                        
  668.                    
  669.                                <a href="/category/others/" class="dropdown-link-v2">
  670.                                    Others
  671.                                </a>
  672.                                
  673.  
  674.                                
  675.                                
  676.                        
  677.                    
  678.                                <a href="/category/politics/" class="dropdown-link-v2">
  679.                                    Politics
  680.                                </a>
  681.                                
  682.  
  683.                                
  684.                                
  685.                        
  686.                    
  687.                                <a href="/category/sports/" class="dropdown-link-v2">
  688.                                    Sports
  689.                                </a>
  690.                                
  691.  
  692.                                
  693.                                
  694.                        
  695.                    
  696.                                <a href="/category/tech/" class="dropdown-link-v2">
  697.                                    Tech
  698.                                </a>
  699.                                
  700.  
  701.                                
  702.                                
  703.                        
  704.                    
  705.                                <a href="/category/travel/" class="dropdown-link-v2">
  706.                                    Travel
  707.                                </a>
  708.                                
  709.  
  710.                                
  711.                                
  712.                            </div>
  713.                        </li>
  714.                        
  715.                        
  716. <li>
  717.                  <a href="/page/contact-us/">
  718.                     Contact Us
  719.                  </a>
  720.              </li>
  721.                </ul>
  722.  
  723.            </div>
  724.        </div>
  725.    </nav>
  726. </header>
  727.  
  728. <script>
  729.    function toggleMobileMenu() {
  730.        const navMenu = document.getElementById('navMenu');
  731.        navMenu.classList.toggle('show');
  732.    }
  733.  
  734.    function toggleDropdown(element, event) {
  735.        // Only handle dropdown toggle on mobile
  736.        if (window.innerWidth < 992) {
  737.            event.preventDefault();
  738.            element.classList.toggle('dropdown-open');
  739.        }
  740.    }
  741.  
  742.    // Close mobile menu when clicking outside
  743.    document.addEventListener('click', function (event) {
  744.        const navMenu = document.getElementById('navMenu');
  745.        const mobileToggle = document.querySelector('.mobile-toggle');
  746.  
  747.        if (!navMenu.contains(event.target) && !mobileToggle.contains(event.target)) {
  748.            navMenu.classList.remove('show');
  749.        }
  750.    });
  751.  
  752.    // Handle window resize
  753.    window.addEventListener('resize', function () {
  754.        const navMenu = document.getElementById('navMenu');
  755.        if (window.innerWidth >= 992) {
  756.            navMenu.classList.remove('show');
  757.            // Remove all dropdown-open classes
  758.            document.querySelectorAll('.dropdown-open').forEach(item => {
  759.                item.classList.remove('dropdown-open');
  760.            });
  761.        }
  762.    });
  763. </script>
  764.  
  765. <script>
  766.  document.addEventListener("DOMContentLoaded", function () {
  767.    console.log("loaded");
  768.  
  769.    //const searchInput = document.getElementById("search-input1");
  770.     const searchInput = window.innerWidth <= 991
  771.      ? document.getElementById("search-input")
  772.      : document.getElementById("search-input1");
  773.    const searchResults = window.innerWidth <= 991
  774.      ? document.getElementById("search-results12") :document.getElementById("search-results1");
  775.  
  776.    if (!searchInput || !searchResults) {
  777.      console.error("Search input/results not found");
  778.      return;
  779.    }
  780.  
  781.    // Prevent form submission
  782.    if (searchInput.form) {
  783.      searchInput.form.addEventListener("submit", function (e) {
  784.        e.preventDefault();
  785.      });
  786.    }
  787.  
  788.    // Add event listener for keyup
  789.    searchInput.addEventListener("keyup", function (e) {
  790.      console.log("Key pressed:", e.key);
  791.      e.preventDefault();
  792.  
  793.      const query = searchInput.value.trim();
  794.      console.log("User is typing: " + query);
  795.  
  796.      // If empty → clear and hide
  797.      if (query === "") {
  798.        searchResults.innerHTML = "";
  799.        searchResults.style.display = "none";
  800.        return;
  801.      }
  802.  
  803.      // Show results
  804.      searchResults.style.display = "block";
  805.  
  806.      // Fetch search results
  807.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  808.        method: "GET",
  809.        headers: { "X-Requested-With": "XMLHttpRequest" },
  810.      })
  811.        .then(response => {
  812.          console.log("Response Status:", response.status);
  813.          return response.json();
  814.        })
  815.        .then(data => {
  816.          console.log("Data received:", data);
  817.          if (data.html) {
  818.            searchResults.innerHTML = data.html;
  819.          } else {
  820.            searchResults.innerHTML = "<p>No results found.</p>";
  821.          }
  822.        })
  823.        .catch(error => {
  824.          console.error("Error fetching search results:", error);
  825.        });
  826.    });
  827.  
  828.    // Close results when clicking outside
  829.    document.addEventListener("click", function (e) {
  830.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  831.        searchResults.style.display = "none";
  832.      }
  833.    });
  834.  
  835.    // Close results on ESC key
  836.    document.addEventListener("keydown", function (e) {
  837.      if (e.key === "Escape") {
  838.        searchResults.style.display = "none";
  839.      }
  840.    });
  841.  });
  842. </script>
  843.  
  844. <style>
  845.        /* search field */
  846.  .search-results-container {
  847.  position: absolute;
  848.  top: 100%; /* Position it below the input field */
  849.  left: 10px;
  850.  right: 10px;
  851.  background-color: white;
  852.  border: 1px solid #ddd;
  853.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  854.  max-height: 300px;
  855.  overflow-y: auto;
  856.  z-index: 1000;
  857.  display: none; /* Initially hidden */
  858. }
  859.  
  860. .search-results-container p {
  861.  margin: 0;
  862. }
  863.  
  864. .search-results-container .result-item {
  865.  padding: 10px;
  866.  cursor: pointer;
  867. }
  868.  
  869. .search-results-container .result-item:hover {
  870.  background-color: #f0f0f0;
  871. }
  872. </style>
  873.  
  874.        </header>
  875.        <!-- end of header -->
  876.        <!-- start of wpo-blog-hero -->
  877.        
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884.  
  885. <div class="blog-hero-v5">
  886.  <div class="container-fluid fluid-container">
  887.    <!-- Hero Header -->
  888.  
  889.    <!-- Main Content Grid -->
  890.    <div class="row g-4">
  891.      <!-- Large Featured Post - Left Side -->
  892.      <div class="col-lg-6 col-md-12">
  893.        
  894.        
  895.          
  896.        <div class="large-featured-card">
  897.          <div class="card-image-wrapper">
  898.            
  899.                <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="card-image">
  900.            
  901.            <div class="image-overlay">
  902.              <span class="category-pill fashion bg-primary-gradient">News</span>
  903.            </div>
  904.          </div>
  905.          <div class="card-content">
  906.            <h2 class="card-title"><a class="top-color" href="/us-president-donald-trump-states-largely-there-is-consensus-on-following-steps-of-peace-deal-in-gaza/">
  907.                                        US President Donald Trump States &#x27;Largely, There Is Consensus&#x27; on Following Steps of Peace Deal in Gaza
  908.                                    </a></h2>
  909.            <p class="card-description"></p>
  910.            <div class="card-footer">
  911.              <div class="author-section">
  912.                <div class="author-avatar">
  913.                  
  914.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Zachary Jackson" class="author-img">
  915.                    
  916.                </div>
  917.                <div class="author-details">
  918.                  <span class="author-name">Zachary Jackson</span>
  919.                  <span class="publish-date">17 May 2026</span>
  920.                </div>
  921.              </div>
  922.              <div class="read-time">
  923.                <!-- <span>9 min read</span> -->
  924.              </div>
  925.            </div>
  926.          </div>
  927.        </div>
  928.  
  929.        
  930.      </div>
  931.      
  932.  
  933.      <!-- Right Side - Grid of Posts -->
  934.      <div class="col-lg-6 col-md-12">
  935.        <div class="row h-100">
  936.          
  937.          
  938.            
  939.          <!-- Medium Featured Post -->
  940.          <div class="col-12 mb-3">
  941.            <div class="medium-featured-card h-100">
  942.              <div class="row g-0 h-100">
  943.                <div class="col-md-6">
  944.                  <div class="medium-image-wrapper">
  945.                    
  946.                          <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  947.                      
  948.                    <div class="medium-overlay">
  949.                      <span class="category-pill travel bg-primary-gradient">Others</span>
  950.                    </div>
  951.                  </div>
  952.                </div>
  953.                <div class="col-md-6">
  954.                  <div class="medium-content">
  955.                    <h3 class="medium-title"><a class="top-color" href="/boost-your-odds-of-winning-a-decade-of-tips-for-slot-machine-success/">
  956.                                        Boost Your Odds of Winning: A Decade of Tips for Slot Machine Success
  957.                                    </a></h3>
  958.                    <p class="medium-excerpt"></p>
  959.                    <div class="medium-meta">
  960.                      <span class="author">By Zachary Jackson</span>
  961.                      <span class="date">17 May 2026</span>
  962.                    </div>
  963.                  </div>
  964.                </div>
  965.              </div>
  966.            </div>
  967.          </div>
  968.  
  969.          
  970.          
  971.  
  972.          
  973.            <!-- Small Cards Row -->
  974.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  975.              <div class="small-card h-100">
  976.                <div class="small-image-wrapper">
  977.                    
  978.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  979.                            style="object-fit: cover;" alt="">
  980.                    
  981.                  <span class="small-category bg-primary-gradient">News</span>
  982.                </div>
  983.                <div class="small-content">
  984.                  <h4 class="small-title"> <a class="top-color" href="/every-night-i-dream-of-riding-a-unicorn-swordsnsorcery-heavy-metal-band-castle-rat/" >
  985.                                        â€˜Every Night, I Dream of Riding a Unicorn’: Swords’n’Sorcery Heavy Metal Band Castle Rat
  986.                                    </a></h4>
  987.                  <p class="medium-excerpt"></p>
  988.                  <div class="small-meta">
  989.                    <span>By Zachary Jackson</span>
  990.                    <span>17 May 2026</span>
  991.                  </div>
  992.                </div>
  993.              </div>
  994.            </div>
  995.            
  996.            <!-- Small Cards Row -->
  997.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  998.              <div class="small-card h-100">
  999.                <div class="small-image-wrapper">
  1000.                    
  1001.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1002.                            style="object-fit: cover;" alt="">
  1003.                    
  1004.                  <span class="small-category bg-primary-gradient">Others</span>
  1005.                </div>
  1006.                <div class="small-content">
  1007.                  <h4 class="small-title"> <a class="top-color" href="/exploring-the-secrets-of-bonus-rounds-in-virtual-slot-games/" >
  1008.                                        Exploring the Secrets of Bonus Rounds in Virtual Slot Games
  1009.                                    </a></h4>
  1010.                  <p class="medium-excerpt"></p>
  1011.                  <div class="small-meta">
  1012.                    <span>By Zachary Jackson</span>
  1013.                    <span>17 May 2026</span>
  1014.                  </div>
  1015.                </div>
  1016.              </div>
  1017.            </div>
  1018.            
  1019.  
  1020.        </div>
  1021.      </div>
  1022.    </div>
  1023.  </div>
  1024. </div>
  1025.  
  1026. <style>
  1027.  /* Blog Hero V5 - Clean Card Grid Design */
  1028.  :root {
  1029.    --shadow-light: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  1030.    --shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1031.    --shadow-heavy: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  1032.  
  1033.    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  1034.  }
  1035.  
  1036.  .blog-hero-v5 {
  1037.    padding: 4rem 0;
  1038.  }
  1039.  
  1040.  /* Hero Header */
  1041.  .hero-header {
  1042.    margin-bottom: 2rem;
  1043.  }
  1044.  
  1045.  .hero-title {
  1046.    font-size: 3.5rem;
  1047.    font-weight: 800;
  1048.    color: var(--text-dark);
  1049.    margin-bottom: 1rem;
  1050.    letter-spacing: -0.025em;
  1051.    line-height: 1.1;
  1052.  }
  1053.  
  1054.  .hero-subtitle {
  1055.    font-size: 1.25rem;
  1056.    color: var(--text-light);
  1057.    font-weight: 400;
  1058.    max-width: 600px;
  1059.    margin: 0 auto;
  1060.  }
  1061.  
  1062.  /* Large Featured Card */
  1063.  .large-featured-card {
  1064.    background: var(--card-bg);
  1065.    border-radius: var(--border-radius);
  1066.    box-shadow: var(--shadow-medium);
  1067.    overflow: hidden;
  1068.    height: 100%;
  1069.    transition: var(--transition);
  1070.    border: 1px solid var(--border-color);
  1071.  }
  1072.  
  1073.  .large-featured-card:hover {
  1074.    transform: translateY(-8px);
  1075.    box-shadow: var(--shadow-heavy);
  1076.  }
  1077.  
  1078.  .card-image-wrapper {
  1079.    position: relative;
  1080.    height: 280px;
  1081.    overflow: hidden;
  1082.  }
  1083.  
  1084.  .card-image {
  1085.    width: 100%;
  1086.    height: 100%;
  1087.    object-fit: cover;
  1088.    transition: var(--transition);
  1089.  }
  1090.  
  1091.  .large-featured-card:hover .card-image {
  1092.    transform: scale(1.05);
  1093.  }
  1094.  
  1095.  .image-overlay {
  1096.    position: absolute;
  1097.    top: 1.5rem;
  1098.    left: 1.5rem;
  1099.  }
  1100.  
  1101.  .card-content {
  1102.    padding: 2rem;
  1103.  }
  1104.  
  1105.  .card-title {
  1106.    font-size: 1.75rem;
  1107.    font-weight: 700;
  1108.    color: var(--text-dark);
  1109.    margin-bottom: 1rem;
  1110.    line-height: 1.3;
  1111.  }
  1112.  
  1113.  .card-description {
  1114.    color: var(--text-light);
  1115.    font-size: 1rem;
  1116.    line-height: 1.6;
  1117.    margin-bottom: 2rem;
  1118.  }
  1119.  
  1120.  .card-footer {
  1121.    display: flex;
  1122.    align-items: center;
  1123.    justify-content: space-between;
  1124.  }
  1125.  
  1126.  .author-section {
  1127.    display: flex;
  1128.    align-items: center;
  1129.    gap: 1rem;
  1130.  }
  1131.  
  1132.  .author-avatar {
  1133.    width: 48px;
  1134.    height: 48px;
  1135.    border-radius: 50%;
  1136.    overflow: hidden;
  1137.    border: 2px solid var(--border-color);
  1138.  }
  1139.  
  1140.  .author-avatar img {
  1141.    width: 100%;
  1142.    height: 100%;
  1143.    object-fit: cover;
  1144.  }
  1145.  
  1146.  .author-details {
  1147.    display: flex;
  1148.    flex-direction: column;
  1149.  }
  1150.  
  1151.  .author-name {
  1152.    font-weight: 600;
  1153.    color: var(--text-dark);
  1154.    font-size: 0.95rem;
  1155.  }
  1156.  
  1157.  .publish-date {
  1158.    color: var(--text-light);
  1159.    font-size: 0.875rem;
  1160.  }
  1161.  
  1162.  .read-time {
  1163.    background: var(--card-bg);
  1164.    padding: 0.5rem 1rem;
  1165.    border-radius: 20px;
  1166.    font-size: 0.875rem;
  1167.    color: var(--text-light);
  1168.    font-weight: 500;
  1169.  }
  1170.  
  1171.  /* Category Pills */
  1172.  .category-pill {
  1173.    display: inline-block;
  1174.    padding: 0.5rem 1rem;
  1175.    font-size: 0.75rem;
  1176.    font-weight: 600;
  1177.    text-transform: uppercase;
  1178.    letter-spacing: 0.05em;
  1179.    border-radius: 20px;
  1180.    color: white;
  1181.  }
  1182.  
  1183.  
  1184.  /* Medium Featured Card */
  1185.  .medium-featured-card {
  1186.    background: var(--card-bg);
  1187.    border-radius: var(--border-radius);
  1188.    box-shadow: var(--shadow-light);
  1189.    overflow: hidden;
  1190.    height: 220px;
  1191.    transition: var(--transition);
  1192.    border: 1px solid var(--border-color);
  1193.  }
  1194.  
  1195.  .medium-featured-card:hover {
  1196.    transform: translateY(-4px);
  1197.    box-shadow: var(--shadow-medium);
  1198.  }
  1199.  
  1200.  .medium-image-wrapper {
  1201.    position: relative;
  1202.    height: 100%;
  1203.    overflow: hidden;
  1204.  }
  1205.  
  1206.  .medium-image-wrapper img {
  1207.    width: 100%;
  1208.    height: 100%;
  1209.    object-fit: cover;
  1210.    transition: var(--transition);
  1211.  }
  1212.  
  1213.  .medium-featured-card:hover .medium-image-wrapper img {
  1214.    transform: scale(1.05);
  1215.  }
  1216.  
  1217.  .medium-overlay {
  1218.    position: absolute;
  1219.    top: 1rem;
  1220.    left: 1rem;
  1221.  }
  1222.  
  1223.  .medium-content {
  1224.    padding: 1.5rem;
  1225.    display: flex;
  1226.    flex-direction: column;
  1227.    justify-content: space-between;
  1228.    height: 100%;
  1229.  }
  1230.  
  1231.  .medium-title {
  1232.    font-size: 1.25rem;
  1233.    font-weight: 600;
  1234.    color: var(--text-dark);
  1235.    margin-bottom: 0.75rem;
  1236.    line-height: 1.3;
  1237.  }
  1238.  
  1239.  .medium-excerpt {
  1240.    color: var(--text-light);
  1241.    font-size: 0.9rem;
  1242.    line-height: 1.5;
  1243.    margin-bottom: 1rem;
  1244.    flex-grow: 1;
  1245.  }
  1246.  
  1247.  .medium-meta {
  1248.    display: flex;
  1249.    flex-direction: column;
  1250.    gap: 0.25rem;
  1251.    font-size: 0.8rem;
  1252.  }
  1253.  
  1254.  /* Small Cards */
  1255.  .small-card {
  1256.    background: var(--card-bg);
  1257.    border-radius: var(--border-radius);
  1258.    box-shadow: var(--shadow-light);
  1259.    overflow: hidden;
  1260.    transition: var(--transition);
  1261.    border: 1px solid var(--border-color);
  1262.    display: flex;
  1263.    flex-direction: column;
  1264.  }
  1265.  
  1266.  .small-card:hover {
  1267.    transform: translateY(-4px);
  1268.    box-shadow: var(--shadow-medium);
  1269.  }
  1270.  
  1271.  .small-image-wrapper {
  1272.    position: relative;
  1273.    height: 140px;
  1274.    overflow: hidden;
  1275.    flex-shrink: 0;
  1276.  }
  1277.  
  1278.  .small-image-wrapper img {
  1279.    width: 100%;
  1280.    height: 100%;
  1281.    object-fit: cover;
  1282.    transition: var(--transition);
  1283.  }
  1284.  
  1285.  .small-card:hover .small-image-wrapper img {
  1286.    transform: scale(1.05);
  1287.  }
  1288.  
  1289.  .small-category {
  1290.    position: absolute;
  1291.    top: 0.75rem;
  1292.    left: 0.75rem;
  1293.    padding: 0.25rem 0.75rem;
  1294.    font-size: 0.7rem;
  1295.    font-weight: 600;
  1296.    text-transform: uppercase;
  1297.    border-radius: 12px;
  1298.    color: white;
  1299.  }
  1300.  
  1301.  
  1302.  .small-content {
  1303.    padding: 1rem;
  1304.    flex-grow: 1;
  1305.    display: flex;
  1306.    flex-direction: column;
  1307.    justify-content: space-between;
  1308.  }
  1309.  
  1310.  .small-title {
  1311.    font-size: 1rem;
  1312.    font-weight: 600;
  1313.    color: var(--text-dark);
  1314.    margin-bottom: 0.75rem;
  1315.    line-height: 1.3;
  1316.  }
  1317.  
  1318.  .small-meta {
  1319.    display: flex;
  1320.    justify-content: space-between;
  1321.    font-size: 0.75rem;
  1322.    color: var(--text-light);
  1323.  }
  1324.  
  1325.  /* Stats Section - Removed */
  1326.  
  1327.  /* Responsive Design */
  1328.  @media (max-width: 992px) {
  1329.    .hero-title {
  1330.      font-size: 2.5rem;
  1331.    }
  1332.  
  1333.    .card-content {
  1334.      padding: 1.5rem;
  1335.    }
  1336.  
  1337.    .card-title {
  1338.      font-size: 1.5rem;
  1339.    }
  1340.  
  1341.    .medium-featured-card {
  1342.      height: auto;
  1343.    }
  1344.  
  1345.    .medium-content {
  1346.      height: auto;
  1347.    }
  1348.  }
  1349.  
  1350.  @media (max-width: 768px) {
  1351.    .blog-hero-v5 {
  1352.      padding: 2rem 0;
  1353.    }
  1354.  
  1355.    .hero-title {
  1356.      font-size: 2rem;
  1357.    }
  1358.  
  1359.    .hero-subtitle {
  1360.      font-size: 1rem;
  1361.    }
  1362.  
  1363.    .card-image-wrapper {
  1364.      height: 200px;
  1365.    }
  1366.  
  1367.    .medium-featured-card {
  1368.      height: auto;
  1369.    }
  1370.  
  1371.    .medium-image-wrapper {
  1372.      height: 150px;
  1373.    }
  1374.  
  1375.    .small-image-wrapper {
  1376.      height: 120px;
  1377.    }
  1378.  }
  1379.  
  1380.  @media (max-width: 576px) {
  1381.    .card-footer {
  1382.      flex-direction: column;
  1383.      align-items: flex-start;
  1384.      gap: 1rem;
  1385.    }
  1386.  
  1387.    .stat-number {
  1388.      font-size: 1.5rem;
  1389.    }
  1390.  }
  1391. </style>
  1392.  
  1393.  
  1394.  
  1395.  
  1396.  
  1397.        <!-- end of wpo-blog-hero -->
  1398.  
  1399.        <!-- start of wpo-breacking-news -->
  1400.        
  1401.        <!-- end of wpo-breacking-news -->
  1402.        
  1403.        <!-- start wpo-blog-highlights-section -->
  1404.        
  1405.  
  1406.  
  1407.  
  1408.    
  1409.  
  1410.  
  1411. <section class="wpo-blog-highlights-section">
  1412.    <div class="container-fluid fluid-container">
  1413.        <div class="wpo-section-title">
  1414.            
  1415.                <h2>Today's Top Highlights</h2>
  1416.                    
  1417.        </div>
  1418.        <div class="row">
  1419.            <div class="col col-lg-8 col-12">
  1420.                <!-- start wpo-blog-section -->
  1421.                <div class="wpo-blog-highlights-wrap">
  1422.                    <div class="wpo-blog-items">
  1423.                        <div class="row">
  1424.                            
  1425.                            
  1426.                            <div class="col col-lg-6 col-md-6 col-12">
  1427.                                <div class="wpo-blog-item">
  1428.                                    <div class="wpo-blog-img">
  1429.                                        
  1430.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1431.                                        
  1432.                                        <div class="thumb bg-primary-gradient">News</div>
  1433.                                    </div>
  1434.                                    <div class="wpo-blog-content"  >
  1435.                                        <h2>
  1436.                                            <a href="/leaders-recognise-titans-as-trump-extends-mamdani-a-cordial-welcome/" class="top-color">
  1437.                                            Leaders Recognise Titans as Trump Extends Mamdani a Cordial Welcome
  1438.                                            </a>
  1439.                                        </h2>
  1440.                                        <ul>
  1441.                                            <li>  
  1442.                                                
  1443.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Zachary Jackson">
  1444.                                                
  1445.                                            </li>
  1446.                                            <li class="top-color">By Zachary Jackson</li>
  1447.                                            <li class="top-color">17 May 2026</li>
  1448.                                        </ul>
  1449.                                        <p class="top-color"> </p>
  1450.                                    </div>
  1451.                                </div>
  1452.                            </div>
  1453.                        
  1454.                            
  1455.                            
  1456.                            <div class="col col-lg-6 col-md-6 col-12">
  1457.                                <div class="wpo-blog-item">
  1458.                                    <div class="wpo-blog-img">
  1459.                                        
  1460.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1461.                                        
  1462.                                        <div class="thumb bg-primary-gradient">News</div>
  1463.                                    </div>
  1464.                                    <div class="wpo-blog-content"  >
  1465.                                        <h2>
  1466.                                            <a href="/the-ten-year-affair-by-erin-somers-a-midlife-adultery-tale-this-era-needs/" class="top-color">
  1467.                                            The Ten Year Affair by Erin Somers: A Midlife Adultery Tale This Era Needs.
  1468.                                            </a>
  1469.                                        </h2>
  1470.                                        <ul>
  1471.                                            <li>  
  1472.                                                
  1473.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Zachary Jackson">
  1474.                                                
  1475.                                            </li>
  1476.                                            <li class="top-color">By Zachary Jackson</li>
  1477.                                            <li class="top-color">16 May 2026</li>
  1478.                                        </ul>
  1479.                                        <p class="top-color"> </p>
  1480.                                    </div>
  1481.                                </div>
  1482.                            </div>
  1483.                        
  1484.                            
  1485.                            
  1486.                            <div class="col col-lg-6 col-md-6 col-12">
  1487.                                <div class="wpo-blog-item">
  1488.                                    <div class="wpo-blog-img">
  1489.                                        
  1490.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1491.                                        
  1492.                                        <div class="thumb bg-primary-gradient">News</div>
  1493.                                    </div>
  1494.                                    <div class="wpo-blog-content"  >
  1495.                                        <h2>
  1496.                                            <a href="/leader-zelenskyy-says-the-nation-is-10-away-from-peace-yet-not-at-any-possible-cost/" class="top-color">
  1497.                                            Leader Zelenskyy Says The Nation Is 10% Away from Peace, Yet Not at Any Possible Cost
  1498.                                            </a>
  1499.                                        </h2>
  1500.                                        <ul>
  1501.                                            <li>  
  1502.                                                
  1503.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Zachary Jackson">
  1504.                                                
  1505.                                            </li>
  1506.                                            <li class="top-color">By Zachary Jackson</li>
  1507.                                            <li class="top-color">16 May 2026</li>
  1508.                                        </ul>
  1509.                                        <p class="top-color"> </p>
  1510.                                    </div>
  1511.                                </div>
  1512.                            </div>
  1513.                        
  1514.                            
  1515.                            
  1516.                            <div class="col col-lg-6 col-md-6 col-12">
  1517.                                <div class="wpo-blog-item">
  1518.                                    <div class="wpo-blog-img">
  1519.                                        
  1520.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1521.                                        
  1522.                                        <div class="thumb bg-primary-gradient">News</div>
  1523.                                    </div>
  1524.                                    <div class="wpo-blog-content"  >
  1525.                                        <h2>
  1526.                                            <a href="/the-mighty-neins-introductory-sequence-selected-the-wrong-popular-rpg-show-track/" class="top-color">
  1527.                                            The Mighty Nein&#x27;s Introductory Sequence Selected the Wrong Popular RPG Show Track
  1528.                                            </a>
  1529.                                        </h2>
  1530.                                        <ul>
  1531.                                            <li>  
  1532.                                                
  1533.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Zachary Jackson">
  1534.                                                
  1535.                                            </li>
  1536.                                            <li class="top-color">By Zachary Jackson</li>
  1537.                                            <li class="top-color">16 May 2026</li>
  1538.                                        </ul>
  1539.                                        <p class="top-color"> </p>
  1540.                                    </div>
  1541.                                </div>
  1542.                            </div>
  1543.                        
  1544.                            
  1545.                            
  1546.                            <div class="col col-lg-6 col-md-6 col-12">
  1547.                                <div class="wpo-blog-item">
  1548.                                    <div class="wpo-blog-img">
  1549.                                        
  1550.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1551.                                        
  1552.                                        <div class="thumb bg-primary-gradient">News</div>
  1553.                                    </div>
  1554.                                    <div class="wpo-blog-content"  >
  1555.                                        <h2>
  1556.                                            <a href="/leadership-changes-war-absent-media-major-challenges-to-global-warming-solutions-that-hindered-cop30/" class="top-color">
  1557.                                            Leadership Changes, War, Absent Media: Major Challenges to Global Warming Solutions That Hindered Cop30
  1558.                                            </a>
  1559.                                        </h2>
  1560.                                        <ul>
  1561.                                            <li>  
  1562.                                                
  1563.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Zachary Jackson">
  1564.                                                
  1565.                                            </li>
  1566.                                            <li class="top-color">By Zachary Jackson</li>
  1567.                                            <li class="top-color">16 May 2026</li>
  1568.                                        </ul>
  1569.                                        <p class="top-color"> </p>
  1570.                                    </div>
  1571.                                </div>
  1572.                            </div>
  1573.                        
  1574.                            
  1575.                            
  1576.                            <div class="col col-lg-6 col-md-6 col-12">
  1577.                                <div class="wpo-blog-item">
  1578.                                    <div class="wpo-blog-img">
  1579.                                        
  1580.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1581.                                        
  1582.                                        <div class="thumb bg-primary-gradient">News</div>
  1583.                                    </div>
  1584.                                    <div class="wpo-blog-content"  >
  1585.                                        <h2>
  1586.                                            <a href="/food-benefits-expected-to-expire-for-over-40-million-during-continuing-us-government-shutdown/" class="top-color">
  1587.                                            Food Benefits Expected to Expire for Over 40 Million During Continuing US Government Shutdown
  1588.                                            </a>
  1589.                                        </h2>
  1590.                                        <ul>
  1591.                                            <li>  
  1592.                                                
  1593.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Zachary Jackson">
  1594.                                                
  1595.                                            </li>
  1596.                                            <li class="top-color">By Zachary Jackson</li>
  1597.                                            <li class="top-color">16 May 2026</li>
  1598.                                        </ul>
  1599.                                        <p class="top-color"> </p>
  1600.                                    </div>
  1601.                                </div>
  1602.                            </div>
  1603.                        
  1604.                            
  1605.                            
  1606.                            <div class="col col-lg-6 col-md-6 col-12">
  1607.                                <div class="wpo-blog-item">
  1608.                                    <div class="wpo-blog-img">
  1609.                                        
  1610.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1611.                                        
  1612.                                        <div class="thumb bg-primary-gradient">Others</div>
  1613.                                    </div>
  1614.                                    <div class="wpo-blog-content"  >
  1615.                                        <h2>
  1616.                                            <a href="/optimizing-fun-and-earnings-internet-slot-game-approaches/" class="top-color">
  1617.                                            Optimizing Fun and Earnings: Internet Slot Game Approaches
  1618.                                            </a>
  1619.                                        </h2>
  1620.                                        <ul>
  1621.                                            <li>  
  1622.                                                
  1623.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Zachary Jackson">
  1624.                                                
  1625.                                            </li>
  1626.                                            <li class="top-color">By Zachary Jackson</li>
  1627.                                            <li class="top-color">16 May 2026</li>
  1628.                                        </ul>
  1629.                                        <p class="top-color"> </p>
  1630.                                    </div>
  1631.                                </div>
  1632.                            </div>
  1633.                        
  1634.                            
  1635.                            
  1636.                            <div class="col col-lg-6 col-md-6 col-12">
  1637.                                <div class="wpo-blog-item">
  1638.                                    <div class="wpo-blog-img">
  1639.                                        
  1640.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1641.                                        
  1642.                                        <div class="thumb bg-primary-gradient">News</div>
  1643.                                    </div>
  1644.                                    <div class="wpo-blog-content"  >
  1645.                                        <h2>
  1646.                                            <a href="/sadness-hits-as-individual-dies-after-sea-recovery-off-uk-coast/" class="top-color">
  1647.                                            Sadness Hits as Individual Dies After Sea Recovery Off UK Coast
  1648.                                            </a>
  1649.                                        </h2>
  1650.                                        <ul>
  1651.                                            <li>  
  1652.                                                
  1653.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Zachary Jackson">
  1654.                                                
  1655.                                            </li>
  1656.                                            <li class="top-color">By Zachary Jackson</li>
  1657.                                            <li class="top-color">16 May 2026</li>
  1658.                                        </ul>
  1659.                                        <p class="top-color"> </p>
  1660.                                    </div>
  1661.                                </div>
  1662.                            </div>
  1663.                        
  1664.                            
  1665.                            
  1666.                            <div class="col col-lg-6 col-md-6 col-12">
  1667.                                <div class="wpo-blog-item">
  1668.                                    <div class="wpo-blog-img">
  1669.                                        
  1670.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1671.                                        
  1672.                                        <div class="thumb bg-primary-gradient">Others</div>
  1673.                                    </div>
  1674.                                    <div class="wpo-blog-content"  >
  1675.                                        <h2>
  1676.                                            <a href="/evaluating-the-impact-of-tech-advancements-on-slot-game-evolution/" class="top-color">
  1677.                                            Evaluating the Impact of Tech Advancements on Slot Game Evolution
  1678.                                            </a>
  1679.                                        </h2>
  1680.                                        <ul>
  1681.                                            <li>  
  1682.                                                
  1683.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Zachary Jackson">
  1684.                                                
  1685.                                            </li>
  1686.                                            <li class="top-color">By Zachary Jackson</li>
  1687.                                            <li class="top-color">16 May 2026</li>
  1688.                                        </ul>
  1689.                                        <p class="top-color"> </p>
  1690.                                    </div>
  1691.                                </div>
  1692.                            </div>
  1693.                        
  1694.                            
  1695.                            
  1696.                            <div class="col col-lg-6 col-md-6 col-12">
  1697.                                <div class="wpo-blog-item">
  1698.                                    <div class="wpo-blog-img">
  1699.                                        
  1700.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1701.                                        
  1702.                                        <div class="thumb bg-primary-gradient">News</div>
  1703.                                    </div>
  1704.                                    <div class="wpo-blog-content"  >
  1705.                                        <h2>
  1706.                                            <a href="/pm-hails-a-historic-day-as-online-safety-chief-forecasts-globe-will-emulate-our-example/" class="top-color">
  1707.                                            PM Hails a &#x27;Historic Day&#x27; as Online Safety Chief Forecasts &#x27;Globe Will Emulate Our Example&#x27;.
  1708.                                            </a>
  1709.                                        </h2>
  1710.                                        <ul>
  1711.                                            <li>  
  1712.                                                
  1713.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Zachary Jackson">
  1714.                                                
  1715.                                            </li>
  1716.                                            <li class="top-color">By Zachary Jackson</li>
  1717.                                            <li class="top-color">16 May 2026</li>
  1718.                                        </ul>
  1719.                                        <p class="top-color"> </p>
  1720.                                    </div>
  1721.                                </div>
  1722.                            </div>
  1723.                        
  1724.                            
  1725.                            
  1726.                            <div class="col col-lg-6 col-md-6 col-12">
  1727.                                <div class="wpo-blog-item">
  1728.                                    <div class="wpo-blog-img">
  1729.                                        
  1730.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1731.                                        
  1732.                                        <div class="thumb bg-primary-gradient">Others</div>
  1733.                                    </div>
  1734.                                    <div class="wpo-blog-content"  >
  1735.                                        <h2>
  1736.                                            <a href="/top-online-slot-games-a-decade-titles-to-try-out-right-now/" class="top-color">
  1737.                                            Top Online Slot Games: A Decade Titles to Try Out Right Now
  1738.                                            </a>
  1739.                                        </h2>
  1740.                                        <ul>
  1741.                                            <li>  
  1742.                                                
  1743.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Zachary Jackson">
  1744.                                                
  1745.                                            </li>
  1746.                                            <li class="top-color">By Zachary Jackson</li>
  1747.                                            <li class="top-color">16 May 2026</li>
  1748.                                        </ul>
  1749.                                        <p class="top-color"> </p>
  1750.                                    </div>
  1751.                                </div>
  1752.                            </div>
  1753.                        
  1754.                            
  1755.                            
  1756.                            <div class="col col-lg-6 col-md-6 col-12">
  1757.                                <div class="wpo-blog-item">
  1758.                                    <div class="wpo-blog-img">
  1759.                                        
  1760.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1761.                                        
  1762.                                        <div class="thumb bg-primary-gradient">News</div>
  1763.                                    </div>
  1764.                                    <div class="wpo-blog-content"  >
  1765.                                        <h2>
  1766.                                            <a href="/new-york-city-mayor-eric-adams-will-support-andrew-cuomo-in-new-york-city-mayors-election/" class="top-color">
  1767.                                            New York City Mayor Eric Adams Will Support Andrew Cuomo in New York City Mayor&#x27;s Election
  1768.                                            </a>
  1769.                                        </h2>
  1770.                                        <ul>
  1771.                                            <li>  
  1772.                                                
  1773.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Zachary Jackson">
  1774.                                                
  1775.                                            </li>
  1776.                                            <li class="top-color">By Zachary Jackson</li>
  1777.                                            <li class="top-color">16 May 2026</li>
  1778.                                        </ul>
  1779.                                        <p class="top-color"> </p>
  1780.                                    </div>
  1781.                                </div>
  1782.                            </div>
  1783.                        
  1784.                            
  1785.                            
  1786.  
  1787.                        </div>
  1788.                    </div>
  1789.                </div>
  1790.                <!-- end wpo-blog-section -->
  1791.            </div>
  1792.  
  1793.            <div class="col col-lg-4 col-12">
  1794.                
  1795.  
  1796.  
  1797.  
  1798.    
  1799.  
  1800.  
  1801. <!-- Blog Sidebar V2 - Focused Design -->
  1802.  <div class="sidebar mb-3">
  1803.    <!-- Recent Posts Section -->
  1804.    <div class="sidebar-widget mb-4">
  1805.      <div class="widget-title-wrapper mb-3">
  1806.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  1807.          <i class="ti-time me-2"></i>Recent Posts
  1808.          <span class="title-arrow-primary"></span>
  1809.        </h4>
  1810.      </div>
  1811.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  1812.        <div class="recent-post-list">
  1813.          
  1814.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1815.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1816.                
  1817.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1818.                
  1819.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1820.            </div>
  1821.            <div class="post-content flex-grow-1">
  1822.              <h6 class="post-title mb-2">
  1823.                 <a href="/republican-lawmaker-asserts-deal-is-possible-on-healthcare-as-crucial-subsidies-approach-expiration/" class="text-decoration-none top-color fw-semibold lh-sm">
  1824.                                            Republican Lawmaker Asserts &#x27;Deal Is Possible&#x27; on Healthcare as Crucial Subsidies Approach Expiration.
  1825.                                            </a>
  1826.              </h6>
  1827.              <div class="post-meta mb-3">
  1828.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 May 2026</small>
  1829.                <!-- <small class="text-muted">
  1830.                  <i class="ti-eye me-1"></i>348 views
  1831.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1832.                </small> -->
  1833.              </div>
  1834.            </div>
  1835.          </div>
  1836.          
  1837.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1838.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1839.                
  1840.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1841.                
  1842.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1843.            </div>
  1844.            <div class="post-content flex-grow-1">
  1845.              <h6 class="post-title mb-2">
  1846.                 <a href="/white-house-denounces-democratic-hoax-as-additional-epstein-estate-images-disclosed/" class="text-decoration-none top-color fw-semibold lh-sm">
  1847.                                            White House Denounces &#x27;Democratic Hoax&#x27; as Additional Epstein Estate Images Disclosed
  1848.                                            </a>
  1849.              </h6>
  1850.              <div class="post-meta mb-3">
  1851.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 May 2026</small>
  1852.                <!-- <small class="text-muted">
  1853.                  <i class="ti-eye me-1"></i>348 views
  1854.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1855.                </small> -->
  1856.              </div>
  1857.            </div>
  1858.          </div>
  1859.          
  1860.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1861.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1862.                
  1863.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1864.                
  1865.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1866.            </div>
  1867.            <div class="post-content flex-grow-1">
  1868.              <h6 class="post-title mb-2">
  1869.                 <a href="/millie-bright-exits-england-arena-long-past-her-name-was-carved-within-soccer-greats/" class="text-decoration-none top-color fw-semibold lh-sm">
  1870.                                            Millie Bright Exits England Arena Long Past Her Name Was Carved Within Soccer Greats
  1871.                                            </a>
  1872.              </h6>
  1873.              <div class="post-meta mb-3">
  1874.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 May 2026</small>
  1875.                <!-- <small class="text-muted">
  1876.                  <i class="ti-eye me-1"></i>348 views
  1877.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1878.                </small> -->
  1879.              </div>
  1880.            </div>
  1881.          </div>
  1882.          
  1883.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1884.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1885.                
  1886.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1887.                
  1888.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1889.            </div>
  1890.            <div class="post-content flex-grow-1">
  1891.              <h6 class="post-title mb-2">
  1892.                 <a href="/the-hit-drama-announced-for-seventh-series-on-the-british-broadcaster/" class="text-decoration-none top-color fw-semibold lh-sm">
  1893.                                            The Hit Drama Announced for Seventh Series on the British Broadcaster
  1894.                                            </a>
  1895.              </h6>
  1896.              <div class="post-meta mb-3">
  1897.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 May 2026</small>
  1898.                <!-- <small class="text-muted">
  1899.                  <i class="ti-eye me-1"></i>348 views
  1900.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1901.                </small> -->
  1902.              </div>
  1903.            </div>
  1904.          </div>
  1905.          
  1906.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1907.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1908.                
  1909.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1910.                
  1911.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1912.            </div>
  1913.            <div class="post-content flex-grow-1">
  1914.              <h6 class="post-title mb-2">
  1915.                 <a href="/the-22-year-old-tennis-player-emma-raducanu-ends-this-years-campaign-and-has-decided-to-continue-with-trainer-into-the-2026-season/" class="text-decoration-none top-color fw-semibold lh-sm">
  1916.                                            The 22-year-old tennis player Emma Raducanu ends this year&#x27;s campaign and has decided to continue with trainer into the 2026 season.
  1917.                                            </a>
  1918.              </h6>
  1919.              <div class="post-meta mb-3">
  1920.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 May 2026</small>
  1921.                <!-- <small class="text-muted">
  1922.                  <i class="ti-eye me-1"></i>348 views
  1923.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1924.                </small> -->
  1925.              </div>
  1926.            </div>
  1927.          </div>
  1928.          
  1929.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1930.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1931.                
  1932.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1933.                
  1934.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1935.            </div>
  1936.            <div class="post-content flex-grow-1">
  1937.              <h6 class="post-title mb-2">
  1938.                 <a href="/3-xbox-game-pass-games-that-will-validate-your-membership-during-the-weekend-nov-21-23/" class="text-decoration-none top-color fw-semibold lh-sm">
  1939.                                            3 Xbox Game Pass Games That Will Validate Your Membership During the Weekend (Nov. 21-23)
  1940.                                            </a>
  1941.              </h6>
  1942.              <div class="post-meta mb-3">
  1943.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 May 2026</small>
  1944.                <!-- <small class="text-muted">
  1945.                  <i class="ti-eye me-1"></i>348 views
  1946.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1947.                </small> -->
  1948.              </div>
  1949.            </div>
  1950.          </div>
  1951.          
  1952.  
  1953.        </div>
  1954.  
  1955.        <div class="text-center mt-4 pt-3 border-top border-light">
  1956.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  1957.        </div>
  1958.      </div>
  1959.    </div>
  1960.  
  1961.    
  1962.    <div class="sidebar-widget mb-4">
  1963.      <div class="widget-title-wrapper mb-3">
  1964.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  1965.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  1966.          <span class="title-arrow"></span>
  1967.        </h4>
  1968.      </div>
  1969.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  1970.        <div class="blog-roll-list scrollable-sidebar">
  1971.          
  1972.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1973.            <a href="https://esports-news.co.uk/gambling-sites/lolajack-review/" rel="dofollow" class="text-decoration-none ">
  1974.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1975.                <i class="ti-angle-right me-2 text-primary"></i>
  1976.                lolajack review
  1977.              </h6>
  1978.            </a>
  1979.          </div>
  1980.          
  1981.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1982.            <a href="https://esports-news.co.uk/gambling-sites/betninja-review/" rel="dofollow" class="text-decoration-none ">
  1983.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1984.                <i class="ti-angle-right me-2 text-primary"></i>
  1985.                betninja review
  1986.              </h6>
  1987.            </a>
  1988.          </div>
  1989.          
  1990.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1991.            <a href="https://www.kylebooks.co.uk/" rel="dofollow" class="text-decoration-none ">
  1992.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1993.                <i class="ti-angle-right me-2 text-primary"></i>
  1994.                online casino
  1995.              </h6>
  1996.            </a>
  1997.          </div>
  1998.          
  1999.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2000.            <a href="https://www.lattitude.org.uk/" rel="dofollow" class="text-decoration-none ">
  2001.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2002.                <i class="ti-angle-right me-2 text-primary"></i>
  2003.                online casino
  2004.              </h6>
  2005.            </a>
  2006.          </div>
  2007.          
  2008.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2009.            <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none ">
  2010.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2011.                <i class="ti-angle-right me-2 text-primary"></i>
  2012.                online casino
  2013.              </h6>
  2014.            </a>
  2015.          </div>
  2016.          
  2017.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2018.            <a href="https://heyimhome.co.uk/" rel="dofollow" class="text-decoration-none ">
  2019.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2020.                <i class="ti-angle-right me-2 text-primary"></i>
  2021.                casinos not on gamstop
  2022.              </h6>
  2023.            </a>
  2024.          </div>
  2025.          
  2026.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2027.            <a href="https://www.focus12.co.uk/" rel="dofollow" class="text-decoration-none ">
  2028.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2029.                <i class="ti-angle-right me-2 text-primary"></i>
  2030.                casinos not on gamstop
  2031.              </h6>
  2032.            </a>
  2033.          </div>
  2034.          
  2035.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2036.            <a href="https://www.artigiano.co.uk/" rel="dofollow" class="text-decoration-none ">
  2037.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2038.                <i class="ti-angle-right me-2 text-primary"></i>
  2039.                non gamstop casino
  2040.              </h6>
  2041.            </a>
  2042.          </div>
  2043.          
  2044.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2045.            <a href="https://www.money-mentor.org/" rel="dofollow" class="text-decoration-none ">
  2046.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2047.                <i class="ti-angle-right me-2 text-primary"></i>
  2048.                no verification casinos
  2049.              </h6>
  2050.            </a>
  2051.          </div>
  2052.          
  2053.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2054.            <a href="https://peterbrett.com/" rel="dofollow" class="text-decoration-none ">
  2055.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2056.                <i class="ti-angle-right me-2 text-primary"></i>
  2057.                non gamstop casinos
  2058.              </h6>
  2059.            </a>
  2060.          </div>
  2061.          
  2062.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2063.            <a href="https://www.lsx.org.uk/" rel="dofollow" class="text-decoration-none ">
  2064.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2065.                <i class="ti-angle-right me-2 text-primary"></i>
  2066.                new betting sites uk
  2067.              </h6>
  2068.            </a>
  2069.          </div>
  2070.          
  2071.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2072.            <a href="https://nursingnotes.co.uk/" rel="dofollow" class="text-decoration-none ">
  2073.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2074.                <i class="ti-angle-right me-2 text-primary"></i>
  2075.                casino not on gamstop
  2076.              </h6>
  2077.            </a>
  2078.          </div>
  2079.          
  2080.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2081.            <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none ">
  2082.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2083.                <i class="ti-angle-right me-2 text-primary"></i>
  2084.                online casinos
  2085.              </h6>
  2086.            </a>
  2087.          </div>
  2088.          
  2089.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2090.            <a href="https://straightfromyard.co.uk/" rel="dofollow" class="text-decoration-none ">
  2091.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2092.                <i class="ti-angle-right me-2 text-primary"></i>
  2093.                non gamstop casinos
  2094.              </h6>
  2095.            </a>
  2096.          </div>
  2097.          
  2098.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2099.            <a href="https://realrussia.co.uk/" rel="dofollow" class="text-decoration-none ">
  2100.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2101.                <i class="ti-angle-right me-2 text-primary"></i>
  2102.                new uk betting sites
  2103.              </h6>
  2104.            </a>
  2105.          </div>
  2106.          
  2107.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2108.            <a href="https://www.richmondreview.co.uk/" rel="dofollow" class="text-decoration-none ">
  2109.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2110.                <i class="ti-angle-right me-2 text-primary"></i>
  2111.                non gamstop casinos
  2112.              </h6>
  2113.            </a>
  2114.          </div>
  2115.          
  2116.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2117.            <a href="https://www.focus12.co.uk/" rel="dofollow" class="text-decoration-none ">
  2118.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2119.                <i class="ti-angle-right me-2 text-primary"></i>
  2120.                non gamstop casino
  2121.              </h6>
  2122.            </a>
  2123.          </div>
  2124.          
  2125.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2126.            <a href="https://britishicehockey.co.uk/" rel="dofollow" class="text-decoration-none ">
  2127.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2128.                <i class="ti-angle-right me-2 text-primary"></i>
  2129.                non gamstop casino
  2130.              </h6>
  2131.            </a>
  2132.          </div>
  2133.          
  2134.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2135.            <a href="https://adventuregamers.com/online-casinos/non-gamstop" rel="dofollow" class="text-decoration-none ">
  2136.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2137.                <i class="ti-angle-right me-2 text-primary"></i>
  2138.                non gamstop casino
  2139.              </h6>
  2140.            </a>
  2141.          </div>
  2142.          
  2143.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2144.            <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none ">
  2145.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2146.                <i class="ti-angle-right me-2 text-primary"></i>
  2147.                non gamstop casinos
  2148.              </h6>
  2149.            </a>
  2150.          </div>
  2151.          
  2152.      </div>
  2153.    </div>
  2154.    
  2155.    <div class="sidebar-widget mb-4">
  2156.      <div class="widget-title-wrapper mb-3">
  2157.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2158.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2159.          <span class="title-arrow"></span>
  2160.        </h4>
  2161.      </div>
  2162.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2163.        <div class="blog-roll-list scrollable-sidebar">
  2164.          
  2165.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2166.            <a href="https://www.hintsandthings.co.uk/" rel="dofollow" class="text-decoration-none ">
  2167.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2168.                <i class="ti-angle-right me-2 text-primary"></i>
  2169.                no verification casinos
  2170.              </h6>
  2171.            </a>
  2172.          </div>
  2173.          
  2174.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2175.            <a href="https://www.hintsandthings.co.uk/" rel="dofollow" class="text-decoration-none ">
  2176.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2177.                <i class="ti-angle-right me-2 text-primary"></i>
  2178.                crypto casino
  2179.              </h6>
  2180.            </a>
  2181.          </div>
  2182.          
  2183.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2184.            <a href="https://gamingamerica.com/non-gamstop-casinos" rel="dofollow" class="text-decoration-none ">
  2185.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2186.                <i class="ti-angle-right me-2 text-primary"></i>
  2187.                casino not on gamstop
  2188.              </h6>
  2189.            </a>
  2190.          </div>
  2191.          
  2192.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2193.            <a href="https://nva.org.uk/" rel="dofollow" class="text-decoration-none ">
  2194.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2195.                <i class="ti-angle-right me-2 text-primary"></i>
  2196.                non gamstop casino
  2197.              </h6>
  2198.            </a>
  2199.          </div>
  2200.          
  2201.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2202.            <a href="https://stmargarets.london/" rel="dofollow" class="text-decoration-none ">
  2203.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2204.                <i class="ti-angle-right me-2 text-primary"></i>
  2205.                non gamstop casino
  2206.              </h6>
  2207.            </a>
  2208.          </div>
  2209.          
  2210.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2211.            <a href="https://www.forcesreunited.co.uk/" rel="dofollow" class="text-decoration-none ">
  2212.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2213.                <i class="ti-angle-right me-2 text-primary"></i>
  2214.                casinos not on gamstop
  2215.              </h6>
  2216.            </a>
  2217.          </div>
  2218.          
  2219.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2220.            <a href="https://internationalschoolmealsday.com/" rel="dofollow" class="text-decoration-none ">
  2221.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2222.                <i class="ti-angle-right me-2 text-primary"></i>
  2223.                casinos not on gamstop
  2224.              </h6>
  2225.            </a>
  2226.          </div>
  2227.          
  2228.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2229.            <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none ">
  2230.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2231.                <i class="ti-angle-right me-2 text-primary"></i>
  2232.                casinos not on gamstop
  2233.              </h6>
  2234.            </a>
  2235.          </div>
  2236.          
  2237.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2238.            <a href="https://straightfromyard.co.uk/" rel="dofollow" class="text-decoration-none ">
  2239.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2240.                <i class="ti-angle-right me-2 text-primary"></i>
  2241.                casinos not on gamstop
  2242.              </h6>
  2243.            </a>
  2244.          </div>
  2245.          
  2246.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2247.            <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none ">
  2248.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2249.                <i class="ti-angle-right me-2 text-primary"></i>
  2250.                casinos not on gamstop
  2251.              </h6>
  2252.            </a>
  2253.          </div>
  2254.          
  2255.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2256.            <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none ">
  2257.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2258.                <i class="ti-angle-right me-2 text-primary"></i>
  2259.                casinos not on gamstop
  2260.              </h6>
  2261.            </a>
  2262.          </div>
  2263.          
  2264.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2265.            <a href="https://www.citytosea.org.uk/" rel="dofollow" class="text-decoration-none ">
  2266.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2267.                <i class="ti-angle-right me-2 text-primary"></i>
  2268.                casinos not on gamstop
  2269.              </h6>
  2270.            </a>
  2271.          </div>
  2272.          
  2273.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2274.            <a href="https://allcatsrgrey.org.uk/" rel="dofollow" class="text-decoration-none ">
  2275.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2276.                <i class="ti-angle-right me-2 text-primary"></i>
  2277.                casinos not on gamstop
  2278.              </h6>
  2279.            </a>
  2280.          </div>
  2281.          
  2282.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2283.            <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="text-decoration-none ">
  2284.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2285.                <i class="ti-angle-right me-2 text-primary"></i>
  2286.                casinos not on gamstop
  2287.              </h6>
  2288.            </a>
  2289.          </div>
  2290.          
  2291.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2292.            <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none ">
  2293.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2294.                <i class="ti-angle-right me-2 text-primary"></i>
  2295.                casinos not on gamstop
  2296.              </h6>
  2297.            </a>
  2298.          </div>
  2299.          
  2300.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2301.            <a href="https://unbound.co.uk/" rel="dofollow" class="text-decoration-none ">
  2302.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2303.                <i class="ti-angle-right me-2 text-primary"></i>
  2304.                casinos not on gamstop
  2305.              </h6>
  2306.            </a>
  2307.          </div>
  2308.          
  2309.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2310.            <a href="https://www.elthampalace.org.uk/" rel="dofollow" class="text-decoration-none ">
  2311.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2312.                <i class="ti-angle-right me-2 text-primary"></i>
  2313.                casinos not on gamstop
  2314.              </h6>
  2315.            </a>
  2316.          </div>
  2317.          
  2318.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2319.            <a href="https://craftanddough.co.uk/" rel="dofollow" class="text-decoration-none ">
  2320.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2321.                <i class="ti-angle-right me-2 text-primary"></i>
  2322.                best online casinos that accept credit cards
  2323.              </h6>
  2324.            </a>
  2325.          </div>
  2326.          
  2327.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2328.            <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="text-decoration-none ">
  2329.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2330.                <i class="ti-angle-right me-2 text-primary"></i>
  2331.                List of Non UK Casinos
  2332.              </h6>
  2333.            </a>
  2334.          </div>
  2335.          
  2336.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2337.            <a href="https://www.nhsborders.org.uk/" rel="dofollow" class="text-decoration-none ">
  2338.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2339.                <i class="ti-angle-right me-2 text-primary"></i>
  2340.                crypto casino
  2341.              </h6>
  2342.            </a>
  2343.          </div>
  2344.          
  2345.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2346.            <a href="https://forcesreunited.org.uk/" rel="dofollow" class="text-decoration-none ">
  2347.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2348.                <i class="ti-angle-right me-2 text-primary"></i>
  2349.                harry casino reviews
  2350.              </h6>
  2351.            </a>
  2352.          </div>
  2353.          
  2354.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2355.            <a href="https://contextis.co.uk" rel="dofollow" class="text-decoration-none ">
  2356.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2357.                <i class="ti-angle-right me-2 text-primary"></i>
  2358.                non gamstop casino
  2359.              </h6>
  2360.            </a>
  2361.          </div>
  2362.          
  2363.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2364.            <a href="https://fishonline.org" rel="dofollow" class="text-decoration-none ">
  2365.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2366.                <i class="ti-angle-right me-2 text-primary"></i>
  2367.                non gamstop casino
  2368.              </h6>
  2369.            </a>
  2370.          </div>
  2371.          
  2372.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2373.            <a href="https://ecademy.com" rel="dofollow" class="text-decoration-none ">
  2374.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2375.                <i class="ti-angle-right me-2 text-primary"></i>
  2376.                casinos not on gamstop
  2377.              </h6>
  2378.            </a>
  2379.          </div>
  2380.          
  2381.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2382.            <a href="https://slsablog.co.uk/" rel="dofollow" class="text-decoration-none ">
  2383.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2384.                <i class="ti-angle-right me-2 text-primary"></i>
  2385.                top 20 online casinos uk real money
  2386.              </h6>
  2387.            </a>
  2388.          </div>
  2389.          
  2390.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2391.            <a href="https://diabetologists-abcd.org.uk/" rel="dofollow" class="text-decoration-none ">
  2392.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2393.                <i class="ti-angle-right me-2 text-primary"></i>
  2394.                non gamstop casinos
  2395.              </h6>
  2396.            </a>
  2397.          </div>
  2398.          
  2399.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2400.            <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none ">
  2401.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2402.                <i class="ti-angle-right me-2 text-primary"></i>
  2403.                non gamstop casinos
  2404.              </h6>
  2405.            </a>
  2406.          </div>
  2407.          
  2408.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2409.            <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none ">
  2410.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2411.                <i class="ti-angle-right me-2 text-primary"></i>
  2412.                non gamstop casinos
  2413.              </h6>
  2414.            </a>
  2415.          </div>
  2416.          
  2417.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2418.            <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  2419.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2420.                <i class="ti-angle-right me-2 text-primary"></i>
  2421.                casinos not on gamstop
  2422.              </h6>
  2423.            </a>
  2424.          </div>
  2425.          
  2426.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2427.            <a href="https://www.london-irish.com/" rel="dofollow" class="text-decoration-none ">
  2428.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2429.                <i class="ti-angle-right me-2 text-primary"></i>
  2430.                non gamstop casinos
  2431.              </h6>
  2432.            </a>
  2433.          </div>
  2434.          
  2435.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2436.            <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none ">
  2437.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2438.                <i class="ti-angle-right me-2 text-primary"></i>
  2439.                casinos not on gamstop
  2440.              </h6>
  2441.            </a>
  2442.          </div>
  2443.          
  2444.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2445.            <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none ">
  2446.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2447.                <i class="ti-angle-right me-2 text-primary"></i>
  2448.                uk casino
  2449.              </h6>
  2450.            </a>
  2451.          </div>
  2452.          
  2453.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2454.            <a href="https://thepearlyqueen.com/" rel="dofollow" class="text-decoration-none ">
  2455.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2456.                <i class="ti-angle-right me-2 text-primary"></i>
  2457.                online casinos
  2458.              </h6>
  2459.            </a>
  2460.          </div>
  2461.          
  2462.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2463.            <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="text-decoration-none ">
  2464.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2465.                <i class="ti-angle-right me-2 text-primary"></i>
  2466.                Non UK Licensed Casinos
  2467.              </h6>
  2468.            </a>
  2469.          </div>
  2470.          
  2471.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2472.            <a href="https://www.durhamminers.org/" rel="dofollow" class="text-decoration-none ">
  2473.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2474.                <i class="ti-angle-right me-2 text-primary"></i>
  2475.                online casinos UK
  2476.              </h6>
  2477.            </a>
  2478.          </div>
  2479.          
  2480.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2481.            <a href="https://www.fourpure.com/" rel="dofollow" class="text-decoration-none ">
  2482.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2483.                <i class="ti-angle-right me-2 text-primary"></i>
  2484.                online casinos
  2485.              </h6>
  2486.            </a>
  2487.          </div>
  2488.          
  2489.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2490.            <a href="https://www.northdevon.com/" rel="dofollow" class="text-decoration-none ">
  2491.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2492.                <i class="ti-angle-right me-2 text-primary"></i>
  2493.                non gamstop casino
  2494.              </h6>
  2495.            </a>
  2496.          </div>
  2497.          
  2498.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2499.            <a href="https://www.gamblinginsider.com/uk/online-casinos" rel="dofollow" class="text-decoration-none ">
  2500.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2501.                <i class="ti-angle-right me-2 text-primary"></i>
  2502.                online casinos
  2503.              </h6>
  2504.            </a>
  2505.          </div>
  2506.          
  2507.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2508.            <a href="https://www.weareculture24.org.uk/" rel="dofollow" class="text-decoration-none ">
  2509.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2510.                <i class="ti-angle-right me-2 text-primary"></i>
  2511.                non gamstop casinos uk
  2512.              </h6>
  2513.            </a>
  2514.          </div>
  2515.          
  2516.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2517.            <a href="https://dabet.uk/" rel="dofollow" class="text-decoration-none ">
  2518.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2519.                <i class="ti-angle-right me-2 text-primary"></i>
  2520.                best betting sites uk
  2521.              </h6>
  2522.            </a>
  2523.          </div>
  2524.          
  2525.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2526.            <a href="https://internationalschoolmealsday.com/" rel="dofollow" class="text-decoration-none ">
  2527.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2528.                <i class="ti-angle-right me-2 text-primary"></i>
  2529.                non gamstop casino uk
  2530.              </h6>
  2531.            </a>
  2532.          </div>
  2533.          
  2534.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2535.            <a href="https://www.london-irish.com/" rel="dofollow" class="text-decoration-none ">
  2536.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2537.                <i class="ti-angle-right me-2 text-primary"></i>
  2538.                non gamstop casino uk
  2539.              </h6>
  2540.            </a>
  2541.          </div>
  2542.          
  2543.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2544.            <a href="https://roeparkresort.com" rel="dofollow" class="text-decoration-none ">
  2545.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2546.                <i class="ti-angle-right me-2 text-primary"></i>
  2547.                non GamStop casinos
  2548.              </h6>
  2549.            </a>
  2550.          </div>
  2551.          
  2552.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2553.            <a href="https://www.ukbeetles.co.uk" rel="dofollow" class="text-decoration-none ">
  2554.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2555.                <i class="ti-angle-right me-2 text-primary"></i>
  2556.                casinos not on GamStop
  2557.              </h6>
  2558.            </a>
  2559.          </div>
  2560.          
  2561.      </div>
  2562.    </div>
  2563.    
  2564.    <div class="sidebar-widget mb-4">
  2565.      <div class="widget-title-wrapper mb-3">
  2566.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2567.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2568.          <span class="title-arrow"></span>
  2569.        </h4>
  2570.      </div>
  2571.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2572.        <div class="blog-roll-list scrollable-sidebar">
  2573.          
  2574.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2575.            <a href="https://www.peckhamaudio.co.uk/" rel="dofollow" class="text-decoration-none ">
  2576.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2577.                <i class="ti-angle-right me-2 text-primary"></i>
  2578.                games not on GamStop
  2579.              </h6>
  2580.            </a>
  2581.          </div>
  2582.          
  2583.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2584.            <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none ">
  2585.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2586.                <i class="ti-angle-right me-2 text-primary"></i>
  2587.                non gamstop casino
  2588.              </h6>
  2589.            </a>
  2590.          </div>
  2591.          
  2592.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2593.            <a href="https://www.bmag.org.uk/" rel="dofollow" class="text-decoration-none ">
  2594.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2595.                <i class="ti-angle-right me-2 text-primary"></i>
  2596.                online casinos
  2597.              </h6>
  2598.            </a>
  2599.          </div>
  2600.          
  2601.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2602.            <a href="https://americymru.net/" rel="dofollow" class="text-decoration-none ">
  2603.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2604.                <i class="ti-angle-right me-2 text-primary"></i>
  2605.                non GamStop casinos UK
  2606.              </h6>
  2607.            </a>
  2608.          </div>
  2609.          
  2610.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2611.            <a href="https://www.mugdock-country-park.org.uk/" rel="dofollow" class="text-decoration-none ">
  2612.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2613.                <i class="ti-angle-right me-2 text-primary"></i>
  2614.                non GamStop casinos
  2615.              </h6>
  2616.            </a>
  2617.          </div>
  2618.          
  2619.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2620.            <a href="https://www.covent-garden.co.uk/" rel="dofollow" class="text-decoration-none ">
  2621.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2622.                <i class="ti-angle-right me-2 text-primary"></i>
  2623.                best casinos not on GamStop
  2624.              </h6>
  2625.            </a>
  2626.          </div>
  2627.          
  2628.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2629.            <a href="https://www.cranleyclinic.com/" rel="dofollow" class="text-decoration-none ">
  2630.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2631.                <i class="ti-angle-right me-2 text-primary"></i>
  2632.                casinos not on GamStop
  2633.              </h6>
  2634.            </a>
  2635.          </div>
  2636.          
  2637.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2638.            <a href="https://thenewoxford.com/" rel="dofollow" class="text-decoration-none ">
  2639.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2640.                <i class="ti-angle-right me-2 text-primary"></i>
  2641.                best casino not on GamStop
  2642.              </h6>
  2643.            </a>
  2644.          </div>
  2645.          
  2646.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2647.            <a href="https://www.hshmotorgroup.co.uk/" rel="dofollow" class="text-decoration-none ">
  2648.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2649.                <i class="ti-angle-right me-2 text-primary"></i>
  2650.                betting sites that accept bitcoin
  2651.              </h6>
  2652.            </a>
  2653.          </div>
  2654.          
  2655.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2656.            <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none ">
  2657.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2658.                <i class="ti-angle-right me-2 text-primary"></i>
  2659.                Best Non GAMSTOP Casinos
  2660.              </h6>
  2661.            </a>
  2662.          </div>
  2663.          
  2664.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2665.            <a href="https://www.insidewalessport.co.uk/" rel="dofollow" class="text-decoration-none ">
  2666.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2667.                <i class="ti-angle-right me-2 text-primary"></i>
  2668.                No KYC crypto casinos
  2669.              </h6>
  2670.            </a>
  2671.          </div>
  2672.          
  2673.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2674.            <a href="https://www.culturestreet.org.uk/" rel="dofollow" class="text-decoration-none ">
  2675.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2676.                <i class="ti-angle-right me-2 text-primary"></i>
  2677.                bitcoin casinos UK
  2678.              </h6>
  2679.            </a>
  2680.          </div>
  2681.          
  2682.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2683.            <a href="https://esports-news.co.uk/online-casinos/poker/not-on-gamstop/" rel="dofollow" class="text-decoration-none ">
  2684.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2685.                <i class="ti-angle-right me-2 text-primary"></i>
  2686.                non gamstop poker
  2687.              </h6>
  2688.            </a>
  2689.          </div>
  2690.          
  2691.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2692.            <a href="https://allcatsrgrey.org.uk/" rel="dofollow" class="text-decoration-none ">
  2693.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2694.                <i class="ti-angle-right me-2 text-primary"></i>
  2695.                casino sites
  2696.              </h6>
  2697.            </a>
  2698.          </div>
  2699.          
  2700.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2701.            <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none ">
  2702.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2703.                <i class="ti-angle-right me-2 text-primary"></i>
  2704.                casinos not on GamStop
  2705.              </h6>
  2706.            </a>
  2707.          </div>
  2708.          
  2709.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2710.            <a href="https://www.chromayoga.co.uk/" rel="dofollow" class="text-decoration-none ">
  2711.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2712.                <i class="ti-angle-right me-2 text-primary"></i>
  2713.                non gamstop casino
  2714.              </h6>
  2715.            </a>
  2716.          </div>
  2717.          
  2718.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2719.            <a href="https://www.fourpure.com/" rel="dofollow" class="text-decoration-none ">
  2720.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2721.                <i class="ti-angle-right me-2 text-primary"></i>
  2722.                online casinos not on GamStop
  2723.              </h6>
  2724.            </a>
  2725.          </div>
  2726.          
  2727.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2728.            <a href="https://www.cevicheuk.com/" rel="dofollow" class="text-decoration-none ">
  2729.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2730.                <i class="ti-angle-right me-2 text-primary"></i>
  2731.                casinos not on gamstop
  2732.              </h6>
  2733.            </a>
  2734.          </div>
  2735.          
  2736.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2737.            <a href="https://robinhoodtax.org/" rel="dofollow" class="text-decoration-none ">
  2738.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2739.                <i class="ti-angle-right me-2 text-primary"></i>
  2740.                best non Gamstop casinos
  2741.              </h6>
  2742.            </a>
  2743.          </div>
  2744.          
  2745.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2746.            <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none ">
  2747.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2748.                <i class="ti-angle-right me-2 text-primary"></i>
  2749.                non GAMSTOP casinos
  2750.              </h6>
  2751.            </a>
  2752.          </div>
  2753.          
  2754.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2755.            <a href="https://citytosea.org.uk/" rel="dofollow" class="text-decoration-none ">
  2756.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2757.                <i class="ti-angle-right me-2 text-primary"></i>
  2758.                UK online casino
  2759.              </h6>
  2760.            </a>
  2761.          </div>
  2762.          
  2763.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2764.            <a href="https://www.bapca.org.uk/" rel="dofollow" class="text-decoration-none ">
  2765.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2766.                <i class="ti-angle-right me-2 text-primary"></i>
  2767.                non gamstop casino
  2768.              </h6>
  2769.            </a>
  2770.          </div>
  2771.          
  2772.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2773.            <a href="https://savethedatemagazine.co.uk//" rel="dofollow" class="text-decoration-none ">
  2774.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2775.                <i class="ti-angle-right me-2 text-primary"></i>
  2776.                online casinos not on gamstop
  2777.              </h6>
  2778.            </a>
  2779.          </div>
  2780.          
  2781.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2782.            <a href="https://www.movewise.co.uk/" rel="dofollow" class="text-decoration-none ">
  2783.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2784.                <i class="ti-angle-right me-2 text-primary"></i>
  2785.                top online casinos in uk
  2786.              </h6>
  2787.            </a>
  2788.          </div>
  2789.          
  2790.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2791.            <a href="https://cryptoblox.com/" rel="dofollow" class="text-decoration-none ">
  2792.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2793.                <i class="ti-angle-right me-2 text-primary"></i>
  2794.                crypto casino
  2795.              </h6>
  2796.            </a>
  2797.          </div>
  2798.          
  2799.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2800.            <a href="https://www.techcityuk.com/" rel="dofollow" class="text-decoration-none ">
  2801.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2802.                <i class="ti-angle-right me-2 text-primary"></i>
  2803.                online casino
  2804.              </h6>
  2805.            </a>
  2806.          </div>
  2807.          
  2808.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2809.            <a href="https://humanigen.com/" rel="dofollow" class="text-decoration-none ">
  2810.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2811.                <i class="ti-angle-right me-2 text-primary"></i>
  2812.                casino not on gamstop
  2813.              </h6>
  2814.            </a>
  2815.          </div>
  2816.          
  2817.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2818.            <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none ">
  2819.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2820.                <i class="ti-angle-right me-2 text-primary"></i>
  2821.                non gamstop casino
  2822.              </h6>
  2823.            </a>
  2824.          </div>
  2825.          
  2826.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2827.            <a href="https://www.videogamer.com/uk/online-casinos/non-gamstop/" rel="dofollow" class="text-decoration-none ">
  2828.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2829.                <i class="ti-angle-right me-2 text-primary"></i>
  2830.                online casinos
  2831.              </h6>
  2832.            </a>
  2833.          </div>
  2834.          
  2835.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2836.            <a href="https://www.gameshub.com/uk/online-casinos/crypto/" rel="dofollow" class="text-decoration-none ">
  2837.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2838.                <i class="ti-angle-right me-2 text-primary"></i>
  2839.                crypto casinos UK
  2840.              </h6>
  2841.            </a>
  2842.          </div>
  2843.          
  2844.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2845.            <a href="https://www.globalwaters.org/" rel="dofollow" class="text-decoration-none ">
  2846.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2847.                <i class="ti-angle-right me-2 text-primary"></i>
  2848.                online casino
  2849.              </h6>
  2850.            </a>
  2851.          </div>
  2852.          
  2853.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2854.            <a href="https://roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  2855.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2856.                <i class="ti-angle-right me-2 text-primary"></i>
  2857.                online casinos
  2858.              </h6>
  2859.            </a>
  2860.          </div>
  2861.          
  2862.      </div>
  2863.    </div>
  2864.    
  2865.    <div class="sidebar-widget mb-4">
  2866.      <div class="widget-title-wrapper mb-3">
  2867.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2868.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  2869.          <span class="title-arrow"></span>
  2870.        </h4>
  2871.      </div>
  2872.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2873.        <div class="blog-roll-list scrollable-sidebar">
  2874.          
  2875.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2876.            <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none ">
  2877.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2878.                <i class="ti-angle-right me-2 text-primary"></i>
  2879.                casino uk online
  2880.              </h6>
  2881.            </a>
  2882.          </div>
  2883.          
  2884.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2885.            <a href="https://ibrabee.org.uk/" rel="dofollow" class="text-decoration-none ">
  2886.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2887.                <i class="ti-angle-right me-2 text-primary"></i>
  2888.                casino online
  2889.              </h6>
  2890.            </a>
  2891.          </div>
  2892.          
  2893.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2894.            <a href="https://financialservicescultureboard.org.uk/" rel="dofollow" class="text-decoration-none ">
  2895.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2896.                <i class="ti-angle-right me-2 text-primary"></i>
  2897.                non uk betting sites
  2898.              </h6>
  2899.            </a>
  2900.          </div>
  2901.          
  2902.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2903.            <a href="https://www.kylebooks.co.uk/" rel="dofollow" class="text-decoration-none ">
  2904.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2905.                <i class="ti-angle-right me-2 text-primary"></i>
  2906.                online casinos uk
  2907.              </h6>
  2908.            </a>
  2909.          </div>
  2910.          
  2911.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2912.            <a href="https://www.mesaonline.org/" rel="dofollow" class="text-decoration-none ">
  2913.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2914.                <i class="ti-angle-right me-2 text-primary"></i>
  2915.                online casino
  2916.              </h6>
  2917.            </a>
  2918.          </div>
  2919.          
  2920.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2921.            <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none ">
  2922.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2923.                <i class="ti-angle-right me-2 text-primary"></i>
  2924.                online casino
  2925.              </h6>
  2926.            </a>
  2927.          </div>
  2928.          
  2929.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2930.            <a href="https://www.foreignersinuk.co.uk/" rel="dofollow" class="text-decoration-none ">
  2931.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2932.                <i class="ti-angle-right me-2 text-primary"></i>
  2933.                casinos not on gamstop
  2934.              </h6>
  2935.            </a>
  2936.          </div>
  2937.          
  2938.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2939.            <a href="https://www.bshg.org.uk/" rel="dofollow" class="text-decoration-none ">
  2940.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2941.                <i class="ti-angle-right me-2 text-primary"></i>
  2942.                online casino
  2943.              </h6>
  2944.            </a>
  2945.          </div>
  2946.          
  2947.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2948.            <a href="https://unbound.co.uk/" rel="dofollow" class="text-decoration-none ">
  2949.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2950.                <i class="ti-angle-right me-2 text-primary"></i>
  2951.                online casino
  2952.              </h6>
  2953.            </a>
  2954.          </div>
  2955.          
  2956.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2957.            <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none ">
  2958.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2959.                <i class="ti-angle-right me-2 text-primary"></i>
  2960.                new uk betting sites
  2961.              </h6>
  2962.            </a>
  2963.          </div>
  2964.          
  2965.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2966.            <a href="https://www.bshg.org.uk/" rel="dofollow" class="text-decoration-none ">
  2967.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2968.                <i class="ti-angle-right me-2 text-primary"></i>
  2969.                online casino not on gamstop
  2970.              </h6>
  2971.            </a>
  2972.          </div>
  2973.          
  2974.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2975.            <a href="https://heartofswlep.co.uk/" rel="dofollow" class="text-decoration-none ">
  2976.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2977.                <i class="ti-angle-right me-2 text-primary"></i>
  2978.                non gamstop casino
  2979.              </h6>
  2980.            </a>
  2981.          </div>
  2982.          
  2983.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2984.            <a href="https://gamingamerica.com/non-gamstop-casinos" rel="dofollow" class="text-decoration-none ">
  2985.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2986.                <i class="ti-angle-right me-2 text-primary"></i>
  2987.                non gamstop casino
  2988.              </h6>
  2989.            </a>
  2990.          </div>
  2991.          
  2992.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2993.            <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="text-decoration-none ">
  2994.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2995.                <i class="ti-angle-right me-2 text-primary"></i>
  2996.                non gamstop casinos
  2997.              </h6>
  2998.            </a>
  2999.          </div>
  3000.          
  3001.      </div>
  3002.    </div>
  3003.    
  3004.  </div>
  3005.  
  3006. <!-- Sidebar V2 Styles -->
  3007. <style>
  3008.  .sidebar-widget {
  3009.    position: relative;
  3010.  }
  3011.  
  3012.  .widget-title {
  3013.    font-size: 1.1rem;
  3014.    font-weight: 700;
  3015.    display: inline-block;
  3016.    position: relative;
  3017.    z-index: 2;
  3018.    border-radius: 0;
  3019.  }
  3020.  
  3021.  /* Green arrow for August Blog Roll */
  3022.  .title-arrow::after {
  3023.    content: '';
  3024.    position: absolute;
  3025.    top: 0;
  3026.    right: -22px;
  3027.    width: 0;
  3028.    height: 0;
  3029.    border-left: 22px solid var(--bs-primary);
  3030.    border-top: 22px solid transparent;
  3031.    border-bottom: 22px solid transparent;
  3032.    z-index: 1;
  3033.  }
  3034.  
  3035.  /* Blue arrow for Recent Posts */
  3036.  .title-arrow-primary::after {
  3037.    content: '';
  3038.    position: absolute;
  3039.    top: 0;
  3040.    right: -22px;
  3041.    width: 0;
  3042.    height: 0;
  3043.    border-left: 22px solid var(--bs-primary);
  3044.    border-top: 22px solid transparent;
  3045.    border-bottom: 22px solid transparent;
  3046.    z-index: 1;
  3047.  }
  3048.  
  3049.  .widget-content {
  3050.    margin-top: -1px;
  3051.    position: relative;
  3052.    z-index: 1;
  3053.     background-color: var(--card-bg);
  3054.  }
  3055.  
  3056.  /* Blog Roll Items Hover Effects */
  3057.  .blog-roll-item:hover .blog-title {
  3058.    color: #198754 !important;
  3059.    transform: translateX(5px);
  3060.    transition: all 0.3s ease;
  3061.  }
  3062.  
  3063.  /* Recent Post Items Hover Effects */
  3064.  .recent-post-item:hover .post-title a {
  3065.    color: #0d6efd !important;
  3066.    transition: color 0.3s ease;
  3067.  }
  3068.  
  3069.  .recent-post-item:hover .post-image img {
  3070.    transform: scale(1.05);
  3071.    transition: transform 0.3s ease;
  3072.  }
  3073.  
  3074.  /* Button Hover Effects */
  3075.  .btn:hover {
  3076.    transform: translateY(-2px);
  3077.    transition: all 0.3s ease;
  3078.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3079.  }
  3080.  
  3081.  /* Badge Hover Effects */
  3082.  .badge:hover {
  3083.    transform: scale(1.05);
  3084.    transition: transform 0.3s ease;
  3085.  }
  3086.  
  3087.  @media (max-width: 991px) {
  3088.    .sidebar {
  3089.      margin-top: 3rem;
  3090.    }
  3091.  }
  3092.  
  3093.  @media (max-width: 576px) {
  3094.    .widget-title {
  3095.      font-size: 1rem;
  3096.      padding: 0.75rem 1rem !important;
  3097.    }
  3098.  
  3099.    .title-arrow::after,
  3100.    .title-arrow-primary::after {
  3101.      right: -18px;
  3102.      border-left-width: 18px;
  3103.      border-top-width: 18px;
  3104.      border-bottom-width: 18px;
  3105.    }
  3106.  
  3107.    .post-image {
  3108.      width: 70px !important;
  3109.      height: 55px !important;
  3110.    }
  3111.  
  3112.    .blog-meta {
  3113.      flex-direction: column !important;
  3114.      align-items: flex-start !important;
  3115.      gap: 0.5rem;
  3116.    }
  3117.  }
  3118. </style>
  3119.  
  3120.    
  3121.            </div>
  3122.        </div>
  3123.    </div> <!-- end container -->
  3124. </section>
  3125.  
  3126.    
  3127.        
  3128.        <!-- end wpo-blog-highlights-section -->
  3129.        <!-- start wpo-blog-sponsored-section -->
  3130.        
  3131.  
  3132.  
  3133.  
  3134.    
  3135.  
  3136.  
  3137.  
  3138. <style>
  3139.    .sponsored-section-v3 {
  3140.        padding: 0 0 50px;
  3141.    }
  3142.    
  3143.    .sponsored-card-v3 {
  3144.        background: white;
  3145.        border: 1px solid var(--border-color);
  3146.        border-radius: 0;
  3147.        overflow: hidden;
  3148.        transition: all 0.3s ease;
  3149.        height: 100%;
  3150.        position: relative;
  3151.    }
  3152.    
  3153.    .sponsored-card-v3:hover {
  3154.        border-color: #dee2e6;
  3155.        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  3156.    }
  3157.    
  3158.    .sponsored-image-v3 {
  3159.        position: relative;
  3160.        overflow: hidden;
  3161.        height: 160px;
  3162.    }
  3163.    
  3164.    .sponsored-image-v3 img {
  3165.        width: 100%;
  3166.        height: 100%;
  3167.        object-fit: cover;
  3168.        filter: grayscale(20%);
  3169.        transition: filter 0.3s ease;
  3170.    }
  3171.    
  3172.    .sponsored-card-v3:hover .sponsored-image-v3 img {
  3173.        filter: grayscale(0%);
  3174.    }
  3175.    
  3176.    .sponsored-badge-v3 {
  3177.        position: absolute;
  3178.        bottom: auto;
  3179.        left: auto;
  3180.        right: 10px;
  3181.        top: 10px;
  3182.        padding: 8px;
  3183.        font-size: 10px;
  3184.        font-weight: 700;
  3185.        text-transform: uppercase;
  3186.        letter-spacing: 1px;
  3187.        text-align: center;
  3188.    }
  3189.    
  3190.    .sponsored-content-v3 {
  3191.        position: relative;
  3192.        padding: 24px 20px;
  3193.    }
  3194.    
  3195.    .sponsored-title-v3 {
  3196.        font-size: 15px;
  3197.        font-weight: 700;
  3198.        line-height: 1.5;
  3199.        margin-bottom: 18px;
  3200.        min-height: 45px;
  3201.        text-transform: uppercase;
  3202.        letter-spacing: 0.5px;
  3203.    }
  3204.    
  3205.    .sponsored-title-v3 a {
  3206.        text-decoration: none;
  3207.        transition: opacity 0.3s ease;
  3208.    }
  3209.    
  3210.    .sponsored-title-v3 a:hover {
  3211.        opacity: 0.8;
  3212.    }
  3213.    
  3214.    .sponsored-meta-v3 {
  3215.        display: flex;
  3216.        align-items: center;
  3217.        justify-content: space-between;
  3218.        font-size: 11px;
  3219.        font-weight: 600;
  3220.        text-transform: uppercase;
  3221.        letter-spacing: 0.5px;
  3222.        padding-top: 12px;
  3223.        border-top: 1px solid #f1f3f4;
  3224.    }
  3225.    
  3226.    .author-info-v3 {
  3227.        display: flex;
  3228.        align-items: center;
  3229.        gap: 8px;
  3230.    }
  3231.    
  3232.    .sponsored-author-img-v3 {
  3233.        width: 30px;
  3234.        height: 30px;
  3235.        border-radius: 50%;
  3236.        object-fit: cover;
  3237.    }
  3238.    
  3239.    .section-title-sponsored-v3 {
  3240.        font-size: 2.5rem;
  3241.        font-weight: 900;
  3242.        text-align: left;
  3243.        margin-bottom: 30px;
  3244.        letter-spacing: 2px;
  3245.        border-left: 8px solid var(--bs-primary);
  3246.        padding-left: 20px;
  3247.    }
  3248.    
  3249.    .sponsored-overlay-v3 {
  3250.        position: absolute;
  3251.        top: 0;
  3252.        left: 0;
  3253.        right: 0;
  3254.        bottom: 0;
  3255.        background: linear-gradient(45deg, transparent 0%, rgba(0,0,0,0.1) 100%);
  3256.        opacity: 0;
  3257.        transition: opacity 0.3s ease;
  3258.    }
  3259.    
  3260.    .sponsored-card-v3:hover .sponsored-overlay-v3 {
  3261.        opacity: 1;
  3262.    }
  3263.  
  3264.    @media (max-width: 768px) {
  3265.        .sponsored-section-v3 {
  3266.            padding: 0px 0 40px;
  3267.        }
  3268.        .section-title-sponsored-v3 {
  3269.            font-size: 2.2rem;
  3270.            text-align: center;
  3271.            border-left: none;
  3272.            border-bottom: 4px solid;
  3273.            padding-left: 0;
  3274.            padding-bottom: 10px;
  3275.        }
  3276.        .sponsored-content-v3 {
  3277.            padding: 20px 16px;
  3278.        }
  3279.    }
  3280. </style>
  3281.  
  3282. <section class="sponsored-section-v3">
  3283.    <div class="container-fluid fluid-container mt-5">
  3284.        <div class="row">
  3285.            <div class="col-12">
  3286.                <h2 class="section-title-sponsored-v3 ">Sponsored News</h2>
  3287.            </div>
  3288.        </div>
  3289.        
  3290.        <div class="row g-3">
  3291.            
  3292.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3293.                <div class="card sponsored-card-v3">
  3294.                    <div class="sponsored-overlay-v3"></div>
  3295.                    <div class="sponsored-image-v3">
  3296.                        
  3297.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3298.                        
  3299.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3300.                    </div>
  3301.                    <div class="sponsored-content-v3">
  3302.                        <h3 class="sponsored-title-v3">
  3303.                            <a href="/republican-lawmaker-asserts-deal-is-possible-on-healthcare-as-crucial-subsidies-approach-expiration/" class="top-color">
  3304.                            Republican Lawmaker Asserts &#x27;Deal Is Possible&#x27; on Healthcare as Crucial Subsidies Approach Expiration.
  3305.                            </a>
  3306.                        </h3>
  3307.                        <div class="sponsored-meta-v3">
  3308.                            <div class="author-info-v3">
  3309.                                
  3310.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Zachary Jackson" class="sponsored-author-img-v3">
  3311.                                
  3312.                                <span class="top-color">
  3313.                                    Zachary Jackson
  3314.                                </span>
  3315.                            </div>
  3316.                            <span class="top-color">15 May 2026</span>
  3317.                        </div>
  3318.                    </div>
  3319.                </div>
  3320.            </div>
  3321.            
  3322.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3323.                <div class="card sponsored-card-v3">
  3324.                    <div class="sponsored-overlay-v3"></div>
  3325.                    <div class="sponsored-image-v3">
  3326.                        
  3327.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3328.                        
  3329.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3330.                    </div>
  3331.                    <div class="sponsored-content-v3">
  3332.                        <h3 class="sponsored-title-v3">
  3333.                            <a href="/white-house-denounces-democratic-hoax-as-additional-epstein-estate-images-disclosed/" class="top-color">
  3334.                            White House Denounces &#x27;Democratic Hoax&#x27; as Additional Epstein Estate Images Disclosed
  3335.                            </a>
  3336.                        </h3>
  3337.                        <div class="sponsored-meta-v3">
  3338.                            <div class="author-info-v3">
  3339.                                
  3340.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Zachary Jackson" class="sponsored-author-img-v3">
  3341.                                
  3342.                                <span class="top-color">
  3343.                                    Zachary Jackson
  3344.                                </span>
  3345.                            </div>
  3346.                            <span class="top-color">15 May 2026</span>
  3347.                        </div>
  3348.                    </div>
  3349.                </div>
  3350.            </div>
  3351.            
  3352.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3353.                <div class="card sponsored-card-v3">
  3354.                    <div class="sponsored-overlay-v3"></div>
  3355.                    <div class="sponsored-image-v3">
  3356.                        
  3357.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3358.                        
  3359.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3360.                    </div>
  3361.                    <div class="sponsored-content-v3">
  3362.                        <h3 class="sponsored-title-v3">
  3363.                            <a href="/millie-bright-exits-england-arena-long-past-her-name-was-carved-within-soccer-greats/" class="top-color">
  3364.                            Millie Bright Exits England Arena Long Past Her Name Was Carved Within Soccer Greats
  3365.                            </a>
  3366.                        </h3>
  3367.                        <div class="sponsored-meta-v3">
  3368.                            <div class="author-info-v3">
  3369.                                
  3370.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Zachary Jackson" class="sponsored-author-img-v3">
  3371.                                
  3372.                                <span class="top-color">
  3373.                                    Zachary Jackson
  3374.                                </span>
  3375.                            </div>
  3376.                            <span class="top-color">15 May 2026</span>
  3377.                        </div>
  3378.                    </div>
  3379.                </div>
  3380.            </div>
  3381.            
  3382.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3383.                <div class="card sponsored-card-v3">
  3384.                    <div class="sponsored-overlay-v3"></div>
  3385.                    <div class="sponsored-image-v3">
  3386.                        
  3387.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3388.                        
  3389.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3390.                    </div>
  3391.                    <div class="sponsored-content-v3">
  3392.                        <h3 class="sponsored-title-v3">
  3393.                            <a href="/the-hit-drama-announced-for-seventh-series-on-the-british-broadcaster/" class="top-color">
  3394.                            The Hit Drama Announced for Seventh Series on the British Broadcaster
  3395.                            </a>
  3396.                        </h3>
  3397.                        <div class="sponsored-meta-v3">
  3398.                            <div class="author-info-v3">
  3399.                                
  3400.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Zachary Jackson" class="sponsored-author-img-v3">
  3401.                                
  3402.                                <span class="top-color">
  3403.                                    Zachary Jackson
  3404.                                </span>
  3405.                            </div>
  3406.                            <span class="top-color">15 May 2026</span>
  3407.                        </div>
  3408.                    </div>
  3409.                </div>
  3410.            </div>
  3411.            
  3412.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3413.                <div class="card sponsored-card-v3">
  3414.                    <div class="sponsored-overlay-v3"></div>
  3415.                    <div class="sponsored-image-v3">
  3416.                        
  3417.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3418.                        
  3419.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3420.                    </div>
  3421.                    <div class="sponsored-content-v3">
  3422.                        <h3 class="sponsored-title-v3">
  3423.                            <a href="/the-22-year-old-tennis-player-emma-raducanu-ends-this-years-campaign-and-has-decided-to-continue-with-trainer-into-the-2026-season/" class="top-color">
  3424.                            The 22-year-old tennis player Emma Raducanu ends this year&#x27;s campaign and has decided to continue with trainer into the 2026 season.
  3425.                            </a>
  3426.                        </h3>
  3427.                        <div class="sponsored-meta-v3">
  3428.                            <div class="author-info-v3">
  3429.                                
  3430.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Zachary Jackson" class="sponsored-author-img-v3">
  3431.                                
  3432.                                <span class="top-color">
  3433.                                    Zachary Jackson
  3434.                                </span>
  3435.                            </div>
  3436.                            <span class="top-color">15 May 2026</span>
  3437.                        </div>
  3438.                    </div>
  3439.                </div>
  3440.            </div>
  3441.            
  3442.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3443.                <div class="card sponsored-card-v3">
  3444.                    <div class="sponsored-overlay-v3"></div>
  3445.                    <div class="sponsored-image-v3">
  3446.                        
  3447.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3448.                        
  3449.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3450.                    </div>
  3451.                    <div class="sponsored-content-v3">
  3452.                        <h3 class="sponsored-title-v3">
  3453.                            <a href="/3-xbox-game-pass-games-that-will-validate-your-membership-during-the-weekend-nov-21-23/" class="top-color">
  3454.                            3 Xbox Game Pass Games That Will Validate Your Membership During the Weekend (Nov. 21-23)
  3455.                            </a>
  3456.                        </h3>
  3457.                        <div class="sponsored-meta-v3">
  3458.                            <div class="author-info-v3">
  3459.                                
  3460.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Zachary Jackson" class="sponsored-author-img-v3">
  3461.                                
  3462.                                <span class="top-color">
  3463.                                    Zachary Jackson
  3464.                                </span>
  3465.                            </div>
  3466.                            <span class="top-color">15 May 2026</span>
  3467.                        </div>
  3468.                    </div>
  3469.                </div>
  3470.            </div>
  3471.            
  3472.        </div>
  3473.    </div>
  3474. </section>
  3475.  
  3476.  
  3477.    
  3478.        <!-- end wpo-blog-sponsored-section -->
  3479.        <!-- start wpo-subscribe-section -->
  3480.        
  3481.        <!-- end subscribe-section -->
  3482.        <!-- start of wpo-site-footer-section -->
  3483.        
  3484.  
  3485.  
  3486.  
  3487.  
  3488.  
  3489.  
  3490. <!-- Footer V4 - Modern Corporate Design -->
  3491. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3492.  
  3493.    <div class="container-fluid fluid-container">
  3494.        
  3495.        <!-- Content Sections -->
  3496.        <div class="content-sections">
  3497.            <div class="row g-5">
  3498.                
  3499.                <!-- Brand Column -->
  3500.                <div class="col-lg-4 col-md-12">
  3501.                    <div class="brand-section">
  3502.                        <div class="brand-header">
  3503.                            
  3504.                            <div class="brand-text">
  3505.                                <h3 class="brand-name">Cobalt Games Blog</h3>
  3506.                                <span class="brand-type">Digital Publication</span>
  3507.                            </div>
  3508.                        </div>
  3509.                        <p class="brand-description  text-lg-start ">
  3510.                            Explore insights, tutorials, and updates from Cobalt Games, a UK-based indie game development studio sharing game design tips and industry news.
  3511.                        </p>
  3512.                    </div>
  3513.                </div>
  3514.  
  3515.                <!-- Quick Links Column -->
  3516.               <div class="col-lg-4 col-md-6">
  3517.                    <div class="links-section">
  3518.                        <div class="section-title">
  3519.                            <h4 class="title-text">Resources</h4>
  3520.                            <div class="title-decoration"></div>
  3521.                        </div>
  3522.                        <div class="links-container">
  3523.                          
  3524. <div class="link-group">
  3525.    <ul class="link-list" id="externalLinks">
  3526.        
  3527.  
  3528.    
  3529.        
  3530.        
  3531.        
  3532.    </ul>
  3533. </div>
  3534.  
  3535.                        </div>
  3536.                    </div>
  3537.                </div>
  3538.  
  3539.                <!-- Categories Column -->
  3540.                <div class="col-lg-4 col-md-6">
  3541.                    <div class="categories-section">
  3542.                        <div class="section-title">
  3543.                            <h4 class="title-text">Explore Topics</h4>
  3544.                            <div class="title-decoration"></div>
  3545.                        </div>
  3546.                        <div class="categories-container">
  3547.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  3548.                            <div class="categories-cloud">
  3549.                                
  3550.                                <a href="/category/all-posts/" class="category-pill">
  3551.                                    All Posts
  3552.                                </a>
  3553.                                
  3554.                                <a href="/category/business/" class="category-pill">
  3555.                                    Business
  3556.                                </a>
  3557.                                
  3558.                                <a href="/category/esports/" class="category-pill">
  3559.                                    Esports
  3560.                                </a>
  3561.                                
  3562.                                <a href="/category/fashion/" class="category-pill">
  3563.                                    Fashion
  3564.                                </a>
  3565.                                
  3566.                                <a href="/category/featured/" class="category-pill">
  3567.                                    Featured
  3568.                                </a>
  3569.                                
  3570.                                <a href="/category/gaming/" class="category-pill">
  3571.                                    Gaming
  3572.                                </a>
  3573.                                
  3574.                                <a href="/category/health/" class="category-pill">
  3575.                                    Health
  3576.                                </a>
  3577.                                
  3578.                                <a href="/category/life-fitness/" class="category-pill">
  3579.                                    Life &amp; Fitness
  3580.                                </a>
  3581.                                
  3582.                            </div>
  3583.                        </div>
  3584.                    </div>
  3585.                </div>
  3586.  
  3587.            </div>
  3588.        </div>
  3589.  
  3590.        <!-- Footer Bottom -->
  3591.        <div class="footer-bottom">
  3592.            <div class="bottom-border"></div>
  3593.            <div class=" d-flex justify-content-between flex-wrap">
  3594.                <div>
  3595.                    <div class="copyright-info">
  3596.                        <p class="copyright-main">
  3597.                            Â© 2026 <span class="brand-highlight">Cobalt Games Blog</span>. All rights reserved.
  3598.                        </p>
  3599.                        <p class="copyright-sub">
  3600.                            Thoughtfully crafted content for curious minds worldwide.
  3601.                        </p>
  3602.                    </div>
  3603.                </div>
  3604.                <div>
  3605.                    <div class="footer-actions">
  3606.                        <div class="action-links">
  3607.                            <a href="/page/write-for-us/" class="action-link">
  3608.                                <i class="bi bi-shield-check"></i>
  3609.                                <span>Write For Us</span>
  3610.                            </a>
  3611.                            <a href="/page/terms-and-conditions/" class="action-link">
  3612.                                <i class="bi bi-shield-check"></i>
  3613.                                <span>Terms & Conditions</span>
  3614.                            </a>
  3615.                            <a href="/sitemap.xml" class="action-link">
  3616.                                <i class="bi bi-diagram-3"></i>
  3617.                                <span>Sitemap</span>
  3618.                            </a>
  3619.                        </div>
  3620.  
  3621.                    </div>
  3622.                </div>
  3623.            </div>
  3624.        </div>
  3625.  
  3626.    </div>
  3627.  
  3628.    
  3629.  
  3630. </footer>
  3631.  
  3632.  
  3633. <style>
  3634. /* Footer V4 - Modern Corporate Design */
  3635. .wpo-site-footer-v4 {
  3636.    color: var(--footer-color);
  3637.    margin-top: 100px;
  3638. }
  3639.  
  3640.  
  3641. .accent-line {
  3642.    position: absolute;
  3643.    top: 0;
  3644.    height: 100%;
  3645.    width: 33.333%;
  3646.    opacity: 0.8;
  3647. }
  3648.  
  3649. .accent-1 {
  3650.    left: 0;
  3651.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  3652.    animation: slideRight 3s ease-in-out infinite;
  3653. }
  3654.  
  3655. .accent-2 {
  3656.    left: 33.333%;
  3657.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  3658.    animation: slideRight 3s ease-in-out infinite 1s;
  3659. }
  3660.  
  3661. .accent-3 {
  3662.    left: 66.666%;
  3663.    background: linear-gradient(90deg, #10b981, #059669);
  3664.    animation: slideRight 3s ease-in-out infinite 2s;
  3665. }
  3666.  
  3667. @keyframes slideRight {
  3668.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  3669.    50% { transform: translateX(10px); opacity: 1; }
  3670. }
  3671.  
  3672. /* Content Sections */
  3673. .content-sections {
  3674.    padding: 60px 0;
  3675.    position: relative;
  3676.    z-index: 2;
  3677. }
  3678.  
  3679. /* Brand Section */
  3680. .brand-section {
  3681.    padding-right: 2rem;
  3682. }
  3683.  
  3684. .brand-header {
  3685.    display: flex;
  3686.    align-items: center;
  3687.    margin-bottom: 2rem;
  3688.    gap: 1rem;
  3689. }
  3690.  
  3691. .brand-logo {
  3692.    height: 50px;
  3693.    width: auto;
  3694.    border-radius: 8px;
  3695. }
  3696.  
  3697. .brand-name {
  3698.    font-size: 1.5rem;
  3699.    font-weight: 800;
  3700.    color: var(--footer-color) !important;
  3701.    margin: 0;
  3702. }
  3703.  
  3704. .brand-type {
  3705.    color: var(--footer-color) !important;
  3706.    opacity: 0.8;
  3707.    font-size: 0.85rem;
  3708.    font-weight: 500;
  3709.    text-transform: uppercase;
  3710.    letter-spacing: 0.5px;
  3711. }
  3712.  
  3713. .brand-description {
  3714.    color: var(--footer-color) !important;
  3715.    line-height: 1.7;
  3716.    margin-bottom: 2rem;
  3717.    font-size: 0.95rem;
  3718. }
  3719.  
  3720. .brand-stats {
  3721.    display: flex;
  3722.    align-items: center;
  3723.    gap: 1.5rem;
  3724. }
  3725.  
  3726. .stat-item {
  3727.    text-align: center;
  3728. }
  3729.  
  3730. .stat-number {
  3731.    font-size: 1.5rem;
  3732.    font-weight: 800;
  3733.    color: #3b82f6;
  3734.    display: block;
  3735.    line-height: 1;
  3736. }
  3737.  
  3738. .stat-label {
  3739.    font-size: 0.8rem;
  3740.    color: #94a3b8;
  3741.    margin-top: 0.25rem;
  3742. }
  3743.  
  3744. .stat-divider {
  3745.    width: 1px;
  3746.    height: 40px;
  3747.    background: rgba(255, 255, 255, 0.2);
  3748. }
  3749.  
  3750. /* Links Section */
  3751. .links-section {
  3752.    padding-left: 1rem;
  3753.    padding-right: 1rem;
  3754. }
  3755.  
  3756. .section-title {
  3757.    margin-bottom: 2rem;
  3758.    position: relative;
  3759. }
  3760.  
  3761. .title-text {
  3762.    font-size: 1.3rem;
  3763.    font-weight: 700;
  3764.    color: var(--footer-color) !important;
  3765.    margin-bottom: 0.5rem;
  3766.    text-align: justify !important;
  3767. }
  3768.  
  3769.  
  3770. .link-group {
  3771.    margin-bottom: 2rem;
  3772. }
  3773.  
  3774. .group-title {
  3775.    font-size: 1rem;
  3776.    font-weight: 600;
  3777.    color: #f1f5f9;
  3778.    margin-bottom: 1rem;
  3779.    padding-bottom: 0.5rem;
  3780.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  3781. }
  3782.  
  3783. .link-list {
  3784.    list-style: none;
  3785.    padding: 0;
  3786.    margin: 0;
  3787. }
  3788.  
  3789. .link-item {
  3790.    margin-bottom: 0.75rem;
  3791. }
  3792.  
  3793. .link-text {
  3794.    color: var(--footer-color) !important;
  3795.    text-decoration: none;
  3796.    font-size: 0.9rem;
  3797.    display: flex;
  3798.    align-items: center;
  3799.    transition: all 0.3s ease;
  3800.    padding: 0.25rem 0;
  3801. }
  3802.  
  3803. .link-text:hover {
  3804.    color: #3b82f6;
  3805.    padding-left: 0.5rem;
  3806. }
  3807.  
  3808. .link-icon {
  3809.    margin-right: 0.5rem;
  3810.    opacity: 0;
  3811.    transition: opacity 0.3s ease;
  3812. }
  3813.  
  3814. .link-text:hover .link-icon {
  3815.    opacity: 1;
  3816. }
  3817.  
  3818. .external-icon {
  3819.    color: #10b981;
  3820. }
  3821.  
  3822. /* Categories Section */
  3823. .categories-section {
  3824.    padding-left: 1rem;
  3825. }
  3826.  
  3827. .categories-intro {
  3828.    color: #cbd5e1;
  3829.    margin-bottom: 1.5rem;
  3830.    font-size: 0.9rem;
  3831. }
  3832.  
  3833. .categories-cloud {
  3834.    display: flex;
  3835.    flex-wrap: wrap;
  3836.    gap: 0.75rem;
  3837. }
  3838.  
  3839. .category-pill {
  3840.    display: inline-block;
  3841.    padding: 0.5rem 1rem;
  3842.    background: rgba(255, 255, 255, 0.1);
  3843.    border: 1px solid rgba(255, 255, 255, 0.2);
  3844.    border-radius: 20px;
  3845.    color:  var(--footer-color) !important;
  3846.    text-decoration: none;
  3847.    font-size: 0.85rem;
  3848.    opacity: 0.7;
  3849.    font-weight: 500;
  3850.    transition: all 0.3s ease;
  3851. }
  3852.  
  3853. .category-pill:hover {
  3854.    background: #3b82f6;
  3855.    border-color: #3b82f6;
  3856.    color: var(--footer-color) !important;
  3857.    opacity: 1;
  3858.    transform: translateY(-1px);
  3859.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  3860. }
  3861.  
  3862. /* Footer Bottom */
  3863. .footer-bottom {
  3864.    padding: 2rem 0;
  3865.    position: relative;
  3866.    z-index: 2;
  3867. }
  3868.  
  3869. .bottom-border {
  3870.    height: 1px;
  3871.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  3872.    margin-bottom: 2rem;
  3873. }
  3874.  
  3875. .copyright-main {
  3876.    font-size: 1rem;
  3877.    color: #e2e8f0;
  3878.    margin-bottom: 0.25rem;
  3879. }
  3880.  
  3881. .brand-highlight {
  3882.    color: var(--footer-color);
  3883.    font-weight: 700;
  3884. }
  3885.  
  3886. .copyright-sub {
  3887.    font-size: 0.85rem;
  3888.    color: #94a3b8;
  3889.    margin: 0;
  3890. }
  3891.  
  3892. .footer-actions {
  3893.    display: flex;
  3894.    align-items: center;
  3895.    gap: 2rem;
  3896. }
  3897.  
  3898. .action-links {
  3899.    display: flex;
  3900.    gap: 1.5rem;
  3901. }
  3902.  
  3903. .action-link {
  3904.    display: flex;
  3905.    align-items: center;
  3906.    gap: 0.5rem;
  3907.    color: #cbd5e1;
  3908.    text-decoration: none;
  3909.    font-size: 0.9rem;
  3910.    transition: color 0.3s ease;
  3911. }
  3912.  
  3913. .action-link:hover {
  3914.    color: #3b82f6;
  3915. }
  3916.  
  3917. .scroll-to-top-btn {
  3918.    background: rgba(255, 255, 255, 0.1);
  3919.    border: 1px solid rgba(255, 255, 255, 0.2);
  3920.    color: #cbd5e1;
  3921.    width: 44px;
  3922.    height: 44px;
  3923.    border-radius: 12px;
  3924.    cursor: pointer;
  3925.    transition: all 0.3s ease;
  3926.    display: flex;
  3927.    align-items: center;
  3928.    justify-content: center;
  3929. }
  3930.  
  3931. .scroll-to-top-btn:hover {
  3932.    background: #3b82f6;
  3933.    border-color: #3b82f6;
  3934.    color: white;
  3935.    transform: translateY(-2px);
  3936. }
  3937.  
  3938. /* Background Pattern */
  3939. .footer-pattern {
  3940.    position: absolute;
  3941.    top: 0;
  3942.    left: 0;
  3943.    width: 100%;
  3944.    height: 100%;
  3945.    z-index: 1;
  3946.    overflow: hidden;
  3947. }
  3948.  
  3949. .pattern-grid {
  3950.    position: relative;
  3951.    width: 100%;
  3952.    height: 100%;
  3953. }
  3954.  
  3955. .pattern-dot {
  3956.    position: absolute;
  3957.    width: 2px;
  3958.    height: 2px;
  3959.    background: rgba(255, 255, 255, 0.1);
  3960.    border-radius: 50%;
  3961. }
  3962.  
  3963. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  3964. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  3965. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  3966. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  3967. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  3968. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  3969.  
  3970. /* Responsive Design */
  3971. @media (max-width: 992px) {
  3972.    .newsletter-heading {
  3973.        font-size: 2rem;
  3974.    }
  3975.    
  3976.    .brand-section {
  3977.        padding-right: 0;
  3978.        margin-bottom: 3rem;
  3979.    }
  3980.    
  3981.    .links-section, .categories-section {
  3982.        padding-left: 0;
  3983.        padding-right: 0;
  3984.    }
  3985.    
  3986.    .brand-stats {
  3987.        justify-content: center;
  3988.        margin-top: 2rem;
  3989.    }
  3990. }
  3991.  
  3992. @media (max-width: 768px) {
  3993.    .newsletter-section {
  3994.        padding: 60px 0 40px;
  3995.    }
  3996.    
  3997.    .newsletter-container {
  3998.        padding: 2rem 1.5rem;
  3999.        margin: 0 1rem;
  4000.    }
  4001.    
  4002.    .newsletter-heading {
  4003.        font-size: 1.75rem;
  4004.    }
  4005.    
  4006.    .content-sections {
  4007.        padding: 40px 0;
  4008.    }
  4009.    
  4010.    .brand-header {
  4011.        flex-direction: column;
  4012.        text-align: center;
  4013.    }
  4014.    
  4015.    .footer-actions {
  4016.        flex-direction: column;
  4017.        gap: 1rem;
  4018.        margin-top: 1.5rem;
  4019.    }
  4020.    
  4021.    .action-links {
  4022.        order: 2;
  4023.    }
  4024.    
  4025.    .scroll-to-top-btn {
  4026.        order: 1;
  4027.    }
  4028. }
  4029.  
  4030. @media (max-width: 576px) {
  4031.    .newsletter-container {
  4032.        padding: 1.5rem 1rem;
  4033.    }
  4034.    
  4035.    .newsletter-heading {
  4036.        font-size: 1.5rem;
  4037.    }
  4038.    
  4039.    .brand-stats {
  4040.        flex-direction: column;
  4041.        gap: 1rem;
  4042.    }
  4043.    
  4044.    .stat-divider {
  4045.        width: 40px;
  4046.        height: 1px;
  4047.    }
  4048.    
  4049.    .action-links {
  4050.        flex-direction: column;
  4051.        gap: 0.75rem;
  4052.        text-align: center;
  4053.    }
  4054.    
  4055.    .pattern-dot {
  4056.        display: none;
  4057.    }
  4058. }
  4059. </style>
  4060.  
  4061. <!-- Bootstrap 5 JS -->
  4062.  
  4063. <script>
  4064. // Scroll to Top Function
  4065. document.addEventListener('DOMContentLoaded', function () {
  4066.    var btn = document.getElementById('toggleExternal');
  4067.    if (!btn) return; // No extra items, no button
  4068.  
  4069.    var extras = document.querySelectorAll('#externalLinks li.extra');
  4070.  
  4071.    btn.addEventListener('click', function () {
  4072.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4073.            return li.classList.contains('d-none');
  4074.        });
  4075.  
  4076.        extras.forEach(function (li) {
  4077.            if (anyHidden) {
  4078.                li.classList.remove('d-none');
  4079.                li.classList.add('show');
  4080.            } else {
  4081.                li.classList.add('d-none');
  4082.                li.classList.remove('show');
  4083.            }
  4084.        });
  4085.  
  4086.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4087.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4088.    });
  4089. });
  4090. function scrollToTop() {
  4091.    window.scrollTo({
  4092.        top: 0,
  4093.        behavior: 'smooth'
  4094.    });
  4095. }
  4096.  
  4097. // Initialize Footer V4 Features
  4098. document.addEventListener('DOMContentLoaded', function() {
  4099.    
  4100.    // Newsletter Form Handling
  4101.    const newsletterForm = document.querySelector('.newsletter-form');
  4102.    const emailInput = document.querySelector('.form-input');
  4103.    const submitButton = document.querySelector('.submit-button');
  4104.    const successMessage = document.querySelector('.success-message');
  4105.    const errorMessage = document.querySelector('.error-message');
  4106.    const infoMessage = document.querySelector('.info-message');
  4107.    
  4108.    if (newsletterForm && emailInput && submitButton) {
  4109.        
  4110.        // Form submission
  4111.        newsletterForm.addEventListener('submit', function(e) {
  4112.            e.preventDefault();
  4113.            
  4114.            const email = emailInput.value.trim();
  4115.            
  4116.            // Validate email
  4117.            if (!email || !isValidEmail(email)) {
  4118.                showMessage('error');
  4119.                emailInput.focus();
  4120.                return;
  4121.            }
  4122.            
  4123.            // Show loading state
  4124.            const originalText = submitButton.querySelector('.button-text').textContent;
  4125.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  4126.            
  4127.            submitButton.disabled = true;
  4128.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  4129.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  4130.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  4131.            
  4132.            // Simulate API call
  4133.            setTimeout(() => {
  4134.                // Success state
  4135.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  4136.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  4137.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  4138.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4139.                
  4140.                showMessage('success');
  4141.                
  4142.                // Reset after delay
  4143.                setTimeout(() => {
  4144.                    submitButton.querySelector('.button-text').textContent = originalText;
  4145.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  4146.                    submitButton.style.background = '';
  4147.                    submitButton.disabled = false;
  4148.                    emailInput.value = '';
  4149.                    showMessage('info');
  4150.                }, 3000);
  4151.                
  4152.            }, 2000);
  4153.        });
  4154.        
  4155.        // Input validation
  4156.        emailInput.addEventListener('blur', function() {
  4157.            const email = this.value.trim();
  4158.            if (email && !isValidEmail(email)) {
  4159.                this.style.borderColor = '#ef4444';
  4160.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  4161.            } else if (email && isValidEmail(email)) {
  4162.                this.style.borderColor = '#10b981';
  4163.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  4164.            }
  4165.        });
  4166.        
  4167.        emailInput.addEventListener('focus', function() {
  4168.            this.style.borderColor = '#3b82f6';
  4169.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  4170.        });
  4171.        
  4172.        // Reset validation styling on input
  4173.        emailInput.addEventListener('input', function() {
  4174.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  4175.                this.style.borderColor = '';
  4176.                this.style.boxShadow = '';
  4177.            }
  4178.        });
  4179.    }
  4180.    
  4181.    // Email validation function
  4182.    function isValidEmail(email) {
  4183.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4184.        return emailRegex.test(email);
  4185.    }
  4186.    
  4187.    // Message display function
  4188.    function showMessage(type) {
  4189.        // Hide all messages
  4190.        successMessage.style.display = 'none';
  4191.        errorMessage.style.display = 'none';
  4192.        infoMessage.style.display = 'none';
  4193.        
  4194.        // Show specific message
  4195.        if (type === 'success') {
  4196.            successMessage.style.display = 'block';
  4197.        } else if (type === 'error') {
  4198.            errorMessage.style.display = 'block';
  4199.        } else if (type === 'info') {
  4200.            infoMessage.style.display = 'block';
  4201.        }
  4202.    }
  4203.    
  4204.    // Smooth reveal animations
  4205.    const observerOptions = {
  4206.        threshold: 0.1,
  4207.        rootMargin: '0px 0px -30px 0px'
  4208.    };
  4209.    
  4210.    const sectionObserver = new IntersectionObserver((entries) => {
  4211.        entries.forEach(entry => {
  4212.            if (entry.isIntersecting) {
  4213.                entry.target.style.opacity = '1';
  4214.                entry.target.style.transform = 'translateY(0)';
  4215.            }
  4216.        });
  4217.    }, observerOptions);
  4218.    
  4219.    // Animate sections
  4220.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  4221.        section.style.opacity = '0';
  4222.        section.style.transform = 'translateY(20px)';
  4223.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  4224.        sectionObserver.observe(section);
  4225.    });
  4226.    
  4227.    // Animate category pills
  4228.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  4229.        pill.style.opacity = '0';
  4230.        pill.style.transform = 'translateY(10px)';
  4231.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  4232.        
  4233.        setTimeout(() => {
  4234.            pill.style.opacity = '1';
  4235.            pill.style.transform = 'translateY(0)';
  4236.        }, 300 + (index * 100));
  4237.    });
  4238.    
  4239.    // Enhanced link hover effects
  4240.    document.querySelectorAll('.link-text').forEach(link => {
  4241.        link.addEventListener('mouseenter', function() {
  4242.            const icon = this.querySelector('.link-icon');
  4243.            if (icon) {
  4244.                icon.style.transform = 'translateX(4px)';
  4245.            }
  4246.        });
  4247.        
  4248.        link.addEventListener('mouseleave', function() {
  4249.            const icon = this.querySelector('.link-icon');
  4250.            if (icon) {
  4251.                icon.style.transform = 'translateX(0)';
  4252.            }
  4253.        });
  4254.    });
  4255.    
  4256.    // Prevent default for demo links
  4257.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4258.        link.addEventListener('click', function(e) {
  4259.            e.preventDefault();
  4260.        });
  4261.    });
  4262.    
  4263.    // Add ripple effect to submit button
  4264.    submitButton.addEventListener('click', function(e) {
  4265.        const ripple = document.createElement('span');
  4266.        const rect = this.getBoundingClientRect();
  4267.        const size = Math.max(rect.width, rect.height);
  4268.        const x = e.clientX - rect.left - size / 2;
  4269.        const y = e.clientY - rect.top - size / 2;
  4270.        
  4271.        ripple.style.cssText = `
  4272.            position: absolute;
  4273.            width: ${size}px;
  4274.            height: ${size}px;
  4275.            left: ${x}px;
  4276.            top: ${y}px;
  4277.            background: rgba(255, 255, 255, 0.3);
  4278.            border-radius: 50%;
  4279.            transform: scale(0);
  4280.            animation: ripple 0.6s ease-out;
  4281.            pointer-events: none;
  4282.        `;
  4283.        
  4284.        this.appendChild(ripple);
  4285.        
  4286.        setTimeout(() => {
  4287.            ripple.remove();
  4288.        }, 600);
  4289.    });
  4290.    
  4291. });
  4292.  
  4293. // Add CSS for ripple animation
  4294. const rippleStyle = document.createElement('style');
  4295. rippleStyle.textContent = `
  4296.    @keyframes ripple {
  4297.        to {
  4298.            transform: scale(2);
  4299.            opacity: 0;
  4300.        }
  4301.    }
  4302.    
  4303.    @keyframes spin {
  4304.        from { transform: rotate(0deg); }
  4305.        to { transform: rotate(360deg); }
  4306.    }
  4307.    
  4308.    .submit-button {
  4309.        position: relative;
  4310.        overflow: hidden;
  4311.    }
  4312. `;
  4313. document.head.appendChild(rippleStyle);
  4314. </script>
  4315.  
  4316.        <!-- end of wpo-site-footer-section -->
  4317.    </div>
  4318.    <!-- end of page-wrapper -->
  4319.  
  4320.    <!-- All JavaScript files
  4321.    ================================================== -->
  4322.    
  4323.  
  4324. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4325. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4326. <!-- Plugins for this template -->
  4327. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4328. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4329. <!-- Custom script for this template -->
  4330. <script src="/static/blogapp/assets/js/script.js"></script>
  4331.  
  4332. <script>
  4333. (function () {
  4334. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4335. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4336.  
  4337. function applyFallback(img) {
  4338. if (!img || img.dataset.fallbackApplied === "1") {
  4339. return;
  4340. }
  4341. var failedSrc = img.currentSrc || img.src || "";
  4342. img.dataset.fallbackApplied = "1";
  4343. img.onerror = null;
  4344. img.src = fallbackImageSrc;
  4345. console.warn("[ImageFallback] Replaced broken image:", {
  4346. failedSrc: failedSrc,
  4347. fallbackSrc: fallbackImageSrc,
  4348. alt: img.alt || "",
  4349. });
  4350. }
  4351.  
  4352. document.querySelectorAll("img").forEach(function (img) {
  4353. if (img.complete && img.naturalWidth === 0) {
  4354. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4355. failedSrc: img.currentSrc || img.src || "",
  4356. alt: img.alt || "",
  4357. });
  4358. applyFallback(img);
  4359. }
  4360. });
  4361.  
  4362. document.addEventListener(
  4363. "error",
  4364. function (event) {
  4365. var target = event.target;
  4366. if (target && target.tagName === "IMG") {
  4367. applyFallback(target);
  4368. }
  4369. },
  4370. true
  4371. );
  4372. })();
  4373. </script>
  4374.  
  4375. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4376.  
  4377.  
  4378.  
  4379. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"0d617b40cf35462b98bafceea3aad003","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4380. </body>
  4381.  
  4382. </html>
  4383.  
  4384.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda