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="/the-latest-battlefield-game-a-political-inkblot-test/" class="px-5 top-color">
  439.                The Latest Battlefield Game: A Political Inkblot Test.
  440.              </a>
  441.              
  442.              <a href="/trumps-east-asia-visit-involves-deals-knee-bending-and-a-significant-closing-encounter/" class="px-5 top-color">
  443.                Trump&#x27;s East Asia Visit Involves Deals, Knee-Bending and a Significant Closing Encounter
  444.              </a>
  445.              
  446.              <a href="/the-giant-film-analysis-prince-naseem-movie-starring-brosnan-lacks-the-impact/" class="px-5 top-color">
  447.                The Giant Film Analysis: Prince Naseem Movie Starring Brosnan Lacks the Impact
  448.              </a>
  449.              
  450.              <a href="/ethiopia-welcomes-valuable-treasures-after-a-century-residence-in-a-german-family/" class="px-5 top-color">
  451.                Ethiopia Welcomes Valuable Treasures After a Century Residence in a German Family
  452.              </a>
  453.              
  454.              <a href="/despite-bazballs-collapse-the-barmy-armys-crew-of-ashes-veterans-remains-unshaken/" class="px-5 top-color">
  455.                Despite Bazball&#x27;s Collapse, the Barmy Army&#x27;s Crew of Ashes Veterans Remains Unshaken.
  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="/certainly-britains-prime-minister-is-britains-least-popular-prime-minister-in-history-that-could-free-him/">
  907.                                        Certainly, Britain&#x27;s Prime Minister is Britain’s least popular prime minister in history. That could free him.
  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">12 Jun 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">News</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="/i-wish-we-could-ignore-bill-gates-on-the-climate-crisis-but-his-wealth-matters-so-we-cant/">
  956.                                        I Wish We Could Ignore Bill Gates on the Climate Crisis. But His Wealth Matters, So We Can&#x27;t.
  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">12 Jun 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="/indiana-republicans-reject-effort-to-redraw-electoral-districts-in-major-rebuke-to-trump/" >
  985.                                        Indiana Republicans Reject Effort to Redraw Electoral Districts in Major Rebuke to Trump
  986.                                    </a></h4>
  987.                  <p class="medium-excerpt"></p>
  988.                  <div class="small-meta">
  989.                    <span>By Zachary Jackson</span>
  990.                    <span>12 Jun 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">News</span>
  1005.                </div>
  1006.                <div class="small-content">
  1007.                  <h4 class="small-title"> <a class="top-color" href="/provocative-nativity-scenes-at-us-churches-push-back-on-ice/" >
  1008.                                        Provocative Nativity Scenes at US Churches Push Back on ICE
  1009.                                    </a></h4>
  1010.                  <p class="medium-excerpt"></p>
  1011.                  <div class="small-meta">
  1012.                    <span>By Zachary Jackson</span>
  1013.                    <span>12 Jun 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="/what-comes-next-is-unclear-assistance-encounters-difficulties-arriving-in-local-areas-struck-by-hurricane-melissa/" class="top-color">
  1437.                                            &#x27;What comes next is unclear&#x27;: Assistance encounters difficulties arriving in local areas struck by Hurricane Melissa.
  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">12 Jun 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="/in-spite-of-runaway-achievement-expedition-33-creators-intend-to-maintain-studio-compact/" class="top-color">
  1467.                                            In spite of Runaway Achievement, Expedition 33 Creators Intend to Maintain Studio Compact
  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">11 Jun 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="/ways-to-acquire-a-metal-coat-in-pok%C3%A9mon-legends-z-a/" class="top-color">
  1497.                                            Ways to Acquire a Metal Coat in Pokémon Legends: Z-A
  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">11 Jun 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="/ruben-amorim-sacked-by-the-premier-league-giants/" class="top-color">
  1527.                                            Ruben Amorim Sacked by the Premier League Giants.
  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">11 Jun 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="/trinidad-and-tobago-allows-us-military-use-to-national-airfields-amid-growing-tensions-with-venezuela/" class="top-color">
  1557.                                            Trinidad and Tobago Allows US Military Use to National Airfields Amid Growing Tensions with Venezuela
  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">11 Jun 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="/joseph-parker-wardley-set-for-high-stakes-clash-with-opportunity-at-usyk-on-the-horizon/" class="top-color">
  1587.                                            Joseph Parker &amp; Wardley Set for High-Stakes Clash with Opportunity at Usyk on the Horizon
  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">11 Jun 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">News</div>
  1613.                                    </div>
  1614.                                    <div class="wpo-blog-content"  >
  1615.                                        <h2>
  1616.                                            <a href="/trump-unveils-plans-for-golden-fleet-battleships-named-after-himself/" class="top-color">
  1617.                                            Trump Unveils Plans for ‘Golden Fleet’ Battleships Named After Himself
  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">11 Jun 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="/long-distance-running-record-holder-ruth-chepngetich-handed-36-month-suspension/" class="top-color">
  1647.                                            Long-distance running Record Holder Ruth Chepngetich Handed 36-month Suspension
  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">11 Jun 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">News</div>
  1673.                                    </div>
  1674.                                    <div class="wpo-blog-content"  >
  1675.                                        <h2>
  1676.                                            <a href="/share-your-personal-views-on-president-trumps-fresh-statements/" class="top-color">
  1677.                                            Share Your Personal Views on President Trump&#x27;s Fresh Statements
  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">11 Jun 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="/greenlandic-women-claim-legal-victory-over-struggle-with-denmark-regarding-coerced-iud-scandal/" class="top-color">
  1707.                                            Greenlandic Women Claim Legal Victory over Struggle with Denmark regarding Coerced IUD Scandal.
  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">10 Jun 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">News</div>
  1733.                                    </div>
  1734.                                    <div class="wpo-blog-content"  >
  1735.                                        <h2>
  1736.                                            <a href="/house-of-representatives-set-for-decisive-vote-on-terminating-unprecedented-government-shutdown/" class="top-color">
  1737.                                            House of Representatives Set for Decisive Vote on Terminating Unprecedented Government Shutdown
  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">10 Jun 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="/the-new-halo-combat-evolved-reimagining-features-substantial-changes-to-attract-a-new-player-base/" class="top-color">
  1767.                                            The New Halo: Combat Evolved Reimagining Features Substantial Changes to Attract a New Player Base
  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">10 Jun 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="/the-game-unme-a-cerebral-horror-merging-survival-horror-with-among-us-gameplay/" class="text-decoration-none top-color fw-semibold lh-sm">
  1824.                                            The Game UN:Me: A Cerebral Horror Merging Survival Horror with Among Us Gameplay
  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>10 Jun 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="/dont-miss-this-iconic-stephen-king-movie-prior-to-the-series-upcoming-installment/" class="text-decoration-none top-color fw-semibold lh-sm">
  1847.                                            Don&#x27;t Miss This Iconic Stephen King Movie Prior to the Series&#x27; Upcoming Installment
  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>10 Jun 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="/why-do-we-have-to-wait-popovic-sets-no-limits-on-what-australia-can-achieve/" class="text-decoration-none top-color fw-semibold lh-sm">
  1870.                                            {‘Why do we have to wait?’: Popovic sets no limits on what Australia can achieve.
  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>10 Jun 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="/tom-clancys-the-division-makes-its-way-to-the-tabletop-gaming-world-as-a-brutally-tactical-ttrpg/" class="text-decoration-none top-color fw-semibold lh-sm">
  1893.                                            Tom Clancy&#x27;s The Division Makes Its Way to the Tabletop Gaming World as a Brutally Tactical TTRPG
  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>10 Jun 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="/a-homage-to-resilience-what-we-can-glean-from-the-grandeur-of-accra-cultural-week/" class="text-decoration-none top-color fw-semibold lh-sm">
  1916.                                            A Homage to Resilience: What We Can Glean from the Grandeur of Accra Cultural Week.
  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>09 Jun 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="/artists-respond-in-the-face-of-the-climate-emergency-planting-the-fruit-that-dropped-on-isaac-newtons-head/" class="text-decoration-none top-color fw-semibold lh-sm">
  1939.                                            Artists Respond In the Face of the Climate Emergency: Planting the Fruit That Dropped on Isaac Newton&#x27;s Head
  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>09 Jun 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>June 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://nursingnotes.co.uk/" 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.                non gamstop casinos
  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/betting-sites/no-verification/" 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.                check out no verification sports betting
  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.gamblinginsider.com/uk/online-casinos" 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.                website header for online casinos uk
  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.coinspeaker.com/uk/crypto-betting-sites/" 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.                direct link to Sports Betting with CRYPTO
  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://esports-news.co.uk/betting-sites/non-gamstop/" 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.                global network of betting sites not on Gamstop
  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://esportsinsider.com/uk/gambling/non-gamstop-casinos" 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.                best uk non Gamstop casinos: June 2026
  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://cryptonews.com/non-gamstop-casinos-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.                at the best uk non Gamstop casinos 2026
  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.stamina.org.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 Casinos
  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://cryptonews.com/uk/no-kyc-casinos/" 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.                track online crypto casino
  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://shekicks.net/betting-sites/uk/non-gamstop/" 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.                Best betting sites uk (latest)
  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://gamingamerica.com/non-gamstop-casinos" 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.                casinos not on gamstop
  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://esports-news.co.uk/online-casinos/non-gamstop/" 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.                casinos 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://totalfootballanalysis.com/online-casinos/non-gamstop" 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.                casinos not on gamstop
  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://cryptonews.com/non-gamstop-casinos-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.                casinos not on gamstop
  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://www.economicjournal.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.                best betting sites uk [voted #1]
  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://beerbods.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.                online casino real money variant
  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.london-irish.com/" 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.                new non gamstop casinos
  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://www.moneymakesense.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.                Casinos Not on GAMSTOP
  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://www.boobpedia.com/united-kingdom" 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.                uk escorts and massages
  2139.              </h6>
  2140.            </a>
  2141.          </div>
  2142.          
  2143.      </div>
  2144.    </div>
  2145.    
  2146.    <div class="sidebar-widget mb-4">
  2147.      <div class="widget-title-wrapper mb-3">
  2148.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2149.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2150.          <span class="title-arrow"></span>
  2151.        </h4>
  2152.      </div>
  2153.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2154.        <div class="blog-roll-list scrollable-sidebar">
  2155.          
  2156.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2157.            <a href="https://lessplastic.org.uk/" rel="dofollow" class="text-decoration-none ">
  2158.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2159.                <i class="ti-angle-right me-2 text-primary"></i>
  2160.                online casino
  2161.              </h6>
  2162.            </a>
  2163.          </div>
  2164.          
  2165.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2166.            <a href="https://thebackbencher.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.                non uk betting sites
  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://cielivestock.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.                non gamstop 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://2020march.com/" 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.                hahaspin casino
  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://www.qualityofcarenetwork.org/" 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.                lolajack 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://www.pokerstrategy.com/betting-sites/uk/non-gamstop-betting-sites/" 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 sportsbooks
  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.cardplayer.com/uk/online-casinos/best-non-uk-casinos" 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.                casino 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://www.mylicence.org.uk/" 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.                non 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.rangersmedia.co.uk/" 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.                casino sites 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://recycle-bowl.org/" 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.                best uk non gamstop casinos
  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://gamingamerica.com/non-gamstop-casinos" 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.                non gamstop casino uk
  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://www.esportsbets.com/betting/uk/not-on-gamstop/" 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.                best uk betting sites
  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.pokerstrategy.com/online-casinos/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.                casino sites
  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://www.mffy.com/" 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.                bitcoin casinos
  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://www.escapistmagazine.com/uk/non-gamstop-casinos/" 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.                non gamstop casino
  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.ehic.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.                non gamstop poker sites
  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://www.kibera.org.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.                non gamstop casinos
  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://socialconcierge.co.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.                non gamstop casinos
  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://www.abfa.org.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.                non gamstop casinos
  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.union-news.co.uk/non-gamstop-casinos/" 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.                non gamstop 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://esports-news.co.uk/gambling-sites/lolajack-review/" 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.                lolajack review
  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://esports-news.co.uk/gambling-sites/betninja-review/" 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.                betninja review
  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://www.kylebooks.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.                online 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://www.lattitude.org.uk/" 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.                online 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://knightsof.media/" 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.                online casino
  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://heyimhome.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.                casinos not on gamstop
  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://www.focus12.co.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.                casinos not on gamstop
  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.artigiano.co.uk/" 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 casino
  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.money-mentor.org/" 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.                no verification 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://peterbrett.com/" 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.                non gamstop casinos
  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.lsx.org.uk/" 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.                new betting sites uk
  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://nursingnotes.co.uk/" 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.                casino 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://knightsof.media/" 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.                online casinos
  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://straightfromyard.co.uk/" 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.                non gamstop 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://realrussia.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.                new uk betting sites
  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.richmondreview.co.uk/" 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.                non gamstop casinos
  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.focus12.co.uk/" 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.                non gamstop casino
  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://britishicehockey.co.uk/" 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://adventuregamers.com/online-casinos/non-gamstop" 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.                non gamstop casino
  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://bereavementcommission.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
  2512.              </h6>
  2513.            </a>
  2514.          </div>
  2515.          
  2516.      </div>
  2517.    </div>
  2518.    
  2519.    <div class="sidebar-widget mb-4">
  2520.      <div class="widget-title-wrapper mb-3">
  2521.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2522.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2523.          <span class="title-arrow"></span>
  2524.        </h4>
  2525.      </div>
  2526.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2527.        <div class="blog-roll-list scrollable-sidebar">
  2528.          
  2529.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2530.            <a href="https://www.hintsandthings.co.uk/" rel="dofollow" class="text-decoration-none ">
  2531.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2532.                <i class="ti-angle-right me-2 text-primary"></i>
  2533.                no verification casinos
  2534.              </h6>
  2535.            </a>
  2536.          </div>
  2537.          
  2538.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2539.            <a href="https://www.hintsandthings.co.uk/" rel="dofollow" class="text-decoration-none ">
  2540.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2541.                <i class="ti-angle-right me-2 text-primary"></i>
  2542.                crypto casino
  2543.              </h6>
  2544.            </a>
  2545.          </div>
  2546.          
  2547.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2548.            <a href="https://gamingamerica.com/non-gamstop-casinos" rel="dofollow" class="text-decoration-none ">
  2549.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2550.                <i class="ti-angle-right me-2 text-primary"></i>
  2551.                casino not on gamstop
  2552.              </h6>
  2553.            </a>
  2554.          </div>
  2555.          
  2556.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2557.            <a href="https://nva.org.uk/" rel="dofollow" class="text-decoration-none ">
  2558.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2559.                <i class="ti-angle-right me-2 text-primary"></i>
  2560.                non gamstop casino
  2561.              </h6>
  2562.            </a>
  2563.          </div>
  2564.          
  2565.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2566.            <a href="https://stmargarets.london/" rel="dofollow" class="text-decoration-none ">
  2567.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2568.                <i class="ti-angle-right me-2 text-primary"></i>
  2569.                non gamstop casino
  2570.              </h6>
  2571.            </a>
  2572.          </div>
  2573.          
  2574.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2575.            <a href="https://www.forcesreunited.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.                casinos 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://internationalschoolmealsday.com/" 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.                casinos not on gamstop
  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.cca-glasgow.com/" 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.                casinos not on gamstop
  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://straightfromyard.co.uk/" 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.                casinos not on gamstop
  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.surfaceview.co.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.                casinos not on gamstop
  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://bereavementcommission.org.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.                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.citytosea.org.uk/" 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://allcatsrgrey.org.uk/" 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.                casinos 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://savethedatemagazine.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.                casinos not on gamstop
  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.summerhall.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.                casinos not on gamstop
  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://unbound.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.                casinos not on gamstop
  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.elthampalace.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.                casinos not on gamstop
  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://craftanddough.co.uk/" 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.                best online casinos that accept credit cards
  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://www.nordicresearchnetwork.co.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.                List of Non UK Casinos
  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://www.nhsborders.org.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.                crypto casino
  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://forcesreunited.org.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.                harry casino reviews
  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://contextis.co.uk" 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.                non gamstop casino
  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://fishonline.org" 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.                non gamstop casino
  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://ecademy.com" 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.                casinos not on gamstop
  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://slsablog.co.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.                top 20 online casinos uk real money
  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://diabetologists-abcd.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.                non gamstop casinos
  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.cca-glasgow.com/" 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 casinos
  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://www.surfaceview.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.                non gamstop casinos
  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.roadpeace.org/" 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.                casinos not on gamstop
  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://www.london-irish.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.                non gamstop casinos
  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://knightsof.media/" 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.                casinos not on gamstop
  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://www.cca-glasgow.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.                uk casino
  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://thepearlyqueen.com/" 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.                online casinos
  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.thekarczma.co.uk/" 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.                Non UK Licensed 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.durhamminers.org/" 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.                online 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.fourpure.com/" 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 casinos
  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://www.northdevon.com/" 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.                non gamstop casino
  2858.              </h6>
  2859.            </a>
  2860.          </div>
  2861.          
  2862.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2863.            <a href="https://www.gamblinginsider.com/uk/online-casinos" rel="dofollow" class="text-decoration-none ">
  2864.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2865.                <i class="ti-angle-right me-2 text-primary"></i>
  2866.                online casinos
  2867.              </h6>
  2868.            </a>
  2869.          </div>
  2870.          
  2871.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2872.            <a href="https://www.weareculture24.org.uk/" rel="dofollow" class="text-decoration-none ">
  2873.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2874.                <i class="ti-angle-right me-2 text-primary"></i>
  2875.                non gamstop casinos uk
  2876.              </h6>
  2877.            </a>
  2878.          </div>
  2879.          
  2880.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2881.            <a href="https://dabet.uk/" rel="dofollow" class="text-decoration-none ">
  2882.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2883.                <i class="ti-angle-right me-2 text-primary"></i>
  2884.                best betting sites uk
  2885.              </h6>
  2886.            </a>
  2887.          </div>
  2888.          
  2889.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2890.            <a href="https://internationalschoolmealsday.com/" rel="dofollow" class="text-decoration-none ">
  2891.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2892.                <i class="ti-angle-right me-2 text-primary"></i>
  2893.                non gamstop casino uk
  2894.              </h6>
  2895.            </a>
  2896.          </div>
  2897.          
  2898.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2899.            <a href="https://www.london-irish.com/" rel="dofollow" class="text-decoration-none ">
  2900.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2901.                <i class="ti-angle-right me-2 text-primary"></i>
  2902.                non gamstop casino uk
  2903.              </h6>
  2904.            </a>
  2905.          </div>
  2906.          
  2907.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2908.            <a href="https://roeparkresort.com" rel="dofollow" class="text-decoration-none ">
  2909.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2910.                <i class="ti-angle-right me-2 text-primary"></i>
  2911.                non GamStop casinos
  2912.              </h6>
  2913.            </a>
  2914.          </div>
  2915.          
  2916.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2917.            <a href="https://www.ukbeetles.co.uk" rel="dofollow" class="text-decoration-none ">
  2918.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2919.                <i class="ti-angle-right me-2 text-primary"></i>
  2920.                casinos not on GamStop
  2921.              </h6>
  2922.            </a>
  2923.          </div>
  2924.          
  2925.      </div>
  2926.    </div>
  2927.    
  2928.    <div class="sidebar-widget mb-4">
  2929.      <div class="widget-title-wrapper mb-3">
  2930.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2931.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2932.          <span class="title-arrow"></span>
  2933.        </h4>
  2934.      </div>
  2935.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2936.        <div class="blog-roll-list scrollable-sidebar">
  2937.          
  2938.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2939.            <a href="https://www.peckhamaudio.co.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.                games not on GamStop
  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://www.surfaceview.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.                non gamstop 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.bmag.org.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.                online casinos
  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://americymru.net/" 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.                non GamStop casinos UK
  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://www.mugdock-country-park.org.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 casinos
  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://www.covent-garden.co.uk/" 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.                best casinos not on GamStop
  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://www.cranleyclinic.com/" 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.                casinos not on GamStop
  2997.              </h6>
  2998.            </a>
  2999.          </div>
  3000.          
  3001.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3002.            <a href="https://thenewoxford.com/" rel="dofollow" class="text-decoration-none ">
  3003.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3004.                <i class="ti-angle-right me-2 text-primary"></i>
  3005.                best casino not on GamStop
  3006.              </h6>
  3007.            </a>
  3008.          </div>
  3009.          
  3010.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3011.            <a href="https://www.hshmotorgroup.co.uk/" rel="dofollow" class="text-decoration-none ">
  3012.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3013.                <i class="ti-angle-right me-2 text-primary"></i>
  3014.                betting sites that accept bitcoin
  3015.              </h6>
  3016.            </a>
  3017.          </div>
  3018.          
  3019.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3020.            <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none ">
  3021.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3022.                <i class="ti-angle-right me-2 text-primary"></i>
  3023.                Best Non GAMSTOP Casinos
  3024.              </h6>
  3025.            </a>
  3026.          </div>
  3027.          
  3028.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3029.            <a href="https://www.insidewalessport.co.uk/" rel="dofollow" class="text-decoration-none ">
  3030.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3031.                <i class="ti-angle-right me-2 text-primary"></i>
  3032.                No KYC crypto casinos
  3033.              </h6>
  3034.            </a>
  3035.          </div>
  3036.          
  3037.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3038.            <a href="https://www.culturestreet.org.uk/" rel="dofollow" class="text-decoration-none ">
  3039.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3040.                <i class="ti-angle-right me-2 text-primary"></i>
  3041.                bitcoin casinos UK
  3042.              </h6>
  3043.            </a>
  3044.          </div>
  3045.          
  3046.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3047.            <a href="https://esports-news.co.uk/online-casinos/poker/not-on-gamstop/" rel="dofollow" class="text-decoration-none ">
  3048.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3049.                <i class="ti-angle-right me-2 text-primary"></i>
  3050.                non gamstop poker
  3051.              </h6>
  3052.            </a>
  3053.          </div>
  3054.          
  3055.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3056.            <a href="https://allcatsrgrey.org.uk/" rel="dofollow" class="text-decoration-none ">
  3057.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3058.                <i class="ti-angle-right me-2 text-primary"></i>
  3059.                casino sites
  3060.              </h6>
  3061.            </a>
  3062.          </div>
  3063.          
  3064.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3065.            <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none ">
  3066.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3067.                <i class="ti-angle-right me-2 text-primary"></i>
  3068.                casinos not on GamStop
  3069.              </h6>
  3070.            </a>
  3071.          </div>
  3072.          
  3073.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3074.            <a href="https://www.chromayoga.co.uk/" rel="dofollow" class="text-decoration-none ">
  3075.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3076.                <i class="ti-angle-right me-2 text-primary"></i>
  3077.                non gamstop casino
  3078.              </h6>
  3079.            </a>
  3080.          </div>
  3081.          
  3082.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3083.            <a href="https://www.fourpure.com/" rel="dofollow" class="text-decoration-none ">
  3084.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3085.                <i class="ti-angle-right me-2 text-primary"></i>
  3086.                online casinos not on GamStop
  3087.              </h6>
  3088.            </a>
  3089.          </div>
  3090.          
  3091.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3092.            <a href="https://www.cevicheuk.com/" rel="dofollow" class="text-decoration-none ">
  3093.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3094.                <i class="ti-angle-right me-2 text-primary"></i>
  3095.                casinos not on gamstop
  3096.              </h6>
  3097.            </a>
  3098.          </div>
  3099.          
  3100.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3101.            <a href="https://robinhoodtax.org/" rel="dofollow" class="text-decoration-none ">
  3102.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3103.                <i class="ti-angle-right me-2 text-primary"></i>
  3104.                best non Gamstop casinos
  3105.              </h6>
  3106.            </a>
  3107.          </div>
  3108.          
  3109.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3110.            <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none ">
  3111.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3112.                <i class="ti-angle-right me-2 text-primary"></i>
  3113.                non GAMSTOP casinos
  3114.              </h6>
  3115.            </a>
  3116.          </div>
  3117.          
  3118.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3119.            <a href="https://citytosea.org.uk/" rel="dofollow" class="text-decoration-none ">
  3120.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3121.                <i class="ti-angle-right me-2 text-primary"></i>
  3122.                UK online casino
  3123.              </h6>
  3124.            </a>
  3125.          </div>
  3126.          
  3127.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3128.            <a href="https://www.bapca.org.uk/" rel="dofollow" class="text-decoration-none ">
  3129.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3130.                <i class="ti-angle-right me-2 text-primary"></i>
  3131.                non gamstop casino
  3132.              </h6>
  3133.            </a>
  3134.          </div>
  3135.          
  3136.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3137.            <a href="https://savethedatemagazine.co.uk//" rel="dofollow" class="text-decoration-none ">
  3138.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3139.                <i class="ti-angle-right me-2 text-primary"></i>
  3140.                online casinos not on gamstop
  3141.              </h6>
  3142.            </a>
  3143.          </div>
  3144.          
  3145.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3146.            <a href="https://www.movewise.co.uk/" rel="dofollow" class="text-decoration-none ">
  3147.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3148.                <i class="ti-angle-right me-2 text-primary"></i>
  3149.                top online casinos in uk
  3150.              </h6>
  3151.            </a>
  3152.          </div>
  3153.          
  3154.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3155.            <a href="https://cryptoblox.com/" rel="dofollow" class="text-decoration-none ">
  3156.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3157.                <i class="ti-angle-right me-2 text-primary"></i>
  3158.                crypto casino
  3159.              </h6>
  3160.            </a>
  3161.          </div>
  3162.          
  3163.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3164.            <a href="https://www.techcityuk.com/" rel="dofollow" class="text-decoration-none ">
  3165.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3166.                <i class="ti-angle-right me-2 text-primary"></i>
  3167.                online casino
  3168.              </h6>
  3169.            </a>
  3170.          </div>
  3171.          
  3172.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3173.            <a href="https://humanigen.com/" rel="dofollow" class="text-decoration-none ">
  3174.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3175.                <i class="ti-angle-right me-2 text-primary"></i>
  3176.                casino not on gamstop
  3177.              </h6>
  3178.            </a>
  3179.          </div>
  3180.          
  3181.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3182.            <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none ">
  3183.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3184.                <i class="ti-angle-right me-2 text-primary"></i>
  3185.                non gamstop casino
  3186.              </h6>
  3187.            </a>
  3188.          </div>
  3189.          
  3190.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3191.            <a href="https://www.videogamer.com/uk/online-casinos/non-gamstop/" rel="dofollow" class="text-decoration-none ">
  3192.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3193.                <i class="ti-angle-right me-2 text-primary"></i>
  3194.                online casinos
  3195.              </h6>
  3196.            </a>
  3197.          </div>
  3198.          
  3199.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3200.            <a href="https://www.gameshub.com/uk/online-casinos/crypto/" rel="dofollow" class="text-decoration-none ">
  3201.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3202.                <i class="ti-angle-right me-2 text-primary"></i>
  3203.                crypto casinos UK
  3204.              </h6>
  3205.            </a>
  3206.          </div>
  3207.          
  3208.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3209.            <a href="https://www.globalwaters.org/" rel="dofollow" class="text-decoration-none ">
  3210.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3211.                <i class="ti-angle-right me-2 text-primary"></i>
  3212.                online casino
  3213.              </h6>
  3214.            </a>
  3215.          </div>
  3216.          
  3217.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3218.            <a href="https://roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  3219.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3220.                <i class="ti-angle-right me-2 text-primary"></i>
  3221.                online casinos
  3222.              </h6>
  3223.            </a>
  3224.          </div>
  3225.          
  3226.      </div>
  3227.    </div>
  3228.    
  3229.    <div class="sidebar-widget mb-4">
  3230.      <div class="widget-title-wrapper mb-3">
  3231.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3232.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3233.          <span class="title-arrow"></span>
  3234.        </h4>
  3235.      </div>
  3236.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3237.        <div class="blog-roll-list scrollable-sidebar">
  3238.          
  3239.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3240.            <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none ">
  3241.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3242.                <i class="ti-angle-right me-2 text-primary"></i>
  3243.                casino uk online
  3244.              </h6>
  3245.            </a>
  3246.          </div>
  3247.          
  3248.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3249.            <a href="https://ibrabee.org.uk/" rel="dofollow" class="text-decoration-none ">
  3250.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3251.                <i class="ti-angle-right me-2 text-primary"></i>
  3252.                casino online
  3253.              </h6>
  3254.            </a>
  3255.          </div>
  3256.          
  3257.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3258.            <a href="https://financialservicescultureboard.org.uk/" rel="dofollow" class="text-decoration-none ">
  3259.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3260.                <i class="ti-angle-right me-2 text-primary"></i>
  3261.                non uk betting sites
  3262.              </h6>
  3263.            </a>
  3264.          </div>
  3265.          
  3266.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3267.            <a href="https://www.kylebooks.co.uk/" rel="dofollow" class="text-decoration-none ">
  3268.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3269.                <i class="ti-angle-right me-2 text-primary"></i>
  3270.                online casinos uk
  3271.              </h6>
  3272.            </a>
  3273.          </div>
  3274.          
  3275.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3276.            <a href="https://www.mesaonline.org/" rel="dofollow" class="text-decoration-none ">
  3277.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3278.                <i class="ti-angle-right me-2 text-primary"></i>
  3279.                online casino
  3280.              </h6>
  3281.            </a>
  3282.          </div>
  3283.          
  3284.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3285.            <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none ">
  3286.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3287.                <i class="ti-angle-right me-2 text-primary"></i>
  3288.                online casino
  3289.              </h6>
  3290.            </a>
  3291.          </div>
  3292.          
  3293.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3294.            <a href="https://www.foreignersinuk.co.uk/" rel="dofollow" class="text-decoration-none ">
  3295.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3296.                <i class="ti-angle-right me-2 text-primary"></i>
  3297.                casinos not on gamstop
  3298.              </h6>
  3299.            </a>
  3300.          </div>
  3301.          
  3302.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3303.            <a href="https://www.bshg.org.uk/" rel="dofollow" class="text-decoration-none ">
  3304.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3305.                <i class="ti-angle-right me-2 text-primary"></i>
  3306.                online casino
  3307.              </h6>
  3308.            </a>
  3309.          </div>
  3310.          
  3311.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3312.            <a href="https://unbound.co.uk/" rel="dofollow" class="text-decoration-none ">
  3313.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3314.                <i class="ti-angle-right me-2 text-primary"></i>
  3315.                online casino
  3316.              </h6>
  3317.            </a>
  3318.          </div>
  3319.          
  3320.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3321.            <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none ">
  3322.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3323.                <i class="ti-angle-right me-2 text-primary"></i>
  3324.                new uk betting sites
  3325.              </h6>
  3326.            </a>
  3327.          </div>
  3328.          
  3329.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3330.            <a href="https://www.bshg.org.uk/" rel="dofollow" class="text-decoration-none ">
  3331.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3332.                <i class="ti-angle-right me-2 text-primary"></i>
  3333.                online casino not on gamstop
  3334.              </h6>
  3335.            </a>
  3336.          </div>
  3337.          
  3338.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3339.            <a href="https://heartofswlep.co.uk/" rel="dofollow" class="text-decoration-none ">
  3340.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3341.                <i class="ti-angle-right me-2 text-primary"></i>
  3342.                non gamstop casino
  3343.              </h6>
  3344.            </a>
  3345.          </div>
  3346.          
  3347.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3348.            <a href="https://gamingamerica.com/non-gamstop-casinos" rel="dofollow" class="text-decoration-none ">
  3349.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3350.                <i class="ti-angle-right me-2 text-primary"></i>
  3351.                non gamstop casino
  3352.              </h6>
  3353.            </a>
  3354.          </div>
  3355.          
  3356.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3357.            <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="text-decoration-none ">
  3358.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3359.                <i class="ti-angle-right me-2 text-primary"></i>
  3360.                non gamstop casinos
  3361.              </h6>
  3362.            </a>
  3363.          </div>
  3364.          
  3365.      </div>
  3366.    </div>
  3367.    
  3368.  </div>
  3369.  
  3370. <!-- Sidebar V2 Styles -->
  3371. <style>
  3372.  .sidebar-widget {
  3373.    position: relative;
  3374.  }
  3375.  
  3376.  .widget-title {
  3377.    font-size: 1.1rem;
  3378.    font-weight: 700;
  3379.    display: inline-block;
  3380.    position: relative;
  3381.    z-index: 2;
  3382.    border-radius: 0;
  3383.  }
  3384.  
  3385.  /* Green arrow for August Blog Roll */
  3386.  .title-arrow::after {
  3387.    content: '';
  3388.    position: absolute;
  3389.    top: 0;
  3390.    right: -22px;
  3391.    width: 0;
  3392.    height: 0;
  3393.    border-left: 22px solid var(--bs-primary);
  3394.    border-top: 22px solid transparent;
  3395.    border-bottom: 22px solid transparent;
  3396.    z-index: 1;
  3397.  }
  3398.  
  3399.  /* Blue arrow for Recent Posts */
  3400.  .title-arrow-primary::after {
  3401.    content: '';
  3402.    position: absolute;
  3403.    top: 0;
  3404.    right: -22px;
  3405.    width: 0;
  3406.    height: 0;
  3407.    border-left: 22px solid var(--bs-primary);
  3408.    border-top: 22px solid transparent;
  3409.    border-bottom: 22px solid transparent;
  3410.    z-index: 1;
  3411.  }
  3412.  
  3413.  .widget-content {
  3414.    margin-top: -1px;
  3415.    position: relative;
  3416.    z-index: 1;
  3417.     background-color: var(--card-bg);
  3418.  }
  3419.  
  3420.  /* Blog Roll Items Hover Effects */
  3421.  .blog-roll-item:hover .blog-title {
  3422.    color: #198754 !important;
  3423.    transform: translateX(5px);
  3424.    transition: all 0.3s ease;
  3425.  }
  3426.  
  3427.  /* Recent Post Items Hover Effects */
  3428.  .recent-post-item:hover .post-title a {
  3429.    color: #0d6efd !important;
  3430.    transition: color 0.3s ease;
  3431.  }
  3432.  
  3433.  .recent-post-item:hover .post-image img {
  3434.    transform: scale(1.05);
  3435.    transition: transform 0.3s ease;
  3436.  }
  3437.  
  3438.  /* Button Hover Effects */
  3439.  .btn:hover {
  3440.    transform: translateY(-2px);
  3441.    transition: all 0.3s ease;
  3442.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3443.  }
  3444.  
  3445.  /* Badge Hover Effects */
  3446.  .badge:hover {
  3447.    transform: scale(1.05);
  3448.    transition: transform 0.3s ease;
  3449.  }
  3450.  
  3451.  @media (max-width: 991px) {
  3452.    .sidebar {
  3453.      margin-top: 3rem;
  3454.    }
  3455.  }
  3456.  
  3457.  @media (max-width: 576px) {
  3458.    .widget-title {
  3459.      font-size: 1rem;
  3460.      padding: 0.75rem 1rem !important;
  3461.    }
  3462.  
  3463.    .title-arrow::after,
  3464.    .title-arrow-primary::after {
  3465.      right: -18px;
  3466.      border-left-width: 18px;
  3467.      border-top-width: 18px;
  3468.      border-bottom-width: 18px;
  3469.    }
  3470.  
  3471.    .post-image {
  3472.      width: 70px !important;
  3473.      height: 55px !important;
  3474.    }
  3475.  
  3476.    .blog-meta {
  3477.      flex-direction: column !important;
  3478.      align-items: flex-start !important;
  3479.      gap: 0.5rem;
  3480.    }
  3481.  }
  3482. </style>
  3483.  
  3484.    
  3485.            </div>
  3486.        </div>
  3487.    </div> <!-- end container -->
  3488. </section>
  3489.  
  3490.    
  3491.        
  3492.        <!-- end wpo-blog-highlights-section -->
  3493.        <!-- start wpo-blog-sponsored-section -->
  3494.        
  3495.  
  3496.  
  3497.  
  3498.    
  3499.  
  3500.  
  3501.  
  3502. <style>
  3503.    .sponsored-section-v3 {
  3504.        padding: 0 0 50px;
  3505.    }
  3506.    
  3507.    .sponsored-card-v3 {
  3508.        background: white;
  3509.        border: 1px solid var(--border-color);
  3510.        border-radius: 0;
  3511.        overflow: hidden;
  3512.        transition: all 0.3s ease;
  3513.        height: 100%;
  3514.        position: relative;
  3515.    }
  3516.    
  3517.    .sponsored-card-v3:hover {
  3518.        border-color: #dee2e6;
  3519.        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  3520.    }
  3521.    
  3522.    .sponsored-image-v3 {
  3523.        position: relative;
  3524.        overflow: hidden;
  3525.        height: 160px;
  3526.    }
  3527.    
  3528.    .sponsored-image-v3 img {
  3529.        width: 100%;
  3530.        height: 100%;
  3531.        object-fit: cover;
  3532.        filter: grayscale(20%);
  3533.        transition: filter 0.3s ease;
  3534.    }
  3535.    
  3536.    .sponsored-card-v3:hover .sponsored-image-v3 img {
  3537.        filter: grayscale(0%);
  3538.    }
  3539.    
  3540.    .sponsored-badge-v3 {
  3541.        position: absolute;
  3542.        bottom: auto;
  3543.        left: auto;
  3544.        right: 10px;
  3545.        top: 10px;
  3546.        padding: 8px;
  3547.        font-size: 10px;
  3548.        font-weight: 700;
  3549.        text-transform: uppercase;
  3550.        letter-spacing: 1px;
  3551.        text-align: center;
  3552.    }
  3553.    
  3554.    .sponsored-content-v3 {
  3555.        position: relative;
  3556.        padding: 24px 20px;
  3557.    }
  3558.    
  3559.    .sponsored-title-v3 {
  3560.        font-size: 15px;
  3561.        font-weight: 700;
  3562.        line-height: 1.5;
  3563.        margin-bottom: 18px;
  3564.        min-height: 45px;
  3565.        text-transform: uppercase;
  3566.        letter-spacing: 0.5px;
  3567.    }
  3568.    
  3569.    .sponsored-title-v3 a {
  3570.        text-decoration: none;
  3571.        transition: opacity 0.3s ease;
  3572.    }
  3573.    
  3574.    .sponsored-title-v3 a:hover {
  3575.        opacity: 0.8;
  3576.    }
  3577.    
  3578.    .sponsored-meta-v3 {
  3579.        display: flex;
  3580.        align-items: center;
  3581.        justify-content: space-between;
  3582.        font-size: 11px;
  3583.        font-weight: 600;
  3584.        text-transform: uppercase;
  3585.        letter-spacing: 0.5px;
  3586.        padding-top: 12px;
  3587.        border-top: 1px solid #f1f3f4;
  3588.    }
  3589.    
  3590.    .author-info-v3 {
  3591.        display: flex;
  3592.        align-items: center;
  3593.        gap: 8px;
  3594.    }
  3595.    
  3596.    .sponsored-author-img-v3 {
  3597.        width: 30px;
  3598.        height: 30px;
  3599.        border-radius: 50%;
  3600.        object-fit: cover;
  3601.    }
  3602.    
  3603.    .section-title-sponsored-v3 {
  3604.        font-size: 2.5rem;
  3605.        font-weight: 900;
  3606.        text-align: left;
  3607.        margin-bottom: 30px;
  3608.        letter-spacing: 2px;
  3609.        border-left: 8px solid var(--bs-primary);
  3610.        padding-left: 20px;
  3611.    }
  3612.    
  3613.    .sponsored-overlay-v3 {
  3614.        position: absolute;
  3615.        top: 0;
  3616.        left: 0;
  3617.        right: 0;
  3618.        bottom: 0;
  3619.        background: linear-gradient(45deg, transparent 0%, rgba(0,0,0,0.1) 100%);
  3620.        opacity: 0;
  3621.        transition: opacity 0.3s ease;
  3622.    }
  3623.    
  3624.    .sponsored-card-v3:hover .sponsored-overlay-v3 {
  3625.        opacity: 1;
  3626.    }
  3627.  
  3628.    @media (max-width: 768px) {
  3629.        .sponsored-section-v3 {
  3630.            padding: 0px 0 40px;
  3631.        }
  3632.        .section-title-sponsored-v3 {
  3633.            font-size: 2.2rem;
  3634.            text-align: center;
  3635.            border-left: none;
  3636.            border-bottom: 4px solid;
  3637.            padding-left: 0;
  3638.            padding-bottom: 10px;
  3639.        }
  3640.        .sponsored-content-v3 {
  3641.            padding: 20px 16px;
  3642.        }
  3643.    }
  3644. </style>
  3645.  
  3646. <section class="sponsored-section-v3">
  3647.    <div class="container-fluid fluid-container mt-5">
  3648.        <div class="row">
  3649.            <div class="col-12">
  3650.                <h2 class="section-title-sponsored-v3 ">Sponsored News</h2>
  3651.            </div>
  3652.        </div>
  3653.        
  3654.        <div class="row g-3">
  3655.            
  3656.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3657.                <div class="card sponsored-card-v3">
  3658.                    <div class="sponsored-overlay-v3"></div>
  3659.                    <div class="sponsored-image-v3">
  3660.                        
  3661.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3662.                        
  3663.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3664.                    </div>
  3665.                    <div class="sponsored-content-v3">
  3666.                        <h3 class="sponsored-title-v3">
  3667.                            <a href="/the-game-unme-a-cerebral-horror-merging-survival-horror-with-among-us-gameplay/" class="top-color">
  3668.                            The Game UN:Me: A Cerebral Horror Merging Survival Horror with Among Us Gameplay
  3669.                            </a>
  3670.                        </h3>
  3671.                        <div class="sponsored-meta-v3">
  3672.                            <div class="author-info-v3">
  3673.                                
  3674.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Zachary Jackson" class="sponsored-author-img-v3">
  3675.                                
  3676.                                <span class="top-color">
  3677.                                    Zachary Jackson
  3678.                                </span>
  3679.                            </div>
  3680.                            <span class="top-color">10 Jun 2026</span>
  3681.                        </div>
  3682.                    </div>
  3683.                </div>
  3684.            </div>
  3685.            
  3686.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3687.                <div class="card sponsored-card-v3">
  3688.                    <div class="sponsored-overlay-v3"></div>
  3689.                    <div class="sponsored-image-v3">
  3690.                        
  3691.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3692.                        
  3693.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3694.                    </div>
  3695.                    <div class="sponsored-content-v3">
  3696.                        <h3 class="sponsored-title-v3">
  3697.                            <a href="/dont-miss-this-iconic-stephen-king-movie-prior-to-the-series-upcoming-installment/" class="top-color">
  3698.                            Don&#x27;t Miss This Iconic Stephen King Movie Prior to the Series&#x27; Upcoming Installment
  3699.                            </a>
  3700.                        </h3>
  3701.                        <div class="sponsored-meta-v3">
  3702.                            <div class="author-info-v3">
  3703.                                
  3704.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Zachary Jackson" class="sponsored-author-img-v3">
  3705.                                
  3706.                                <span class="top-color">
  3707.                                    Zachary Jackson
  3708.                                </span>
  3709.                            </div>
  3710.                            <span class="top-color">10 Jun 2026</span>
  3711.                        </div>
  3712.                    </div>
  3713.                </div>
  3714.            </div>
  3715.            
  3716.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3717.                <div class="card sponsored-card-v3">
  3718.                    <div class="sponsored-overlay-v3"></div>
  3719.                    <div class="sponsored-image-v3">
  3720.                        
  3721.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3722.                        
  3723.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3724.                    </div>
  3725.                    <div class="sponsored-content-v3">
  3726.                        <h3 class="sponsored-title-v3">
  3727.                            <a href="/why-do-we-have-to-wait-popovic-sets-no-limits-on-what-australia-can-achieve/" class="top-color">
  3728.                            {‘Why do we have to wait?’: Popovic sets no limits on what Australia can achieve.
  3729.                            </a>
  3730.                        </h3>
  3731.                        <div class="sponsored-meta-v3">
  3732.                            <div class="author-info-v3">
  3733.                                
  3734.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Zachary Jackson" class="sponsored-author-img-v3">
  3735.                                
  3736.                                <span class="top-color">
  3737.                                    Zachary Jackson
  3738.                                </span>
  3739.                            </div>
  3740.                            <span class="top-color">10 Jun 2026</span>
  3741.                        </div>
  3742.                    </div>
  3743.                </div>
  3744.            </div>
  3745.            
  3746.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3747.                <div class="card sponsored-card-v3">
  3748.                    <div class="sponsored-overlay-v3"></div>
  3749.                    <div class="sponsored-image-v3">
  3750.                        
  3751.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3752.                        
  3753.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3754.                    </div>
  3755.                    <div class="sponsored-content-v3">
  3756.                        <h3 class="sponsored-title-v3">
  3757.                            <a href="/tom-clancys-the-division-makes-its-way-to-the-tabletop-gaming-world-as-a-brutally-tactical-ttrpg/" class="top-color">
  3758.                            Tom Clancy&#x27;s The Division Makes Its Way to the Tabletop Gaming World as a Brutally Tactical TTRPG
  3759.                            </a>
  3760.                        </h3>
  3761.                        <div class="sponsored-meta-v3">
  3762.                            <div class="author-info-v3">
  3763.                                
  3764.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Zachary Jackson" class="sponsored-author-img-v3">
  3765.                                
  3766.                                <span class="top-color">
  3767.                                    Zachary Jackson
  3768.                                </span>
  3769.                            </div>
  3770.                            <span class="top-color">10 Jun 2026</span>
  3771.                        </div>
  3772.                    </div>
  3773.                </div>
  3774.            </div>
  3775.            
  3776.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3777.                <div class="card sponsored-card-v3">
  3778.                    <div class="sponsored-overlay-v3"></div>
  3779.                    <div class="sponsored-image-v3">
  3780.                        
  3781.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3782.                        
  3783.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3784.                    </div>
  3785.                    <div class="sponsored-content-v3">
  3786.                        <h3 class="sponsored-title-v3">
  3787.                            <a href="/a-homage-to-resilience-what-we-can-glean-from-the-grandeur-of-accra-cultural-week/" class="top-color">
  3788.                            A Homage to Resilience: What We Can Glean from the Grandeur of Accra Cultural Week.
  3789.                            </a>
  3790.                        </h3>
  3791.                        <div class="sponsored-meta-v3">
  3792.                            <div class="author-info-v3">
  3793.                                
  3794.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Zachary Jackson" class="sponsored-author-img-v3">
  3795.                                
  3796.                                <span class="top-color">
  3797.                                    Zachary Jackson
  3798.                                </span>
  3799.                            </div>
  3800.                            <span class="top-color">09 Jun 2026</span>
  3801.                        </div>
  3802.                    </div>
  3803.                </div>
  3804.            </div>
  3805.            
  3806.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3807.                <div class="card sponsored-card-v3">
  3808.                    <div class="sponsored-overlay-v3"></div>
  3809.                    <div class="sponsored-image-v3">
  3810.                        
  3811.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3812.                        
  3813.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3814.                    </div>
  3815.                    <div class="sponsored-content-v3">
  3816.                        <h3 class="sponsored-title-v3">
  3817.                            <a href="/artists-respond-in-the-face-of-the-climate-emergency-planting-the-fruit-that-dropped-on-isaac-newtons-head/" class="top-color">
  3818.                            Artists Respond In the Face of the Climate Emergency: Planting the Fruit That Dropped on Isaac Newton&#x27;s Head
  3819.                            </a>
  3820.                        </h3>
  3821.                        <div class="sponsored-meta-v3">
  3822.                            <div class="author-info-v3">
  3823.                                
  3824.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Zachary Jackson" class="sponsored-author-img-v3">
  3825.                                
  3826.                                <span class="top-color">
  3827.                                    Zachary Jackson
  3828.                                </span>
  3829.                            </div>
  3830.                            <span class="top-color">09 Jun 2026</span>
  3831.                        </div>
  3832.                    </div>
  3833.                </div>
  3834.            </div>
  3835.            
  3836.        </div>
  3837.    </div>
  3838. </section>
  3839.  
  3840.  
  3841.    
  3842.        <!-- end wpo-blog-sponsored-section -->
  3843.        <!-- start wpo-subscribe-section -->
  3844.        
  3845.        <!-- end subscribe-section -->
  3846.        <!-- start of wpo-site-footer-section -->
  3847.        
  3848.  
  3849.  
  3850.  
  3851.  
  3852.  
  3853.  
  3854. <!-- Footer V4 - Modern Corporate Design -->
  3855. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3856.  
  3857.    <div class="container-fluid fluid-container">
  3858.        
  3859.        <!-- Content Sections -->
  3860.        <div class="content-sections">
  3861.            <div class="row g-5">
  3862.                
  3863.                <!-- Brand Column -->
  3864.                <div class="col-lg-4 col-md-12">
  3865.                    <div class="brand-section">
  3866.                        <div class="brand-header">
  3867.                            
  3868.                            <div class="brand-text">
  3869.                                <h3 class="brand-name">Cobalt Games Blog</h3>
  3870.                                <span class="brand-type">Digital Publication</span>
  3871.                            </div>
  3872.                        </div>
  3873.                        <p class="brand-description  text-lg-start ">
  3874.                            Explore insights, tutorials, and updates from Cobalt Games, a UK-based indie game development studio sharing game design tips and industry news.
  3875.                        </p>
  3876.                    </div>
  3877.                </div>
  3878.  
  3879.                <!-- Quick Links Column -->
  3880.               <div class="col-lg-4 col-md-6">
  3881.                    <div class="links-section">
  3882.                        <div class="section-title">
  3883.                            <h4 class="title-text">Resources</h4>
  3884.                            <div class="title-decoration"></div>
  3885.                        </div>
  3886.                        <div class="links-container">
  3887.                          
  3888. <div class="link-group">
  3889.    <ul class="link-list" id="externalLinks">
  3890.        
  3891.  
  3892.    
  3893.        
  3894.        
  3895.        
  3896.    </ul>
  3897. </div>
  3898.  
  3899.                        </div>
  3900.                    </div>
  3901.                </div>
  3902.  
  3903.                <!-- Categories Column -->
  3904.                <div class="col-lg-4 col-md-6">
  3905.                    <div class="categories-section">
  3906.                        <div class="section-title">
  3907.                            <h4 class="title-text">Explore Topics</h4>
  3908.                            <div class="title-decoration"></div>
  3909.                        </div>
  3910.                        <div class="categories-container">
  3911.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  3912.                            <div class="categories-cloud">
  3913.                                
  3914.                                <a href="/category/all-posts/" class="category-pill">
  3915.                                    All Posts
  3916.                                </a>
  3917.                                
  3918.                                <a href="/category/business/" class="category-pill">
  3919.                                    Business
  3920.                                </a>
  3921.                                
  3922.                                <a href="/category/esports/" class="category-pill">
  3923.                                    Esports
  3924.                                </a>
  3925.                                
  3926.                                <a href="/category/fashion/" class="category-pill">
  3927.                                    Fashion
  3928.                                </a>
  3929.                                
  3930.                                <a href="/category/featured/" class="category-pill">
  3931.                                    Featured
  3932.                                </a>
  3933.                                
  3934.                                <a href="/category/gaming/" class="category-pill">
  3935.                                    Gaming
  3936.                                </a>
  3937.                                
  3938.                                <a href="/category/health/" class="category-pill">
  3939.                                    Health
  3940.                                </a>
  3941.                                
  3942.                                <a href="/category/life-fitness/" class="category-pill">
  3943.                                    Life &amp; Fitness
  3944.                                </a>
  3945.                                
  3946.                            </div>
  3947.                        </div>
  3948.                    </div>
  3949.                </div>
  3950.  
  3951.            </div>
  3952.        </div>
  3953.  
  3954.        <!-- Footer Bottom -->
  3955.        <div class="footer-bottom">
  3956.            <div class="bottom-border"></div>
  3957.            <div class=" d-flex justify-content-between flex-wrap">
  3958.                <div>
  3959.                    <div class="copyright-info">
  3960.                        <p class="copyright-main">
  3961.                            Â© 2026 <span class="brand-highlight">Cobalt Games Blog</span>. All rights reserved.
  3962.                        </p>
  3963.                        <p class="copyright-sub">
  3964.                            Thoughtfully crafted content for curious minds worldwide.
  3965.                        </p>
  3966.                    </div>
  3967.                </div>
  3968.                <div>
  3969.                    <div class="footer-actions">
  3970.                        <div class="action-links">
  3971.                            <a href="/page/write-for-us/" class="action-link">
  3972.                                <i class="bi bi-shield-check"></i>
  3973.                                <span>Write For Us</span>
  3974.                            </a>
  3975.                            <a href="/page/terms-and-conditions/" class="action-link">
  3976.                                <i class="bi bi-shield-check"></i>
  3977.                                <span>Terms & Conditions</span>
  3978.                            </a>
  3979.                            <a href="/sitemap.xml" class="action-link">
  3980.                                <i class="bi bi-diagram-3"></i>
  3981.                                <span>Sitemap</span>
  3982.                            </a>
  3983.                        </div>
  3984.  
  3985.                    </div>
  3986.                </div>
  3987.            </div>
  3988.        </div>
  3989.  
  3990.    </div>
  3991.  
  3992.    
  3993.  
  3994. </footer>
  3995.  
  3996.  
  3997. <style>
  3998. /* Footer V4 - Modern Corporate Design */
  3999. .wpo-site-footer-v4 {
  4000.    color: var(--footer-color);
  4001.    margin-top: 100px;
  4002. }
  4003.  
  4004.  
  4005. .accent-line {
  4006.    position: absolute;
  4007.    top: 0;
  4008.    height: 100%;
  4009.    width: 33.333%;
  4010.    opacity: 0.8;
  4011. }
  4012.  
  4013. .accent-1 {
  4014.    left: 0;
  4015.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  4016.    animation: slideRight 3s ease-in-out infinite;
  4017. }
  4018.  
  4019. .accent-2 {
  4020.    left: 33.333%;
  4021.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  4022.    animation: slideRight 3s ease-in-out infinite 1s;
  4023. }
  4024.  
  4025. .accent-3 {
  4026.    left: 66.666%;
  4027.    background: linear-gradient(90deg, #10b981, #059669);
  4028.    animation: slideRight 3s ease-in-out infinite 2s;
  4029. }
  4030.  
  4031. @keyframes slideRight {
  4032.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  4033.    50% { transform: translateX(10px); opacity: 1; }
  4034. }
  4035.  
  4036. /* Content Sections */
  4037. .content-sections {
  4038.    padding: 60px 0;
  4039.    position: relative;
  4040.    z-index: 2;
  4041. }
  4042.  
  4043. /* Brand Section */
  4044. .brand-section {
  4045.    padding-right: 2rem;
  4046. }
  4047.  
  4048. .brand-header {
  4049.    display: flex;
  4050.    align-items: center;
  4051.    margin-bottom: 2rem;
  4052.    gap: 1rem;
  4053. }
  4054.  
  4055. .brand-logo {
  4056.    height: 50px;
  4057.    width: auto;
  4058.    border-radius: 8px;
  4059. }
  4060.  
  4061. .brand-name {
  4062.    font-size: 1.5rem;
  4063.    font-weight: 800;
  4064.    color: var(--footer-color) !important;
  4065.    margin: 0;
  4066. }
  4067.  
  4068. .brand-type {
  4069.    color: var(--footer-color) !important;
  4070.    opacity: 0.8;
  4071.    font-size: 0.85rem;
  4072.    font-weight: 500;
  4073.    text-transform: uppercase;
  4074.    letter-spacing: 0.5px;
  4075. }
  4076.  
  4077. .brand-description {
  4078.    color: var(--footer-color) !important;
  4079.    line-height: 1.7;
  4080.    margin-bottom: 2rem;
  4081.    font-size: 0.95rem;
  4082. }
  4083.  
  4084. .brand-stats {
  4085.    display: flex;
  4086.    align-items: center;
  4087.    gap: 1.5rem;
  4088. }
  4089.  
  4090. .stat-item {
  4091.    text-align: center;
  4092. }
  4093.  
  4094. .stat-number {
  4095.    font-size: 1.5rem;
  4096.    font-weight: 800;
  4097.    color: #3b82f6;
  4098.    display: block;
  4099.    line-height: 1;
  4100. }
  4101.  
  4102. .stat-label {
  4103.    font-size: 0.8rem;
  4104.    color: #94a3b8;
  4105.    margin-top: 0.25rem;
  4106. }
  4107.  
  4108. .stat-divider {
  4109.    width: 1px;
  4110.    height: 40px;
  4111.    background: rgba(255, 255, 255, 0.2);
  4112. }
  4113.  
  4114. /* Links Section */
  4115. .links-section {
  4116.    padding-left: 1rem;
  4117.    padding-right: 1rem;
  4118. }
  4119.  
  4120. .section-title {
  4121.    margin-bottom: 2rem;
  4122.    position: relative;
  4123. }
  4124.  
  4125. .title-text {
  4126.    font-size: 1.3rem;
  4127.    font-weight: 700;
  4128.    color: var(--footer-color) !important;
  4129.    margin-bottom: 0.5rem;
  4130.    text-align: justify !important;
  4131. }
  4132.  
  4133.  
  4134. .link-group {
  4135.    margin-bottom: 2rem;
  4136. }
  4137.  
  4138. .group-title {
  4139.    font-size: 1rem;
  4140.    font-weight: 600;
  4141.    color: #f1f5f9;
  4142.    margin-bottom: 1rem;
  4143.    padding-bottom: 0.5rem;
  4144.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  4145. }
  4146.  
  4147. .link-list {
  4148.    list-style: none;
  4149.    padding: 0;
  4150.    margin: 0;
  4151. }
  4152.  
  4153. .link-item {
  4154.    margin-bottom: 0.75rem;
  4155. }
  4156.  
  4157. .link-text {
  4158.    color: var(--footer-color) !important;
  4159.    text-decoration: none;
  4160.    font-size: 0.9rem;
  4161.    display: flex;
  4162.    align-items: center;
  4163.    transition: all 0.3s ease;
  4164.    padding: 0.25rem 0;
  4165. }
  4166.  
  4167. .link-text:hover {
  4168.    color: #3b82f6;
  4169.    padding-left: 0.5rem;
  4170. }
  4171.  
  4172. .link-icon {
  4173.    margin-right: 0.5rem;
  4174.    opacity: 0;
  4175.    transition: opacity 0.3s ease;
  4176. }
  4177.  
  4178. .link-text:hover .link-icon {
  4179.    opacity: 1;
  4180. }
  4181.  
  4182. .external-icon {
  4183.    color: #10b981;
  4184. }
  4185.  
  4186. /* Categories Section */
  4187. .categories-section {
  4188.    padding-left: 1rem;
  4189. }
  4190.  
  4191. .categories-intro {
  4192.    color: #cbd5e1;
  4193.    margin-bottom: 1.5rem;
  4194.    font-size: 0.9rem;
  4195. }
  4196.  
  4197. .categories-cloud {
  4198.    display: flex;
  4199.    flex-wrap: wrap;
  4200.    gap: 0.75rem;
  4201. }
  4202.  
  4203. .category-pill {
  4204.    display: inline-block;
  4205.    padding: 0.5rem 1rem;
  4206.    background: rgba(255, 255, 255, 0.1);
  4207.    border: 1px solid rgba(255, 255, 255, 0.2);
  4208.    border-radius: 20px;
  4209.    color:  var(--footer-color) !important;
  4210.    text-decoration: none;
  4211.    font-size: 0.85rem;
  4212.    opacity: 0.7;
  4213.    font-weight: 500;
  4214.    transition: all 0.3s ease;
  4215. }
  4216.  
  4217. .category-pill:hover {
  4218.    background: #3b82f6;
  4219.    border-color: #3b82f6;
  4220.    color: var(--footer-color) !important;
  4221.    opacity: 1;
  4222.    transform: translateY(-1px);
  4223.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  4224. }
  4225.  
  4226. /* Footer Bottom */
  4227. .footer-bottom {
  4228.    padding: 2rem 0;
  4229.    position: relative;
  4230.    z-index: 2;
  4231. }
  4232.  
  4233. .bottom-border {
  4234.    height: 1px;
  4235.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  4236.    margin-bottom: 2rem;
  4237. }
  4238.  
  4239. .copyright-main {
  4240.    font-size: 1rem;
  4241.    color: #e2e8f0;
  4242.    margin-bottom: 0.25rem;
  4243. }
  4244.  
  4245. .brand-highlight {
  4246.    color: var(--footer-color);
  4247.    font-weight: 700;
  4248. }
  4249.  
  4250. .copyright-sub {
  4251.    font-size: 0.85rem;
  4252.    color: #94a3b8;
  4253.    margin: 0;
  4254. }
  4255.  
  4256. .footer-actions {
  4257.    display: flex;
  4258.    align-items: center;
  4259.    gap: 2rem;
  4260. }
  4261.  
  4262. .action-links {
  4263.    display: flex;
  4264.    gap: 1.5rem;
  4265. }
  4266.  
  4267. .action-link {
  4268.    display: flex;
  4269.    align-items: center;
  4270.    gap: 0.5rem;
  4271.    color: #cbd5e1;
  4272.    text-decoration: none;
  4273.    font-size: 0.9rem;
  4274.    transition: color 0.3s ease;
  4275. }
  4276.  
  4277. .action-link:hover {
  4278.    color: #3b82f6;
  4279. }
  4280.  
  4281. .scroll-to-top-btn {
  4282.    background: rgba(255, 255, 255, 0.1);
  4283.    border: 1px solid rgba(255, 255, 255, 0.2);
  4284.    color: #cbd5e1;
  4285.    width: 44px;
  4286.    height: 44px;
  4287.    border-radius: 12px;
  4288.    cursor: pointer;
  4289.    transition: all 0.3s ease;
  4290.    display: flex;
  4291.    align-items: center;
  4292.    justify-content: center;
  4293. }
  4294.  
  4295. .scroll-to-top-btn:hover {
  4296.    background: #3b82f6;
  4297.    border-color: #3b82f6;
  4298.    color: white;
  4299.    transform: translateY(-2px);
  4300. }
  4301.  
  4302. /* Background Pattern */
  4303. .footer-pattern {
  4304.    position: absolute;
  4305.    top: 0;
  4306.    left: 0;
  4307.    width: 100%;
  4308.    height: 100%;
  4309.    z-index: 1;
  4310.    overflow: hidden;
  4311. }
  4312.  
  4313. .pattern-grid {
  4314.    position: relative;
  4315.    width: 100%;
  4316.    height: 100%;
  4317. }
  4318.  
  4319. .pattern-dot {
  4320.    position: absolute;
  4321.    width: 2px;
  4322.    height: 2px;
  4323.    background: rgba(255, 255, 255, 0.1);
  4324.    border-radius: 50%;
  4325. }
  4326.  
  4327. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  4328. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  4329. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  4330. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  4331. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  4332. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  4333.  
  4334. /* Responsive Design */
  4335. @media (max-width: 992px) {
  4336.    .newsletter-heading {
  4337.        font-size: 2rem;
  4338.    }
  4339.    
  4340.    .brand-section {
  4341.        padding-right: 0;
  4342.        margin-bottom: 3rem;
  4343.    }
  4344.    
  4345.    .links-section, .categories-section {
  4346.        padding-left: 0;
  4347.        padding-right: 0;
  4348.    }
  4349.    
  4350.    .brand-stats {
  4351.        justify-content: center;
  4352.        margin-top: 2rem;
  4353.    }
  4354. }
  4355.  
  4356. @media (max-width: 768px) {
  4357.    .newsletter-section {
  4358.        padding: 60px 0 40px;
  4359.    }
  4360.    
  4361.    .newsletter-container {
  4362.        padding: 2rem 1.5rem;
  4363.        margin: 0 1rem;
  4364.    }
  4365.    
  4366.    .newsletter-heading {
  4367.        font-size: 1.75rem;
  4368.    }
  4369.    
  4370.    .content-sections {
  4371.        padding: 40px 0;
  4372.    }
  4373.    
  4374.    .brand-header {
  4375.        flex-direction: column;
  4376.        text-align: center;
  4377.    }
  4378.    
  4379.    .footer-actions {
  4380.        flex-direction: column;
  4381.        gap: 1rem;
  4382.        margin-top: 1.5rem;
  4383.    }
  4384.    
  4385.    .action-links {
  4386.        order: 2;
  4387.    }
  4388.    
  4389.    .scroll-to-top-btn {
  4390.        order: 1;
  4391.    }
  4392. }
  4393.  
  4394. @media (max-width: 576px) {
  4395.    .newsletter-container {
  4396.        padding: 1.5rem 1rem;
  4397.    }
  4398.    
  4399.    .newsletter-heading {
  4400.        font-size: 1.5rem;
  4401.    }
  4402.    
  4403.    .brand-stats {
  4404.        flex-direction: column;
  4405.        gap: 1rem;
  4406.    }
  4407.    
  4408.    .stat-divider {
  4409.        width: 40px;
  4410.        height: 1px;
  4411.    }
  4412.    
  4413.    .action-links {
  4414.        flex-direction: column;
  4415.        gap: 0.75rem;
  4416.        text-align: center;
  4417.    }
  4418.    
  4419.    .pattern-dot {
  4420.        display: none;
  4421.    }
  4422. }
  4423. </style>
  4424.  
  4425. <!-- Bootstrap 5 JS -->
  4426.  
  4427. <script>
  4428. // Scroll to Top Function
  4429. document.addEventListener('DOMContentLoaded', function () {
  4430.    var btn = document.getElementById('toggleExternal');
  4431.    if (!btn) return; // No extra items, no button
  4432.  
  4433.    var extras = document.querySelectorAll('#externalLinks li.extra');
  4434.  
  4435.    btn.addEventListener('click', function () {
  4436.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4437.            return li.classList.contains('d-none');
  4438.        });
  4439.  
  4440.        extras.forEach(function (li) {
  4441.            if (anyHidden) {
  4442.                li.classList.remove('d-none');
  4443.                li.classList.add('show');
  4444.            } else {
  4445.                li.classList.add('d-none');
  4446.                li.classList.remove('show');
  4447.            }
  4448.        });
  4449.  
  4450.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4451.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4452.    });
  4453. });
  4454. function scrollToTop() {
  4455.    window.scrollTo({
  4456.        top: 0,
  4457.        behavior: 'smooth'
  4458.    });
  4459. }
  4460.  
  4461. // Initialize Footer V4 Features
  4462. document.addEventListener('DOMContentLoaded', function() {
  4463.    
  4464.    // Newsletter Form Handling
  4465.    const newsletterForm = document.querySelector('.newsletter-form');
  4466.    const emailInput = document.querySelector('.form-input');
  4467.    const submitButton = document.querySelector('.submit-button');
  4468.    const successMessage = document.querySelector('.success-message');
  4469.    const errorMessage = document.querySelector('.error-message');
  4470.    const infoMessage = document.querySelector('.info-message');
  4471.    
  4472.    if (newsletterForm && emailInput && submitButton) {
  4473.        
  4474.        // Form submission
  4475.        newsletterForm.addEventListener('submit', function(e) {
  4476.            e.preventDefault();
  4477.            
  4478.            const email = emailInput.value.trim();
  4479.            
  4480.            // Validate email
  4481.            if (!email || !isValidEmail(email)) {
  4482.                showMessage('error');
  4483.                emailInput.focus();
  4484.                return;
  4485.            }
  4486.            
  4487.            // Show loading state
  4488.            const originalText = submitButton.querySelector('.button-text').textContent;
  4489.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  4490.            
  4491.            submitButton.disabled = true;
  4492.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  4493.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  4494.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  4495.            
  4496.            // Simulate API call
  4497.            setTimeout(() => {
  4498.                // Success state
  4499.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  4500.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  4501.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  4502.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4503.                
  4504.                showMessage('success');
  4505.                
  4506.                // Reset after delay
  4507.                setTimeout(() => {
  4508.                    submitButton.querySelector('.button-text').textContent = originalText;
  4509.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  4510.                    submitButton.style.background = '';
  4511.                    submitButton.disabled = false;
  4512.                    emailInput.value = '';
  4513.                    showMessage('info');
  4514.                }, 3000);
  4515.                
  4516.            }, 2000);
  4517.        });
  4518.        
  4519.        // Input validation
  4520.        emailInput.addEventListener('blur', function() {
  4521.            const email = this.value.trim();
  4522.            if (email && !isValidEmail(email)) {
  4523.                this.style.borderColor = '#ef4444';
  4524.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  4525.            } else if (email && isValidEmail(email)) {
  4526.                this.style.borderColor = '#10b981';
  4527.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  4528.            }
  4529.        });
  4530.        
  4531.        emailInput.addEventListener('focus', function() {
  4532.            this.style.borderColor = '#3b82f6';
  4533.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  4534.        });
  4535.        
  4536.        // Reset validation styling on input
  4537.        emailInput.addEventListener('input', function() {
  4538.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  4539.                this.style.borderColor = '';
  4540.                this.style.boxShadow = '';
  4541.            }
  4542.        });
  4543.    }
  4544.    
  4545.    // Email validation function
  4546.    function isValidEmail(email) {
  4547.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4548.        return emailRegex.test(email);
  4549.    }
  4550.    
  4551.    // Message display function
  4552.    function showMessage(type) {
  4553.        // Hide all messages
  4554.        successMessage.style.display = 'none';
  4555.        errorMessage.style.display = 'none';
  4556.        infoMessage.style.display = 'none';
  4557.        
  4558.        // Show specific message
  4559.        if (type === 'success') {
  4560.            successMessage.style.display = 'block';
  4561.        } else if (type === 'error') {
  4562.            errorMessage.style.display = 'block';
  4563.        } else if (type === 'info') {
  4564.            infoMessage.style.display = 'block';
  4565.        }
  4566.    }
  4567.    
  4568.    // Smooth reveal animations
  4569.    const observerOptions = {
  4570.        threshold: 0.1,
  4571.        rootMargin: '0px 0px -30px 0px'
  4572.    };
  4573.    
  4574.    const sectionObserver = new IntersectionObserver((entries) => {
  4575.        entries.forEach(entry => {
  4576.            if (entry.isIntersecting) {
  4577.                entry.target.style.opacity = '1';
  4578.                entry.target.style.transform = 'translateY(0)';
  4579.            }
  4580.        });
  4581.    }, observerOptions);
  4582.    
  4583.    // Animate sections
  4584.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  4585.        section.style.opacity = '0';
  4586.        section.style.transform = 'translateY(20px)';
  4587.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  4588.        sectionObserver.observe(section);
  4589.    });
  4590.    
  4591.    // Animate category pills
  4592.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  4593.        pill.style.opacity = '0';
  4594.        pill.style.transform = 'translateY(10px)';
  4595.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  4596.        
  4597.        setTimeout(() => {
  4598.            pill.style.opacity = '1';
  4599.            pill.style.transform = 'translateY(0)';
  4600.        }, 300 + (index * 100));
  4601.    });
  4602.    
  4603.    // Enhanced link hover effects
  4604.    document.querySelectorAll('.link-text').forEach(link => {
  4605.        link.addEventListener('mouseenter', function() {
  4606.            const icon = this.querySelector('.link-icon');
  4607.            if (icon) {
  4608.                icon.style.transform = 'translateX(4px)';
  4609.            }
  4610.        });
  4611.        
  4612.        link.addEventListener('mouseleave', function() {
  4613.            const icon = this.querySelector('.link-icon');
  4614.            if (icon) {
  4615.                icon.style.transform = 'translateX(0)';
  4616.            }
  4617.        });
  4618.    });
  4619.    
  4620.    // Prevent default for demo links
  4621.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4622.        link.addEventListener('click', function(e) {
  4623.            e.preventDefault();
  4624.        });
  4625.    });
  4626.    
  4627.    // Add ripple effect to submit button
  4628.    submitButton.addEventListener('click', function(e) {
  4629.        const ripple = document.createElement('span');
  4630.        const rect = this.getBoundingClientRect();
  4631.        const size = Math.max(rect.width, rect.height);
  4632.        const x = e.clientX - rect.left - size / 2;
  4633.        const y = e.clientY - rect.top - size / 2;
  4634.        
  4635.        ripple.style.cssText = `
  4636.            position: absolute;
  4637.            width: ${size}px;
  4638.            height: ${size}px;
  4639.            left: ${x}px;
  4640.            top: ${y}px;
  4641.            background: rgba(255, 255, 255, 0.3);
  4642.            border-radius: 50%;
  4643.            transform: scale(0);
  4644.            animation: ripple 0.6s ease-out;
  4645.            pointer-events: none;
  4646.        `;
  4647.        
  4648.        this.appendChild(ripple);
  4649.        
  4650.        setTimeout(() => {
  4651.            ripple.remove();
  4652.        }, 600);
  4653.    });
  4654.    
  4655. });
  4656.  
  4657. // Add CSS for ripple animation
  4658. const rippleStyle = document.createElement('style');
  4659. rippleStyle.textContent = `
  4660.    @keyframes ripple {
  4661.        to {
  4662.            transform: scale(2);
  4663.            opacity: 0;
  4664.        }
  4665.    }
  4666.    
  4667.    @keyframes spin {
  4668.        from { transform: rotate(0deg); }
  4669.        to { transform: rotate(360deg); }
  4670.    }
  4671.    
  4672.    .submit-button {
  4673.        position: relative;
  4674.        overflow: hidden;
  4675.    }
  4676. `;
  4677. document.head.appendChild(rippleStyle);
  4678. </script>
  4679.  
  4680.        <!-- end of wpo-site-footer-section -->
  4681.    </div>
  4682.    <!-- end of page-wrapper -->
  4683.  
  4684.    <!-- All JavaScript files
  4685.    ================================================== -->
  4686.    
  4687.  
  4688. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4689. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4690. <!-- Plugins for this template -->
  4691. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4692. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4693. <!-- Custom script for this template -->
  4694. <script src="/static/blogapp/assets/js/script.js"></script>
  4695.  
  4696. <script>
  4697. (function () {
  4698. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4699. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4700.  
  4701. function applyFallback(img) {
  4702. if (!img || img.dataset.fallbackApplied === "1") {
  4703. return;
  4704. }
  4705. var failedSrc = img.currentSrc || img.src || "";
  4706. img.dataset.fallbackApplied = "1";
  4707. img.onerror = null;
  4708. img.src = fallbackImageSrc;
  4709. console.warn("[ImageFallback] Replaced broken image:", {
  4710. failedSrc: failedSrc,
  4711. fallbackSrc: fallbackImageSrc,
  4712. alt: img.alt || "",
  4713. });
  4714. }
  4715.  
  4716. document.querySelectorAll("img").forEach(function (img) {
  4717. if (img.complete && img.naturalWidth === 0) {
  4718. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4719. failedSrc: img.currentSrc || img.src || "",
  4720. alt: img.alt || "",
  4721. });
  4722. applyFallback(img);
  4723. }
  4724. });
  4725.  
  4726. document.addEventListener(
  4727. "error",
  4728. function (event) {
  4729. var target = event.target;
  4730. if (target && target.tagName === "IMG") {
  4731. applyFallback(target);
  4732. }
  4733. },
  4734. true
  4735. );
  4736. })();
  4737. </script>
  4738.  
  4739. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4740.  
  4741.  
  4742.  
  4743. <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>
  4744. </body>
  4745.  
  4746. </html>
  4747.  
  4748.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda