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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="source">
  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-28T170605.392_tep84m4_Cuj2FSh_EVTOtgI_m8tiw6T.png">
  14.    
  15.  
  16.    <title>CosmoGames - UK&#x27;s Premier Gaming News, Reviews &amp; Community Hub</title>
  17.    <meta name="description" content="Explore the latest gaming news, in-depth reviews, and community discussions on CosmoGames. Your go-to source for UK gaming culture and industry insights.">
  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://cosmogames.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff6b6b;
  42.        --bs-primary-rgb: ff6b6b;
  43.        --bs-secondary: #94a3b8;
  44.        --bs-success: #34d399;
  45.        --bs-danger: #f87171;
  46.        --bs-warning: #fbbf24;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #e2e8f0;
  49.        --bs-dark: #1e293b;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff6b6b;
  53.        --theme-primary-color-s2: #ff6b6b;
  54.        --body-bg-color: #111827;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #e2e8f0;
  57.        --text-light-color: #676767;
  58.        --heading-color: #e2e8f0;
  59.        --border-color: #475569;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #1e293b;
  73.        --nav-bg: #1e293b;
  74.        --sub-nav: #475569;
  75.        --navbar-color: #e2e8f0;
  76.        --topbar-bg: #111827;
  77.        --topbar-color: #e2e8f0;
  78.        --footer-bg: #1e293b;
  79.        --footer-color: #e2e8f0;
  80.        --card-bg: rgba(30, 41, 59, 0.8);
  81.        --card-border: #475569;
  82.        --card-radius: 12px;
  83.        --link-color: #ff6b6b;
  84.        --link-hover: #ef4444;
  85.        --blog-color: #e2e8f0;
  86.        --blog-bg: rgba(255, 107, 107, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background: rgba(30, 41, 59, 0.8) !important;
  204.            backdrop-filter: blur(10px);
  205.        
  206.        border: 1px solid var(--border-color) !important;
  207.        transition: all 0.3s ease;
  208.        border-radius: 12px;
  209.        color: var(--text-color) !important;
  210.    }
  211.     .navbar-brand img{
  212.            height: 70px;
  213.            object-fit: contain;
  214.        }
  215.    
  216.    .card:hover {
  217.        transform: translateY(-5px);
  218.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  219.    }
  220.    
  221.    .card-header {
  222.        background-color: var(--section-bg-color) !important;
  223.        border-color: var(--border-color) !important;
  224.        color: var(--text-color) !important;
  225.    }
  226.    
  227.    /* Bootstrap Form Controls */
  228.    .form-control {
  229.        color: var(--text-color) !important;
  230.        background-color: var(--body-bg-color) !important;
  231.        border-color: var(--border-color) !important;
  232.        /* Remove font-family override - let data-font-scheme handle it */
  233.    }
  234.    
  235.    .form-control:focus {
  236.        border-color: var(--bs-primary) !important;
  237.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  238.    }
  239.    
  240.    /* Links throughout site */
  241.  .nav1 a {
  242.        color: var(--link-color) !important;
  243.        text-decoration: none;
  244.        transition: all 0.3s ease;
  245.    }
  246.    
  247.    a:hover {
  248.        color: var(--link-hover) !important;
  249.    }
  250.    
  251.    /* Text color classes */
  252.    .text-muted {
  253.        color: var(--body-color) !important;
  254.    }
  255.    
  256.    .text-light {
  257.        color: var(--light) !important;
  258.    }
  259.    
  260.    /* Section backgrounds */
  261.    .section-bg,
  262.    .bg-light {
  263.        background-color: var(--section-bg-color) !important;
  264.    }
  265.    
  266.    /* Dark sections */
  267.    .bg-dark,
  268.    .dark-section {
  269.        background-color: var(--black-bg-color) !important;
  270.        color: var(--black-section-text-color) !important;
  271.    }
  272.    
  273.    /* Footer styling */
  274.    .footer,
  275.    footer {
  276.        
  277.            background-color: var(--footer-bg) !important;
  278.        
  279.        color: var(--footer-color) !important;
  280.    }
  281.    
  282.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  283.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  284.        color: var(--black-section-text-color) !important;
  285.        /* Remove font-family override - let data-font-scheme handle it */
  286.    }
  287.    
  288.    .footer a, footer a {
  289.        color: var(--black-section-text-color) !important;
  290.    }
  291.    
  292.    .footer a:hover, footer a:hover {
  293.        color: var(--bs-primary) !important;
  294.    }
  295.    
  296.    /* Bootstrap Secondary Colors */
  297.    .btn-secondary {
  298.        background-color: var(--bs-secondary) !important;
  299.        border-color: var(--bs-secondary) !important;
  300.    }
  301.    
  302.    .text-secondary {
  303.        color: var(--bs-secondary) !important;
  304.    }
  305.    
  306.    .bg-secondary {
  307.        background-color: var(--bs-secondary) !important;
  308.    }
  309.    
  310.    /* Bootstrap Success, Danger, Warning, Info */
  311.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  312.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  313.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  314.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  315.    
  316.    .text-success { color: var(--bs-success) !important; }
  317.    .text-danger { color: var(--bs-danger) !important; }
  318.    .text-warning { color: var(--bs-warning) !important; }
  319.    .text-info { color: var(--bs-info) !important; }
  320.    
  321.    .bg-success { background-color: var(--bs-success) !important; }
  322.    .bg-danger { background-color: var(--bs-danger) !important; }
  323.    .bg-warning { background-color: var(--bs-warning) !important; }
  324.    .bg-info { background-color: var(--bs-info) !important; }
  325.    
  326.    /* Mobile menu styling */
  327.    .navbar-toggler,
  328.    .open-btn {
  329.        border-color: var(--navbar-color) !important;
  330.    }
  331.    
  332.    .icon-bar {
  333.        background-color: var(--navbar-color) !important;
  334.    }
  335.    
  336.    /* Smooth Animations */
  337.    .fade-in-up {
  338.        animation: fadeInUp 0.6s ease-out;
  339.    }
  340.    
  341.    @keyframes fadeInUp {
  342.        from {
  343.            opacity: 0;
  344.            transform: translateY(30px);
  345.        }
  346.        to {
  347.            opacity: 1;
  348.            transform: translateY(0);
  349.        }
  350.    }
  351.    
  352.    /* Responsive adjustments */
  353.    @media (max-width: 768px) {
  354.        .navbar {
  355.            padding: 0.5rem 0;
  356.        }
  357.        
  358.        .card:hover {
  359.            transform: none;
  360.        }
  361.    }
  362.    
  363. </style>
  364.    
  365.    
  366.    
  367.  
  368. <script>
  369.    var _paq = window._paq = window._paq || [];
  370.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  371.    _paq.push(['trackPageView']);
  372.    _paq.push(['enableLinkTracking']);
  373.    (function() {
  374.        var u = "//analytics.tech-vikings.com/";
  375.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  376.        _paq.push(['setSiteId', '2']);
  377.        var d = document,
  378.            g = d.createElement('script'),
  379.            s = d.getElementsByTagName('script')[0];
  380.        g.async = true;
  381.        g.src = u + 'matomo.js';
  382.        s.parentNode.insertBefore(g, s);
  383.    })();
  384. </script>
  385. </head>
  386.  
  387.  
  388.  
  389. <body class="page-blogapp:homepage theme-theme_83">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396.            <!-- end preloader -->
  397.        
  398.        <!-- Start header -->
  399.        <header id="header" class="wpo-site-header">
  400.            
  401.  
  402.  
  403.    
  404.  
  405.  
  406. <div class="top-bg">
  407. <div class="unique-topbar2 d-sm-flex d-none container-fluid fluid-container">
  408.    <span id="current-time"></span>
  409.    
  410.    <div class="unique-news-container2">
  411.        <div class="unique-news-wrapper2 top-color" id="newsWrapper">
  412.            <!-- News items will be dynamically added here -->
  413.        </div>
  414.    </div>
  415.  
  416.    <div class="contact-info">
  417.        <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  418.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  419.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  420.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  421.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  422.        </ul>
  423.    </div>
  424. </div>
  425. </div>
  426.  
  427. <script>
  428.  // ----------------- Clock -----------------
  429.  function updateCurrentTime() {
  430.    const currentDate = new Date();
  431.    const day = currentDate.getDate().toString().padStart(2, '0');
  432.    const monthNames = ["January","February","March","April","May","June","July","August","September","October","November","December"];
  433.    const month = monthNames[currentDate.getMonth()];
  434.    const year = currentDate.getFullYear();
  435.    const hours = currentDate.getHours().toString().padStart(2, '0');
  436.    const minutes = currentDate.getMinutes().toString().padStart(2, '0');
  437.    const seconds = currentDate.getSeconds().toString().padStart(2, '0');
  438.    document.getElementById('current-time').innerHTML =
  439.      `<span class="fw-bold text-black p-2">${hours}:${minutes}:${seconds}</span> <span>${month} ${day}, ${year}</span>`;
  440.  }
  441.  setInterval(updateCurrentTime, 1000);
  442.  updateCurrentTime();
  443.  
  444.  // ----------------- News from Django -----------------
  445.  const newsItems = [
  446.    
  447.      { title: "Washing Mushrooms: The Great Debate: How to Properly Prepare Edible Fungi", url: "/washing-mushrooms-the-great-debate-how-to-properly-prepare-edible-fungi/" },
  448.    
  449.      { title: "Remains of Competitive Swimmer Apparently Killed by Great White Located on California Coastline", url: "/remains-of-competitive-swimmer-apparently-killed-by-great-white-located-on-california-coastline/" },
  450.    
  451.      { title: "Iconic Singer Barry Manilow Scheduled for an Operation for Lung Cancer.", url: "/iconic-singer-barry-manilow-scheduled-for-an-operation-for-lung-cancer/" },
  452.    
  453.      { title: "Former British Serviceman Accused of Killing Kenya Woman Appears in Court", url: "/former-british-serviceman-accused-of-killing-kenya-woman-appears-in-court/" },
  454.    
  455.      { title: "FDA Grants Approval to Flibanserin, a Desire\u002DBoosting Treatment for Women After Menopause", url: "/fda-grants-approval-to-flibanserin-a-desire-boosting-treatment-for-women-after-menopause/" }
  456.    
  457.  ];
  458.  
  459.  let currentNewsIndex = 0;
  460.  const newsWrapper = document.getElementById('newsWrapper');
  461.  let newsElements = [];
  462.  
  463.  function createNewsElements() {
  464.      newsItems.forEach((news, index) => {
  465.          const newsElement = document.createElement('div');
  466.          newsElement.className = 'unique-news-item2 top-color';
  467.          newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  468.          newsWrapper.appendChild(newsElement);
  469.          newsElements.push(newsElement);
  470.      });
  471.      if (newsElements.length > 0) {
  472.          newsElements[0].classList.add('active');
  473.      }
  474.  }
  475.  
  476.  function changeNews() {
  477.      const currentElement = newsElements[currentNewsIndex];
  478.      const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  479.      const nextElement = newsElements[nextIndex];
  480.  
  481.      currentElement.classList.remove('active');
  482.      currentElement.classList.add('exit-up');
  483.  
  484.      setTimeout(() => {
  485.          nextElement.classList.add('active');
  486.          currentNewsIndex = nextIndex;
  487.          setTimeout(() => {
  488.              currentElement.classList.remove('exit-up');
  489.          }, 100);
  490.      }, 250);
  491.  }
  492.  
  493.  function startNewsRotation() {
  494.      setInterval(changeNews, 5000);
  495.  }
  496.  
  497.  window.onload = function() {
  498.      createNewsElements();
  499.      startNewsRotation();
  500.  };
  501. </script>
  502.  
  503.  
  504.  
  505.            
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512. <header class="header-v10 mb-4">
  513.    <div class="container-fluid fluid-container">
  514.        <!-- Top Bar -->
  515.        <div class="top-bar-v10">
  516.            <div
  517.                class="row align-items-center gap-3 justify-content-lg-between justify-content-center align-items-center d-flex flex-wrap">
  518.               <div class="col-lg-3 col-md-12 col-12">
  519.                    <div class="brand-section-v10">
  520.                        <a class="logo-link-v9" href="/">
  521.                            
  522.                                <span class="site-name">CosmoGames</span>
  523.                            
  524.                        </a>
  525.                    </div>
  526.                </div>
  527.                <div class="col-lg-6 col-md-12 d-inline-block">
  528.                    <div class="search-container-v10">
  529.                        <form class="search-form-v10" action="#" method="get">
  530.                            <div class="search-group-v10">
  531.                                <input type="search" id="search-input" class="search-field-v10 ps-3"
  532.                                    placeholder="Discover articles, tutorials & insights..." name="q">
  533.                                <button type="submit" class="search-button-v10">
  534.                                    <i class="ti-search"></i>
  535.                                </button>
  536.                            </div>
  537.                            <div id="search-results" class="search-results-container search-v1"></div>
  538.                        </form>
  539.                    </div>
  540.                </div>
  541.                <div class="col-12 ">
  542.                    <div class="header-utilities-v10">
  543.                        <div class="utility-item-v10 d-lg-none">
  544.                            <button class="menu-trigger-v10" onclick="toggleMenuV10()">
  545.                                <div class="menu-icon-v10">
  546.                                    <span class="menu-bar-v10"></span>
  547.                                    <span class="menu-bar-v10"></span>
  548.                                    <span class="menu-bar-v10"></span>
  549.                                </div>
  550.                            </button>
  551.                        </div>
  552.                    </div>
  553.                </div>
  554.            </div>
  555.        </div>
  556.  
  557.        <!-- Navigation Bar -->
  558.    <nav class="navigation-v10 d-none d-lg-block">
  559.    <div class="nav-container-v10">
  560.        <ul class="nav-menu-v10">
  561.  
  562.            
  563.            <li class="nav-item-v10">
  564.                <a href="/" class="nav-link-v10 active-v10">
  565.                    <div class="link-content-v10">
  566.                        <span class="link-text-v10">Home</span>
  567.                        <div class="link-indicator-v10"></div>
  568.                    </div>
  569.                </a>
  570.            </li>
  571.  
  572.            
  573.            
  574.                
  575.                    
  576.                    
  577.                        <li class="nav-item-v10">
  578.                            <a href="/category/all-posts/" class="nav-link-v10">
  579.                                <div class="link-content-v10">
  580.                                    <span class="link-text-v10">All Posts</span>
  581.                                    <div class="link-indicator-v10"></div>
  582.                                </div>
  583.                            </a>
  584.                        </li>
  585.                    
  586.  
  587.                
  588.  
  589.                
  590.                
  591.            
  592.                
  593.                    
  594.                    
  595.                        <li class="nav-item-v10">
  596.                            <a href="/category/business/" class="nav-link-v10">
  597.                                <div class="link-content-v10">
  598.                                    <span class="link-text-v10">Business</span>
  599.                                    <div class="link-indicator-v10"></div>
  600.                                </div>
  601.                            </a>
  602.                        </li>
  603.                    
  604.  
  605.                
  606.  
  607.                
  608.                
  609.            
  610.                
  611.                    
  612.                    
  613.                        <li class="nav-item-v10">
  614.                            <a href="/category/esports/" class="nav-link-v10">
  615.                                <div class="link-content-v10">
  616.                                    <span class="link-text-v10">Esports</span>
  617.                                    <div class="link-indicator-v10"></div>
  618.                                </div>
  619.                            </a>
  620.                        </li>
  621.                    
  622.  
  623.                
  624.  
  625.                
  626.                
  627.            
  628.                
  629.                    
  630.                    
  631.                        <li class="nav-item-v10">
  632.                            <a href="/category/fashion/" class="nav-link-v10">
  633.                                <div class="link-content-v10">
  634.                                    <span class="link-text-v10">Fashion</span>
  635.                                    <div class="link-indicator-v10"></div>
  636.                                </div>
  637.                            </a>
  638.                        </li>
  639.                    
  640.  
  641.                
  642.  
  643.                
  644.                
  645.            
  646.                
  647.                    
  648.                    
  649.                        <li class="nav-item-v10">
  650.                            <a href="/category/featured/" class="nav-link-v10">
  651.                                <div class="link-content-v10">
  652.                                    <span class="link-text-v10">Featured</span>
  653.                                    <div class="link-indicator-v10"></div>
  654.                                </div>
  655.                            </a>
  656.                        </li>
  657.                    
  658.  
  659.                
  660.  
  661.                
  662.                
  663.            
  664.                
  665.                    
  666.                    
  667.                        <li class="nav-item-v10">
  668.                            <a href="/category/gaming/" class="nav-link-v10">
  669.                                <div class="link-content-v10">
  670.                                    <span class="link-text-v10">Gaming</span>
  671.                                    <div class="link-indicator-v10"></div>
  672.                                </div>
  673.                            </a>
  674.                        </li>
  675.                    
  676.  
  677.                
  678.  
  679.                
  680.                
  681.            
  682.                
  683.                    
  684.                    
  685.                        <li class="nav-item-v10">
  686.                            <a href="/category/health/" class="nav-link-v10">
  687.                                <div class="link-content-v10">
  688.                                    <span class="link-text-v10">Health</span>
  689.                                    <div class="link-indicator-v10"></div>
  690.                                </div>
  691.                            </a>
  692.                        </li>
  693.                    
  694.  
  695.                
  696.  
  697.                
  698.                
  699.            
  700.                
  701.                    
  702.                    
  703.                        <li class="nav-item-v10">
  704.                            <a href="/category/life-fitness/" class="nav-link-v10">
  705.                                <div class="link-content-v10">
  706.                                    <span class="link-text-v10">Life &amp; Fitness</span>
  707.                                    <div class="link-indicator-v10"></div>
  708.                                </div>
  709.                            </a>
  710.                        </li>
  711.                    
  712.  
  713.                
  714.  
  715.                
  716.                
  717.            
  718.                
  719.                    
  720.                    
  721.                        <li class="nav-item-v10">
  722.                            <a href="/category/lifestyle/" class="nav-link-v10">
  723.                                <div class="link-content-v10">
  724.                                    <span class="link-text-v10">Lifestyle</span>
  725.                                    <div class="link-indicator-v10"></div>
  726.                                </div>
  727.                            </a>
  728.                        </li>
  729.                    
  730.  
  731.                
  732.  
  733.                
  734.                
  735.            
  736.                
  737.                    
  738.                    <li class="nav-item-v10 has-submenu-v10">
  739.                        <a href="#" class="nav-link-v10">
  740.                            <div class="link-content-v10">
  741.                                <span class="link-text-v10">More</span>
  742.                                <div class="link-arrow-v10"></div>
  743.                                <div class="link-indicator-v10"></div>
  744.                            </div>
  745.                        </a>
  746.                        <div class="submenu-v10">
  747.                            <div class="submenu-content-v10">
  748.                                <div class="submenu-column-v10">
  749.                                    <ul class="submenu-links-v10">
  750.                                        <li>
  751.                                            <a href="/category/news/" class="submenu-link-v10">
  752.                                                News
  753.                                            </a>
  754.                                        </li>
  755.                
  756.  
  757.                
  758.                
  759.            
  760.                
  761.                                        <li>
  762.                                            <a href="/category/others/" class="submenu-link-v10">
  763.                                                Others
  764.                                            </a>
  765.                                        </li>
  766.                
  767.  
  768.                
  769.                
  770.            
  771.                
  772.                                        <li>
  773.                                            <a href="/category/politics/" class="submenu-link-v10">
  774.                                                Politics
  775.                                            </a>
  776.                                        </li>
  777.                
  778.  
  779.                
  780.                
  781.            
  782.                
  783.                                        <li>
  784.                                            <a href="/category/sports/" class="submenu-link-v10">
  785.                                                Sports
  786.                                            </a>
  787.                                        </li>
  788.                
  789.  
  790.                
  791.                
  792.            
  793.                
  794.                                        <li>
  795.                                            <a href="/category/tech/" class="submenu-link-v10">
  796.                                                Tech
  797.                                            </a>
  798.                                        </li>
  799.                
  800.  
  801.                
  802.                
  803.            
  804.                
  805.                                        <li>
  806.                                            <a href="/category/travel/" class="submenu-link-v10">
  807.                                                Travel
  808.                                            </a>
  809.                                        </li>
  810.                
  811.  
  812.                
  813.                
  814.                                    </ul>
  815.                                </div>
  816.                            </div>
  817.                        </div>
  818.                    </li>
  819.                
  820.            
  821.            <li class="nav-item-v10">
  822.                <a href="/page/contact-us/" class="nav-link-v10">
  823.                    <div class="link-content-v10">
  824.                        <span class="link-text-v10">Contact Us</span>
  825.                        <div class="link-indicator-v10"></div>
  826.                    </div>
  827.                </a>
  828.            </li>
  829.        </ul>
  830.    </div>
  831. </nav>
  832.  
  833.        <!-- Mobile Menu -->
  834.        <div class="mobile-menu-v10 d-lg-none" id="mobileMenuV10">
  835.            <div class="mobile-menu-content-v10">
  836.                <ul class="mobile-menu-list-v10">
  837.  
  838.                    
  839.                    <li class="mobile-menu-item-v10">
  840.                        <a href="/" class="mobile-menu-link-v10 active-v10">
  841.                            <span class="mobile-link-text-v10">Home</span>
  842.                        </a>
  843.                    </li>
  844.  
  845.                    
  846.                    
  847.                    
  848.                    <li class="mobile-menu-item-v10">
  849.                        <a href="/category/all-posts/" class="mobile-menu-link-v10">
  850.                            <span class="mobile-link-text-v10">All Posts</span>
  851.                        </a>
  852.                    </li>
  853.                    
  854.                    
  855.                    
  856.                    <li class="mobile-menu-item-v10">
  857.                        <a href="/category/business/" class="mobile-menu-link-v10">
  858.                            <span class="mobile-link-text-v10">Business</span>
  859.                        </a>
  860.                    </li>
  861.                    
  862.                    
  863.                    
  864.                    <li class="mobile-menu-item-v10">
  865.                        <a href="/category/esports/" class="mobile-menu-link-v10">
  866.                            <span class="mobile-link-text-v10">Esports</span>
  867.                        </a>
  868.                    </li>
  869.                    
  870.                    
  871.                    
  872.                    <li class="mobile-menu-item-v10">
  873.                        <a href="/category/fashion/" class="mobile-menu-link-v10">
  874.                            <span class="mobile-link-text-v10">Fashion</span>
  875.                        </a>
  876.                    </li>
  877.                    
  878.                    
  879.                    
  880.                    <li class="mobile-menu-item-v10">
  881.                        <a href="/category/featured/" class="mobile-menu-link-v10">
  882.                            <span class="mobile-link-text-v10">Featured</span>
  883.                        </a>
  884.                    </li>
  885.                    
  886.                    
  887.                    
  888.                    <li class="mobile-menu-item-v10">
  889.                        <a href="/category/gaming/" class="mobile-menu-link-v10">
  890.                            <span class="mobile-link-text-v10">Gaming</span>
  891.                        </a>
  892.                    </li>
  893.                    
  894.                    
  895.                    
  896.                    <li class="mobile-menu-item-v10">
  897.                        <a href="/category/health/" class="mobile-menu-link-v10">
  898.                            <span class="mobile-link-text-v10">Health</span>
  899.                        </a>
  900.                    </li>
  901.                    
  902.                    
  903.                    
  904.                    <li class="mobile-menu-item-v10">
  905.                        <a href="/category/life-fitness/" class="mobile-menu-link-v10">
  906.                            <span class="mobile-link-text-v10">Life &amp; Fitness</span>
  907.                        </a>
  908.                    </li>
  909.                    
  910.                    
  911.                    
  912.                    <li class="mobile-menu-item-v10">
  913.                        <a href="/category/lifestyle/" class="mobile-menu-link-v10">
  914.                            <span class="mobile-link-text-v10">Lifestyle</span>
  915.                        </a>
  916.                    </li>
  917.                    
  918.                    
  919.                    
  920.                    <li class="mobile-menu-item-v10">
  921.                        <a href="/category/news/" class="mobile-menu-link-v10">
  922.                            <span class="mobile-link-text-v10">News</span>
  923.                        </a>
  924.                    </li>
  925.                    
  926.                    
  927.                    
  928.                    <li class="mobile-menu-item-v10">
  929.                        <a href="/category/others/" class="mobile-menu-link-v10">
  930.                            <span class="mobile-link-text-v10">Others</span>
  931.                        </a>
  932.                    </li>
  933.                    
  934.                    
  935.                    
  936.                    <li class="mobile-menu-item-v10">
  937.                        <a href="/category/politics/" class="mobile-menu-link-v10">
  938.                            <span class="mobile-link-text-v10">Politics</span>
  939.                        </a>
  940.                    </li>
  941.                    
  942.                    
  943.                    
  944.                    <li class="mobile-menu-item-v10">
  945.                        <a href="/category/sports/" class="mobile-menu-link-v10">
  946.                            <span class="mobile-link-text-v10">Sports</span>
  947.                        </a>
  948.                    </li>
  949.                    
  950.                    
  951.                    
  952.                    <li class="mobile-menu-item-v10">
  953.                        <a href="/category/tech/" class="mobile-menu-link-v10">
  954.                            <span class="mobile-link-text-v10">Tech</span>
  955.                        </a>
  956.                    </li>
  957.                    
  958.                    
  959.                    
  960.                    <li class="mobile-menu-item-v10">
  961.                        <a href="/category/travel/" class="mobile-menu-link-v10">
  962.                            <span class="mobile-link-text-v10">Travel</span>
  963.                        </a>
  964.                    </li>
  965.                    
  966.                    
  967.  
  968.                </ul>
  969.            </div>
  970.        </div>
  971.  
  972.    </div>
  973. </header>
  974.  
  975. <style>
  976.    .logo-link-v9 img{
  977.        height: 70px;
  978.        width: auto;
  979.        object-fit: cover;
  980.    }
  981.    /* Navbar V10 Styles - Modern Two-Tier Design */
  982.    .header-v10 {
  983.        background: var(--navbar-bg);
  984.        margin-bottom: 10px;
  985.        position: relative;
  986.    }
  987.  
  988.    /* Top Bar */
  989.    .top-bar-v10 {
  990.        padding: 16px 0;
  991.    }
  992.  
  993.    /* Brand Section */
  994.    .brand-section-v10 {
  995.        display: flex;
  996.        align-items: center;
  997.    }
  998.  
  999.    .brand-link-v10 {
  1000.        display: flex;
  1001.        align-items: center;
  1002.        text-decoration: none;
  1003.    }
  1004.  
  1005.    .brand-icon-v10 {
  1006.        width: 48px;
  1007.        height: 48px;
  1008.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1009.        border-radius: 12px;
  1010.        display: flex;
  1011.        align-items: center;
  1012.        justify-content: center;
  1013.        padding: 8px;
  1014.    }
  1015.  
  1016.    .brand-img-v10 {
  1017.        max-width: 100%;
  1018.        max-height: 100%;
  1019.        filter: brightness(0) invert(1);
  1020.    }
  1021.  
  1022.    /* Search Container */
  1023.    .search-container-v10 {
  1024.        max-width: 500px;
  1025.        margin-left: auto;
  1026.    }
  1027.  
  1028.    .search-group-v10 {
  1029.        display: flex;
  1030.        align-items: center;
  1031.        background: #f9fafb;
  1032.        border: 2px solid #e5e7eb;
  1033.        border-radius: 12px;
  1034.        overflow: hidden;
  1035.        transition: all 0.3s ease;
  1036.    }
  1037.  
  1038.    .search-group-v10:focus-within {
  1039.        background: #ffffff;
  1040.        border-color: #3b82f6;
  1041.        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  1042.    }
  1043.  
  1044.    .search-icon-wrapper-v10 {
  1045.        padding: 12px 16px;
  1046.        display: flex;
  1047.        align-items: center;
  1048.    }
  1049.  
  1050.    .search-icon-v10 {
  1051.        width: 16px;
  1052.        height: 16px;
  1053.        background: #9ca3af;
  1054.        border-radius: 50%;
  1055.        position: relative;
  1056.    }
  1057.  
  1058.    .search-icon-v10::after {
  1059.        content: '';
  1060.        position: absolute;
  1061.        top: 12px;
  1062.        left: 12px;
  1063.        width: 6px;
  1064.        height: 1px;
  1065.        background: #9ca3af;
  1066.        transform: rotate(45deg);
  1067.    }
  1068.  
  1069.    .search-field-v10 {
  1070.        flex: 1;
  1071.        border: none;
  1072.        background: transparent;
  1073.        font-size: 15px;
  1074.        padding: 12px 0;
  1075.        outline: none;
  1076.        color: #1f2937;
  1077.    }
  1078.  
  1079.    .search-field-v10::placeholder {
  1080.        color: #9ca3af;
  1081.    }
  1082.  
  1083.    .search-button-v10 {
  1084.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1085.        color: white;
  1086.        border: none;
  1087.        padding: 14px 15px;
  1088.        font-weight: 600;
  1089.        cursor: pointer;
  1090.        transition: all 0.3s ease;
  1091.    }
  1092.  
  1093.    .search-button-v10:hover {
  1094.        background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  1095.    }
  1096.  
  1097.    /* Header Utilities */
  1098.    .header-utilities-v10 {
  1099.        display: flex;
  1100.        align-items: center;
  1101.        justify-content: flex-end;
  1102.        gap: 8px;
  1103.    }
  1104.  
  1105.    .utility-item-v10 {
  1106.        display: flex;
  1107.    }
  1108.  
  1109.    .theme-toggle-v10,
  1110.    .mobile-search-v10,
  1111.    .menu-trigger-v10 {
  1112.        background: #f9fafb;
  1113.        border: 1px solid #e5e7eb;
  1114.        border-radius: 8px;
  1115.        padding: 10px;
  1116.        cursor: pointer;
  1117.        transition: all 0.3s ease;
  1118.    }
  1119.  
  1120.    .mobile-search-v10:hover,
  1121.    .menu-trigger-v10:hover {
  1122.        background: #f3f4f6;
  1123.        border-color: #d1d5db;
  1124.    }
  1125.  
  1126.    .mobile-search-icon-v10 {
  1127.        width: 16px;
  1128.        height: 16px;
  1129.        background: #6b7280;
  1130.        border-radius: 50%;
  1131.    }
  1132.  
  1133.    .menu-icon-v10 {
  1134.        display: flex;
  1135.        flex-direction: column;
  1136.        gap: 3px;
  1137.        width: 16px;
  1138.    }
  1139.  
  1140.    .menu-bar-v10 {
  1141.        height: 2px;
  1142.        background: #6b7280;
  1143.        border-radius: 1px;
  1144.        transition: all 0.3s ease;
  1145.    }
  1146.  
  1147.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(1) {
  1148.        transform: rotate(45deg) translate(4px, 4px);
  1149.    }
  1150.  
  1151.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(2) {
  1152.        opacity: 0;
  1153.    }
  1154.  
  1155.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(3) {
  1156.        transform: rotate(-45deg) translate(6px, -6px);
  1157.    }
  1158.  
  1159.    /* Navigation */
  1160.    .navigation-v10 {
  1161.        background: var(--navbar-bg);
  1162.    }
  1163.  
  1164.    .nav-container-v10 {
  1165.        padding: 0;
  1166.        display: flex;
  1167.        justify-content: flex-end;
  1168.    }
  1169.  
  1170.    .nav-menu-v10 {
  1171.        list-style: none;
  1172.        padding: 0;
  1173.        margin: 0;
  1174.        display: flex;
  1175.        align-items: stretch;
  1176.    }
  1177.  
  1178.    .nav-item-v10 {
  1179.        position: relative;
  1180.    }
  1181.  
  1182.    .nav-link-v10 {
  1183.        color: #374151;
  1184.        text-decoration: none;
  1185.        display: block;
  1186.        transition: all 0.3s ease;
  1187.    }
  1188.  
  1189.    .link-content-v10 {
  1190.        padding: 16px 20px;
  1191.        display: flex;
  1192.        align-items: center;
  1193.        gap: 6px;
  1194.        position: relative;
  1195.    }
  1196.  
  1197.    .link-text-v10 {
  1198.        font-size: 15px;
  1199.        font-weight: 600;
  1200.    }
  1201.  
  1202.    .link-arrow-v10 {
  1203.        width: 0;
  1204.        height: 0;
  1205.        border-left: 3px solid transparent;
  1206.        border-right: 3px solid transparent;
  1207.        border-top: 3px solid currentColor;
  1208.        transition: transform 0.3s ease;
  1209.    }
  1210.  
  1211.    .link-indicator-v10 {
  1212.        position: absolute;
  1213.        bottom: 0;
  1214.        left: 0;
  1215.        right: 0;
  1216.        height: 3px;
  1217.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1218.        transform: scaleX(0);
  1219.        transition: transform 0.3s ease;
  1220.    }
  1221.  
  1222.    .nav-link-v10:hover,
  1223.    .nav-link-v10.active-v10 {
  1224.        color: white !important;
  1225.        background: var(--bs-primary);
  1226.    }
  1227.  
  1228.    .nav-link-v10:hover .link-indicator-v10,
  1229.    .nav-link-v10.active-v10 .link-indicator-v10 {
  1230.        transform: scaleX(1);
  1231.    }
  1232.  
  1233.    .has-submenu-v10:hover .link-arrow-v10 {
  1234.        transform: rotate(180deg);
  1235.    }
  1236.  
  1237.    /* Submenu */
  1238.    .submenu-v10 {
  1239.        position: absolute;
  1240.        top: 100%;
  1241.        left: 0;
  1242.        background: #ffffff;
  1243.        border: 1px solid #e5e7eb;
  1244.        border-radius: 12px;
  1245.        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1246.        opacity: 0;
  1247.        visibility: hidden;
  1248.        transform: translateY(-8px);
  1249.        transition: all 0.3s ease;
  1250.        z-index: 1000;
  1251.        min-width: 400px;
  1252.        padding: 24px;
  1253.        margin-top: 8px;
  1254.    }
  1255.  
  1256.    .has-submenu-v10:hover .submenu-v10 {
  1257.        opacity: 1;
  1258.        visibility: visible;
  1259.        transform: translateY(0);
  1260.    }
  1261.  
  1262.    .submenu-content-v10 {
  1263.        display: grid;
  1264.        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  1265.        gap: 24px;
  1266.    }
  1267.  
  1268.    .submenu-title-v10 {
  1269.        font-size: 13px;
  1270.        font-weight: 700;
  1271.        color: #3b82f6;
  1272.        margin-bottom: 12px;
  1273.        text-transform: uppercase;
  1274.        letter-spacing: 0.5px;
  1275.    }
  1276.  
  1277.    .submenu-links-v10 {
  1278.        list-style: none;
  1279.        padding: 0;
  1280.        margin: 0;
  1281.    }
  1282.  
  1283.    .submenu-link-v10 {
  1284.        display: block;
  1285.        color: #6b7280 !important;
  1286.        text-decoration: none;
  1287.        font-size: 14px;
  1288.        padding: 8px 0;
  1289.        transition: color 0.3s ease;
  1290.    }
  1291.  
  1292.    .submenu-link-v10:hover {
  1293.        color: #3b82f6 !important;
  1294.    }
  1295.  
  1296.    /* Mobile Search Panel */
  1297.    .mobile-search-panel-v10 {
  1298.        background: #f9fafb;
  1299.        border-bottom: 1px solid #e5e7eb;
  1300.        padding: 12px 0;
  1301.        max-height: 0;
  1302.        overflow: hidden;
  1303.        transition: all 0.3s ease;
  1304.    }
  1305.  
  1306.    .mobile-search-panel-v10.show-v10 {
  1307.        max-height: 80px;
  1308.    }
  1309.  
  1310.    .mobile-search-wrapper-v10 {
  1311.        display: flex;
  1312.        align-items: center;
  1313.        background: #ffffff;
  1314.        border: 1px solid #e5e7eb;
  1315.        border-radius: 8px;
  1316.        overflow: hidden;
  1317.    }
  1318.  
  1319.    .mobile-search-input-v10 {
  1320.        flex: 1;
  1321.        border: none;
  1322.        padding: 12px 16px;
  1323.        font-size: 15px;
  1324.        outline: none;
  1325.        background: transparent;
  1326.    }
  1327.  
  1328.    .mobile-search-btn-v10 {
  1329.        background: #3b82f6;
  1330.        border: none;
  1331.        padding: 12px 16px;
  1332.        cursor: pointer;
  1333.    }
  1334.  
  1335.    .mobile-search-btn-v10 .mobile-search-icon-v10 {
  1336.        background: white;
  1337.    }
  1338.  
  1339.    /* Mobile Menu */
  1340.    .mobile-menu-v10 {
  1341.        background: #ffffff;
  1342.        border-bottom: 1px solid #e5e7eb;
  1343.        max-height: 0;
  1344.        overflow: hidden;
  1345.        transition: all 0.4s ease;
  1346.    }
  1347.  
  1348.    .mobile-menu-v10.show-v10 {
  1349.        max-height: 500px;
  1350.    }
  1351.  
  1352.    .mobile-menu-content-v10 {
  1353.        padding: 16px 30px;
  1354.    }
  1355.  
  1356.    .mobile-menu-list-v10 {
  1357.        list-style: none;
  1358.        padding: 0;
  1359.        margin: 0;
  1360.    }
  1361.  
  1362.    .mobile-menu-item-v10 {
  1363.        border-bottom: 1px solid #f3f4f6;
  1364.    }
  1365.  
  1366.    .mobile-menu-link-v10,
  1367.    .mobile-menu-toggle-v10 {
  1368.        display: flex;
  1369.        align-items: center;
  1370.        justify-content: space-between;
  1371.        color: #374151;
  1372.        text-decoration: none;
  1373.        font-size: 16px;
  1374.        font-weight: 600;
  1375.        padding: 16px 0;
  1376.        transition: color 0.3s ease;
  1377.        background: none;
  1378.        border: none;
  1379.        width: 100%;
  1380.        cursor: pointer;
  1381.    }
  1382.  
  1383.    .mobile-menu-link-v10:hover,
  1384.    .mobile-menu-toggle-v10:hover,
  1385.    .mobile-menu-link-v10.active-v10 {
  1386.        color: var(--bs-light);
  1387.    }
  1388.  
  1389.    .mobile-toggle-arrow-v10 {
  1390.        width: 0;
  1391.        height: 0;
  1392.        border-left: 4px solid transparent;
  1393.        border-right: 4px solid transparent;
  1394.        border-top: 4px solid currentColor;
  1395.        transition: transform 0.3s ease;
  1396.    }
  1397.  
  1398.    .mobile-menu-item-v10.open-v10 .mobile-toggle-arrow-v10 {
  1399.        transform: rotate(180deg);
  1400.    }
  1401.  
  1402.    .mobile-submenu-v10 {
  1403.        list-style: none;
  1404.        padding: 0;
  1405.        margin: 0;
  1406.        max-height: 0;
  1407.        overflow: hidden;
  1408.        transition: all 0.3s ease;
  1409.        background: #f9fafb;
  1410.    }
  1411.  
  1412.    .mobile-submenu-v10.show-v10 {
  1413.        max-height: 200px;
  1414.        padding: 8px 0;
  1415.    }
  1416.  
  1417.    .mobile-submenu-link-v10 {
  1418.        display: block;
  1419.        color: #6b7280;
  1420.        text-decoration: none;
  1421.        font-size: 14px;
  1422.        padding: 10px 20px;
  1423.        transition: color 0.3s ease;
  1424.    }
  1425.  
  1426.    .mobile-submenu-link-v10:hover {
  1427.        color: #3b82f6;
  1428.    }
  1429.  
  1430.    /* Responsive Design */
  1431.    @media (max-width: 768px) {
  1432.        .top-bar-v10 {
  1433.            padding: 12px 0;
  1434.        }
  1435.  
  1436.        .brand-icon-v10 {
  1437.            width: 40px;
  1438.            height: 40px;
  1439.        }
  1440.  
  1441.        .brand-name-v10 {
  1442.            font-size: 18px;
  1443.        }
  1444.  
  1445.        .brand-tagline-v10 {
  1446.            font-size: 11px;
  1447.        }
  1448.    }
  1449.  
  1450.    @media (max-width: 576px) {
  1451.        .brand-text-v10 {
  1452.            display: none;
  1453.        }
  1454.    }
  1455. </style>
  1456.  
  1457. <script>
  1458.    function toggleMobileSearchV10() {
  1459.        const searchPanel = document.getElementById('mobileSearchV10');
  1460.        const searchBtn = document.querySelector('.mobile-search-v10');
  1461.  
  1462.        if (searchPanel) {
  1463.            searchPanel.classList.toggle('show-v10');
  1464.  
  1465.            if (searchPanel.classList.contains('show-v10')) {
  1466.                setTimeout(() => {
  1467.                    const input = searchPanel.querySelector('.mobile-search-input-v10');
  1468.                    if (input) input.focus();
  1469.                }, 100);
  1470.            }
  1471.        }
  1472.    }
  1473.  
  1474.    function toggleMenuV10() {
  1475.        const mobileMenu = document.getElementById('mobileMenuV10');
  1476.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1477.  
  1478.        if (mobileMenu && menuBtn) {
  1479.            mobileMenu.classList.toggle('show-v10');
  1480.            menuBtn.classList.toggle('active-v10');
  1481.        }
  1482.    }
  1483.  
  1484.    function toggleMobileSubmenuV10(submenuId) {
  1485.        const submenu = document.getElementById(submenuId);
  1486.        if (!submenu) return;
  1487.  
  1488.        const parentItem = submenu.closest('.mobile-menu-item-v10');
  1489.  
  1490.        // Close other submenus
  1491.        const allSubmenus = document.querySelectorAll('.mobile-submenu-v10');
  1492.        const allParents = document.querySelectorAll('.mobile-menu-item-v10.has-mobile-submenu-v10');
  1493.  
  1494.        allSubmenus.forEach(menu => {
  1495.            if (menu.id !== submenuId) {
  1496.                menu.classList.remove('show-v10');
  1497.            }
  1498.        });
  1499.  
  1500.        allParents.forEach(parent => {
  1501.            if (parent !== parentItem) {
  1502.                parent.classList.remove('open-v10');
  1503.            }
  1504.        });
  1505.  
  1506.        // Toggle current submenu
  1507.        submenu.classList.toggle('show-v10');
  1508.        if (parentItem) {
  1509.            parentItem.classList.toggle('open-v10');
  1510.        }
  1511.    }
  1512.  
  1513.    // Close menus when clicking outside
  1514.    document.addEventListener('click', function (e) {
  1515.        const mobileMenu = document.getElementById('mobileMenuV10');
  1516.        const mobileSearch = document.getElementById('mobileSearchV10');
  1517.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1518.        const searchBtn = document.querySelector('.mobile-search-v10');
  1519.  
  1520.        // Close mobile menu
  1521.        if (mobileMenu && menuBtn &&
  1522.            !mobileMenu.contains(e.target) &&
  1523.            !menuBtn.contains(e.target)) {
  1524.            mobileMenu.classList.remove('show-v10');
  1525.            menuBtn.classList.remove('active-v10');
  1526.        }
  1527.  
  1528.        // Close mobile search
  1529.        if (mobileSearch && searchBtn &&
  1530.            !mobileSearch.contains(e.target) &&
  1531.            !searchBtn.contains(e.target)) {
  1532.            mobileSearch.classList.remove('show-v10');
  1533.        }
  1534.    });
  1535. </script>
  1536.  
  1537. <script>
  1538.  document.addEventListener("DOMContentLoaded", function () {
  1539.    console.log("loaded");
  1540.  
  1541.     const searchInput = document.getElementById("search-input")
  1542.    const searchResults = document.getElementById("search-results");
  1543.  
  1544.    if (!searchInput || !searchResults) {
  1545.      console.error("Search input/results not found");
  1546.      return;
  1547.    }
  1548.  
  1549.    // Prevent form submission
  1550.    if (searchInput.form) {
  1551.      searchInput.form.addEventListener("submit", function (e) {
  1552.        e.preventDefault();
  1553.      });
  1554.    }
  1555.  
  1556.    // Add event listener for keyup
  1557.    searchInput.addEventListener("keyup", function (e) {
  1558.      console.log("Key pressed:", e.key);
  1559.      e.preventDefault();
  1560.  
  1561.      const query = searchInput.value.trim();
  1562.      console.log("User is typing: " + query);
  1563.  
  1564.      // If empty → clear and hide
  1565.      if (query === "") {
  1566.        searchResults.innerHTML = "";
  1567.        searchResults.style.display = "none";
  1568.        return;
  1569.      }
  1570.  
  1571.      // Show results
  1572.      searchResults.style.display = "block";
  1573.  
  1574.      // Fetch search results
  1575.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1576.        method: "GET",
  1577.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1578.      })
  1579.        .then(response => {
  1580.          console.log("Response Status:", response.status);
  1581.          return response.json();
  1582.        })
  1583.        .then(data => {
  1584.          console.log("Data received:", data);
  1585.          if (data.html) {
  1586.            searchResults.innerHTML = data.html;
  1587.          } else {
  1588.            searchResults.innerHTML = "<p>No results found.</p>";
  1589.          }
  1590.        })
  1591.        .catch(error => {
  1592.          console.error("Error fetching search results:", error);
  1593.        });
  1594.    });
  1595.  
  1596.    // Close results when clicking outside
  1597.    document.addEventListener("click", function (e) {
  1598.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1599.        searchResults.style.display = "none";
  1600.      }
  1601.    });
  1602.  
  1603.    // Close results on ESC key
  1604.    document.addEventListener("keydown", function (e) {
  1605.      if (e.key === "Escape") {
  1606.        searchResults.style.display = "none";
  1607.      }
  1608.    });
  1609.  });
  1610. </script>
  1611.  
  1612. <style>
  1613.        /* search field */
  1614.  .search-results-container {
  1615.  position: absolute;
  1616.  top: 60%; /* Position it below the input field */
  1617.  left: 10px;
  1618.  right: 10px;
  1619.  background-color: white;
  1620.  border: 1px solid #ddd;
  1621.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1622.  max-height: 300px;
  1623.  overflow-y: auto;
  1624.  z-index: 1000;
  1625.  display: none; /* Initially hidden */
  1626. }
  1627.  
  1628. .search-results-container p {
  1629.  margin: 0;
  1630. }
  1631.  
  1632. .search-results-container .result-item {
  1633.  padding: 10px;
  1634.  cursor: pointer;
  1635. }
  1636.  
  1637. .search-results-container .result-item:hover {
  1638.  background-color: #f0f0f0;
  1639. }
  1640. @media (max-width: 992px) {
  1641.  .search-results-container {
  1642.    top: 70%;
  1643.  }
  1644.    
  1645. }
  1646. </style>
  1647.  
  1648.        </header>
  1649.        <!-- end of header -->
  1650.        <!-- start of wpo-blog-hero -->
  1651.        
  1652.  
  1653.  
  1654.  
  1655.  
  1656.  
  1657.  
  1658.  
  1659. <div class="blog-hero-v8 my-5">
  1660.  <div class="container-fluid fluid-container">
  1661.    <!-- Full-Width Featured Article -->
  1662.    <div class="row g-4 mb-5">
  1663.      <div class="col-12">
  1664.        
  1665.        
  1666.          
  1667.        <article class="full-featured">
  1668.          <div class="featured-image-container">
  1669.            
  1670.              <img src="/static/blogapp/assets/images/breaking-news/img-3.jpg" alt="‘We Need a Aircraft to Go Find Them’: Adolescent’s Emergency Call to Rescue Relatives Lost Off Down Under Coast Unveiled" class="featured-image" />
  1671.            
  1672.            <div class="category-tag bg-primary-gradient news-tag">News</div>
  1673.          </div>
  1674.          <div class="featured-content">
  1675.            <h1 class="featured-title">
  1676.              <a href="/we-need-a-aircraft-to-go-find-them-adolescents-emergency-call-to-rescue-relatives-lost-off-down-under-coast-unveiled/">‘We Need a Aircraft to Go Find Them’: Adolescent’s Emergency Call to Rescue Relatives Lost Off Down Under Coast Unveiled</a>
  1677.            </h1>
  1678.            <p class="featured-summary">Discover amazing stories and insights from our featured article.</p>
  1679.            <div class="article-meta">
  1680.              <div class="author-info">
  1681.                
  1682.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Brian Hess's Profile" class="author-pic" />
  1683.                
  1684.                <div class="author-text">
  1685.                  <span class="author-name">Brian Hess</span>
  1686.                  
  1687.                  <span class="post-time">May 19, 2026</span>
  1688.                </div>
  1689.              </div>
  1690.              <div class="reading-info">
  1691.                
  1692.              </div>
  1693.            </div>
  1694.          </div>
  1695.        </article>
  1696.  
  1697.        
  1698.        
  1699.      </div>
  1700.    </div>
  1701.  
  1702.    <!-- Bottom Section: Compact Cards and Recent Sidebar -->
  1703.    <div class="row g-4">
  1704.      
  1705.      <div class="col-lg-3 col-md-6 col-12">
  1706.        <article class="compact-card">
  1707.          <div class="compact-image">
  1708.            
  1709.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="Tropical Storm Catastrophe in the Island Nation Ignites a Spirit of Community Action" />
  1710.            
  1711.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1712.          </div>
  1713.          <div class="compact-body">
  1714.            <h3 class="compact-title">
  1715.              <a href="/tropical-storm-catastrophe-in-the-island-nation-ignites-a-spirit-of-community-action/">Tropical Storm Catastrophe in the Island Nation Ignites a Spirit of Community Action</a>
  1716.            </h3>
  1717.            <p class="compact-text"></p>
  1718.            <div class="compact-footer">
  1719.              <div class="compact-author">
  1720.                
  1721.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Brian Hess's Profile" class="compact-avatar" />
  1722.                
  1723.                <span class="compact-name">Brian …</span>
  1724.              </div>
  1725.              <span class="compact-date">May 18</span>
  1726.            </div>
  1727.          </div>
  1728.        </article>
  1729.      </div>
  1730.      
  1731.      <div class="col-lg-3 col-md-6 col-12">
  1732.        <article class="compact-card">
  1733.          <div class="compact-image">
  1734.            
  1735.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="Los Blancos&#x27; Alexander-Arnold Could Face Liverpool in Forthcoming Champions League Fixture" />
  1736.            
  1737.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1738.          </div>
  1739.          <div class="compact-body">
  1740.            <h3 class="compact-title">
  1741.              <a href="/los-blancos-alexander-arnold-could-face-liverpool-in-forthcoming-champions-league-fixture/">Los Blancos&#x27; Alexander-Arnold Could Face Liverpool in Forthcoming Champions League Fixture</a>
  1742.            </h3>
  1743.            <p class="compact-text"></p>
  1744.            <div class="compact-footer">
  1745.              <div class="compact-author">
  1746.                
  1747.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Brian Hess's Profile" class="compact-avatar" />
  1748.                
  1749.                <span class="compact-name">Brian …</span>
  1750.              </div>
  1751.              <span class="compact-date">May 18</span>
  1752.            </div>
  1753.          </div>
  1754.        </article>
  1755.      </div>
  1756.      
  1757.      <div class="col-lg-3 col-md-6 col-12">
  1758.        <article class="compact-card">
  1759.          <div class="compact-image">
  1760.            
  1761.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="Troubling Memories Reemerge in Davao City as Authorities Piece Together Bondi Attack Alleged Attackers&#x27; Time in the City" />
  1762.            
  1763.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1764.          </div>
  1765.          <div class="compact-body">
  1766.            <h3 class="compact-title">
  1767.              <a href="/troubling-memories-reemerge-in-davao-city-as-authorities-piece-together-bondi-attack-alleged-attackers-time-in-the-city/">Troubling Memories Reemerge in Davao City as Authorities Piece Together Bondi Attack Alleged Attackers&#x27; Time in the City</a>
  1768.            </h3>
  1769.            <p class="compact-text"></p>
  1770.            <div class="compact-footer">
  1771.              <div class="compact-author">
  1772.                
  1773.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Brian Hess's Profile" class="compact-avatar" />
  1774.                
  1775.                <span class="compact-name">Brian …</span>
  1776.              </div>
  1777.              <span class="compact-date">May 18</span>
  1778.            </div>
  1779.          </div>
  1780.        </article>
  1781.      </div>
  1782.      
  1783.  
  1784.      <!-- Recent Articles Sidebar -->
  1785.      <div class="col-lg-3 col-md-6 col-12">
  1786.        <div class="recent-section">
  1787.          <h3 class="recent-title">Recent Articles</h3>
  1788.          <div class="recent-list">
  1789.            
  1790.            <div class="recent-item">
  1791.              <div class="recent-content">
  1792.                <h4 class="recent-article-title">
  1793.                  <a href="/authentic-southern-portugal-uncovering-portugal-away-from-the-shoreline/">Authentic Southern Portugal: Uncovering Portugal Away from the …</a>
  1794.                </h4>
  1795.                <span class="recent-date">May 18, 2026</span>
  1796.              </div>
  1797.            </div>
  1798.            
  1799.          </div>
  1800.        </div>
  1801.      </div>
  1802.    </div>
  1803.  </div>
  1804. </div>
  1805.  
  1806.  
  1807.  
  1808. <style>
  1809.  /* Full-Width Featured Article */
  1810.  .full-featured {
  1811.    background: var(--card-bg, #ffffff);
  1812.    border-radius: 12px;
  1813.    overflow: hidden;
  1814.    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  1815.    border: 1px solid var(--border-color, #e5e7eb);
  1816.    transition: box-shadow 0.3s ease;
  1817.  }
  1818.  
  1819.  .full-featured:hover {
  1820.    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  1821.  }
  1822.  
  1823.  .featured-image-container {
  1824.    position: relative;
  1825.    height: 400px;
  1826.    overflow: hidden;
  1827.  }
  1828.  
  1829.  .featured-image {
  1830.    width: 100%;
  1831.    height: 100%;
  1832.    object-fit: cover;
  1833.  }
  1834.  
  1835.  .featured-content {
  1836.    padding: 2rem;
  1837.  }
  1838.  
  1839.  .featured-title {
  1840.    font-size: 2.5rem;
  1841.    font-weight: 700;
  1842.    color: #111827;
  1843.    margin-bottom: 1rem;
  1844.    line-height: 1.2;
  1845.  }
  1846.  
  1847.  .featured-title a {
  1848.    color: inherit;
  1849.    text-decoration: none;
  1850.  }
  1851.  
  1852.  .featured-title a:hover {
  1853.    color: #3b82f6;
  1854.    transition: color 0.3s ease;
  1855.  }
  1856.  
  1857.  .featured-summary {
  1858.    font-size: 1.1rem;
  1859.    color: #4b5563;
  1860.    line-height: 1.6;
  1861.    margin-bottom: 1.5rem;
  1862.  }
  1863.  
  1864.  /* Category Tags - Dynamic Colors */
  1865.  .category-tag {
  1866.    position: absolute;
  1867.    top: 1rem;
  1868.    left: 1rem;
  1869.    padding: 0.4rem 1.2rem;
  1870.    font-size: 0.8rem;
  1871.    font-weight: 600;
  1872.    text-transform: uppercase;
  1873.    color: white;
  1874.    border-radius: 20px;
  1875.    z-index: 2;
  1876.  }
  1877.  
  1878.  /* Category Colors */
  1879.  
  1880.  .business-tag, .business-cat { background-color: #10b981; }
  1881.  
  1882.  .lifestyle-tag, .lifestyle-cat { background-color: #8b5cf6; }
  1883.  .sports-tag, .sports-cat { background-color: #f59e0b; }
  1884.  .travel-tag, .travel-cat { background-color: #06b6d4; }
  1885.  .health-tag, .health-cat { background-color: #84cc16; }
  1886.  
  1887.  /* Article Meta */
  1888.  .article-meta {
  1889.    display: flex;
  1890.    align-items: center;
  1891.    justify-content: space-between;
  1892.    font-size: 0.9rem;
  1893.    color: #6b7280;
  1894.  }
  1895.  
  1896.  .author-info {
  1897.    display: flex;
  1898.    align-items: center;
  1899.    gap: 0.75rem;
  1900.  }
  1901.  
  1902.  .author-pic {
  1903.    width: 40px;
  1904.    height: 40px;
  1905.    border-radius: 50%;
  1906.    object-fit: cover;
  1907.  }
  1908.  
  1909.  .author-name {
  1910.    font-weight: 600;
  1911.    color: var(--topbar-color, #111827);
  1912.  }
  1913.  
  1914.  .post-time {
  1915.    font-size: 0.85rem;
  1916.    color: #6b7280;
  1917.  }
  1918.  
  1919.  .read-time {
  1920.    background: #f3f4f6;
  1921.    padding: 0.25rem 0.75rem;
  1922.    border-radius: 12px;
  1923.    font-size: 0.8rem;
  1924.  }
  1925.  
  1926.  /* Compact Cards */
  1927.  .compact-card {
  1928.    background: var(--card-bg, #ffffff);
  1929.    border-radius: 12px;
  1930.    overflow: hidden;
  1931.    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  1932.    border: 1px solid var(--border-color, #e5e7eb);
  1933.    transition: box-shadow 0.3s ease;
  1934.    height: 100%;
  1935.  }
  1936.  
  1937.  .compact-card:hover {
  1938.    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  1939.  }
  1940.  
  1941.  .compact-image {
  1942.    position: relative;
  1943.    height: 160px;
  1944.    overflow: hidden;
  1945.  }
  1946.  
  1947.  .compact-image img {
  1948.    width: 100%;
  1949.    height: 100%;
  1950.    object-fit: cover;
  1951.  }
  1952.  
  1953.  .compact-category {
  1954.    position: absolute;
  1955.    top: 0.75rem;
  1956.    left: 0.75rem;
  1957.    padding: 0.3rem 1rem;
  1958.    font-size: 0.75rem;
  1959.    border-radius: 20px;
  1960.    color: white;
  1961.    font-weight: 600;
  1962.    text-transform: uppercase;
  1963.  }
  1964.  
  1965.  .compact-body {
  1966.    padding: 1.25rem;
  1967.  }
  1968.  
  1969.  .compact-title {
  1970.    font-size: 1.1rem;
  1971.    font-weight: 600;
  1972.    color: #111827;
  1973.    margin-bottom: 0.5rem;
  1974.    line-height: 1.3;
  1975.  }
  1976.  
  1977.  .compact-title a {
  1978.    color: inherit;
  1979.    text-decoration: none;
  1980.  }
  1981.  
  1982.  .compact-title a:hover {
  1983.    color: #3b82f6;
  1984.    transition: color 0.3s ease;
  1985.  }
  1986.  
  1987.  .compact-text {
  1988.    font-size: 0.9rem;
  1989.    color: #4b5563;
  1990.    line-height: 1.5;
  1991.  }
  1992.  
  1993.  .compact-footer {
  1994.    display: flex;
  1995.    justify-content: space-between;
  1996.    align-items: center;
  1997.    margin-top: 1rem;
  1998.    font-size: 0.85rem;
  1999.    color: #6b7280;
  2000.  }
  2001.  
  2002.  .compact-author {
  2003.    display: flex;
  2004.    align-items: center;
  2005.    gap: 0.5rem;
  2006.  }
  2007.  
  2008.  .compact-avatar {
  2009.    width: 28px;
  2010.    height: 28px;
  2011.    border-radius: 50%;
  2012.    object-fit: cover;
  2013.  }
  2014.  
  2015.  .compact-name {
  2016.    color: var(--topbar-color, #111827);
  2017.    font-weight: 500;
  2018.  }
  2019.  
  2020.  /* Recent Articles Sidebar */
  2021.  .recent-section {
  2022.    background: var(--card-bg, #ffffff);
  2023.    border-radius: 12px;
  2024.    padding: 1.5rem;
  2025.    border: 1px solid var(--border-color, #e5e7eb);
  2026.    height: 100%;
  2027.  }
  2028.  
  2029.  .recent-title {
  2030.    font-size: 1.2rem;
  2031.    font-weight: 700;
  2032.    color: #111827;
  2033.    margin-bottom: 1rem;
  2034.    border-bottom: 1px solid var(--border-color, #e5e7eb);
  2035.    padding-bottom: 0.5rem;
  2036.  }
  2037.  
  2038.  .recent-list {
  2039.    display: flex;
  2040.    flex-direction: column;
  2041.    gap: 1rem;
  2042.  }
  2043.  
  2044.  .recent-item {
  2045.    padding: 0.75rem;
  2046.    border-radius: 8px;
  2047.    transition: background 0.2s ease;
  2048.    border: 1px solid var(--border-color, #e5e7eb);
  2049.  }
  2050.  
  2051.  .recent-item:hover {
  2052.    background: var(--card-bg);
  2053.  }
  2054.  
  2055.  .recent-article-title {
  2056.    font-size: 0.95rem;
  2057.    font-weight: 500;
  2058.    color: var(--topbar-color, #111827);
  2059.    margin-bottom: 0.25rem;
  2060.  }
  2061.  
  2062.  .recent-article-title a {
  2063.    color: inherit;
  2064.    text-decoration: none;
  2065.  }
  2066.  
  2067.  .recent-article-title a:hover {
  2068.    color: #3b82f6;
  2069.    transition: color 0.3s ease;
  2070.  }
  2071.  
  2072.  .recent-date {
  2073.    font-size: 0.8rem;
  2074.    color: #6b7280;
  2075.  }
  2076.  
  2077.  /* Responsive Design */
  2078.  @media (max-width: 992px) {
  2079.    .featured-image-container {
  2080.      height: 300px;
  2081.    }
  2082.    
  2083.    .featured-title {
  2084.      font-size: 2rem;
  2085.    }
  2086.    
  2087.    .compact-image {
  2088.      height: 140px;
  2089.    }
  2090.  }
  2091.  
  2092.  @media (max-width: 768px) {
  2093.    .featured-content,
  2094.    .compact-body {
  2095.      padding: 1.5rem;
  2096.    }
  2097.    
  2098.    .article-meta {
  2099.      flex-direction: column;
  2100.      align-items: flex-start;
  2101.      gap: 0.75rem;
  2102.    }
  2103.    
  2104.    .recent-section {
  2105.      margin-top: 2rem;
  2106.    }
  2107.  }
  2108.  
  2109.  @media (max-width: 576px) {
  2110.    .featured-title {
  2111.      font-size: 1.8rem;
  2112.    }
  2113.    
  2114.    .compact-title {
  2115.      font-size: 1rem;
  2116.    }
  2117.    
  2118.    .featured-content {
  2119.      padding: 1rem;
  2120.    }
  2121.    
  2122.    .compact-body {
  2123.      padding: 1rem;
  2124.    }
  2125.  }
  2126. </style>
  2127.  
  2128.  
  2129.        <!-- end of wpo-blog-hero -->
  2130.  
  2131.        <!-- start of wpo-breacking-news -->
  2132.        
  2133.        <!-- end of wpo-breacking-news -->
  2134.        
  2135.        <!-- start wpo-blog-highlights-section -->
  2136.        
  2137.  
  2138.  
  2139.  
  2140.    
  2141.  
  2142.  
  2143.  <style>
  2144.    /* Section Header */
  2145.    .section-header-v9 {
  2146.      text-align: center;
  2147.      margin-bottom: 20px;
  2148.    }
  2149.    
  2150.    .section-title-v9 {
  2151.      font-size: 3rem;
  2152.      font-weight: 700;
  2153.      color: var(--topbar-color);
  2154.      margin-bottom: 20px;
  2155.      text-transform: uppercase;
  2156.    }
  2157.    
  2158.    .section-subtitle-v9 {
  2159.      font-size: 1.2rem;
  2160.      color: var(--topbar-color);
  2161.      opacity: 0.5;
  2162.      max-width: 800px;
  2163.      margin: 0 auto;
  2164.      line-height: 1.8;
  2165.    }
  2166.        
  2167.    /* Blog Card */
  2168.    .blog-card-v9 {
  2169.      background: var(--card-bg);
  2170.      border: 1px solid var(--border-color);
  2171.      border-radius: 8px;
  2172.      margin-bottom: 30px;
  2173.      overflow: hidden;
  2174.      opacity: 0;
  2175.      transition: opacity 0.5s ease, box-shadow 0.3s ease;
  2176.    }
  2177.    
  2178.    .blog-card-v9.fade-in {
  2179.      opacity: 1;
  2180.    }
  2181.    
  2182.    @keyframes fadeIn {
  2183.      from {
  2184.        opacity: 0;
  2185.      }
  2186.      to {
  2187.        opacity: 1;
  2188.      }
  2189.    }
  2190.    
  2191.    .blog-card-v9:hover {
  2192.      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  2193.    }
  2194.    
  2195.    /* Blog Image */
  2196.    .blog-image-container-v9 {
  2197.      width: 100%;
  2198.      aspect-ratio: 16/9; /* 👈 maintains clean ratio */
  2199.      overflow: hidden;
  2200.    }
  2201.    
  2202.    .blog-image-v9 {
  2203.      width: 100%;
  2204.      height: 100%;
  2205.    }
  2206.    
  2207.    .blog-image-v9 img {
  2208.      width: 100%;
  2209.      height: 100%;
  2210.      object-fit: cover;
  2211.      display: block;
  2212.    }
  2213.    
  2214.    /* Blog Content */
  2215.    .blog-content-v9 {
  2216.      padding: 20px;
  2217.    }
  2218.    
  2219.    .blog-title-v9 {
  2220.      font-size: 1.2rem;
  2221.      font-weight: 600;
  2222.      margin-bottom: 15px;
  2223.      color: var(--topbar-color) !important;
  2224.      text-transform: capitalize;
  2225.    }
  2226.    
  2227.    .blog-meta-v9 {
  2228.      display: flex;
  2229.      align-items: center;
  2230.      gap: 10px;
  2231.      font-size: 0.9rem;
  2232.      color: var(--topbar-color);
  2233.      margin-bottom: 10px;
  2234.    }
  2235.    
  2236.    .blog-meta-v9 span {
  2237.      display: inline-block;
  2238.    }
  2239.    
  2240.    .blog-excerpt-v9 {
  2241.      font-size: 1rem;
  2242.      color: var(--topbar-color);
  2243.      opacity: .6;
  2244.      margin-bottom: 15px;
  2245.      line-height: 1.6;
  2246.    }
  2247.    
  2248.    .blog-actions-v9 {
  2249.      display: flex;
  2250.      justify-content: flex-start;
  2251.    }
  2252.    
  2253.    .blog-read-more-v9 {
  2254.      font-size: 1rem;
  2255.      color: var(--topbar-color);
  2256.      text-decoration: none;
  2257.      transition: color 0.3s ease;
  2258.    }
  2259.    
  2260.    .blog-read-more-v9:hover {
  2261.      color: #2980b9 !important;
  2262.    }
  2263.    
  2264.    /* Responsive Design */
  2265.    @media (max-width: 768px) {
  2266.      .section-title-v9 {
  2267.        font-size: 2.5rem;
  2268.      }
  2269.    
  2270.      .blog-card-v9 {
  2271.        margin-bottom: 20px;
  2272.      }
  2273.    
  2274.      .blog-meta-v9 {
  2275.        font-size: 0.8rem;
  2276.      }
  2277.    
  2278.      .blog-image-container-v9 {
  2279.        aspect-ratio: 4/3; /* 👈 mobile friendly ratio */
  2280.      }
  2281.    }
  2282.  </style>
  2283.  
  2284.  <section class="blog-highlights-v9 mt-5">
  2285.    <div class="container-fluid fluid-container">
  2286.      <!-- Section Header -->
  2287.      <div class="row justify-content-center">
  2288.        <div class="col-12 col-lg-10">
  2289.          <div class="section-header-v9">
  2290.            <h2 class="section-title-v9 mb-0">
  2291.                Today's Top Highlights
  2292.                   </h2>
  2293.            <p class="section-subtitle-v9">Explore the intersection of technology and creativity through storytelling in the digital era.</p>
  2294.          </div>
  2295.        </div>
  2296.      </div>
  2297.  
  2298.      <!-- Blog Grid -->
  2299.      <div class="row ">
  2300.        <div class="col-lg-8">
  2301.          <div class="row d-flex justify-content-center">
  2302.            
  2303.              <div class="col-md-6 pb-3">
  2304.                <article class="blog-card-v9 h-100">
  2305.                  <div class="blog-image-container-v9">
  2306.                    <div class="blog-image-v9">
  2307.                      
  2308.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2309.                      
  2310.                    </div>
  2311.                  </div>
  2312.                  <div class="blog-content-v9">
  2313.                    <h3 class="blog-title-v9 "><a class="top-color" href="/arsenals-goalkeeper-backs-squad-depth-as-vital-to-silverware-pursuit/">Arsenal&#x27;s goalkeeper Backs Squad Depth as Vital to Silverware Pursuit</a></h3>
  2314.                    <div class="blog-meta-v9">
  2315.                      <span>By <strong>Brian Hess</strong></span>
  2316.                      <span>•</span>
  2317.                      <span>18 May 2026</span>
  2318.                    </div>
  2319.                    <p class="blog-excerpt-v9"></p>
  2320.                    <div class="blog-actions-v9">
  2321.                      <a href="/arsenals-goalkeeper-backs-squad-depth-as-vital-to-silverware-pursuit/" class="blog-read-more-v9">Read More →</a>
  2322.                    </div>
  2323.                  </div>
  2324.                </article>
  2325.              </div>
  2326.            
  2327.              <div class="col-md-6 pb-3">
  2328.                <article class="blog-card-v9 h-100">
  2329.                  <div class="blog-image-container-v9">
  2330.                    <div class="blog-image-v9">
  2331.                      
  2332.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2333.                      
  2334.                    </div>
  2335.                  </div>
  2336.                  <div class="blog-content-v9">
  2337.                    <h3 class="blog-title-v9 "><a class="top-color" href="/will-the-all-blacks-regain-their-winning-form-this-autumn/">Will the All Blacks regain their winning form this autumn?</a></h3>
  2338.                    <div class="blog-meta-v9">
  2339.                      <span>By <strong>Brian Hess</strong></span>
  2340.                      <span>•</span>
  2341.                      <span>18 May 2026</span>
  2342.                    </div>
  2343.                    <p class="blog-excerpt-v9"></p>
  2344.                    <div class="blog-actions-v9">
  2345.                      <a href="/will-the-all-blacks-regain-their-winning-form-this-autumn/" class="blog-read-more-v9">Read More →</a>
  2346.                    </div>
  2347.                  </div>
  2348.                </article>
  2349.              </div>
  2350.            
  2351.              <div class="col-md-6 pb-3">
  2352.                <article class="blog-card-v9 h-100">
  2353.                  <div class="blog-image-container-v9">
  2354.                    <div class="blog-image-v9">
  2355.                      
  2356.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2357.                      
  2358.                    </div>
  2359.                  </div>
  2360.                  <div class="blog-content-v9">
  2361.                    <h3 class="blog-title-v9 "><a class="top-color" href="/trumps-dominant-influence-in-athletics-reached-new-heights-in-last-year-next-year-promises-to-go-further/">Trump&#x27;s Dominant Influence in Athletics Reached New Heights in Last Year. Next Year Promises to Go Further.</a></h3>
  2362.                    <div class="blog-meta-v9">
  2363.                      <span>By <strong>Brian Hess</strong></span>
  2364.                      <span>•</span>
  2365.                      <span>18 May 2026</span>
  2366.                    </div>
  2367.                    <p class="blog-excerpt-v9"></p>
  2368.                    <div class="blog-actions-v9">
  2369.                      <a href="/trumps-dominant-influence-in-athletics-reached-new-heights-in-last-year-next-year-promises-to-go-further/" class="blog-read-more-v9">Read More →</a>
  2370.                    </div>
  2371.                  </div>
  2372.                </article>
  2373.              </div>
  2374.            
  2375.              <div class="col-md-6 pb-3">
  2376.                <article class="blog-card-v9 h-100">
  2377.                  <div class="blog-image-container-v9">
  2378.                    <div class="blog-image-v9">
  2379.                      
  2380.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2381.                      
  2382.                    </div>
  2383.                  </div>
  2384.                  <div class="blog-content-v9">
  2385.                    <h3 class="blog-title-v9 "><a class="top-color" href="/we-were-let-go-and-were-owning-it-this-is-how-to-land-a-new-job-that-suits-your-needs/">We Were Let Go, and We&#x27;re Owning It – This Is How to Land a New Job That Suits Your Needs</a></h3>
  2386.                    <div class="blog-meta-v9">
  2387.                      <span>By <strong>Brian Hess</strong></span>
  2388.                      <span>•</span>
  2389.                      <span>18 May 2026</span>
  2390.                    </div>
  2391.                    <p class="blog-excerpt-v9"></p>
  2392.                    <div class="blog-actions-v9">
  2393.                      <a href="/we-were-let-go-and-were-owning-it-this-is-how-to-land-a-new-job-that-suits-your-needs/" class="blog-read-more-v9">Read More →</a>
  2394.                    </div>
  2395.                  </div>
  2396.                </article>
  2397.              </div>
  2398.            
  2399.              <div class="col-md-6 pb-3">
  2400.                <article class="blog-card-v9 h-100">
  2401.                  <div class="blog-image-container-v9">
  2402.                    <div class="blog-image-v9">
  2403.                      
  2404.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2405.                      
  2406.                    </div>
  2407.                  </div>
  2408.                  <div class="blog-content-v9">
  2409.                    <h3 class="blog-title-v9 "><a class="top-color" href="/stay-active-as-you-work-ten-strength-building-desk-movements-you-can-do-in-regular-outfits/">Stay active as you work? Ten strength-building desk movements you can do in regular outfits</a></h3>
  2410.                    <div class="blog-meta-v9">
  2411.                      <span>By <strong>Brian Hess</strong></span>
  2412.                      <span>•</span>
  2413.                      <span>17 May 2026</span>
  2414.                    </div>
  2415.                    <p class="blog-excerpt-v9"></p>
  2416.                    <div class="blog-actions-v9">
  2417.                      <a href="/stay-active-as-you-work-ten-strength-building-desk-movements-you-can-do-in-regular-outfits/" class="blog-read-more-v9">Read More →</a>
  2418.                    </div>
  2419.                  </div>
  2420.                </article>
  2421.              </div>
  2422.            
  2423.              <div class="col-md-6 pb-3">
  2424.                <article class="blog-card-v9 h-100">
  2425.                  <div class="blog-image-container-v9">
  2426.                    <div class="blog-image-v9">
  2427.                      
  2428.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2429.                      
  2430.                    </div>
  2431.                  </div>
  2432.                  <div class="blog-content-v9">
  2433.                    <h3 class="blog-title-v9 "><a class="top-color" href="/anno-117-pax-romanas-top-secret-turns-out-to-be-a-breathtaking-first-person-view/">Anno 117 Pax Romana&#x27;s Top Secret Turns Out to Be a Breathtaking First-Person View.</a></h3>
  2434.                    <div class="blog-meta-v9">
  2435.                      <span>By <strong>Brian Hess</strong></span>
  2436.                      <span>•</span>
  2437.                      <span>17 May 2026</span>
  2438.                    </div>
  2439.                    <p class="blog-excerpt-v9"></p>
  2440.                    <div class="blog-actions-v9">
  2441.                      <a href="/anno-117-pax-romanas-top-secret-turns-out-to-be-a-breathtaking-first-person-view/" class="blog-read-more-v9">Read More →</a>
  2442.                    </div>
  2443.                  </div>
  2444.                </article>
  2445.              </div>
  2446.            
  2447.              <div class="col-md-6 pb-3">
  2448.                <article class="blog-card-v9 h-100">
  2449.                  <div class="blog-image-container-v9">
  2450.                    <div class="blog-image-v9">
  2451.                      
  2452.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2453.                      
  2454.                    </div>
  2455.                  </div>
  2456.                  <div class="blog-content-v9">
  2457.                    <h3 class="blog-title-v9 "><a class="top-color" href="/us-president-donald-trump-states-generally-agreement-exists-on-following-steps-of-peace-deal-in-gaza/">US President Donald Trump States &#x27;Generally, Agreement Exists&#x27; on Following Steps of Peace Deal in Gaza</a></h3>
  2458.                    <div class="blog-meta-v9">
  2459.                      <span>By <strong>Brian Hess</strong></span>
  2460.                      <span>•</span>
  2461.                      <span>17 May 2026</span>
  2462.                    </div>
  2463.                    <p class="blog-excerpt-v9"></p>
  2464.                    <div class="blog-actions-v9">
  2465.                      <a href="/us-president-donald-trump-states-generally-agreement-exists-on-following-steps-of-peace-deal-in-gaza/" class="blog-read-more-v9">Read More →</a>
  2466.                    </div>
  2467.                  </div>
  2468.                </article>
  2469.              </div>
  2470.            
  2471.              <div class="col-md-6 pb-3">
  2472.                <article class="blog-card-v9 h-100">
  2473.                  <div class="blog-image-container-v9">
  2474.                    <div class="blog-image-v9">
  2475.                      
  2476.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2477.                      
  2478.                    </div>
  2479.                  </div>
  2480.                  <div class="blog-content-v9">
  2481.                    <h3 class="blog-title-v9 "><a class="top-color" href="/top-ten-tips-for-boosting-your-casino-slot-winnings-a6fa/">Top Ten Tips for Boosting Your Casino Slot Winnings</a></h3>
  2482.                    <div class="blog-meta-v9">
  2483.                      <span>By <strong>Brian Hess</strong></span>
  2484.                      <span>•</span>
  2485.                      <span>17 May 2026</span>
  2486.                    </div>
  2487.                    <p class="blog-excerpt-v9"></p>
  2488.                    <div class="blog-actions-v9">
  2489.                      <a href="/top-ten-tips-for-boosting-your-casino-slot-winnings-a6fa/" class="blog-read-more-v9">Read More →</a>
  2490.                    </div>
  2491.                  </div>
  2492.                </article>
  2493.              </div>
  2494.            
  2495.              <div class="col-md-6 pb-3">
  2496.                <article class="blog-card-v9 h-100">
  2497.                  <div class="blog-image-container-v9">
  2498.                    <div class="blog-image-v9">
  2499.                      
  2500.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2501.                      
  2502.                    </div>
  2503.                  </div>
  2504.                  <div class="blog-content-v9">
  2505.                    <h3 class="blog-title-v9 "><a class="top-color" href="/top-ten-tips-for-boosting-your-casino-slot-winnings/">Top Ten Tips for Boosting Your Casino Slot Winnings</a></h3>
  2506.                    <div class="blog-meta-v9">
  2507.                      <span>By <strong>Brian Hess</strong></span>
  2508.                      <span>•</span>
  2509.                      <span>17 May 2026</span>
  2510.                    </div>
  2511.                    <p class="blog-excerpt-v9"></p>
  2512.                    <div class="blog-actions-v9">
  2513.                      <a href="/top-ten-tips-for-boosting-your-casino-slot-winnings/" class="blog-read-more-v9">Read More →</a>
  2514.                    </div>
  2515.                  </div>
  2516.                </article>
  2517.              </div>
  2518.            
  2519.              <div class="col-md-6 pb-3">
  2520.                <article class="blog-card-v9 h-100">
  2521.                  <div class="blog-image-container-v9">
  2522.                    <div class="blog-image-v9">
  2523.                      
  2524.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2525.                      
  2526.                    </div>
  2527.                  </div>
  2528.                  <div class="blog-content-v9">
  2529.                    <h3 class="blog-title-v9 "><a class="top-color" href="/unleashing-your-luck-tactics-for-internet-slot-game-success-c396/">Unleashing Your Luck: Tactics for Internet Slot Game Success</a></h3>
  2530.                    <div class="blog-meta-v9">
  2531.                      <span>By <strong>Brian Hess</strong></span>
  2532.                      <span>•</span>
  2533.                      <span>17 May 2026</span>
  2534.                    </div>
  2535.                    <p class="blog-excerpt-v9"></p>
  2536.                    <div class="blog-actions-v9">
  2537.                      <a href="/unleashing-your-luck-tactics-for-internet-slot-game-success-c396/" class="blog-read-more-v9">Read More →</a>
  2538.                    </div>
  2539.                  </div>
  2540.                </article>
  2541.              </div>
  2542.            
  2543.              <div class="col-md-6 pb-3">
  2544.                <article class="blog-card-v9 h-100">
  2545.                  <div class="blog-image-container-v9">
  2546.                    <div class="blog-image-v9">
  2547.                      
  2548.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2549.                      
  2550.                    </div>
  2551.                  </div>
  2552.                  <div class="blog-content-v9">
  2553.                    <h3 class="blog-title-v9 "><a class="top-color" href="/unleashing-your-luck-tactics-for-internet-slot-game-success/">Unleashing Your Luck: Tactics for Internet Slot Game Success</a></h3>
  2554.                    <div class="blog-meta-v9">
  2555.                      <span>By <strong>Brian Hess</strong></span>
  2556.                      <span>•</span>
  2557.                      <span>17 May 2026</span>
  2558.                    </div>
  2559.                    <p class="blog-excerpt-v9"></p>
  2560.                    <div class="blog-actions-v9">
  2561.                      <a href="/unleashing-your-luck-tactics-for-internet-slot-game-success/" class="blog-read-more-v9">Read More →</a>
  2562.                    </div>
  2563.                  </div>
  2564.                </article>
  2565.              </div>
  2566.            
  2567.              <div class="col-md-6 pb-3">
  2568.                <article class="blog-card-v9 h-100">
  2569.                  <div class="blog-image-container-v9">
  2570.                    <div class="blog-image-v9">
  2571.                      
  2572.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2573.                      
  2574.                    </div>
  2575.                  </div>
  2576.                  <div class="blog-content-v9">
  2577.                    <h3 class="blog-title-v9 "><a class="top-color" href="/my-fantasy-is-to-ride-a-unicorn-nightly-fantasy-themed-heavy-metal-group-castle-rat/">‘My Fantasy Is to Ride a Unicorn Nightly’: Fantasy-Themed Heavy Metal Group Castle Rat</a></h3>
  2578.                    <div class="blog-meta-v9">
  2579.                      <span>By <strong>Brian Hess</strong></span>
  2580.                      <span>•</span>
  2581.                      <span>17 May 2026</span>
  2582.                    </div>
  2583.                    <p class="blog-excerpt-v9"></p>
  2584.                    <div class="blog-actions-v9">
  2585.                      <a href="/my-fantasy-is-to-ride-a-unicorn-nightly-fantasy-themed-heavy-metal-group-castle-rat/" class="blog-read-more-v9">Read More →</a>
  2586.                    </div>
  2587.                  </div>
  2588.                </article>
  2589.              </div>
  2590.            
  2591.            
  2592.  
  2593.          </div>
  2594.        </div>
  2595.  
  2596.       <div class="col col-lg-4 col-12">
  2597.                
  2598.  
  2599.  
  2600.  
  2601.    
  2602.  
  2603.  
  2604. <!-- Blog Sidebar -->
  2605.  
  2606.    <div class="sidebar mb-3">
  2607.        
  2608.        
  2609.        <div class="sidebar-widget mb-4">
  2610.            <div class="widget-title-wrapper mb-3">
  2611.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2612.                    May 2026 Blog Roll
  2613.                    <span class="title-arrow"></span>
  2614.                </h4>
  2615.            </div>
  2616.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2617.                <ul class="list-unstyled scrollable-sidebar">
  2618.                    
  2619.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2620.                        <a href="https://esports-news.co.uk/gambling-sites/mafia-casino-review/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2621.                            <i class="ti-angle-right me-2 text-primary"></i>
  2622.                            <span class="fw-semibold">mafia casino</span>
  2623.                        </a>
  2624.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2625.                    </li>
  2626.                    
  2627.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2628.                        <a href="https://esports-news.co.uk/gambling-sites/dudespin-review/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2629.                            <i class="ti-angle-right me-2 text-primary"></i>
  2630.                            <span class="fw-semibold">dudespin casino</span>
  2631.                        </a>
  2632.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2633.                    </li>
  2634.                    
  2635.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2636.                        <a href="https://www.lattitude.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2637.                            <i class="ti-angle-right me-2 text-primary"></i>
  2638.                            <span class="fw-semibold">online casino</span>
  2639.                        </a>
  2640.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2641.                    </li>
  2642.                    
  2643.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2644.                        <a href="https://www.kylebooks.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2645.                            <i class="ti-angle-right me-2 text-primary"></i>
  2646.                            <span class="fw-semibold">online casino</span>
  2647.                        </a>
  2648.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2649.                    </li>
  2650.                    
  2651.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2652.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2653.                            <i class="ti-angle-right me-2 text-primary"></i>
  2654.                            <span class="fw-semibold">online casino</span>
  2655.                        </a>
  2656.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2657.                    </li>
  2658.                    
  2659.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2660.                        <a href="https://heyimhome.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2661.                            <i class="ti-angle-right me-2 text-primary"></i>
  2662.                            <span class="fw-semibold">casinos not on gamstop</span>
  2663.                        </a>
  2664.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2665.                    </li>
  2666.                    
  2667.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2668.                        <a href="https://www.artigiano.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2669.                            <i class="ti-angle-right me-2 text-primary"></i>
  2670.                            <span class="fw-semibold">non gamstop casinos uk</span>
  2671.                        </a>
  2672.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2673.                    </li>
  2674.                    
  2675.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2676.                        <a href="https://www.lattitude.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2677.                            <i class="ti-angle-right me-2 text-primary"></i>
  2678.                            <span class="fw-semibold">online casino uk</span>
  2679.                        </a>
  2680.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2681.                    </li>
  2682.                    
  2683.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2684.                        <a href="https://headley.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2685.                            <i class="ti-angle-right me-2 text-primary"></i>
  2686.                            <span class="fw-semibold">best betting sites</span>
  2687.                        </a>
  2688.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2689.                    </li>
  2690.                    
  2691.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2692.                        <a href="https://www.focus12.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2693.                            <i class="ti-angle-right me-2 text-primary"></i>
  2694.                            <span class="fw-semibold">non gamstop casino uk</span>
  2695.                        </a>
  2696.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2697.                    </li>
  2698.                    
  2699.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2700.                        <a href="https://www.money-mentor.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2701.                            <i class="ti-angle-right me-2 text-primary"></i>
  2702.                            <span class="fw-semibold">crypto casinos uk</span>
  2703.                        </a>
  2704.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2705.                    </li>
  2706.                    
  2707.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2708.                        <a href="https://nursingnotes.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2709.                            <i class="ti-angle-right me-2 text-primary"></i>
  2710.                            <span class="fw-semibold">casino not on gamstop</span>
  2711.                        </a>
  2712.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2713.                    </li>
  2714.                    
  2715.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2716.                        <a href="https://straightfromyard.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2717.                            <i class="ti-angle-right me-2 text-primary"></i>
  2718.                            <span class="fw-semibold">best non gamstop casinos</span>
  2719.                        </a>
  2720.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2721.                    </li>
  2722.                    
  2723.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2724.                        <a href="https://gdalabel.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2725.                            <i class="ti-angle-right me-2 text-primary"></i>
  2726.                            <span class="fw-semibold">best online betting sites uk</span>
  2727.                        </a>
  2728.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2729.                    </li>
  2730.                    
  2731.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2732.                        <a href="https://www.mesaonline.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2733.                            <i class="ti-angle-right me-2 text-primary"></i>
  2734.                            <span class="fw-semibold">casino not on gamstop</span>
  2735.                        </a>
  2736.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2737.                    </li>
  2738.                    
  2739.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2740.                        <a href="https://www.focus12.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2741.                            <i class="ti-angle-right me-2 text-primary"></i>
  2742.                            <span class="fw-semibold">non gamstop casino</span>
  2743.                        </a>
  2744.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2745.                    </li>
  2746.                    
  2747.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2748.                        <a href="https://britishicehockey.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2749.                            <i class="ti-angle-right me-2 text-primary"></i>
  2750.                            <span class="fw-semibold">non gamstop casino</span>
  2751.                        </a>
  2752.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2753.                    </li>
  2754.                    
  2755.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2756.                        <a href="https://adventuregamers.com/online-casinos/non-gamstop"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2757.                            <i class="ti-angle-right me-2 text-primary"></i>
  2758.                            <span class="fw-semibold">non gamstop casino</span>
  2759.                        </a>
  2760.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2761.                    </li>
  2762.                    
  2763.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2764.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2765.                            <i class="ti-angle-right me-2 text-primary"></i>
  2766.                            <span class="fw-semibold">casino sites not on gamstop</span>
  2767.                        </a>
  2768.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2769.                    </li>
  2770.                    
  2771.                </ul>
  2772.            </div>
  2773.        </div>
  2774.        
  2775.        <div class="sidebar-widget mb-4">
  2776.            <div class="widget-title-wrapper mb-3">
  2777.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2778.                    April 2026 Blog Roll
  2779.                    <span class="title-arrow"></span>
  2780.                </h4>
  2781.            </div>
  2782.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2783.                <ul class="list-unstyled scrollable-sidebar">
  2784.                    
  2785.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2786.                        <a href="https://tdlwebsolutions.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2787.                            <i class="ti-angle-right me-2 text-primary"></i>
  2788.                            <span class="fw-semibold">lolajack</span>
  2789.                        </a>
  2790.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2791.                    </li>
  2792.                    
  2793.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2794.                        <a href="https://www.kingking.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2795.                            <i class="ti-angle-right me-2 text-primary"></i>
  2796.                            <span class="fw-semibold">online casinos</span>
  2797.                        </a>
  2798.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2799.                    </li>
  2800.                    
  2801.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2802.                        <a href="https://www.hintsandthings.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2803.                            <i class="ti-angle-right me-2 text-primary"></i>
  2804.                            <span class="fw-semibold">crypto casinos UK</span>
  2805.                        </a>
  2806.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2807.                    </li>
  2808.                    
  2809.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2810.                        <a href="https://www.hintsandthings.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2811.                            <i class="ti-angle-right me-2 text-primary"></i>
  2812.                            <span class="fw-semibold">bitcoin casino</span>
  2813.                        </a>
  2814.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2815.                    </li>
  2816.                    
  2817.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2818.                        <a href="https://gamingamerica.com/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2819.                            <i class="ti-angle-right me-2 text-primary"></i>
  2820.                            <span class="fw-semibold">casino not on gamstop</span>
  2821.                        </a>
  2822.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2823.                    </li>
  2824.                    
  2825.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2826.                        <a href="https://www.mesaonline.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2827.                            <i class="ti-angle-right me-2 text-primary"></i>
  2828.                            <span class="fw-semibold">casinos not on gamstop</span>
  2829.                        </a>
  2830.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2831.                    </li>
  2832.                    
  2833.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2834.                        <a href="https://www.forcesreunited.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2835.                            <i class="ti-angle-right me-2 text-primary"></i>
  2836.                            <span class="fw-semibold">casinos not on gamstop</span>
  2837.                        </a>
  2838.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2839.                    </li>
  2840.                    
  2841.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2842.                        <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2843.                            <i class="ti-angle-right me-2 text-primary"></i>
  2844.                            <span class="fw-semibold">non gamstop casino</span>
  2845.                        </a>
  2846.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2847.                    </li>
  2848.                    
  2849.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2850.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2851.                            <i class="ti-angle-right me-2 text-primary"></i>
  2852.                            <span class="fw-semibold">casinos not on gamstop</span>
  2853.                        </a>
  2854.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2855.                    </li>
  2856.                    
  2857.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2858.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2859.                            <i class="ti-angle-right me-2 text-primary"></i>
  2860.                            <span class="fw-semibold">casinos not on gamstop</span>
  2861.                        </a>
  2862.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2863.                    </li>
  2864.                    
  2865.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2866.                        <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2867.                            <i class="ti-angle-right me-2 text-primary"></i>
  2868.                            <span class="fw-semibold">casinos not on gamstop</span>
  2869.                        </a>
  2870.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2871.                    </li>
  2872.                    
  2873.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2874.                        <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2875.                            <i class="ti-angle-right me-2 text-primary"></i>
  2876.                            <span class="fw-semibold">casinos not on gamstop</span>
  2877.                        </a>
  2878.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2879.                    </li>
  2880.                    
  2881.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2882.                        <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2883.                            <i class="ti-angle-right me-2 text-primary"></i>
  2884.                            <span class="fw-semibold">casinos not on gamstop</span>
  2885.                        </a>
  2886.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2887.                    </li>
  2888.                    
  2889.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2890.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2891.                            <i class="ti-angle-right me-2 text-primary"></i>
  2892.                            <span class="fw-semibold">casinos not on gamstop</span>
  2893.                        </a>
  2894.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2895.                    </li>
  2896.                    
  2897.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2898.                        <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2899.                            <i class="ti-angle-right me-2 text-primary"></i>
  2900.                            <span class="fw-semibold">casinos not on gamstop</span>
  2901.                        </a>
  2902.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2903.                    </li>
  2904.                    
  2905.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2906.                        <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2907.                            <i class="ti-angle-right me-2 text-primary"></i>
  2908.                            <span class="fw-semibold">casinos not on gamstop</span>
  2909.                        </a>
  2910.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2911.                    </li>
  2912.                    
  2913.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2914.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2915.                            <i class="ti-angle-right me-2 text-primary"></i>
  2916.                            <span class="fw-semibold">casinos not on gamstop</span>
  2917.                        </a>
  2918.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2919.                    </li>
  2920.                    
  2921.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2922.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2923.                            <i class="ti-angle-right me-2 text-primary"></i>
  2924.                            <span class="fw-semibold">non gamstop casino</span>
  2925.                        </a>
  2926.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2927.                    </li>
  2928.                    
  2929.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2930.                        <a href="https://www.elthampalace.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2931.                            <i class="ti-angle-right me-2 text-primary"></i>
  2932.                            <span class="fw-semibold">casinos not on gamstop</span>
  2933.                        </a>
  2934.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2935.                    </li>
  2936.                    
  2937.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2938.                        <a href="https://www.cranleyclinic.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2939.                            <i class="ti-angle-right me-2 text-primary"></i>
  2940.                            <span class="fw-semibold">online casinos</span>
  2941.                        </a>
  2942.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2943.                    </li>
  2944.                    
  2945.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2946.                        <a href="https://www.nhsborders.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2947.                            <i class="ti-angle-right me-2 text-primary"></i>
  2948.                            <span class="fw-semibold">crypto casino</span>
  2949.                        </a>
  2950.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2951.                    </li>
  2952.                    
  2953.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2954.                        <a href="https://forcesreunited.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2955.                            <i class="ti-angle-right me-2 text-primary"></i>
  2956.                            <span class="fw-semibold">harry casino website</span>
  2957.                        </a>
  2958.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2959.                    </li>
  2960.                    
  2961.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2962.                        <a href="https://ddaymuseum.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2963.                            <i class="ti-angle-right me-2 text-primary"></i>
  2964.                            <span class="fw-semibold">casino not on gamstop</span>
  2965.                        </a>
  2966.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2967.                    </li>
  2968.                    
  2969.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2970.                        <a href="https://broomhillart.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2971.                            <i class="ti-angle-right me-2 text-primary"></i>
  2972.                            <span class="fw-semibold">casinos not on gamstop</span>
  2973.                        </a>
  2974.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2975.                    </li>
  2976.                    
  2977.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2978.                        <a href="https://sbnn.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2979.                            <i class="ti-angle-right me-2 text-primary"></i>
  2980.                            <span class="fw-semibold">casinos not on gamstop</span>
  2981.                        </a>
  2982.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2983.                    </li>
  2984.                    
  2985.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2986.                        <a href="https://www.ukessaywriters.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2987.                            <i class="ti-angle-right me-2 text-primary"></i>
  2988.                            <span class="fw-semibold">online casinos</span>
  2989.                        </a>
  2990.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2991.                    </li>
  2992.                    
  2993.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2994.                        <a href="https://www.german-embassy.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2995.                            <i class="ti-angle-right me-2 text-primary"></i>
  2996.                            <span class="fw-semibold">no kyc casinos</span>
  2997.                        </a>
  2998.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2999.                    </li>
  3000.                    
  3001.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3002.                        <a href="https://diabetologists-abcd.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3003.                            <i class="ti-angle-right me-2 text-primary"></i>
  3004.                            <span class="fw-semibold">casino not on gamstop</span>
  3005.                        </a>
  3006.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3007.                    </li>
  3008.                    
  3009.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3010.                        <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3011.                            <i class="ti-angle-right me-2 text-primary"></i>
  3012.                            <span class="fw-semibold">non gamstop casinos</span>
  3013.                        </a>
  3014.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3015.                    </li>
  3016.                    
  3017.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3018.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3019.                            <i class="ti-angle-right me-2 text-primary"></i>
  3020.                            <span class="fw-semibold">casinos not on gamstop</span>
  3021.                        </a>
  3022.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3023.                    </li>
  3024.                    
  3025.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3026.                        <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3027.                            <i class="ti-angle-right me-2 text-primary"></i>
  3028.                            <span class="fw-semibold">non UK casinos</span>
  3029.                        </a>
  3030.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3031.                    </li>
  3032.                    
  3033.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3034.                        <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3035.                            <i class="ti-angle-right me-2 text-primary"></i>
  3036.                            <span class="fw-semibold">UK casino sites</span>
  3037.                        </a>
  3038.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3039.                    </li>
  3040.                    
  3041.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3042.                        <a href="https://www.northdevon.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3043.                            <i class="ti-angle-right me-2 text-primary"></i>
  3044.                            <span class="fw-semibold">non gamstop casinos</span>
  3045.                        </a>
  3046.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3047.                    </li>
  3048.                    
  3049.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3050.                        <a href="https://www.gamblinginsider.com/uk/online-casinos"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3051.                            <i class="ti-angle-right me-2 text-primary"></i>
  3052.                            <span class="fw-semibold">online casinos</span>
  3053.                        </a>
  3054.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3055.                    </li>
  3056.                    
  3057.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3058.                        <a href="https://ealingnewsextra.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3059.                            <i class="ti-angle-right me-2 text-primary"></i>
  3060.                            <span class="fw-semibold">best betting sites uk</span>
  3061.                        </a>
  3062.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3063.                    </li>
  3064.                    
  3065.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3066.                        <a href="https://www.oceanacidification.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3067.                            <i class="ti-angle-right me-2 text-primary"></i>
  3068.                            <span class="fw-semibold">non gamstop casinos uk</span>
  3069.                        </a>
  3070.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3071.                    </li>
  3072.                    
  3073.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3074.                        <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3075.                            <i class="ti-angle-right me-2 text-primary"></i>
  3076.                            <span class="fw-semibold">best uk non gamstop casinos</span>
  3077.                        </a>
  3078.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3079.                    </li>
  3080.                    
  3081.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3082.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3083.                            <i class="ti-angle-right me-2 text-primary"></i>
  3084.                            <span class="fw-semibold">best uk non gamstop casinos</span>
  3085.                        </a>
  3086.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3087.                    </li>
  3088.                    
  3089.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3090.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3091.                            <i class="ti-angle-right me-2 text-primary"></i>
  3092.                            <span class="fw-semibold">non gamstop casinos</span>
  3093.                        </a>
  3094.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3095.                    </li>
  3096.                    
  3097.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3098.                        <a href="https://parentsandteachers.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3099.                            <i class="ti-angle-right me-2 text-primary"></i>
  3100.                            <span class="fw-semibold">UK crypto casino</span>
  3101.                        </a>
  3102.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3103.                    </li>
  3104.                    
  3105.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3106.                        <a href="https://www.executive-shaving.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3107.                            <i class="ti-angle-right me-2 text-primary"></i>
  3108.                            <span class="fw-semibold">non GamStop casino</span>
  3109.                        </a>
  3110.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3111.                    </li>
  3112.                    
  3113.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3114.                        <a href="https://israelpremiertech.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3115.                            <i class="ti-angle-right me-2 text-primary"></i>
  3116.                            <span class="fw-semibold">new non GamStop casinos</span>
  3117.                        </a>
  3118.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3119.                    </li>
  3120.                    
  3121.                </ul>
  3122.            </div>
  3123.        </div>
  3124.        
  3125.        <div class="sidebar-widget mb-4">
  3126.            <div class="widget-title-wrapper mb-3">
  3127.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3128.                    March 2026 Blog Roll
  3129.                    <span class="title-arrow"></span>
  3130.                </h4>
  3131.            </div>
  3132.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  3133.                <ul class="list-unstyled scrollable-sidebar">
  3134.                    
  3135.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3136.                        <a href="https://www.gullwingbridge.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3137.                            <i class="ti-angle-right me-2 text-primary"></i>
  3138.                            <span class="fw-semibold">non GamStop casino UK</span>
  3139.                        </a>
  3140.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3141.                    </li>
  3142.                    
  3143.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3144.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3145.                            <i class="ti-angle-right me-2 text-primary"></i>
  3146.                            <span class="fw-semibold">non gamstop casino</span>
  3147.                        </a>
  3148.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3149.                    </li>
  3150.                    
  3151.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3152.                        <a href="https://www.bmag.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3153.                            <i class="ti-angle-right me-2 text-primary"></i>
  3154.                            <span class="fw-semibold">casino UK</span>
  3155.                        </a>
  3156.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3157.                    </li>
  3158.                    
  3159.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3160.                        <a href="https://hmdbookclub.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3161.                            <i class="ti-angle-right me-2 text-primary"></i>
  3162.                            <span class="fw-semibold">slot sites not on GamStop</span>
  3163.                        </a>
  3164.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3165.                    </li>
  3166.                    
  3167.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3168.                        <a href="https://www.labodeganegra.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3169.                            <i class="ti-angle-right me-2 text-primary"></i>
  3170.                            <span class="fw-semibold">UK casino sites</span>
  3171.                        </a>
  3172.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3173.                    </li>
  3174.                    
  3175.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3176.                        <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3177.                            <i class="ti-angle-right me-2 text-primary"></i>
  3178.                            <span class="fw-semibold">top casinos not on GamStop</span>
  3179.                        </a>
  3180.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3181.                    </li>
  3182.                    
  3183.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3184.                        <a href="https://www.insidewalessport.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3185.                            <i class="ti-angle-right me-2 text-primary"></i>
  3186.                            <span class="fw-semibold">No KYC casinos UK</span>
  3187.                        </a>
  3188.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3189.                    </li>
  3190.                    
  3191.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3192.                        <a href="https://www.culturestreet.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3193.                            <i class="ti-angle-right me-2 text-primary"></i>
  3194.                            <span class="fw-semibold">no verification casino UK</span>
  3195.                        </a>
  3196.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3197.                    </li>
  3198.                    
  3199.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3200.                        <a href="https://newsoundgeneration.co.uk/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3201.                            <i class="ti-angle-right me-2 text-primary"></i>
  3202.                            <span class="fw-semibold">casinos that dont use GamStop</span>
  3203.                        </a>
  3204.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3205.                    </li>
  3206.                    
  3207.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3208.                        <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3209.                            <i class="ti-angle-right me-2 text-primary"></i>
  3210.                            <span class="fw-semibold">Non UK Licence Casino</span>
  3211.                        </a>
  3212.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3213.                    </li>
  3214.                    
  3215.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3216.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3217.                            <i class="ti-angle-right me-2 text-primary"></i>
  3218.                            <span class="fw-semibold">online casinos</span>
  3219.                        </a>
  3220.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3221.                    </li>
  3222.                    
  3223.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3224.                        <a href="https://www.chromayoga.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3225.                            <i class="ti-angle-right me-2 text-primary"></i>
  3226.                            <span class="fw-semibold">non gamstop casinos</span>
  3227.                        </a>
  3228.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3229.                    </li>
  3230.                    
  3231.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3232.                        <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3233.                            <i class="ti-angle-right me-2 text-primary"></i>
  3234.                            <span class="fw-semibold">non GamStop casino UK</span>
  3235.                        </a>
  3236.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3237.                    </li>
  3238.                    
  3239.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3240.                        <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3241.                            <i class="ti-angle-right me-2 text-primary"></i>
  3242.                            <span class="fw-semibold">online casinos not on GamStop</span>
  3243.                        </a>
  3244.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3245.                    </li>
  3246.                    
  3247.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3248.                        <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3249.                            <i class="ti-angle-right me-2 text-primary"></i>
  3250.                            <span class="fw-semibold">casino not on GamStop</span>
  3251.                        </a>
  3252.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3253.                    </li>
  3254.                    
  3255.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3256.                        <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3257.                            <i class="ti-angle-right me-2 text-primary"></i>
  3258.                            <span class="fw-semibold">best casino not on GamStop</span>
  3259.                        </a>
  3260.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3261.                    </li>
  3262.                    
  3263.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3264.                        <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3265.                            <i class="ti-angle-right me-2 text-primary"></i>
  3266.                            <span class="fw-semibold">UK casinos not on GamStop</span>
  3267.                        </a>
  3268.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3269.                    </li>
  3270.                    
  3271.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3272.                        <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3273.                            <i class="ti-angle-right me-2 text-primary"></i>
  3274.                            <span class="fw-semibold">online casinos</span>
  3275.                        </a>
  3276.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3277.                    </li>
  3278.                    
  3279.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3280.                        <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3281.                            <i class="ti-angle-right me-2 text-primary"></i>
  3282.                            <span class="fw-semibold">non gamstop casinos</span>
  3283.                        </a>
  3284.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3285.                    </li>
  3286.                    
  3287.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3288.                        <a href="https://www.cevicheuk.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3289.                            <i class="ti-angle-right me-2 text-primary"></i>
  3290.                            <span class="fw-semibold">casinos not on gamstop</span>
  3291.                        </a>
  3292.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3293.                    </li>
  3294.                    
  3295.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3296.                        <a href="https://citytosea.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3297.                            <i class="ti-angle-right me-2 text-primary"></i>
  3298.                            <span class="fw-semibold">UK online casino</span>
  3299.                        </a>
  3300.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3301.                    </li>
  3302.                    
  3303.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3304.                        <a href="https://londonnewsonline.co.uk/en-gb/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3305.                            <i class="ti-angle-right me-2 text-primary"></i>
  3306.                            <span class="fw-semibold">casino not on gamstop</span>
  3307.                        </a>
  3308.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3309.                    </li>
  3310.                    
  3311.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3312.                        <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3313.                            <i class="ti-angle-right me-2 text-primary"></i>
  3314.                            <span class="fw-semibold">gambling sites not on GamStop</span>
  3315.                        </a>
  3316.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3317.                    </li>
  3318.                    
  3319.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3320.                        <a href="https://letstalkloneliness.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3321.                            <i class="ti-angle-right me-2 text-primary"></i>
  3322.                            <span class="fw-semibold">online casinos</span>
  3323.                        </a>
  3324.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3325.                    </li>
  3326.                    
  3327.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3328.                        <a href="https://www.ncpqsw.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3329.                            <i class="ti-angle-right me-2 text-primary"></i>
  3330.                            <span class="fw-semibold">best uk non GamStop casinos</span>
  3331.                        </a>
  3332.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3333.                    </li>
  3334.                    
  3335.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3336.                        <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3337.                            <i class="ti-angle-right me-2 text-primary"></i>
  3338.                            <span class="fw-semibold">Non Gamstop Casinos</span>
  3339.                        </a>
  3340.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3341.                    </li>
  3342.                    
  3343.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3344.                        <a href="https://humanigen.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3345.                            <i class="ti-angle-right me-2 text-primary"></i>
  3346.                            <span class="fw-semibold">casinos not on gamstop</span>
  3347.                        </a>
  3348.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3349.                    </li>
  3350.                    
  3351.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3352.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3353.                            <i class="ti-angle-right me-2 text-primary"></i>
  3354.                            <span class="fw-semibold">non gamstop casino</span>
  3355.                        </a>
  3356.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3357.                    </li>
  3358.                    
  3359.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3360.                        <a href="https://www.techcityuk.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3361.                            <i class="ti-angle-right me-2 text-primary"></i>
  3362.                            <span class="fw-semibold">non gamstop casinos</span>
  3363.                        </a>
  3364.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3365.                    </li>
  3366.                    
  3367.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3368.                        <a href="https://www.videogamer.com/uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3369.                            <i class="ti-angle-right me-2 text-primary"></i>
  3370.                            <span class="fw-semibold">non gamstop casinos</span>
  3371.                        </a>
  3372.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3373.                    </li>
  3374.                    
  3375.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3376.                        <a href="https://www.money-mentor.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3377.                            <i class="ti-angle-right me-2 text-primary"></i>
  3378.                            <span class="fw-semibold">crypto casinos</span>
  3379.                        </a>
  3380.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3381.                    </li>
  3382.                    
  3383.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3384.                        <a href="https://www.globalwaters.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3385.                            <i class="ti-angle-right me-2 text-primary"></i>
  3386.                            <span class="fw-semibold">online casinos</span>
  3387.                        </a>
  3388.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3389.                    </li>
  3390.                    
  3391.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3392.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3393.                            <i class="ti-angle-right me-2 text-primary"></i>
  3394.                            <span class="fw-semibold">non gamstop casinos</span>
  3395.                        </a>
  3396.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3397.                    </li>
  3398.                    
  3399.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3400.                        <a href="https://bitcoinsuperstar.io/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3401.                            <i class="ti-angle-right me-2 text-primary"></i>
  3402.                            <span class="fw-semibold">crypto casino</span>
  3403.                        </a>
  3404.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3405.                    </li>
  3406.                    
  3407.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3408.                        <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3409.                            <i class="ti-angle-right me-2 text-primary"></i>
  3410.                            <span class="fw-semibold">online casino</span>
  3411.                        </a>
  3412.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3413.                    </li>
  3414.                    
  3415.                </ul>
  3416.            </div>
  3417.        </div>
  3418.        
  3419.        <div class="sidebar-widget mb-4">
  3420.            <div class="widget-title-wrapper mb-3">
  3421.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3422.                    February 2026 Blog Roll
  3423.                    <span class="title-arrow"></span>
  3424.                </h4>
  3425.            </div>
  3426.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  3427.                <ul class="list-unstyled scrollable-sidebar">
  3428.                    
  3429.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3430.                        <a href="https://ibrabee.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3431.                            <i class="ti-angle-right me-2 text-primary"></i>
  3432.                            <span class="fw-semibold">best online casino</span>
  3433.                        </a>
  3434.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3435.                    </li>
  3436.                    
  3437.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3438.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3439.                            <i class="ti-angle-right me-2 text-primary"></i>
  3440.                            <span class="fw-semibold">best online casinos uk</span>
  3441.                        </a>
  3442.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3443.                    </li>
  3444.                    
  3445.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3446.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3447.                            <i class="ti-angle-right me-2 text-primary"></i>
  3448.                            <span class="fw-semibold">best online casinos</span>
  3449.                        </a>
  3450.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3451.                    </li>
  3452.                    
  3453.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3454.                        <a href="https://trombonefrance.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3455.                            <i class="ti-angle-right me-2 text-primary"></i>
  3456.                            <span class="fw-semibold">casino en ligne france</span>
  3457.                        </a>
  3458.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3459.                    </li>
  3460.                    
  3461.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3462.                        <a href="https://plasticoceans.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3463.                            <i class="ti-angle-right me-2 text-primary"></i>
  3464.                            <span class="fw-semibold">casino not on gamstop</span>
  3465.                        </a>
  3466.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3467.                    </li>
  3468.                    
  3469.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3470.                        <a href="https://platypuspress.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3471.                            <i class="ti-angle-right me-2 text-primary"></i>
  3472.                            <span class="fw-semibold">online casino</span>
  3473.                        </a>
  3474.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3475.                    </li>
  3476.                    
  3477.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3478.                        <a href="https://www.kylebooks.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3479.                            <i class="ti-angle-right me-2 text-primary"></i>
  3480.                            <span class="fw-semibold">non gamstop casino uk</span>
  3481.                        </a>
  3482.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3483.                    </li>
  3484.                    
  3485.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3486.                        <a href="https://www.mesaonline.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3487.                            <i class="ti-angle-right me-2 text-primary"></i>
  3488.                            <span class="fw-semibold">online casino</span>
  3489.                        </a>
  3490.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3491.                    </li>
  3492.                    
  3493.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3494.                        <a href="https://jst.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3495.                            <i class="ti-angle-right me-2 text-primary"></i>
  3496.                            <span class="fw-semibold">non gamstop casino</span>
  3497.                        </a>
  3498.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3499.                    </li>
  3500.                    
  3501.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3502.                        <a href="https://www.foreignersinuk.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3503.                            <i class="ti-angle-right me-2 text-primary"></i>
  3504.                            <span class="fw-semibold">casinos not on gamstop</span>
  3505.                        </a>
  3506.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3507.                    </li>
  3508.                    
  3509.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3510.                        <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3511.                            <i class="ti-angle-right me-2 text-primary"></i>
  3512.                            <span class="fw-semibold">online casino</span>
  3513.                        </a>
  3514.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3515.                    </li>
  3516.                    
  3517.                </ul>
  3518.            </div>
  3519.        </div>
  3520.        
  3521.  
  3522.        <!-- Recent Posts Section -->
  3523.        <div class="sidebar-widget mb-3">
  3524.            <div class="widget-title-wrapper mb-3">
  3525.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3526.                    Recent Posts
  3527.                    <span class="title-arrow"></span>
  3528.                </h4>
  3529.            </div>
  3530.            <div class="widget-content border border-light shadow-sm rounded p-4">
  3531.                <div class="recent-post-list">
  3532.                    
  3533.                    
  3534.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3535.                        <div class="post-image me-3 flex-shrink-0">
  3536.                            
  3537.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3538.                            
  3539.                        </div>
  3540.                        <div class="post-content flex-grow-1">
  3541.                            <h6 class="post-title mb-1">
  3542.                                 <a href="/dominating-the-skill-of-winning-online-slot-games-6a6c/" class="text-decoration-none top-color fw-semibold">
  3543.                                    Dominating the Skill of Winning Online Slot Games
  3544.                                </a>
  3545.                            </h6>
  3546.                            <div class="post-meta">
  3547.                                <small class="text-muted">
  3548.                                    <i class="ti-calendar me-1"></i>17 May 2026
  3549.                                </small>
  3550.                                <!-- <small class="text-muted ms-2">
  3551.                                    <i class="ti-eye me-1"></i>234 views
  3552.                                </small> -->
  3553.                            </div>
  3554.                        </div>
  3555.                    </div>
  3556.                    
  3557.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3558.                        <div class="post-image me-3 flex-shrink-0">
  3559.                            
  3560.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3561.                            
  3562.                        </div>
  3563.                        <div class="post-content flex-grow-1">
  3564.                            <h6 class="post-title mb-1">
  3565.                                 <a href="/crans-montana-fire-survivors-are-treated-in-specialist-clinics-across-europe/" class="text-decoration-none top-color fw-semibold">
  3566.                                    Crans-Montana Fire Survivors Are Treated in Specialist Clinics Across Europe
  3567.                                </a>
  3568.                            </h6>
  3569.                            <div class="post-meta">
  3570.                                <small class="text-muted">
  3571.                                    <i class="ti-calendar me-1"></i>17 May 2026
  3572.                                </small>
  3573.                                <!-- <small class="text-muted ms-2">
  3574.                                    <i class="ti-eye me-1"></i>234 views
  3575.                                </small> -->
  3576.                            </div>
  3577.                        </div>
  3578.                    </div>
  3579.                    
  3580.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3581.                        <div class="post-image me-3 flex-shrink-0">
  3582.                            
  3583.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3584.                            
  3585.                        </div>
  3586.                        <div class="post-content flex-grow-1">
  3587.                            <h6 class="post-title mb-1">
  3588.                                 <a href="/queens-salute-titans-as-trump-offers-mamdani-a-friendly-welcome/" class="text-decoration-none top-color fw-semibold">
  3589.                                    Queens Salute Titans as Trump Offers Mamdani a Friendly Welcome
  3590.                                </a>
  3591.                            </h6>
  3592.                            <div class="post-meta">
  3593.                                <small class="text-muted">
  3594.                                    <i class="ti-calendar me-1"></i>17 May 2026
  3595.                                </small>
  3596.                                <!-- <small class="text-muted ms-2">
  3597.                                    <i class="ti-eye me-1"></i>234 views
  3598.                                </small> -->
  3599.                            </div>
  3600.                        </div>
  3601.                    </div>
  3602.                    
  3603.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3604.                        <div class="post-image me-3 flex-shrink-0">
  3605.                            
  3606.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3607.                            
  3608.                        </div>
  3609.                        <div class="post-content flex-grow-1">
  3610.                            <h6 class="post-title mb-1">
  3611.                                 <a href="/the-ten-year-affair-from-erin-somers-the-middle-aged-infidelity-tale-this-generation-deserves/" class="text-decoration-none top-color fw-semibold">
  3612.                                    The Ten Year Affair from Erin Somers: The Middle-Aged Infidelity Tale This Generation Deserves.
  3613.                                </a>
  3614.                            </h6>
  3615.                            <div class="post-meta">
  3616.                                <small class="text-muted">
  3617.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3618.                                </small>
  3619.                                <!-- <small class="text-muted ms-2">
  3620.                                    <i class="ti-eye me-1"></i>234 views
  3621.                                </small> -->
  3622.                            </div>
  3623.                        </div>
  3624.                    </div>
  3625.                    
  3626.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3627.                        <div class="post-image me-3 flex-shrink-0">
  3628.                            
  3629.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3630.                            
  3631.                        </div>
  3632.                        <div class="post-content flex-grow-1">
  3633.                            <h6 class="post-title mb-1">
  3634.                                 <a href="/leader-zelensky-says-ukraine-is-10-off-from-a-peace-deal-but-not-at-any-possible-cost/" class="text-decoration-none top-color fw-semibold">
  3635.                                    Leader Zelensky Says Ukraine Is 10% Off from a Peace Deal, But Not at Any Possible Cost
  3636.                                </a>
  3637.                            </h6>
  3638.                            <div class="post-meta">
  3639.                                <small class="text-muted">
  3640.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3641.                                </small>
  3642.                                <!-- <small class="text-muted ms-2">
  3643.                                    <i class="ti-eye me-1"></i>234 views
  3644.                                </small> -->
  3645.                            </div>
  3646.                        </div>
  3647.                    </div>
  3648.                    
  3649.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3650.                        <div class="post-image me-3 flex-shrink-0">
  3651.                            
  3652.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3653.                            
  3654.                        </div>
  3655.                        <div class="post-content flex-grow-1">
  3656.                            <h6 class="post-title mb-1">
  3657.                                 <a href="/the-new-animated-series-introductory-sequence-chose-the-incorrect-popular-rpg-show-track/" class="text-decoration-none top-color fw-semibold">
  3658.                                    The New Animated Series&#x27; Introductory Sequence Chose the Incorrect Popular RPG Show Track
  3659.                                </a>
  3660.                            </h6>
  3661.                            <div class="post-meta">
  3662.                                <small class="text-muted">
  3663.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3664.                                </small>
  3665.                                <!-- <small class="text-muted ms-2">
  3666.                                    <i class="ti-eye me-1"></i>234 views
  3667.                                </small> -->
  3668.                            </div>
  3669.                        </div>
  3670.                    </div>
  3671.                    
  3672.  
  3673.                </div>
  3674.            </div>
  3675.        </div>
  3676.  
  3677.    </div>
  3678.  
  3679.  
  3680. <!-- Sidebar Styles -->
  3681. <style>
  3682.    .sidebar-widget {
  3683.        position: relative;
  3684.    }
  3685.    
  3686.    .widget-title {
  3687.        font-size: 1.1rem;
  3688.        font-weight: 700;
  3689.        display: inline-block;
  3690.        position: relative;
  3691.        z-index: 2;
  3692.        border-radius: 0;
  3693.    }
  3694.    
  3695.    .title-arrow::after {
  3696.        content: '';
  3697.        position: absolute;
  3698.        top: 0;
  3699.        right: -20px;
  3700.        width: 0;
  3701.        height: 0;
  3702.        border-left: 20px solid var(--bs-primary);
  3703.        border-top: 20px solid transparent;
  3704.        border-bottom: 20px solid transparent;
  3705.        z-index: 1;
  3706.    }
  3707.    
  3708.    .widget-content {
  3709.        margin-top: -1px;
  3710.        position: relative;
  3711.        z-index: 1;
  3712.         background-color: var(--card-bg);
  3713.    }
  3714.    
  3715.    .recent-post-item:hover .post-title1 a {
  3716.        color: #dc3545 !important;
  3717.        transition: color 0.3s ease;
  3718.    }
  3719.    
  3720.    .recent-post-item .post-image img {
  3721.        transition: transform 0.3s ease;
  3722.    }
  3723.    
  3724.    .recent-post-item:hover .post-image img {
  3725.        transform: scale(1.05);
  3726.    }
  3727.    
  3728.    .btn:hover {
  3729.        transform: translateY(-1px);
  3730.        transition: all 0.3s ease;
  3731.        box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  3732.    }
  3733.    
  3734.    @media (max-width: 991px) {
  3735.        .sidebar {
  3736.            margin-top: 3rem;
  3737.        }
  3738.    }
  3739.    
  3740.    @media (max-width: 576px) {
  3741.        .widget-title {
  3742.            font-size: 1rem;
  3743.            padding: 0.75rem 1rem !important;
  3744.        }
  3745.        
  3746.        .title-arrow::after {
  3747.            right: -15px;
  3748.            border-left: 15px solid var(--bs-primary);
  3749.            border-top: 15px solid transparent;
  3750.            border-bottom: 15px solid transparent;
  3751.        }
  3752.        
  3753.        .post-image {
  3754.            display: none !important;
  3755.        }
  3756.    }
  3757. </style>
  3758.    
  3759.            </div>
  3760.      </div>
  3761.    </div>
  3762.  </section>
  3763.  
  3764.  <script>
  3765.    // Intersection Observer for Fade-in Effect
  3766.    document.addEventListener('DOMContentLoaded', function () {
  3767.      const observerOptions = {
  3768.        threshold: 0.2,
  3769.        rootMargin: '0px 0px -50px 0px'
  3770.      }
  3771.    
  3772.      const observer = new IntersectionObserver(function (entries, observer) {
  3773.        entries.forEach((entry) => {
  3774.          if (entry.isIntersecting) {
  3775.            entry.target.classList.add('fade-in')
  3776.            observer.unobserve(entry.target)
  3777.          }
  3778.        })
  3779.      }, observerOptions)
  3780.    
  3781.      document.querySelectorAll('.blog-card-v9').forEach((card) => {
  3782.        observer.observe(card)
  3783.      })
  3784.    })
  3785.  </script>
  3786.  
  3787.  
  3788.    
  3789.        
  3790.        <!-- end wpo-blog-highlights-section -->
  3791.        <!-- start wpo-blog-sponsored-section -->
  3792.        
  3793.  
  3794.  
  3795.  
  3796.    
  3797.  
  3798.  
  3799.  
  3800. <section class="wpo-blog-sponsored-section section-padding">
  3801.    <div class="container-fluid fluid-container">
  3802.        <div class="wpo-section-title">
  3803.            <h2>sponsored news</h2>
  3804.        </div>
  3805.        <div class="row">
  3806.            <div class="wpo-blog-sponsored-wrap">
  3807.                <div class="wpo-blog-items">
  3808.                    <div class="row">
  3809.                        
  3810.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3811.                            <div class="wpo-blog-item">
  3812.                                <div class="wpo-blog-img">
  3813.                                    
  3814.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3815.                                    
  3816.                                    <div class="thumb bg-primary-gradient ">Others</div>
  3817.                                </div>
  3818.                                <div class="wpo-blog-content">
  3819.                                    <h2>  <a href="/dominating-the-skill-of-winning-online-slot-games-6a6c/" class="top-color">
  3820.                                            Dominating the Skill of Winning Online Slot Games
  3821.                                            </a>
  3822.                                    </h2>
  3823.                                    <ul>
  3824.                                        <li>
  3825.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Brian Hess">
  3826.                                                </li>
  3827.                                        <li class="top-color">By Brian Hess</li>
  3828.                                        <li  class="top-color">17 May 2026</li>
  3829.                                    </ul>
  3830.                                </div>
  3831.                            </div>
  3832.                        </div>
  3833.                        
  3834.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3835.                            <div class="wpo-blog-item">
  3836.                                <div class="wpo-blog-img">
  3837.                                    
  3838.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3839.                                    
  3840.                                    <div class="thumb bg-primary-gradient ">News</div>
  3841.                                </div>
  3842.                                <div class="wpo-blog-content">
  3843.                                    <h2>  <a href="/crans-montana-fire-survivors-are-treated-in-specialist-clinics-across-europe/" class="top-color">
  3844.                                            Crans-Montana Fire Survivors Are Treated in Specialist Clinics Across Europe
  3845.                                            </a>
  3846.                                    </h2>
  3847.                                    <ul>
  3848.                                        <li>
  3849.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Brian Hess">
  3850.                                                </li>
  3851.                                        <li class="top-color">By Brian Hess</li>
  3852.                                        <li  class="top-color">17 May 2026</li>
  3853.                                    </ul>
  3854.                                </div>
  3855.                            </div>
  3856.                        </div>
  3857.                        
  3858.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3859.                            <div class="wpo-blog-item">
  3860.                                <div class="wpo-blog-img">
  3861.                                    
  3862.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3863.                                    
  3864.                                    <div class="thumb bg-primary-gradient ">News</div>
  3865.                                </div>
  3866.                                <div class="wpo-blog-content">
  3867.                                    <h2>  <a href="/queens-salute-titans-as-trump-offers-mamdani-a-friendly-welcome/" class="top-color">
  3868.                                            Queens Salute Titans as Trump Offers Mamdani a Friendly Welcome
  3869.                                            </a>
  3870.                                    </h2>
  3871.                                    <ul>
  3872.                                        <li>
  3873.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Brian Hess">
  3874.                                                </li>
  3875.                                        <li class="top-color">By Brian Hess</li>
  3876.                                        <li  class="top-color">17 May 2026</li>
  3877.                                    </ul>
  3878.                                </div>
  3879.                            </div>
  3880.                        </div>
  3881.                        
  3882.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3883.                            <div class="wpo-blog-item">
  3884.                                <div class="wpo-blog-img">
  3885.                                    
  3886.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3887.                                    
  3888.                                    <div class="thumb bg-primary-gradient ">News</div>
  3889.                                </div>
  3890.                                <div class="wpo-blog-content">
  3891.                                    <h2>  <a href="/the-ten-year-affair-from-erin-somers-the-middle-aged-infidelity-tale-this-generation-deserves/" class="top-color">
  3892.                                            The Ten Year Affair from Erin Somers: The Middle-Aged Infidelity Tale This Generation Deserves.
  3893.                                            </a>
  3894.                                    </h2>
  3895.                                    <ul>
  3896.                                        <li>
  3897.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Brian Hess">
  3898.                                                </li>
  3899.                                        <li class="top-color">By Brian Hess</li>
  3900.                                        <li  class="top-color">16 May 2026</li>
  3901.                                    </ul>
  3902.                                </div>
  3903.                            </div>
  3904.                        </div>
  3905.                        
  3906.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3907.                            <div class="wpo-blog-item">
  3908.                                <div class="wpo-blog-img">
  3909.                                    
  3910.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3911.                                    
  3912.                                    <div class="thumb bg-primary-gradient ">News</div>
  3913.                                </div>
  3914.                                <div class="wpo-blog-content">
  3915.                                    <h2>  <a href="/leader-zelensky-says-ukraine-is-10-off-from-a-peace-deal-but-not-at-any-possible-cost/" class="top-color">
  3916.                                            Leader Zelensky Says Ukraine Is 10% Off from a Peace Deal, But Not at Any Possible Cost
  3917.                                            </a>
  3918.                                    </h2>
  3919.                                    <ul>
  3920.                                        <li>
  3921.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Brian Hess">
  3922.                                                </li>
  3923.                                        <li class="top-color">By Brian Hess</li>
  3924.                                        <li  class="top-color">16 May 2026</li>
  3925.                                    </ul>
  3926.                                </div>
  3927.                            </div>
  3928.                        </div>
  3929.                        
  3930.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3931.                            <div class="wpo-blog-item">
  3932.                                <div class="wpo-blog-img">
  3933.                                    
  3934.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3935.                                    
  3936.                                    <div class="thumb bg-primary-gradient ">News</div>
  3937.                                </div>
  3938.                                <div class="wpo-blog-content">
  3939.                                    <h2>  <a href="/the-new-animated-series-introductory-sequence-chose-the-incorrect-popular-rpg-show-track/" class="top-color">
  3940.                                            The New Animated Series&#x27; Introductory Sequence Chose the Incorrect Popular RPG Show Track
  3941.                                            </a>
  3942.                                    </h2>
  3943.                                    <ul>
  3944.                                        <li>
  3945.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Brian Hess">
  3946.                                                </li>
  3947.                                        <li class="top-color">By Brian Hess</li>
  3948.                                        <li  class="top-color">16 May 2026</li>
  3949.                                    </ul>
  3950.                                </div>
  3951.                            </div>
  3952.                        </div>
  3953.                        
  3954.  
  3955.                    </div>
  3956.                </div>
  3957.            </div>
  3958.        </div>
  3959.    </div> <!-- end container -->
  3960. </section>
  3961.  
  3962.  
  3963.    
  3964.        <!-- end wpo-blog-sponsored-section -->
  3965.        <!-- start wpo-subscribe-section -->
  3966.        
  3967.        <!-- end subscribe-section -->
  3968.        <!-- start of wpo-site-footer-section -->
  3969.        
  3970.  
  3971.  
  3972.  
  3973.  
  3974.  
  3975. <footer class="wpo-site-footer-v6 bg-primary-gradient">
  3976.  <!-- Main Footer Content -->
  3977.  <div class="footer-main-content">
  3978.    <div class="container-fluid fluid-container">
  3979.      <!-- Top Section - Centered Logo & Tagline -->
  3980.      <div class="footer-top-section text-center">
  3981.        <div class="brand-logo">
  3982.          
  3983.            <h3 class="brand-title">CosmoGames</h3>
  3984.          
  3985.        </div>
  3986.      </div>
  3987.  
  3988.      <!-- Content Grid -->
  3989.      <div class="footer-content-grid">
  3990.        <div class="d-flex justify-content-between flex-wrap gap-3 px-3">
  3991.          <!-- Column 1: Navigation & Categories (Merged) -->
  3992.          <div class="">
  3993.            <div class="footer-column">
  3994.              <h5 class="column-title">Quick Links</h5>
  3995.              <ul class="footer-menu">
  3996.                
  3997.                  <li>
  3998.                    <a class="menu-link" href="/gop-senator-asserts-deal-is-possible-on-healthcare-as-crucial-tax-credits-set-to-expire/">GOP Senator Asserts &#x27;Deal Is Possible&#x27; on Healthcare as Crucial Tax Credits Set to Expire.</a>
  3999.                  </li>
  4000.                
  4001.                  <li>
  4002.                    <a class="menu-link" href="/administration-denounces-democratic-hoax-as-further-epstein-estate-photos-made-public/">Administration Denounces &#x27;Democratic Hoax&#x27; as Further Epstein Estate Photos Made Public</a>
  4003.                  </li>
  4004.                
  4005.                  <li>
  4006.                    <a class="menu-link" href="/your-complete-handbook-to-selecting-the-best-online-slot-game/">Your Complete Handbook to Selecting the Best Online Slot Game</a>
  4007.                  </li>
  4008.                
  4009.                  <li>
  4010.                    <a class="menu-link" href="/bright-leaves-england-stage-long-after-her-name-was-carved-into-football-icons/">Bright Leaves England Stage Long After Her Name Was Carved Into Football Icons</a>
  4011.                  </li>
  4012.                
  4013.                  <li>
  4014.                    <a class="menu-link" href="/line-of-duty-confirmed-for-seventh-season-on-bbc/">Line of Duty Confirmed for Seventh Season on BBC</a>
  4015.                  </li>
  4016.                
  4017.                  <li>
  4018.                    <a class="menu-link" href="/the-22-year-old-tennis-player-emma-raducanu-concludes-this-years-campaign-and-will-keep-her-coach-for-2026/">The 22-year-old tennis player Emma Raducanu concludes this year&#x27;s campaign and will keep her coach for 2026.</a>
  4019.                  </li>
  4020.                
  4021.              </ul>
  4022.            </div>
  4023.          </div>
  4024.  
  4025.          <!-- Column 2: Resources -->
  4026.          <div class="">
  4027.            <div class="footer-column">
  4028.              <h5 class="column-title">Blog Rolls</h5>
  4029.              <ul class="footer-menu" id="blogRollLinks">
  4030.                
  4031.                
  4032.  
  4033.                
  4034.                
  4035.                  
  4036.                
  4037.              </ul>
  4038.            </div>
  4039.          </div>
  4040.  
  4041.          <!-- Column 2: Resources -->
  4042.          <div class="">
  4043.            <div class="footer-column">
  4044.              <h5 class="column-title">Categories</h5>
  4045.              <ul class="footer-menu">
  4046.                
  4047.                  <li>
  4048.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  4049.                  </li>
  4050.                
  4051.                  <li>
  4052.                    <a class="menu-link" href="/category/business/">Business</a>
  4053.                  </li>
  4054.                
  4055.                  <li>
  4056.                    <a class="menu-link" href="/category/esports/">Esports</a>
  4057.                  </li>
  4058.                
  4059.                  <li>
  4060.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  4061.                  </li>
  4062.                
  4063.                  <li>
  4064.                    <a class="menu-link" href="/category/featured/">Featured</a>
  4065.                  </li>
  4066.                
  4067.              </ul>
  4068.            </div>
  4069.          </div>
  4070.        </div>
  4071.      </div>
  4072.    </div>
  4073.  </div>
  4074.  
  4075.  <!-- Footer Bottom -->
  4076.  <div class="footer-bottom">
  4077.    <div class="container-fluid fluid-container">
  4078.      <div class="bottom-content text-center">
  4079.        <!-- Copyright -->
  4080.        <div class="copyright-info">
  4081.          <p>
  4082.            &copy; 2026 <strong>CosmoGames</strong>. All rights reserved.
  4083.          </p>
  4084.        </div>
  4085.  
  4086.        <!-- Footer Links -->
  4087.        <div class="utility-links">
  4088.          <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  4089.          <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  4090.          <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  4091.        </div>
  4092.      </div>
  4093.    </div>
  4094.  </div>
  4095. </footer>
  4096.  
  4097. <style>
  4098.    .wpo-site-footer-v6{
  4099.        border-radius: 60px 60px 0px 0px !important;
  4100.    }
  4101.  
  4102. .footer-main-content {
  4103.    padding: 60px 0 40px;
  4104. }
  4105.  
  4106. /* Top Section */
  4107. .footer-top-section {
  4108.    margin-bottom: 40px;
  4109.    padding-bottom: 30px;
  4110.    border-bottom: 1px solid #dee2e6;
  4111. }
  4112.  
  4113. .brand-logo {
  4114.    display: flex;
  4115.    align-items: center;
  4116.    justify-content: center;
  4117.    gap: 15px;
  4118. }
  4119.  
  4120.  
  4121. .brand-title {
  4122.    font-size: 26px;
  4123.    font-weight: 700;
  4124.    margin: 0;
  4125. }
  4126.  
  4127. .brand-tagline {
  4128.    font-size: 15px;
  4129.    color: var(--footer-color) !important;
  4130.    margin: 0;
  4131. }
  4132.  
  4133. /* Content Grid */
  4134. .footer-column {
  4135.    margin-bottom: 30px;
  4136. }
  4137.  
  4138. .column-title {
  4139.    font-size: 17px;
  4140.    font-weight: 600;
  4141.    color: var(--footer-color) !important;
  4142.    margin-bottom: 20px;
  4143. }
  4144.  
  4145. /* Footer Menu */
  4146. .footer-menu {
  4147.    list-style: none;
  4148.    padding: 0;
  4149.    margin: 0;
  4150.    color: var(--footer-color) !important;
  4151. }
  4152.  
  4153. .footer-menu li {
  4154.    margin-bottom: 10px;
  4155.  
  4156. }
  4157.  
  4158. .menu-link {
  4159.    color: var(--footer-color) !important;
  4160.    text-decoration: none;
  4161.    font-size: 15px;
  4162.    transition: color 0.3s ease;
  4163. }
  4164.  
  4165. .menu-link:hover {
  4166.    color: #007bff;
  4167. }
  4168.  
  4169. /* Footer Bottom */
  4170. .footer-bottom {
  4171.    border-top: 1px solid var(--border-color);
  4172.    padding: 20px 0;
  4173. }
  4174.  
  4175. .copyright-info p {
  4176.    margin: 0 0 10px;
  4177.    color: var(--footer-color) !important;
  4178. }
  4179.  
  4180. .utility-links {
  4181.    display: flex;
  4182.    justify-content: center;
  4183.    gap: 15px;
  4184. }
  4185.  
  4186. .utility-link {
  4187.    color: #666;
  4188.    text-decoration: none;
  4189.    transition: color 0.3s ease;
  4190. }
  4191.  
  4192. .utility-link:hover {
  4193.    color: #007bff;
  4194. }
  4195.  
  4196. /* Responsive Design */
  4197. @media (max-width: 992px) {
  4198.    .footer-column {
  4199.        text-align: start;
  4200.    }
  4201.    
  4202.    .social-buttons {
  4203.        justify-content: start;
  4204.    }
  4205. }
  4206.  
  4207. @media (max-width: 768px) {
  4208.    .footer-top-section {
  4209.        margin-bottom: 30px;
  4210.    }
  4211.    
  4212.    .brand-logo {
  4213.        flex-direction: column;
  4214.    }
  4215.    
  4216.    .footer-bottom .bottom-content {
  4217.        padding: 0 15px;
  4218.    }
  4219. }
  4220.  
  4221. @media (max-width: 576px) {
  4222.    .column-title {
  4223.        font-size: 16px;
  4224.    }
  4225.    
  4226.    .menu-link {
  4227.        font-size: 14px;
  4228.    }
  4229. }
  4230. </style>
  4231.  
  4232. <script>
  4233. // Newsletter Form Enhancement
  4234. document.addEventListener('DOMContentLoaded', function() {
  4235.    const newsletterForm = document.querySelector('.newsletter-form');
  4236.    if (newsletterForm) {
  4237.        newsletterForm.addEventListener('submit', function(e) {
  4238.            const submitBtn = this.querySelector('.newsletter-submit');
  4239.            const originalHTML = submitBtn.innerHTML;
  4240.            
  4241.            submitBtn.innerHTML = '<i class="fas fa-spinner fa-spin"></i>';
  4242.            submitBtn.disabled = true;
  4243.            
  4244.            // Re-enable after form processing (simulate for now)
  4245.            setTimeout(() => {
  4246.                submitBtn.innerHTML = originalHTML;
  4247.                submitBtn.disabled = false;
  4248.            }, 2000);
  4249.        });
  4250.    }
  4251.  
  4252.    // Add prevent default to placeholder links
  4253.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  4254.        anchor.addEventListener('click', function (e) {
  4255.            e.preventDefault();
  4256.        });
  4257.    });
  4258. });
  4259. document.addEventListener('DOMContentLoaded', function () {
  4260.    var btn = document.getElementById('toggleBlogRollLinks');
  4261.    if (!btn) return; // No extra items, no button
  4262.  
  4263.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4264.  
  4265.    btn.addEventListener('click', function () {
  4266.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4267.            return li.classList.contains('d-none');
  4268.        });
  4269.  
  4270.        extras.forEach(function (li) {
  4271.            if (anyHidden) {
  4272.                li.classList.remove('d-none');
  4273.                li.classList.add('show');
  4274.            } else {
  4275.                li.classList.add('d-none');
  4276.                li.classList.remove('show');
  4277.            }
  4278.        });
  4279.  
  4280.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4281.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4282.    });
  4283. });
  4284.  
  4285. </script>
  4286.  
  4287.        <!-- end of wpo-site-footer-section -->
  4288.    </div>
  4289.    <!-- end of page-wrapper -->
  4290.  
  4291.    <!-- All JavaScript files
  4292.    ================================================== -->
  4293.    
  4294.  
  4295. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4296. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4297. <!-- Plugins for this template -->
  4298. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4299. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4300. <!-- Custom script for this template -->
  4301. <script src="/static/blogapp/assets/js/script.js"></script>
  4302.  
  4303. <script>
  4304. (function () {
  4305. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4306. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4307.  
  4308. function applyFallback(img) {
  4309. if (!img || img.dataset.fallbackApplied === "1") {
  4310. return;
  4311. }
  4312. var failedSrc = img.currentSrc || img.src || "";
  4313. img.dataset.fallbackApplied = "1";
  4314. img.onerror = null;
  4315. img.src = fallbackImageSrc;
  4316. console.warn("[ImageFallback] Replaced broken image:", {
  4317. failedSrc: failedSrc,
  4318. fallbackSrc: fallbackImageSrc,
  4319. alt: img.alt || "",
  4320. });
  4321. }
  4322.  
  4323. document.querySelectorAll("img").forEach(function (img) {
  4324. if (img.complete && img.naturalWidth === 0) {
  4325. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4326. failedSrc: img.currentSrc || img.src || "",
  4327. alt: img.alt || "",
  4328. });
  4329. applyFallback(img);
  4330. }
  4331. });
  4332.  
  4333. document.addEventListener(
  4334. "error",
  4335. function (event) {
  4336. var target = event.target;
  4337. if (target && target.tagName === "IMG") {
  4338. applyFallback(target);
  4339. }
  4340. },
  4341. true
  4342. );
  4343. })();
  4344. </script>
  4345.  
  4346. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4347.  
  4348.  
  4349.  
  4350. <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":"979d878b1913487fb5a3cb3a5d13ac70","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4351. </body>
  4352.  
  4353. </html>
  4354.  
  4355.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda