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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="merri">
  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/Untitled_design_-_2025-04-26T132513.104_0dUl2u5_SPfMWpO_yDgxWH0.png">
  14.    
  15.  
  16.    <title>Ioni Gaming - Latest UK Gaming News, Reviews &amp; Esports Coverage</title>
  17.    <meta name="description" content="Stay updated with the latest gaming news, in-depth reviews, and esports coverage from the UK. Ioni Gaming delivers expert insights and community-driven content.">
  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://ionigaming.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff7f50;
  42.        --bs-primary-rgb: ff7f50;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #f87171;
  48.        --bs-light: #fff7ed;
  49.        --bs-dark: #431407;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff7f50;
  53.        --theme-primary-color-s2: #ff7f50;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #431407;
  57.        --text-light-color: #676767;
  58.        --heading-color: #431407;
  59.        --border-color: #fed7aa;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #fed7aa;
  75.        --navbar-color: #431407;
  76.        --topbar-bg: #fff7ed;
  77.        --topbar-color: #431407;
  78.        --footer-bg: #431407;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fed7aa;
  82.        --card-radius: 10px;
  83.        --link-color: #ff7f50;
  84.        --link-hover: #e06b47;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 127, 80, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_65">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <div class="top-bg">
  406.    <div class="unique-topbar3 container-fluid fluid-container d-sm-flex d-none align-items-center justify-content-between">
  407.        <!-- Date/Time -->
  408.        <span id="current-time" class="text-nowrap"></span>
  409.    
  410.        <!-- Marquee News -->
  411.        <marquee direction="left" scrollamount="4" behavior="scroll" class="topbar-marquee flex-grow-1 ms-3">
  412.            
  413.                <a href="/spurs-ease-strain-on-frank-as-simons-seals-comfortable-victory-against-slavia-prague/" class="px-4 top-color">
  414.                    Spurs Ease Strain on Frank as Simons Seals Comfortable Victory Against Slavia Prague
  415.                </a>
  416.            
  417.                <a href="/the-story-of-leonard-and-hungry-paul-analysis-a-gentle-comedy-narrated-by-the-hollywood-star-offers-the-perfect-antidote-to-todays-world/" class="px-4 top-color">
  418.                    The Story of Leonard and Hungry Paul Analysis: A Gentle Comedy Narrated by the Hollywood Star Offers the Perfect Antidote to Today&#x27;s World
  419.                </a>
  420.            
  421.                <a href="/creating-the-ideal-creamy-paneer-curry-step-by-step-guide/" class="px-4 top-color">
  422.                    Creating the Ideal Creamy Paneer Curry – Step-by-Step Guide
  423.                </a>
  424.            
  425.                <a href="/uk-and-scottish-government-authorities-clash-over-who-should-pay-the-245m-cost-for-donald-trump-and-vance-trips/" class="px-4 top-color">
  426.                    UK and Scottish government Authorities Clash Over Who Should Pay the £24.5m Cost for Donald Trump and Vance Trips
  427.                </a>
  428.            
  429.                <a href="/high-court-approves-redrawn-lone-star-state-congressional-electoral-boundaries/" class="px-4 top-color">
  430.                    High Court Approves Redrawn Lone Star State Congressional Electoral Boundaries.
  431.                </a>
  432.            
  433.        </marquee>
  434.    </div>
  435. </div>
  436.  
  437. <script>
  438. function updateCurrentTime() {
  439.    const currentDate = new Date();
  440.  
  441.    // Day Names
  442.    const dayNames = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];
  443.    const day = dayNames[currentDate.getDay()];
  444.  
  445.    // Date Formatting
  446.    const dayNumber = currentDate.getDate().toString().padStart(2, '0');
  447.    const monthNames = ["January", "February", "March", "April", "May", "June",
  448.                        "July", "August", "September", "October", "November", "December"];
  449.    const month = monthNames[currentDate.getMonth()];
  450.    const year = currentDate.getFullYear();
  451.  
  452.    // Final string
  453.    const dateString = `${day}, ${month} ${dayNumber}, ${year}`;
  454.  
  455.    document.getElementById('current-time').innerHTML = `
  456.        <span class='bg-primary-gradient p-2 '>
  457.            <span class="fw-bold">${dateString}</span>
  458.        </span>
  459.    `;
  460. }
  461. updateCurrentTime();
  462. </script>
  463.  
  464.  
  465.  
  466.            
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473. <header class="header-v9 mb-4" role="banner">
  474.  <div class="container-fluid fluid-container">
  475.    <!-- Sticky/Glass Nav Card -->
  476.    <div class="nav-card-v9" role="navigation" aria-label="Primary">
  477.      <div class="row align-items-center justify-content-between g-3">
  478.        <!-- Logo -->
  479.       <div class="col-6 col-md-3 col-lg-2">
  480.          <a class="logo-link-v9 d-inline-flex align-items-center gap-2" href="/">
  481.            
  482.              <span class="site-name">My Site</span>
  483.            
  484.          </a>
  485.        </div>
  486.  
  487.        <!-- Desktop Nav -->
  488.        <div class="col d-none d-xl-block">
  489.          <nav class="main-nav-v9">
  490.            <ul class="nav-list-v9">
  491.              <!-- Home (static) -->
  492.              <li class="nav-item-v9">
  493.                <a href="/" class="nav-link-v9 active-v9">Home</a>
  494.              </li >
  495.          
  496.              
  497.                
  498.                  <li class="nav-item-v9">
  499.                    <a href="/category/all-posts/" class="nav-link-v9">All Posts</a>
  500.                  </li>
  501.                
  502.                  <li class="nav-item-v9">
  503.                    <a href="/category/business/" class="nav-link-v9">Business</a>
  504.                  </li>
  505.                
  506.                  <li class="nav-item-v9">
  507.                    <a href="/category/esports/" class="nav-link-v9">Esports</a>
  508.                  </li>
  509.                
  510.                  <li class="nav-item-v9">
  511.                    <a href="/category/fashion/" class="nav-link-v9">Fashion</a>
  512.                  </li>
  513.                
  514.                  <li class="nav-item-v9">
  515.                    <a href="/category/featured/" class="nav-link-v9">Featured</a>
  516.                  </li>
  517.                
  518.                  <li class="nav-item-v9">
  519.                    <a href="/category/gaming/" class="nav-link-v9">Gaming</a>
  520.                  </li>
  521.                
  522.                  <li class="nav-item-v9">
  523.                    <a href="/category/health/" class="nav-link-v9">Health</a>
  524.                  </li>
  525.                
  526.                  <li class="nav-item-v9">
  527.                    <a href="/category/life-fitness/" class="nav-link-v9">Life &amp; Fitness</a>
  528.                  </li>
  529.                
  530.  
  531.                
  532.                  <li class="nav-item-v9 has-dropdown-v9">
  533.                    <button class="nav-link-v9 bg-transparent border-0 nav-more-btn-v9" type="button" aria-haspopup="true" aria-expanded="false" aria-controls="more-desktop-v9">
  534.                      More<svg class="chev-v9" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  535.                        <polyline points="6,9 12,15 18,9"></polyline>
  536.                      </svg>
  537.                    </button>
  538.                    <div class="dropdown-card-v9" id="more-desktop-v9" role="menu">
  539.                      <div class="dropdown-grid-v9">
  540.                        <div class="dropdown-section-v9">
  541.                          
  542.                            <a href="/category/lifestyle/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Lifestyle</a>
  543.                          
  544.                            <a href="/category/news/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> News</a>
  545.                          
  546.                            <a href="/category/others/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Others</a>
  547.                          
  548.                            <a href="/category/politics/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Politics</a>
  549.                          
  550.                            <a href="/category/sports/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Sports</a>
  551.                          
  552.                            <a href="/category/tech/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Tech</a>
  553.                          
  554.                            <a href="/category/travel/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Travel</a>
  555.                          
  556.                        </div>
  557.                      </div>
  558.                    </div>
  559.                  </li>
  560.                
  561.              
  562.                <li class="nav-item-v9">
  563.                <a href="/page/contact-us/" class="nav-link-v9">Contact Us</a>
  564.              </li >
  565.            </ul>
  566.          </nav>
  567.        </div>
  568.  
  569.        <!-- Actions -->
  570.        <div class="col-6 col-md-3 col-lg-2">
  571.          <div class="nav-actions-v9">
  572.            <button class="icon-btn-v9" aria-controls="searchPanelV9" aria-expanded="false" aria-label="Open search" onclick="toggleSearchV9()">
  573.              <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  574.                <circle cx="11" cy="11" r="8"></circle>
  575.                <path d="m21 21-4.35-4.35"></path>
  576.              </svg>
  577.            </button>
  578.            <button class="icon-btn-v9 d-xl-none" aria-controls="mobileNavV9" aria-expanded="false" aria-label="Open menu" onclick="toggleMobileNavV9()">
  579.              <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  580.                <line x1="3" y1="6" x2="21" y2="6" />
  581.                <line x1="3" y1="12" x2="21" y2="12" />
  582.                <line x1="3" y1="18" x2="21" y2="18" />
  583.              </svg>
  584.            </button>
  585.          </div>
  586.        </div>
  587.      </div>
  588.  
  589.      <!-- Active underline (animated) -->
  590.      <span class="active-rail-v9" aria-hidden="true"></span>
  591.    </div>
  592.  
  593.    <!-- Search Panel -->
  594.    <div class="search-panel-v9" id="searchPanelV9" role="dialog" aria-label="Site search" aria-modal="true">
  595.      <form class="search-form-v9" action="" method="get" role="search">
  596.        <label for="q-v9" class="visually-hidden">Search</label>
  597.        <div class="search-input-wrap-v9">
  598.          <svg class="search-icn-v9" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  599.            <circle cx="11" cy="11" r="8"></circle>
  600.            <path d="m21 21-4.35-4.35"></path>
  601.          </svg>
  602.          <input id="search-input" name="q" type="search"  class="search-input-v9" placeholder="Search articles, tutorials, news…" autocomplete="off" />
  603.          <button type="button" class="icon-btn-v9 ghost" aria-label="Close search" onclick="toggleSearchV9()">
  604.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  605.              <line x1="18" y1="6" x2="6" y2="18" />
  606.              <line x1="6" y1="6" x2="18" y2="18" />
  607.            </svg>
  608.          </button>
  609.        </div>
  610.        <div class="search-suggest-v9 search-v1" id="search-results">
  611.          
  612.        </div>
  613.      </form>
  614.    </div>
  615.  
  616.    <!-- Mobile Offcanvas -->
  617.    <aside class="mobile-nav-v9 d-xl-none" id="mobileNavV9" role="dialog" aria-label="Mobile navigation" aria-modal="true">
  618.      <div class="mobile-wrap-v9">
  619.        <div class="mobile-head-v9">
  620.          <span class="mobile-title-v9">Menu</span>
  621.          <button class="icon-btn-v9 ghost" aria-label="Close menu" onclick="toggleMobileNavV9()">
  622.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  623.              <line x1="18" y1="6" x2="6" y2="18" />
  624.              <line x1="6" y1="6" x2="18" y2="18" />
  625.            </svg>
  626.          </button>
  627.        </div>
  628.  
  629.        <ul class="mobile-list-v9">
  630.          <li>
  631.            <a class="mobile-link-v9 active-v9" href="/">Home</a>
  632.          </li>
  633.          <li class="">
  634.                <a href="/page/contact-us/" class="mobile-link-v9">Contact Us</a>
  635.          </li >
  636.          
  637.            
  638.              <li>
  639.                <a class="mobile-link-v9" href="/category/all-posts/">All Posts</a>
  640.              </li>
  641.            
  642.              <li>
  643.                <a class="mobile-link-v9" href="/category/business/">Business</a>
  644.              </li>
  645.            
  646.              <li>
  647.                <a class="mobile-link-v9" href="/category/esports/">Esports</a>
  648.              </li>
  649.            
  650.              <li>
  651.                <a class="mobile-link-v9" href="/category/fashion/">Fashion</a>
  652.              </li>
  653.            
  654.              <li>
  655.                <a class="mobile-link-v9" href="/category/featured/">Featured</a>
  656.              </li>
  657.            
  658.  
  659.            
  660.          
  661.        </ul>
  662.      </div>
  663.    </aside>
  664.  </div>
  665.  
  666.  <!-- Overlay -->
  667.  <div class="nav-overlay-v9" id="navOverlayV9" onclick="closeAllV9()" aria-hidden="true"></div>
  668. </header>
  669.  
  670. <style>
  671.  
  672.  .header-v9 {
  673.    position: relative;
  674.    padding: 14px 0;
  675.    z-index: 50;
  676.  }
  677.  .header-v9.is-scrolled .nav-card-v9 {
  678.    padding: 10px 18px;
  679.    border-radius: 14px;
  680.    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  681.  }
  682.  .header-v9.is-scrolled .logo-img-v9 {
  683.    transform: scale(0.92);
  684.  }
  685.  
  686.  /* Card */
  687.  .nav-card-v9 {
  688.    background: var(--navbar-bg);
  689.    backdrop-filter: blur(18px);
  690.    border: 1px solid var(--border-color);
  691.    border-radius: 18px;
  692.    padding: 14px 22px;
  693.    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  694.    position: sticky;
  695.    top: 10px;
  696.  }
  697.  
  698.  /* Logo */
  699.  .logo-img-v9 {
  700.    max-height: 60px;
  701.    width: auto;
  702.    transition: transform 0.25s ease, opacity 0.25s ease;
  703.  }
  704.  .logo-link-v9:hover .logo-img-v9 {
  705.    transform: translateY(-1px) scale(1.03);
  706.  }
  707.  
  708.  /* Desktop nav */
  709.  .main-nav-v9 {
  710.    display: flex;
  711.    justify-content: center;
  712.  }
  713.  .nav-list-v9 {
  714.    display: flex;
  715.    gap: 6px;
  716.    list-style: none;
  717.    margin: 0;
  718.    padding: 0;
  719.  }
  720.  .nav-item-v9 {
  721.    position: relative;
  722.  }
  723.  .nav-link-v9 {
  724.    position: relative;
  725.    display: inline-flex;
  726.    align-items: center;
  727.    justify-content: center;
  728.    padding: 10px 10px;
  729.    border-radius: 12px;
  730.    color: var(--navbar-color);
  731.    text-decoration: none;
  732.    font-weight: 500;
  733.    font-size: 15px;
  734.    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  735.  }
  736.  .nav-link-v9:hover {
  737.    background: rgba(102, 126, 234, 0.1);
  738.    color: var(--topbar-color);
  739.    transform: translateY(-1px);
  740.  }
  741.  .nav-link-v9.active-v9 {
  742.    color: transparent;
  743.  }
  744.  .nav-link-v9.active-v9::after {
  745.    content: '';
  746.    position: absolute;
  747.    left: 12px;
  748.    right: 12px;
  749.    bottom: 6px;
  750.    height: 3px;
  751.    border-radius: 3px;
  752.    background: var(--sub-nav);
  753.  }
  754.  
  755.  /* Dropdown */
  756.  .has-dropdown-v9 {
  757.    position: relative;
  758.  }
  759.  .nav-more-btn-v9 {
  760.    display: inline-flex;
  761.    gap: 6px;
  762.    align-items: center;
  763.  }
  764.  .chev-v9 {
  765.    transition: transform 0.2s ease;
  766.  }
  767.  .has-dropdown-v9:focus-within .chev-v9,
  768.  .has-dropdown-v9:hover .chev-v9 {
  769.    transform: rotate(180deg);
  770.  }
  771.  
  772.  .dropdown-card-v9 {
  773.    position: absolute;
  774.    top: calc(100% + 14px);
  775.    left: 50%;
  776.    transform: translateX(-50%) translateY(-6px);
  777.    background: var(--navbar-bg);
  778.    border: 1px solid var(--border-color);
  779.    border-radius: 14px;
  780.    padding: 18px;
  781.    min-width: 280px;
  782.    z-index: 200;
  783.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  784.    opacity: 0;
  785.    visibility: hidden;
  786.    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  787.  }
  788.  .has-dropdown-v9:hover .dropdown-card-v9,
  789.  .has-dropdown-v9:focus-within .dropdown-card-v9 {
  790.    opacity: 1;
  791.    visibility: visible;
  792.    transform: translateX(-50%) translateY(0);
  793.  }
  794.  
  795.  .dropdown-grid-v9 {
  796.    display: grid;
  797.    grid-template-columns: 1fr;
  798.    gap: 10px;
  799.  }
  800.  .dropdown-section-v9 {
  801.    display: grid;
  802.    gap: 6px;
  803.  }
  804.  .dropdown-link-v9 {
  805.    display: flex;
  806.    align-items: center;
  807.    gap: 10px;
  808.    padding: 10px 12px;
  809.    border-radius: 10px;
  810.    text-decoration: none;
  811.    font-size: 14px;
  812.    color: var(--navbar-color);
  813.    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
  814.  }
  815.  .dropdown-link-v9:hover {
  816.    background: var(--bs-primary);
  817.    color: var(--bs-white);
  818.    transform: translateX(4px);
  819.  }
  820.  .link-dot-v9 {
  821.    width: 6px;
  822.    height: 6px;
  823.    border-radius: 50%;
  824.    border: 1px solid currentColor;
  825.  }
  826.  
  827.  /* Actions */
  828.  .nav-actions-v9 {
  829.    display: flex;
  830.    justify-content: flex-end;
  831.    align-items: center;
  832.    gap: 8px;
  833.  }
  834.  .icon-btn-v9 {
  835.    border: 1px solid var(--border-color);
  836.    background: rgba(102, 126, 234, 0.1);
  837.    color: var(--navbar-color);
  838.    padding: 8px;
  839.    border-radius: 12px;
  840.    cursor: pointer;
  841.    transition: transform 0.2s, background 0.2s, color 0.2s;
  842.  }
  843.  .icon-btn-v9:hover {
  844.    background: var(--sub-nav);
  845.    color: var(--topbar-color) !important;
  846.    transform: translateY(-1px);
  847.  }
  848.  .icon-btn-v9.ghost {
  849.    background: transparent;
  850.  }
  851.  
  852.  /* Search Panel */
  853.  .search-panel-v9 {
  854.    position: fixed;
  855.    top: 14px;
  856.    left: 50%;
  857.    transform: translateX(-50%) translateY(-16px);
  858.    width: min(720px, calc(100% - 40px));
  859.    background: var(--navbar-bg);
  860.    border: 1px solid var(--border-color);
  861.    border-radius: 16px;
  862.    padding: 16px;
  863.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  864.    opacity: 0;
  865.    visibility: hidden;
  866.    z-index: 300;
  867.    transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  868.  }
  869.  .search-panel-v9.show-v9 {
  870.    opacity: 1;
  871.    visibility: visible;
  872.    transform: translateX(-50%) translateY(0);
  873.  }
  874.  .search-input-wrap-v9 {
  875.    display: flex;
  876.    align-items: center;
  877.    gap: 10px;
  878.    background: rgba(248, 250, 252, 0.8);
  879.    border: 2px solid rgba(102, 126, 234, 0.2);
  880.    border-radius: 12px;
  881.    padding: 6px 8px;
  882.    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  883.  }
  884.  .search-input-wrap-v9:focus-within {
  885.    border-color: #667eea;
  886.    background: rgba(255, 255, 255, 0.9);
  887.    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  888.  }
  889.  .search-icn-v9 {
  890.    color: #a0aec0;
  891.    margin-left: 6px;
  892.  }
  893.  .search-input-v9 {
  894.    flex: 1;
  895.    border: 0;
  896.    background: transparent;
  897.    outline: none;
  898.    padding: 12px 4px;
  899.    font-size: 16px;
  900.    color: #2d3748;
  901.  }
  902.  .search-suggest-v9 {
  903.    display: grid;
  904.    grid-template-columns: repeat(3, minmax(0, 1fr));
  905.    gap: 8px;
  906.    margin-top: 10px;
  907.  }
  908.  .suggestion-v9 {
  909.    border: 1px solid var(--border-color);
  910.    background: rgba(248, 250, 252, 0.5);
  911.    color: var(--navbar-color);
  912.    padding: 10px 12px;
  913.    border-radius: 10px;
  914.    font-size: 14px;
  915.    text-align: left;
  916.    cursor: pointer;
  917.    transition: background 0.2s, color 0.2s, transform 0.2s;
  918.  }
  919.  .suggestion-v9:hover {
  920.    background: var(--bs-primary) !important ;
  921.    color: var(--bs-white)  !important;
  922.    transform: translateY(-1px);
  923.  }
  924.  
  925.  /* Mobile */
  926.  .mobile-nav-v9 {
  927.    position: fixed;
  928.    right: 0;
  929.    top: 0;
  930.    height: 100vh;
  931.    width: min(86vw, 420px);
  932.    background: var(--card-bg);
  933.    border-left: 1px solid var(--border-color);
  934.    transform: translateX(100%);
  935.    transition: transform 0.3s ease;
  936.    z-index: 350;
  937.    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  938.  }
  939.  .mobile-nav-v9.show-v9 {
  940.    transform: translateX(0);
  941.  }
  942.  .mobile-wrap-v9 {
  943.    display: flex;
  944.    flex-direction: column;
  945.    height: 100%;
  946.  }
  947.  .mobile-head-v9 {
  948.    display: flex;
  949.    align-items: center;
  950.    justify-content: space-between;
  951.    padding: 16px;
  952.    background: var(--navbar-bg);
  953.  }
  954.  .mobile-title-v9 {
  955.    font-weight: 600;
  956.  }
  957.  .mobile-list-v9 {
  958.    list-style: none;
  959.    padding: 10px 12px 20px;
  960.    margin: 0;
  961.    overflow-y: auto;
  962.  }
  963.  .mobile-link-v9 {
  964.    display: flex;
  965.    align-items: center;
  966.    justify-content: space-between;
  967.    padding: 14px 12px;
  968.    border-radius: 12px;
  969.    text-decoration: none;
  970.    color: var(--navbar-color);
  971.    font-weight: 500;
  972.    transition: background 0.2s, color 0.2s;
  973.  }
  974.  .mobile-link-v9:hover,
  975.  .mobile-link-v9.active-v9 {
  976.    background: var(--sub-nav);
  977.    color: var(--topbar-color);
  978.  }
  979.  .mobile-group-v9 {
  980.    margin-top: 4px;
  981.  }
  982.  .mobile-sublist-v9 {
  983.    list-style: none;
  984.    margin: 0;
  985.    padding: 0;
  986.    max-height: 0;
  987.    overflow: auto;
  988.    transition: max-height 0.25s ease;
  989.    background:var(--navbar-bg);
  990.    border-radius: 12px;
  991.    margin-top: 6px;
  992.  }
  993.  .mobile-sublist-v9.show-v9 {
  994.    max-height: 360px;
  995.    background: var(--navbar-bg);
  996.    padding: 6px 0;
  997.  }
  998.  .mobile-sublink-v9 {
  999.    display: block;
  1000.    padding: 10px 16px;
  1001.    text-decoration: none;
  1002.    color: var(--navbar-color);
  1003.    border-radius: 10px;
  1004.    font-size: 14px;
  1005.  }
  1006.  .mobile-sublink-v9:hover {
  1007.    background: var(--sub-nav);
  1008.    color: var(--topbar-color);
  1009.  }
  1010.  .mobile-arrow-v9 {
  1011.    transition: transform 0.2s ease;
  1012.  }
  1013.  .mobile-link-v9.has-arrow-v9[aria-expanded='true'] .mobile-arrow-v9 {
  1014.    transform: rotate(180deg);
  1015.  }
  1016.  
  1017.  /* Overlay */
  1018.  .nav-overlay-v9 {
  1019.    position: fixed;
  1020.    inset: 0;
  1021.    background: rgba(0, 0, 0, 0.35);
  1022.    backdrop-filter: blur(4px);
  1023.    opacity: 0;
  1024.    visibility: hidden;
  1025.    transition: opacity 0.25s, visibility 0.25s;
  1026.    z-index: 200;
  1027.  }
  1028.  .nav-overlay-v9.show-v9 {
  1029.    opacity: 1;
  1030.    visibility: visible;
  1031.  }
  1032.  
  1033.  
  1034.  /* Utils */
  1035.  .visually-hidden {
  1036.    position: absolute !important;
  1037.    height: 1px;
  1038.    width: 1px;
  1039.    overflow: hidden;
  1040.    clip: rect(1px, 1px, 1px, 1px);
  1041.    white-space: nowrap;
  1042.  }
  1043.  
  1044.  /* Responsive tweaks */
  1045.  @media (max-width: 1300px) {
  1046.    .nav-card-v9 {
  1047.      padding: 12px 18px;
  1048.      border-radius: 16px;
  1049.    }
  1050.    .search-panel-v9 {
  1051.      width: calc(100% - 32px);
  1052.    }
  1053.  }
  1054.  @media (max-width: 576px) {
  1055.    .logo-img-v9 {
  1056.      max-height: 38px;
  1057.    }
  1058.  }
  1059. </style>
  1060.  
  1061. <script>
  1062.  /* ============ V9 JS ============ */
  1063.  ;(function () {
  1064.    const overlay = document.getElementById('navOverlayV9')
  1065.    const searchPanel = document.getElementById('searchPanelV9')
  1066.    const mobileNav = document.getElementById('mobileNavV9')
  1067.    const header = document.querySelector('.header-v9')
  1068.  
  1069.    function lockScroll(lock) {
  1070.      document.body.style.overflow = lock ? 'hidden' : ''
  1071.    }
  1072.  
  1073.    window.toggleSearchV9 = function () {
  1074.      const btn = document.querySelector('[aria-controls="searchPanelV9"]')
  1075.      const willOpen = !searchPanel.classList.contains('show-v9')
  1076.  
  1077.      // close mobile if open
  1078.      mobileNav.classList.remove('show-v9')
  1079.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1080.  
  1081.      searchPanel.classList.toggle('show-v9', willOpen)
  1082.      overlay.classList.toggle('show-v9', willOpen)
  1083.      btn?.setAttribute('aria-expanded', String(willOpen))
  1084.      lockScroll(willOpen)
  1085.  
  1086.      if (willOpen) setTimeout(() => document.getElementById('q-v9')?.focus(), 80)
  1087.    }
  1088.  
  1089.    window.toggleMobileNavV9 = function () {
  1090.      const btn = document.querySelector('[aria-controls="mobileNavV9"]')
  1091.      const willOpen = !mobileNav.classList.contains('show-v9')
  1092.  
  1093.      // close search if open
  1094.      searchPanel.classList.remove('show-v9')
  1095.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1096.  
  1097.      mobileNav.classList.toggle('show-v9', willOpen)
  1098.      overlay.classList.toggle('show-v9', willOpen)
  1099.      btn?.setAttribute('aria-expanded', String(willOpen))
  1100.      lockScroll(willOpen)
  1101.    }
  1102.  
  1103.    window.toggleMobileDropdownV9 = function (id) {
  1104.      const list = document.getElementById(id)
  1105.      const btn = document.querySelector(`[onclick*="${id}"]`)
  1106.      const willOpen = !list.classList.contains('show-v9')
  1107.      // close siblings
  1108.      document.querySelectorAll('.mobile-sublist-v9').forEach((el) => {
  1109.        if (el.id !== id) el.classList.remove('show-v9')
  1110.      })
  1111.      list.classList.toggle('show-v9', willOpen)
  1112.      btn?.setAttribute('aria-expanded', String(willOpen))
  1113.    }
  1114.  
  1115.    window.closeAllV9 = function () {
  1116.      searchPanel.classList.remove('show-v9')
  1117.      mobileNav.classList.remove('show-v9')
  1118.      overlay.classList.remove('show-v9')
  1119.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1120.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1121.      lockScroll(false)
  1122.    }
  1123.  
  1124.    // ESC to close
  1125.    document.addEventListener('keydown', (e) => {
  1126.      if (e.key === 'Escape') window.closeAllV9()
  1127.    })
  1128.  
  1129.    // Sticky shrink on scroll
  1130.    let lastY = window.scrollY
  1131.    const onScroll = () => {
  1132.      const y = window.scrollY
  1133.      header.classList.toggle('is-scrolled', y > 10)
  1134.      lastY = y
  1135.    }
  1136.    onScroll()
  1137.    window.addEventListener('scroll', onScroll, { passive: true })
  1138.  
  1139.    // Suggestions fill
  1140.    document.addEventListener('click', (e) => {
  1141.      const btn = e.target.closest('.suggestion-v9')
  1142.      if (!btn) return
  1143.      const val = btn.getAttribute('data-fill') || ''
  1144.      const input = document.getElementById('q-v9')
  1145.      if (input) input.value = val
  1146.    })
  1147.  
  1148.    // Desktop "More" button a11y: open on focus-within, we just toggle aria
  1149.    const moreBtn = document.querySelector('.nav-more-btn-v9')
  1150.    const moreCard = document.getElementById('more-desktop-v9')
  1151.    if (moreBtn && moreCard) {
  1152.      ;['mouseenter', 'focus'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'true')))
  1153.      ;['mouseleave', 'blur'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'false')))
  1154.    }
  1155.  })()
  1156. </script>
  1157.  
  1158. <script>
  1159.  document.addEventListener("DOMContentLoaded", function () {
  1160.    console.log("loaded");
  1161.  
  1162.     const searchInput = document.getElementById("search-input")
  1163.    const searchResults = document.getElementById("search-results");
  1164.  
  1165.    if (!searchInput || !searchResults) {
  1166.      console.error("Search input/results not found");
  1167.      return;
  1168.    }
  1169.  
  1170.    // Prevent form submission
  1171.    if (searchInput.form) {
  1172.      searchInput.form.addEventListener("submit", function (e) {
  1173.        e.preventDefault();
  1174.      });
  1175.    }
  1176.  
  1177.    // Add event listener for keyup
  1178.    searchInput.addEventListener("keyup", function (e) {
  1179.      console.log("Key pressed:", e.key);
  1180.      e.preventDefault();
  1181.  
  1182.      const query = searchInput.value.trim();
  1183.      console.log("User is typing: " + query);
  1184.  
  1185.      // If empty → clear and hide
  1186.      if (query === "") {
  1187.        searchResults.innerHTML = "";
  1188.        searchResults.style.display = "none";
  1189.        return;
  1190.      }
  1191.  
  1192.      // Show results
  1193.      searchResults.style.display = "block";
  1194.  
  1195.      // Fetch search results
  1196.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1197.        method: "GET",
  1198.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1199.      })
  1200.        .then(response => {
  1201.          console.log("Response Status:", response.status);
  1202.          return response.json();
  1203.        })
  1204.        .then(data => {
  1205.          console.log("Data received:", data);
  1206.          if (data.html) {
  1207.            searchResults.innerHTML = data.html;
  1208.          } else {
  1209.            searchResults.innerHTML = "<p>No results found.</p>";
  1210.          }
  1211.        })
  1212.        .catch(error => {
  1213.          console.error("Error fetching search results:", error);
  1214.        });
  1215.    });
  1216.  
  1217.    // Close results when clicking outside
  1218.    document.addEventListener("click", function (e) {
  1219.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1220.        searchResults.style.display = "none";
  1221.      }
  1222.    });
  1223.  
  1224.    // Close results on ESC key
  1225.    document.addEventListener("keydown", function (e) {
  1226.      if (e.key === "Escape") {
  1227.        searchResults.style.display = "none";
  1228.      }
  1229.    });
  1230.  });
  1231. </script>
  1232.  
  1233.  
  1234.        </header>
  1235.        <!-- end of header -->
  1236.        <!-- start of wpo-blog-hero -->
  1237.        
  1238.  
  1239.  
  1240.  
  1241.  
  1242.  
  1243.  
  1244.  
  1245. <div class="blog-hero-v6">
  1246.    <div class="container-fluid fluid-container">
  1247.        
  1248.        <!-- Top Section - Two Column Layout -->
  1249.        <div class="row g-4 mb-5">
  1250.            <!-- Main Featured Article - Left -->
  1251.            
  1252.  
  1253.            <div class="col-lg-6 col-md-12">
  1254.                <article class="main-featured">
  1255.                    <div class="featured-image-container">
  1256.                        
  1257.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1258.                                class="featured-image" style="object-fit: cover;" alt="">
  1259.                        
  1260.                        <div class="category-tag bg-primary-gradient">News</div>
  1261.                    </div>
  1262.                    <div class="featured-content">
  1263.                        <h1 class="featured-title"><a class="top-color" href="/medical-experts-from-the-scottish-region-and-america-achieve-historic-stroke-surgery-via-automated-technology/" >
  1264.                                        Medical Experts from the Scottish region and America Achieve Historic Stroke Surgery Via Automated Technology
  1265.                                    </a></h1>
  1266.                        <p class="featured-summary"></p>
  1267.                        <div class="article-meta">
  1268.                            <div class="author-info">
  1269.                                
  1270.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cook" class="author-pic">
  1271.                                
  1272.                                <div class="author-text">
  1273.                                    <span class="author-name">Joshua Cook</span>
  1274.                                    <span class="post-time">14 May 2026</span>
  1275.                                    
  1276.                                </div>
  1277.                            </div>
  1278.                            <div class="reading-info">
  1279.                                <!-- <span class="read-time">4 min read</span> -->
  1280.                            </div>
  1281.                        </div>
  1282.                    </div>
  1283.                </article>
  1284.            </div>
  1285.            
  1286.  
  1287.            <div class="col-lg-6 col-md-12">
  1288.                <article class="main-featured">
  1289.                    <div class="featured-image-container">
  1290.                        
  1291.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1292.                                class="featured-image" style="object-fit: cover;" alt="">
  1293.                        
  1294.                        <div class="category-tag bg-primary-gradient">News</div>
  1295.                    </div>
  1296.                    <div class="featured-content">
  1297.                        <h1 class="featured-title"><a class="top-color" href="/the-chinese-new-ai-regulations-aim-to-provide-child-safeguards-and-suicide-prevention-reduction/" >
  1298.                                        The Chinese New AI Regulations Aim to Provide Child Safeguards and Suicide Prevention Reduction.
  1299.                                    </a></h1>
  1300.                        <p class="featured-summary"></p>
  1301.                        <div class="article-meta">
  1302.                            <div class="author-info">
  1303.                                
  1304.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cook" class="author-pic">
  1305.                                
  1306.                                <div class="author-text">
  1307.                                    <span class="author-name">Joshua Cook</span>
  1308.                                    <span class="post-time">13 May 2026</span>
  1309.                                    
  1310.                                </div>
  1311.                            </div>
  1312.                            <div class="reading-info">
  1313.                                <!-- <span class="read-time">4 min read</span> -->
  1314.                            </div>
  1315.                        </div>
  1316.                    </div>
  1317.                </article>
  1318.            </div>
  1319.            
  1320.  
  1321.        </div>
  1322.  
  1323.        <!-- Bottom Section - Three Column Grid -->
  1324.        <div class="row g-4">
  1325.            
  1326.                <div class="col-lg-4 col-md-6 col-12">
  1327.                    <article class="compact-card">
  1328.                        <div class="compact-image">
  1329.                            
  1330.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1331.                                   style="object-fit: cover;" alt="">
  1332.                            
  1333.                            <div class="compact-category bg-primary-gradient">News</div>
  1334.                        </div>
  1335.                        <div class="compact-body">
  1336.                            <h3 class="compact-title"> <a class="top-color" href="/californias-governor-states-he-is-evaluating-a-white-house-bid-in-2028/" >
  1337.                                        California&#x27;s Governor States He Is Evaluating a White House Bid in 2028
  1338.                                    </a></h3>
  1339.                            <p class="compact-text"></p>
  1340.                            <div class="compact-footer">
  1341.                                <div class="compact-author">
  1342.                                    
  1343.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="compact-avatar">
  1344.                                    
  1345.                                    <span class="compact-name">Joshua Cook</span>
  1346.                                </div>
  1347.                                <span class="compact-date">13 May 2026</span>
  1348.                            </div>
  1349.                        </div>
  1350.                    </article>
  1351.                </div>
  1352.            
  1353.                <div class="col-lg-4 col-md-6 col-12">
  1354.                    <article class="compact-card">
  1355.                        <div class="compact-image">
  1356.                            
  1357.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1358.                                   style="object-fit: cover;" alt="">
  1359.                            
  1360.                            <div class="compact-category bg-primary-gradient">News</div>
  1361.                        </div>
  1362.                        <div class="compact-body">
  1363.                            <h3 class="compact-title"> <a class="top-color" href="/certain-factions-on-the-opposing-sides-who-offer-only-discontent-the-government-is-proceeding-with-the-job-of-economic-renewal/" >
  1364.                                        Certain factions on the opposing sides who offer only discontent: The government is proceeding with the job of economic renewal.
  1365.                                    </a></h3>
  1366.                            <p class="compact-text"></p>
  1367.                            <div class="compact-footer">
  1368.                                <div class="compact-author">
  1369.                                    
  1370.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="compact-avatar">
  1371.                                    
  1372.                                    <span class="compact-name">Joshua Cook</span>
  1373.                                </div>
  1374.                                <span class="compact-date">13 May 2026</span>
  1375.                            </div>
  1376.                        </div>
  1377.                    </article>
  1378.                </div>
  1379.            
  1380.  
  1381.            <div class="col-lg-4 col-md-12 col-12">
  1382.                <!-- Recent Articles Sidebar -->
  1383.                <div class="recent-section">
  1384.                    <h3 class="recent-title">Recent Articles</h3>
  1385.                    <div class="recent-list">
  1386.                        
  1387.                        <div class="recent-item">
  1388.                            <div class="recent-content">
  1389.                                <h4 class="recent-article-title"><a class="top-color" href="/the-greater-manchester-mayor-was-likely-to-have-secured-the-recent-byelection-states-labour-deputy-leader/" >
  1390.                                        The Greater Manchester Mayor Was &#x27;Likely&#x27; to Have Secured the Recent Byelection, States Labour Deputy Leader
  1391.                                    </a></h4>
  1392.                                <span class="recent-date">13 May 2026</span>
  1393.                            </div>
  1394.                        </div>
  1395.                        
  1396.                    </div>
  1397.                </div>
  1398.            </div>
  1399.        </div>
  1400.    </div>
  1401. </div>
  1402.  
  1403. <style>
  1404. /* Blog Hero V6 - Magazine Style with White Background */
  1405. .blog-hero-v6 {
  1406.    padding: 3rem 0;
  1407.    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  1408. }
  1409.  
  1410. /* Main Featured Article */
  1411. .main-featured {
  1412.    background: var(--card-bg);
  1413.    border-radius: 16px;
  1414.    overflow: hidden;
  1415.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1416.    border: 1px solid var(--border-color);
  1417.    transition: all 0.3s ease;
  1418. }
  1419.  
  1420. .main-featured:hover {
  1421.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1422.    transform: translateY(-2px);
  1423. }
  1424.  
  1425. .featured-image-container {
  1426.    position: relative;
  1427.    height: 300px;
  1428.    overflow: hidden;
  1429. }
  1430.  
  1431. .featured-image {
  1432.    width: 100%;
  1433.    height: 100%;
  1434.    object-fit: cover;
  1435.    transition: transform 0.4s ease;
  1436. }
  1437.  
  1438. .main-featured:hover .featured-image {
  1439.    transform: scale(1.03);
  1440. }
  1441.  
  1442. .featured-content {
  1443.    padding: 2.5rem;
  1444. }
  1445.  
  1446. .featured-title {
  1447.    font-size: 2rem;
  1448.    font-weight: 700;
  1449.    color: #1a202c;
  1450.    margin-bottom: 1rem;
  1451.    line-height: 1.25;
  1452.    letter-spacing: -0.025em;
  1453. }
  1454.  
  1455. .featured-summary {
  1456.    font-size: 1.1rem;
  1457.    color: #4a5568;
  1458.    line-height: 1.6;
  1459.    margin-bottom: 2rem;
  1460. }
  1461.  
  1462. /* Category Tags */
  1463. .category-tag {
  1464.    position: absolute;
  1465.    top: 1.5rem;
  1466.    left: 1.5rem;
  1467.    padding: 0.5rem 1rem;
  1468.    font-size: 0.75rem;
  1469.    font-weight: 600;
  1470.    text-transform: uppercase;
  1471.    letter-spacing: 0.1em;
  1472.    color: white;
  1473.    border-radius: 6px;
  1474.    z-index: 2;
  1475. }
  1476.  
  1477.  
  1478. /* Article Meta */
  1479. .article-meta {
  1480.    display: flex;
  1481.    align-items: center;
  1482.    justify-content: space-between;
  1483. }
  1484.  
  1485. .author-info {
  1486.    display: flex;
  1487.    align-items: center;
  1488.    gap: 1rem;
  1489. }
  1490.  
  1491. .author-pic {
  1492.    width: 48px;
  1493.    height: 48px;
  1494.    border-radius: 50%;
  1495.    object-fit: cover;
  1496.    border: 2px solid #e2e8f0;
  1497. }
  1498.  
  1499. .author-text {
  1500.    display: flex;
  1501.    flex-direction: column;
  1502. }
  1503.  
  1504. .author-name {
  1505.    font-weight: 600;
  1506.    color: #2d3748;
  1507.    font-size: 0.95rem;
  1508. }
  1509.  
  1510. .post-time {
  1511.    font-size: 0.85rem;
  1512.    color: #718096;
  1513. }
  1514.  
  1515. .reading-info {
  1516.    display: flex;
  1517.    align-items: center;
  1518. }
  1519.  
  1520. .read-time {
  1521.    font-size: 0.9rem;
  1522.    color: #718096;
  1523.    padding: 0.25rem 0.75rem;
  1524.    background: #f7fafc;
  1525.    border-radius: 15px;
  1526.    font-weight: 500;
  1527. }
  1528.  
  1529. /* Secondary Featured */
  1530. .secondary-featured {
  1531.    background: var(--card-bg);
  1532.    border-radius: 16px;
  1533.    overflow: hidden;
  1534.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1535.    border: 1px solid var(--border-color);
  1536.    height: 100%;
  1537.    transition: all 0.3s ease;
  1538. }
  1539.  
  1540. .secondary-featured:hover {
  1541.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1542.    transform: translateY(-2px);
  1543. }
  1544.  
  1545. .secondary-image-wrapper {
  1546.    position: relative;
  1547.    height: 200px;
  1548.    overflow: hidden;
  1549. }
  1550.  
  1551. .secondary-image-wrapper img {
  1552.    width: 100%;
  1553.    height: 100%;
  1554.    object-fit: cover;
  1555.    transition: transform 0.4s ease;
  1556. }
  1557.  
  1558. .secondary-featured:hover .secondary-image-wrapper img {
  1559.    transform: scale(1.03);
  1560. }
  1561.  
  1562. .secondary-content {
  1563.    padding: 2rem;
  1564. }
  1565.  
  1566. .secondary-title {
  1567.    font-size: 1.5rem;
  1568.    font-weight: 600;
  1569.    color: #1a202c;
  1570.    margin-bottom: 1rem;
  1571.    line-height: 1.3;
  1572. }
  1573.  
  1574. .secondary-excerpt {
  1575.    font-size: 0.95rem;
  1576.    color: #4a5568;
  1577.    line-height: 1.6;
  1578.    margin-bottom: 1.5rem;
  1579. }
  1580.  
  1581. .secondary-meta {
  1582.    display: flex;
  1583.    align-items: center;
  1584.    gap: 0.5rem;
  1585.    font-size: 0.85rem;
  1586.    color: #718096;
  1587. }
  1588.  
  1589. .meta-divider {
  1590.    color: #cbd5e0;
  1591. }
  1592.  
  1593. /* Compact Cards */
  1594. .compact-card {
  1595.    background: var(--card-bg);
  1596.    border-radius: 12px;
  1597.    overflow: hidden;
  1598.    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  1599.    border: 1px solid var(--border-color);
  1600.    transition: all 0.3s ease;
  1601.    height: 100%;
  1602.    display: flex;
  1603.    flex-direction: column;
  1604. }
  1605.  
  1606. .compact-card:hover {
  1607.    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  1608.    transform: translateY(-3px);
  1609. }
  1610.  
  1611. .compact-image {
  1612.    position: relative;
  1613.    height: 180px;
  1614.    overflow: hidden;
  1615. }
  1616.  
  1617. .compact-image img {
  1618.    width: 100%;
  1619.    height: 100%;
  1620.    object-fit: cover;
  1621.    transition: transform 0.4s ease;
  1622. }
  1623.  
  1624. .compact-card:hover .compact-image img {
  1625.    transform: scale(1.05);
  1626. }
  1627.  
  1628. .compact-category {
  1629.    position: absolute;
  1630.    top: 1rem;
  1631.    left: 1rem;
  1632.    padding: 0.25rem 0.75rem;
  1633.    font-size: 0.7rem;
  1634.    font-weight: 600;
  1635.    text-transform: uppercase;
  1636.    color: white;
  1637.    border-radius: 4px;
  1638. }
  1639.  
  1640. .compact-body {
  1641.    padding: 1.5rem;
  1642.    flex-grow: 1;
  1643.    display: flex;
  1644.    flex-direction: column;
  1645. }
  1646.  
  1647. .compact-title {
  1648.    font-size: 1.1rem;
  1649.    font-weight: 600;
  1650.    color: #1a202c;
  1651.    margin-bottom: 0.75rem;
  1652.    line-height: 1.4;
  1653. }
  1654.  
  1655. .compact-text {
  1656.    font-size: 0.9rem;
  1657.    color: #4a5568;
  1658.    line-height: 1.5;
  1659.    margin-bottom: 1.5rem;
  1660.    flex-grow: 1;
  1661. }
  1662.  
  1663. .compact-footer {
  1664.    display: flex;
  1665.    align-items: center;
  1666.    justify-content: space-between;
  1667.    margin-top: auto;
  1668. }
  1669.  
  1670. .compact-author {
  1671.    display: flex;
  1672.    align-items: center;
  1673.    gap: 0.5rem;
  1674. }
  1675.  
  1676. .compact-avatar {
  1677.    width: 32px;
  1678.    height: 32px;
  1679.    border-radius: 50%;
  1680.    object-fit: cover;
  1681. }
  1682.  
  1683. .compact-name {
  1684.    font-size: 0.85rem;
  1685.    font-weight: 500;
  1686.    color: #2d3748;
  1687. }
  1688.  
  1689. .compact-date {
  1690.    font-size: 0.8rem;
  1691.    color: #718096;
  1692. }
  1693.  
  1694. /* Recent Articles Section */
  1695. .recent-section {
  1696.    background: var(--card-bg);
  1697.    border-radius: 12px;
  1698.    padding: 2rem;
  1699.    border: 1px solid var(--border-color);
  1700.    height: 100%;
  1701. }
  1702.  
  1703. .recent-title {
  1704.    font-size: 1.25rem;
  1705.    font-weight: 700;
  1706.    color: #1a202c;
  1707.    margin-bottom: 1.5rem;
  1708.    padding-bottom: 0.75rem;
  1709.    border-bottom: 2px solid var(--border-color);
  1710. }
  1711.  
  1712. .recent-list {
  1713.    display: flex;
  1714.    flex-direction: column;
  1715.    gap: 1.25rem;
  1716. }
  1717.  
  1718. .recent-item {
  1719.    display: flex;
  1720.    align-items: center;
  1721.    gap: 1rem;
  1722.    padding: 0.8rem;
  1723.    background: var(--card-bg);
  1724.    border-radius: 8px;
  1725.    transition: all 0.2s ease;
  1726.    border: 1px solid var(--border-color);
  1727. }
  1728.  
  1729. .recent-item:hover {
  1730.    transform: translateX(4px);
  1731.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  1732. }
  1733.  
  1734. .recent-content {
  1735.    flex-grow: 1;
  1736. }
  1737.  
  1738. .recent-article-title {
  1739.    font-size: 0.95rem;
  1740.    font-weight: 600;
  1741.    color: #1a202c;
  1742.    margin-bottom: 0rem;
  1743.    line-height: 1.3;
  1744. }
  1745.  
  1746. .recent-date {
  1747.    font-size: 0.8rem;
  1748.    color: #718096;
  1749. }
  1750.  
  1751. /* Responsive Design */
  1752. @media (max-width: 992px) {
  1753.    .blog-hero-v6 {
  1754.        padding: 2rem 0;
  1755.    }
  1756.    
  1757.    .featured-title {
  1758.        font-size: 1.75rem;
  1759.    }
  1760.    
  1761.    .secondary-title {
  1762.        font-size: 1.3rem;
  1763.    }
  1764.    
  1765.    .article-meta {
  1766.        flex-direction: column;
  1767.        align-items: flex-start;
  1768.        gap: 1rem;
  1769.    }
  1770. }
  1771.  
  1772. @media (max-width: 768px) {
  1773.    .featured-content,
  1774.    .secondary-content {
  1775.        padding: 1.5rem;
  1776.    }
  1777.    
  1778.    .featured-title {
  1779.        font-size: 1.5rem;
  1780.    }
  1781.    
  1782.    .featured-image-container,
  1783.    .secondary-image-wrapper {
  1784.        height: 200px;
  1785.    }
  1786.    
  1787.    .compact-image {
  1788.        height: 150px;
  1789.    }
  1790.    
  1791.    .recent-section {
  1792.        margin-top: 2rem;
  1793.    }
  1794. }
  1795.  
  1796. @media (max-width: 576px) {
  1797.    .reading-info {
  1798.        margin-top: 1rem;
  1799.    }
  1800.    
  1801.    .secondary-meta {
  1802.        flex-wrap: wrap;
  1803.    }
  1804.    
  1805.    .recent-item {
  1806.        padding: 0.75rem;
  1807.    }
  1808. }
  1809. </style>
  1810.  
  1811.  
  1812.  
  1813.  
  1814.        <!-- end of wpo-blog-hero -->
  1815.  
  1816.        <!-- start of wpo-breacking-news -->
  1817.        
  1818.        <!-- end of wpo-breacking-news -->
  1819.        
  1820.        <!-- start wpo-blog-highlights-section -->
  1821.        
  1822.  
  1823.  
  1824.  
  1825.    
  1826.  
  1827.  
  1828. <style>
  1829.  
  1830.    .blog-highlights-section {
  1831.        padding: 30px 0;
  1832.    }
  1833.  
  1834.    .blog-cards-grid {
  1835.        display: grid;
  1836.        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  1837.        gap: 30px;
  1838.    }
  1839.  
  1840.    .blog-card {
  1841.        background: var(--card-bg);
  1842.        border: 1px solid var(--card-border);
  1843.        border-radius: var(--border-radius);
  1844.        overflow: hidden;
  1845.        transition: all 0.3s ease;
  1846.        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  1847.    }
  1848.  
  1849.    .blog-card:hover {
  1850.        transform: translateY(-8px);
  1851.        box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  1852.        border-color: var(--theme-primary-color);
  1853.    }
  1854.  
  1855.    .blog-card-image {
  1856.        position: relative;
  1857.        height: 220px;
  1858.        overflow: hidden;
  1859.    }
  1860.  
  1861.    .blog-card-image img {
  1862.        width: 100%;
  1863.        height: 100%;
  1864.        object-fit: cover;
  1865.        transition: transform 0.3s ease;
  1866.    }
  1867.  
  1868.    .blog-card:hover .blog-card-image img {
  1869.        transform: scale(1.05);
  1870.    }
  1871.  
  1872.    .blog-category {
  1873.        position: absolute;
  1874.        top: 15px;
  1875.        right: 15px;
  1876.        color: white;
  1877.        padding: 6px 12px;
  1878.        border-radius: 20px;
  1879.        font-size: 12px;
  1880.        font-weight: 600;
  1881.        text-transform: uppercase;
  1882.        letter-spacing: 0.5px;
  1883.    }
  1884.  
  1885.    .blog-card-content {
  1886.        padding: 25px;
  1887.    }
  1888.  
  1889.    .blog-card-title {
  1890.        font-family: var(--heading-font);
  1891.        font-size: 1.3rem;
  1892.        font-weight: var(--heading-weight);
  1893.        color: var(--top-color);
  1894.        margin-bottom: 15px;
  1895.        line-height: 1.4;
  1896.    }
  1897.  
  1898.    .blog-card-title a {
  1899.        color: inherit !important;
  1900.        text-decoration: none;
  1901.        transition: color 0.3s ease;
  1902.    }
  1903.  
  1904.    .blog-card-title a:hover {
  1905.        color: var(--theme-primary-color);
  1906.    }
  1907.  
  1908.    .blog-card-meta {
  1909.        display: flex;
  1910.        align-items: center;
  1911.        gap: 15px;
  1912.        margin-bottom: 15px;
  1913.        font-size: 14px;
  1914.        color: var(--text-light-color);
  1915.    }
  1916.  
  1917.    .blog-author-img {
  1918.        width: 30px;
  1919.        height: 30px;
  1920.        border-radius: 50%;
  1921.        object-fit: cover;
  1922.    }
  1923.  
  1924.    .blog-card-excerpt {
  1925.        color: var(--body-color);
  1926.        font-size: 15px;
  1927.        line-height: 1.6;
  1928.        margin-bottom: 20px;
  1929.        display: -webkit-box;
  1930.        -webkit-line-clamp: 3;
  1931.        -webkit-box-orient: vertical;
  1932.        overflow: hidden;
  1933.    }
  1934.  
  1935.    .blog-card-footer {
  1936.        display: flex;
  1937.        justify-content: space-between;
  1938.        align-items: center;
  1939.        padding-top: 15px;
  1940.        border-top: 1px solid var(--border-color-s2);
  1941.    }
  1942.  
  1943.    .blog-read-time {
  1944.        font-size: 13px;
  1945.        color: var(--light);
  1946.    }
  1947.  
  1948.    .blog-read-more {
  1949.        color: var(--top-color) !important;
  1950.        text-decoration: none;
  1951.        font-weight: 600;
  1952.        font-size: 14px;
  1953.        transition: all 0.3s ease;
  1954.    }
  1955.  
  1956.    .blog-read-more:hover {
  1957.        color: var(--theme-primary-color-s2);
  1958.        text-decoration: underline;
  1959.    }
  1960.  
  1961.    .section-title {
  1962.        font-family: var(--heading-font);
  1963.        font-size: 2.5rem;
  1964.        font-weight: var(--heading-weight);
  1965.        color: var(--heading-color);
  1966.        text-align: center;
  1967.        margin-bottom: 20px;
  1968.    }
  1969.  
  1970.    .section-subtitle {
  1971.        text-align: center;
  1972.        color: var(--text-light-color);
  1973.        font-size: 1.1rem;
  1974.        max-width: 600px;
  1975.        margin: 0 auto;
  1976.    }
  1977.  
  1978.    @media (max-width: 768px) {
  1979.        .blog-cards-grid {
  1980.            grid-template-columns: 1fr;
  1981.            gap: 20px;
  1982.        }
  1983.        
  1984.        .section-title {
  1985.            font-size: 2rem;
  1986.        }
  1987.        
  1988.        .blog-highlights-section {
  1989.            padding: 60px 0;
  1990.        }
  1991.    }
  1992. </style>
  1993.  
  1994. <section class="blog-highlights-section">
  1995.     <div class="container-fluid fluid-container">
  1996.      
  1997.            <div class="section-title">
  1998.                <h2>
  1999.                Today's Top Highlights
  2000.                   </h2>
  2001.                <p class="section-subtitle">Discover the latest stories and insights from our community</p>
  2002.    </div>
  2003.        
  2004.        <div class="row">
  2005.            <div class="col-lg-8 col-12">
  2006.                <div class="blog-cards-grid">
  2007.                    
  2008.                    <article class="blog-card">
  2009.                        <div class="blog-card-image">
  2010.                          
  2011.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2012.                            
  2013.                            <span class="blog-category bg-primary-gradient">
  2014.                                News
  2015.                            </span>
  2016.                        </div>
  2017.                        <div class="blog-card-content">
  2018.                            <h3 class="blog-card-title">
  2019.                                <a href="/former-british-broadcasting-corporation-consultants-undergo-members-of-parliaments-questioning-following-claims-of-prejudice-in-unauthorized-document/" >
  2020.                                Former British Broadcasting Corporation Consultants Undergo Members of Parliament&#x27;s Questioning Following Claims of Prejudice in Unauthorized Document
  2021.                                </a>
  2022.                            </h3>
  2023.                            <div class="blog-card-meta">
  2024.                                
  2025.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cook" class="blog-author-img">
  2026.                                
  2027.                                <span>By <strong>Joshua Cook</strong></span>
  2028.                                <span>•</span>
  2029.                                <span>13 May 2026</span>
  2030.                            </div>
  2031.                            <p class="blog-card-excerpt">
  2032.                                
  2033.                            </p>
  2034.                            <div class="blog-card-footer">
  2035.                                <div class="blog-read-time">
  2036.                                    📖 5 min read
  2037.                                </div>
  2038.                                <a href="/former-british-broadcasting-corporation-consultants-undergo-members-of-parliaments-questioning-following-claims-of-prejudice-in-unauthorized-document/" class="blog-read-more">
  2039.                                    Read More →
  2040.                                </a>
  2041.                            </div>
  2042.                        </div>
  2043.                    </article>
  2044.                    
  2045.                    <article class="blog-card">
  2046.                        <div class="blog-card-image">
  2047.                          
  2048.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2049.                            
  2050.                            <span class="blog-category bg-primary-gradient">
  2051.                                News
  2052.                            </span>
  2053.                        </div>
  2054.                        <div class="blog-card-content">
  2055.                            <h3 class="blog-card-title">
  2056.                                <a href="/toronto-blue-jays-secure-world-series-meeting-with-the-dodgers/" >
  2057.                                Toronto Blue Jays Secure World Series Meeting With the Dodgers
  2058.                                </a>
  2059.                            </h3>
  2060.                            <div class="blog-card-meta">
  2061.                                
  2062.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cook" class="blog-author-img">
  2063.                                
  2064.                                <span>By <strong>Joshua Cook</strong></span>
  2065.                                <span>•</span>
  2066.                                <span>13 May 2026</span>
  2067.                            </div>
  2068.                            <p class="blog-card-excerpt">
  2069.                                
  2070.                            </p>
  2071.                            <div class="blog-card-footer">
  2072.                                <div class="blog-read-time">
  2073.                                    📖 5 min read
  2074.                                </div>
  2075.                                <a href="/toronto-blue-jays-secure-world-series-meeting-with-the-dodgers/" class="blog-read-more">
  2076.                                    Read More →
  2077.                                </a>
  2078.                            </div>
  2079.                        </div>
  2080.                    </article>
  2081.                    
  2082.                    <article class="blog-card">
  2083.                        <div class="blog-card-image">
  2084.                          
  2085.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2086.                            
  2087.                            <span class="blog-category bg-primary-gradient">
  2088.                                News
  2089.                            </span>
  2090.                        </div>
  2091.                        <div class="blog-card-content">
  2092.                            <h3 class="blog-card-title">
  2093.                                <a href="/the-english-team-include-bashir-in-squad-for-the-ashes-series-opener/" >
  2094.                                The English team Include Bashir in Squad for The Ashes series Opener
  2095.                                </a>
  2096.                            </h3>
  2097.                            <div class="blog-card-meta">
  2098.                                
  2099.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cook" class="blog-author-img">
  2100.                                
  2101.                                <span>By <strong>Joshua Cook</strong></span>
  2102.                                <span>•</span>
  2103.                                <span>13 May 2026</span>
  2104.                            </div>
  2105.                            <p class="blog-card-excerpt">
  2106.                                
  2107.                            </p>
  2108.                            <div class="blog-card-footer">
  2109.                                <div class="blog-read-time">
  2110.                                    📖 5 min read
  2111.                                </div>
  2112.                                <a href="/the-english-team-include-bashir-in-squad-for-the-ashes-series-opener/" class="blog-read-more">
  2113.                                    Read More →
  2114.                                </a>
  2115.                            </div>
  2116.                        </div>
  2117.                    </article>
  2118.                    
  2119.                    <article class="blog-card">
  2120.                        <div class="blog-card-image">
  2121.                          
  2122.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2123.                            
  2124.                            <span class="blog-category bg-primary-gradient">
  2125.                                News
  2126.                            </span>
  2127.                        </div>
  2128.                        <div class="blog-card-content">
  2129.                            <h3 class="blog-card-title">
  2130.                                <a href="/olympic-athlete-and-other-eritreans-freed-after-18-years-without-facing-charges-relatives-say/" >
  2131.                                Olympic Athlete and Other Eritreans Freed After 18 Years Without Facing Charges, Relatives Say
  2132.                                </a>
  2133.                            </h3>
  2134.                            <div class="blog-card-meta">
  2135.                                
  2136.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cook" class="blog-author-img">
  2137.                                
  2138.                                <span>By <strong>Joshua Cook</strong></span>
  2139.                                <span>•</span>
  2140.                                <span>13 May 2026</span>
  2141.                            </div>
  2142.                            <p class="blog-card-excerpt">
  2143.                                
  2144.                            </p>
  2145.                            <div class="blog-card-footer">
  2146.                                <div class="blog-read-time">
  2147.                                    📖 5 min read
  2148.                                </div>
  2149.                                <a href="/olympic-athlete-and-other-eritreans-freed-after-18-years-without-facing-charges-relatives-say/" class="blog-read-more">
  2150.                                    Read More →
  2151.                                </a>
  2152.                            </div>
  2153.                        </div>
  2154.                    </article>
  2155.                    
  2156.                    <article class="blog-card">
  2157.                        <div class="blog-card-image">
  2158.                          
  2159.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2160.                            
  2161.                            <span class="blog-category bg-primary-gradient">
  2162.                                News
  2163.                            </span>
  2164.                        </div>
  2165.                        <div class="blog-card-content">
  2166.                            <h3 class="blog-card-title">
  2167.                                <a href="/the-kpop-demon-hunters-series-balloons-to-make-a-grand-appearance-at-the-iconic-thanksgiving-parade/" >
  2168.                                The KPop Demon Hunters Series Balloons to Make a Grand Appearance at the Iconic Thanksgiving Parade
  2169.                                </a>
  2170.                            </h3>
  2171.                            <div class="blog-card-meta">
  2172.                                
  2173.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cook" class="blog-author-img">
  2174.                                
  2175.                                <span>By <strong>Joshua Cook</strong></span>
  2176.                                <span>•</span>
  2177.                                <span>12 May 2026</span>
  2178.                            </div>
  2179.                            <p class="blog-card-excerpt">
  2180.                                
  2181.                            </p>
  2182.                            <div class="blog-card-footer">
  2183.                                <div class="blog-read-time">
  2184.                                    📖 5 min read
  2185.                                </div>
  2186.                                <a href="/the-kpop-demon-hunters-series-balloons-to-make-a-grand-appearance-at-the-iconic-thanksgiving-parade/" class="blog-read-more">
  2187.                                    Read More →
  2188.                                </a>
  2189.                            </div>
  2190.                        </div>
  2191.                    </article>
  2192.                    
  2193.                    <article class="blog-card">
  2194.                        <div class="blog-card-image">
  2195.                          
  2196.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2197.                            
  2198.                            <span class="blog-category bg-primary-gradient">
  2199.                                News
  2200.                            </span>
  2201.                        </div>
  2202.                        <div class="blog-card-content">
  2203.                            <h3 class="blog-card-title">
  2204.                                <a href="/disturbing-discovery-bodies-of-vanished-mother-and-child-located-in-freezers-in-austria/" >
  2205.                                Disturbing Discovery: Bodies of Vanished Mother and Child Located in Freezers in Austria
  2206.                                </a>
  2207.                            </h3>
  2208.                            <div class="blog-card-meta">
  2209.                                
  2210.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cook" class="blog-author-img">
  2211.                                
  2212.                                <span>By <strong>Joshua Cook</strong></span>
  2213.                                <span>•</span>
  2214.                                <span>12 May 2026</span>
  2215.                            </div>
  2216.                            <p class="blog-card-excerpt">
  2217.                                
  2218.                            </p>
  2219.                            <div class="blog-card-footer">
  2220.                                <div class="blog-read-time">
  2221.                                    📖 5 min read
  2222.                                </div>
  2223.                                <a href="/disturbing-discovery-bodies-of-vanished-mother-and-child-located-in-freezers-in-austria/" class="blog-read-more">
  2224.                                    Read More →
  2225.                                </a>
  2226.                            </div>
  2227.                        </div>
  2228.                    </article>
  2229.                    
  2230.                    <article class="blog-card">
  2231.                        <div class="blog-card-image">
  2232.                          
  2233.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2234.                            
  2235.                            <span class="blog-category bg-primary-gradient">
  2236.                                News
  2237.                            </span>
  2238.                        </div>
  2239.                        <div class="blog-card-content">
  2240.                            <h3 class="blog-card-title">
  2241.                                <a href="/spotify-year-end-recap-launch-date-plus-key-inquiries-answered/" >
  2242.                                Spotify Year-End Recap: Launch Date plus Key Inquiries Answered
  2243.                                </a>
  2244.                            </h3>
  2245.                            <div class="blog-card-meta">
  2246.                                
  2247.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cook" class="blog-author-img">
  2248.                                
  2249.                                <span>By <strong>Joshua Cook</strong></span>
  2250.                                <span>•</span>
  2251.                                <span>12 May 2026</span>
  2252.                            </div>
  2253.                            <p class="blog-card-excerpt">
  2254.                                
  2255.                            </p>
  2256.                            <div class="blog-card-footer">
  2257.                                <div class="blog-read-time">
  2258.                                    📖 5 min read
  2259.                                </div>
  2260.                                <a href="/spotify-year-end-recap-launch-date-plus-key-inquiries-answered/" class="blog-read-more">
  2261.                                    Read More →
  2262.                                </a>
  2263.                            </div>
  2264.                        </div>
  2265.                    </article>
  2266.                    
  2267.                    <article class="blog-card">
  2268.                        <div class="blog-card-image">
  2269.                          
  2270.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2271.                            
  2272.                            <span class="blog-category bg-primary-gradient">
  2273.                                News
  2274.                            </span>
  2275.                        </div>
  2276.                        <div class="blog-card-content">
  2277.                            <h3 class="blog-card-title">
  2278.                                <a href="/peaceful-finish-to-lionel-messis-india-tour-after-unrest-in-kolkata/" >
  2279.                                Peaceful Finish to Lionel Messi&#x27;s India Tour After Unrest in Kolkata
  2280.                                </a>
  2281.                            </h3>
  2282.                            <div class="blog-card-meta">
  2283.                                
  2284.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cook" class="blog-author-img">
  2285.                                
  2286.                                <span>By <strong>Joshua Cook</strong></span>
  2287.                                <span>•</span>
  2288.                                <span>12 May 2026</span>
  2289.                            </div>
  2290.                            <p class="blog-card-excerpt">
  2291.                                
  2292.                            </p>
  2293.                            <div class="blog-card-footer">
  2294.                                <div class="blog-read-time">
  2295.                                    📖 5 min read
  2296.                                </div>
  2297.                                <a href="/peaceful-finish-to-lionel-messis-india-tour-after-unrest-in-kolkata/" class="blog-read-more">
  2298.                                    Read More →
  2299.                                </a>
  2300.                            </div>
  2301.                        </div>
  2302.                    </article>
  2303.                    
  2304.                    <article class="blog-card">
  2305.                        <div class="blog-card-image">
  2306.                          
  2307.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2308.                            
  2309.                            <span class="blog-category bg-primary-gradient">
  2310.                                News
  2311.                            </span>
  2312.                        </div>
  2313.                        <div class="blog-card-content">
  2314.                            <h3 class="blog-card-title">
  2315.                                <a href="/brian-harris-obituary-an-existence-behind-the-camera/" >
  2316.                                Brian Harris Obituary: An Existence Behind the Camera
  2317.                                </a>
  2318.                            </h3>
  2319.                            <div class="blog-card-meta">
  2320.                                
  2321.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cook" class="blog-author-img">
  2322.                                
  2323.                                <span>By <strong>Joshua Cook</strong></span>
  2324.                                <span>•</span>
  2325.                                <span>12 May 2026</span>
  2326.                            </div>
  2327.                            <p class="blog-card-excerpt">
  2328.                                
  2329.                            </p>
  2330.                            <div class="blog-card-footer">
  2331.                                <div class="blog-read-time">
  2332.                                    📖 5 min read
  2333.                                </div>
  2334.                                <a href="/brian-harris-obituary-an-existence-behind-the-camera/" class="blog-read-more">
  2335.                                    Read More →
  2336.                                </a>
  2337.                            </div>
  2338.                        </div>
  2339.                    </article>
  2340.                    
  2341.                    <article class="blog-card">
  2342.                        <div class="blog-card-image">
  2343.                          
  2344.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2345.                            
  2346.                            <span class="blog-category bg-primary-gradient">
  2347.                                News
  2348.                            </span>
  2349.                        </div>
  2350.                        <div class="blog-card-content">
  2351.                            <h3 class="blog-card-title">
  2352.                                <a href="/new-yorks-met-museum-confronts-legal-action-over-allegedly-nazi-stolen-van-gogh-painting/" >
  2353.                                New York&#x27;s Met Museum Confronts Legal Action Over Allegedly Nazi-Stolen Van Gogh Painting
  2354.                                </a>
  2355.                            </h3>
  2356.                            <div class="blog-card-meta">
  2357.                                
  2358.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cook" class="blog-author-img">
  2359.                                
  2360.                                <span>By <strong>Joshua Cook</strong></span>
  2361.                                <span>•</span>
  2362.                                <span>12 May 2026</span>
  2363.                            </div>
  2364.                            <p class="blog-card-excerpt">
  2365.                                
  2366.                            </p>
  2367.                            <div class="blog-card-footer">
  2368.                                <div class="blog-read-time">
  2369.                                    📖 5 min read
  2370.                                </div>
  2371.                                <a href="/new-yorks-met-museum-confronts-legal-action-over-allegedly-nazi-stolen-van-gogh-painting/" class="blog-read-more">
  2372.                                    Read More →
  2373.                                </a>
  2374.                            </div>
  2375.                        </div>
  2376.                    </article>
  2377.                    
  2378.                    <article class="blog-card">
  2379.                        <div class="blog-card-image">
  2380.                          
  2381.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2382.                            
  2383.                            <span class="blog-category bg-primary-gradient">
  2384.                                News
  2385.                            </span>
  2386.                        </div>
  2387.                        <div class="blog-card-content">
  2388.                            <h3 class="blog-card-title">
  2389.                                <a href="/american-lawmaker-calls-on-ex-royal-andrew-to-testify-in-epstein-investigation/" >
  2390.                                American Lawmaker Calls On Ex-Royal Andrew to Testify in Epstein Investigation
  2391.                                </a>
  2392.                            </h3>
  2393.                            <div class="blog-card-meta">
  2394.                                
  2395.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cook" class="blog-author-img">
  2396.                                
  2397.                                <span>By <strong>Joshua Cook</strong></span>
  2398.                                <span>•</span>
  2399.                                <span>12 May 2026</span>
  2400.                            </div>
  2401.                            <p class="blog-card-excerpt">
  2402.                                
  2403.                            </p>
  2404.                            <div class="blog-card-footer">
  2405.                                <div class="blog-read-time">
  2406.                                    📖 5 min read
  2407.                                </div>
  2408.                                <a href="/american-lawmaker-calls-on-ex-royal-andrew-to-testify-in-epstein-investigation/" class="blog-read-more">
  2409.                                    Read More →
  2410.                                </a>
  2411.                            </div>
  2412.                        </div>
  2413.                    </article>
  2414.                    
  2415.                    <article class="blog-card">
  2416.                        <div class="blog-card-image">
  2417.                          
  2418.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2419.                            
  2420.                            <span class="blog-category bg-primary-gradient">
  2421.                                News
  2422.                            </span>
  2423.                        </div>
  2424.                        <div class="blog-card-content">
  2425.                            <h3 class="blog-card-title">
  2426.                                <a href="/the-gulf-nation-to-present-case-at-british-highest-court-over-sovereign-immunity-in-spyware-claims/" >
  2427.                                The Gulf nation to Present Case at British Highest Court Over Sovereign Immunity in Spyware Claims
  2428.                                </a>
  2429.                            </h3>
  2430.                            <div class="blog-card-meta">
  2431.                                
  2432.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cook" class="blog-author-img">
  2433.                                
  2434.                                <span>By <strong>Joshua Cook</strong></span>
  2435.                                <span>•</span>
  2436.                                <span>12 May 2026</span>
  2437.                            </div>
  2438.                            <p class="blog-card-excerpt">
  2439.                                
  2440.                            </p>
  2441.                            <div class="blog-card-footer">
  2442.                                <div class="blog-read-time">
  2443.                                    📖 5 min read
  2444.                                </div>
  2445.                                <a href="/the-gulf-nation-to-present-case-at-british-highest-court-over-sovereign-immunity-in-spyware-claims/" class="blog-read-more">
  2446.                                    Read More →
  2447.                                </a>
  2448.                            </div>
  2449.                        </div>
  2450.                    </article>
  2451.                    
  2452.                    
  2453.  
  2454.                </div>
  2455.            </div>
  2456.            
  2457.              <div class="col col-lg-4 col-12">
  2458.                
  2459.  
  2460.  
  2461.  
  2462.    
  2463.  
  2464.  
  2465. <!-- Blog Sidebar V2 - Focused Design -->
  2466.  <div class="sidebar mb-3">
  2467.    <!-- Recent Posts Section -->
  2468.    <div class="sidebar-widget mb-4">
  2469.      <div class="widget-title-wrapper mb-3">
  2470.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2471.          <i class="ti-time me-2"></i>Recent Posts
  2472.          <span class="title-arrow-primary"></span>
  2473.        </h4>
  2474.      </div>
  2475.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2476.        <div class="recent-post-list">
  2477.          
  2478.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2479.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2480.                
  2481.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2482.                
  2483.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2484.            </div>
  2485.            <div class="post-content flex-grow-1">
  2486.              <h6 class="post-title mb-2">
  2487.                 <a href="/the-visionary-filmmaker-sets-the-record-straight-ai-doesnt-produce-the-avatar-series/" class="text-decoration-none top-color fw-semibold lh-sm">
  2488.                                            The Visionary Filmmaker Sets the Record Straight: ‘AI Doesn’t Produce the Avatar Series’
  2489.                                            </a>
  2490.              </h6>
  2491.              <div class="post-meta mb-3">
  2492.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2493.                <!-- <small class="text-muted">
  2494.                  <i class="ti-eye me-1"></i>348 views
  2495.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2496.                </small> -->
  2497.              </div>
  2498.            </div>
  2499.          </div>
  2500.          
  2501.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2502.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2503.                
  2504.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2505.                
  2506.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2507.            </div>
  2508.            <div class="post-content flex-grow-1">
  2509.              <h6 class="post-title mb-2">
  2510.                 <a href="/shackled-isolated-and-scared-the-grim-situation-for-women-compelled-to-give-birth-in-incarceration/" class="text-decoration-none top-color fw-semibold lh-sm">
  2511.                                            Shackled, Isolated and Scared: The Grim Situation for Women Compelled to Give Birth in Incarceration.
  2512.                                            </a>
  2513.              </h6>
  2514.              <div class="post-meta mb-3">
  2515.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2516.                <!-- <small class="text-muted">
  2517.                  <i class="ti-eye me-1"></i>348 views
  2518.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2519.                </small> -->
  2520.              </div>
  2521.            </div>
  2522.          </div>
  2523.          
  2524.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2525.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2526.                
  2527.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2528.                
  2529.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2530.            </div>
  2531.            <div class="post-content flex-grow-1">
  2532.              <h6 class="post-title mb-2">
  2533.                 <a href="/a-account-of-unexpected-generosity-the-time-a-student-let-me-stay-on-her-dormitory-floor/" class="text-decoration-none top-color fw-semibold lh-sm">
  2534.                                            A Account of Unexpected Generosity: The Time a Student Let Me Stay on Her Dormitory Floor
  2535.                                            </a>
  2536.              </h6>
  2537.              <div class="post-meta mb-3">
  2538.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2539.                <!-- <small class="text-muted">
  2540.                  <i class="ti-eye me-1"></i>348 views
  2541.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2542.                </small> -->
  2543.              </div>
  2544.            </div>
  2545.          </div>
  2546.          
  2547.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2548.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2549.                
  2550.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2551.                
  2552.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2553.            </div>
  2554.            <div class="post-content flex-grow-1">
  2555.              <h6 class="post-title mb-2">
  2556.                 <a href="/among-the-ruined-debris-of-an-apartment-block-i-encountered-a-book-i-had-translated/" class="text-decoration-none top-color fw-semibold lh-sm">
  2557.                                            Among the Ruined Debris of an Apartment Block, I Encountered a Book I Had Translated
  2558.                                            </a>
  2559.              </h6>
  2560.              <div class="post-meta mb-3">
  2561.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2562.                <!-- <small class="text-muted">
  2563.                  <i class="ti-eye me-1"></i>348 views
  2564.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2565.                </small> -->
  2566.              </div>
  2567.            </div>
  2568.          </div>
  2569.          
  2570.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2571.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2572.                
  2573.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2574.                
  2575.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2576.            </div>
  2577.            <div class="post-content flex-grow-1">
  2578.              <h6 class="post-title mb-2">
  2579.                 <a href="/three-game-pass-games-were-playing-over-the-weekend-october-10-12/" class="text-decoration-none top-color fw-semibold lh-sm">
  2580.                                            Three Game Pass Games We&#x27;re Playing Over the Weekend (October 10-12)
  2581.                                            </a>
  2582.              </h6>
  2583.              <div class="post-meta mb-3">
  2584.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2585.                <!-- <small class="text-muted">
  2586.                  <i class="ti-eye me-1"></i>348 views
  2587.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2588.                </small> -->
  2589.              </div>
  2590.            </div>
  2591.          </div>
  2592.          
  2593.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2594.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2595.                
  2596.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2597.                
  2598.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2599.            </div>
  2600.            <div class="post-content flex-grow-1">
  2601.              <h6 class="post-title mb-2">
  2602.                 <a href="/daily-existence-for-120000-refugees-in-the-extensive-mbera-camp-on-the-mali-frontier/" class="text-decoration-none top-color fw-semibold lh-sm">
  2603.                                            Daily Existence for 120,000 Refugees in the Extensive Mbera Camp on the Mali Frontier.
  2604.                                            </a>
  2605.              </h6>
  2606.              <div class="post-meta mb-3">
  2607.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2608.                <!-- <small class="text-muted">
  2609.                  <i class="ti-eye me-1"></i>348 views
  2610.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2611.                </small> -->
  2612.              </div>
  2613.            </div>
  2614.          </div>
  2615.          
  2616.  
  2617.        </div>
  2618.  
  2619.        <div class="text-center mt-4 pt-3 border-top border-light">
  2620.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2621.        </div>
  2622.      </div>
  2623.    </div>
  2624.  
  2625.    
  2626.    <div class="sidebar-widget mb-4">
  2627.      <div class="widget-title-wrapper mb-3">
  2628.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2629.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2630.          <span class="title-arrow"></span>
  2631.        </h4>
  2632.      </div>
  2633.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2634.        <div class="blog-roll-list scrollable-sidebar">
  2635.          
  2636.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2637.            <a href="https://thebirchesmedicalpractice.co.uk/" rel="dofollow" class="text-decoration-none ">
  2638.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2639.                <i class="ti-angle-right me-2 text-primary"></i>
  2640.                non gamstop casinos
  2641.              </h6>
  2642.            </a>
  2643.          </div>
  2644.          
  2645.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2646.            <a href="https://iftt.co.uk/" rel="dofollow" class="text-decoration-none ">
  2647.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2648.                <i class="ti-angle-right me-2 text-primary"></i>
  2649.                betting sites not on gamstop
  2650.              </h6>
  2651.            </a>
  2652.          </div>
  2653.          
  2654.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2655.            <a href="https://thegoldenfleeceyork.co.uk/" rel="dofollow" class="text-decoration-none ">
  2656.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2657.                <i class="ti-angle-right me-2 text-primary"></i>
  2658.                online casino
  2659.              </h6>
  2660.            </a>
  2661.          </div>
  2662.          
  2663.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2664.            <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none ">
  2665.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2666.                <i class="ti-angle-right me-2 text-primary"></i>
  2667.                non gamstop casino uk
  2668.              </h6>
  2669.            </a>
  2670.          </div>
  2671.          
  2672.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2673.            <a href="https://evildeadrise.co.uk" rel="dofollow" class="text-decoration-none ">
  2674.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2675.                <i class="ti-angle-right me-2 text-primary"></i>
  2676.                casinos not on gamstop
  2677.              </h6>
  2678.            </a>
  2679.          </div>
  2680.          
  2681.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2682.            <a href="https://nursingnotes.co.uk/" rel="dofollow" class="text-decoration-none ">
  2683.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2684.                <i class="ti-angle-right me-2 text-primary"></i>
  2685.                best non gamstop casinos
  2686.              </h6>
  2687.            </a>
  2688.          </div>
  2689.          
  2690.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2691.            <a href="https://www.voiceprint.co.uk/" rel="dofollow" class="text-decoration-none ">
  2692.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2693.                <i class="ti-angle-right me-2 text-primary"></i>
  2694.                casino not on gamstop
  2695.              </h6>
  2696.            </a>
  2697.          </div>
  2698.          
  2699.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2700.            <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none ">
  2701.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2702.                <i class="ti-angle-right me-2 text-primary"></i>
  2703.                non gamstop online casinos uk
  2704.              </h6>
  2705.            </a>
  2706.          </div>
  2707.          
  2708.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2709.            <a href="https://heptonstallschool.org.uk/" rel="dofollow" class="text-decoration-none ">
  2710.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2711.                <i class="ti-angle-right me-2 text-primary"></i>
  2712.                new uk betting sites
  2713.              </h6>
  2714.            </a>
  2715.          </div>
  2716.          
  2717.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2718.            <a href="https://www.mesaonline.org/" rel="dofollow" class="text-decoration-none ">
  2719.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2720.                <i class="ti-angle-right me-2 text-primary"></i>
  2721.                best uk non gamstop casinos
  2722.              </h6>
  2723.            </a>
  2724.          </div>
  2725.          
  2726.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2727.            <a href="https://www.focus12.co.uk/" rel="dofollow" class="text-decoration-none ">
  2728.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2729.                <i class="ti-angle-right me-2 text-primary"></i>
  2730.                casino not on gamstop
  2731.              </h6>
  2732.            </a>
  2733.          </div>
  2734.          
  2735.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2736.            <a href="https://britishicehockey.co.uk/" rel="dofollow" class="text-decoration-none ">
  2737.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2738.                <i class="ti-angle-right me-2 text-primary"></i>
  2739.                casino not on gamstop
  2740.              </h6>
  2741.            </a>
  2742.          </div>
  2743.          
  2744.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2745.            <a href="https://esports-news.co.uk/online-casinos/non-gamstop/" rel="dofollow" class="text-decoration-none ">
  2746.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2747.                <i class="ti-angle-right me-2 text-primary"></i>
  2748.                non gamstop casinos
  2749.              </h6>
  2750.            </a>
  2751.          </div>
  2752.          
  2753.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2754.            <a href="https://gamingamerica.com/non-gamstop-casinos" rel="dofollow" class="text-decoration-none ">
  2755.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2756.                <i class="ti-angle-right me-2 text-primary"></i>
  2757.                non gamstop casino
  2758.              </h6>
  2759.            </a>
  2760.          </div>
  2761.          
  2762.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2763.            <a href="https://www.frn.org.uk/" rel="dofollow" class="text-decoration-none ">
  2764.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2765.                <i class="ti-angle-right me-2 text-primary"></i>
  2766.                best uk betting sites
  2767.              </h6>
  2768.            </a>
  2769.          </div>
  2770.          
  2771.      </div>
  2772.    </div>
  2773.    
  2774.    <div class="sidebar-widget mb-4">
  2775.      <div class="widget-title-wrapper mb-3">
  2776.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2777.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2778.          <span class="title-arrow"></span>
  2779.        </h4>
  2780.      </div>
  2781.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2782.        <div class="blog-roll-list scrollable-sidebar">
  2783.          
  2784.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2785.            <a href="https://www.agediscrimination.info/non-gamstop-casinos" rel="dofollow" class="text-decoration-none ">
  2786.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2787.                <i class="ti-angle-right me-2 text-primary"></i>
  2788.                casinos not on GamStop
  2789.              </h6>
  2790.            </a>
  2791.          </div>
  2792.          
  2793.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2794.            <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" rel="dofollow" class="text-decoration-none ">
  2795.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2796.                <i class="ti-angle-right me-2 text-primary"></i>
  2797.                casino not on gamstop
  2798.              </h6>
  2799.            </a>
  2800.          </div>
  2801.          
  2802.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2803.            <a href="https://www.uberrock.co.uk/" rel="dofollow" class="text-decoration-none ">
  2804.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2805.                <i class="ti-angle-right me-2 text-primary"></i>
  2806.                non gamstop casinos
  2807.              </h6>
  2808.            </a>
  2809.          </div>
  2810.          
  2811.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2812.            <a href="https://www.foodsofengland.co.uk/" rel="dofollow" class="text-decoration-none ">
  2813.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2814.                <i class="ti-angle-right me-2 text-primary"></i>
  2815.                casinos not on gamstop
  2816.              </h6>
  2817.            </a>
  2818.          </div>
  2819.          
  2820.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2821.            <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="text-decoration-none ">
  2822.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2823.                <i class="ti-angle-right me-2 text-primary"></i>
  2824.                casino not on gamstop
  2825.              </h6>
  2826.            </a>
  2827.          </div>
  2828.          
  2829.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2830.            <a href="https://straightfromyard.co.uk/" rel="dofollow" class="text-decoration-none ">
  2831.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2832.                <i class="ti-angle-right me-2 text-primary"></i>
  2833.                casino not on gamstop
  2834.              </h6>
  2835.            </a>
  2836.          </div>
  2837.          
  2838.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2839.            <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none ">
  2840.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2841.                <i class="ti-angle-right me-2 text-primary"></i>
  2842.                casino not on gamstop
  2843.              </h6>
  2844.            </a>
  2845.          </div>
  2846.          
  2847.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2848.            <a href="https://www.citytosea.org.uk/" rel="dofollow" class="text-decoration-none ">
  2849.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2850.                <i class="ti-angle-right me-2 text-primary"></i>
  2851.                casino not on gamstop
  2852.              </h6>
  2853.            </a>
  2854.          </div>
  2855.          
  2856.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2857.            <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none ">
  2858.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2859.                <i class="ti-angle-right me-2 text-primary"></i>
  2860.                casino not on gamstop
  2861.              </h6>
  2862.            </a>
  2863.          </div>
  2864.          
  2865.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2866.            <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none ">
  2867.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2868.                <i class="ti-angle-right me-2 text-primary"></i>
  2869.                casino not on gamstop
  2870.              </h6>
  2871.            </a>
  2872.          </div>
  2873.          
  2874.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2875.            <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none ">
  2876.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2877.                <i class="ti-angle-right me-2 text-primary"></i>
  2878.                casino not on gamstop
  2879.              </h6>
  2880.            </a>
  2881.          </div>
  2882.          
  2883.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2884.            <a href="https://www.london-irish.com/" rel="dofollow" class="text-decoration-none ">
  2885.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2886.                <i class="ti-angle-right me-2 text-primary"></i>
  2887.                casino not on gamstop
  2888.              </h6>
  2889.            </a>
  2890.          </div>
  2891.          
  2892.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2893.            <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none ">
  2894.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2895.                <i class="ti-angle-right me-2 text-primary"></i>
  2896.                online casinos not on gamstop
  2897.              </h6>
  2898.            </a>
  2899.          </div>
  2900.          
  2901.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2902.            <a href="https://unbound.co.uk/" rel="dofollow" class="text-decoration-none ">
  2903.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2904.                <i class="ti-angle-right me-2 text-primary"></i>
  2905.                casino not on gamstop
  2906.              </h6>
  2907.            </a>
  2908.          </div>
  2909.          
  2910.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2911.            <a href="https://www.elthampalace.org.uk/" rel="dofollow" class="text-decoration-none ">
  2912.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2913.                <i class="ti-angle-right me-2 text-primary"></i>
  2914.                casino not on gamstop
  2915.              </h6>
  2916.            </a>
  2917.          </div>
  2918.          
  2919.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2920.            <a href="https://www.nhsborders.org.uk/" rel="dofollow" class="text-decoration-none ">
  2921.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2922.                <i class="ti-angle-right me-2 text-primary"></i>
  2923.                bitcoin casino
  2924.              </h6>
  2925.            </a>
  2926.          </div>
  2927.          
  2928.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2929.            <a href="https://swtrains.co.uk/" rel="dofollow" class="text-decoration-none ">
  2930.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2931.                <i class="ti-angle-right me-2 text-primary"></i>
  2932.                spin shark
  2933.              </h6>
  2934.            </a>
  2935.          </div>
  2936.          
  2937.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2938.            <a href="https://coffinmew.co.uk" rel="dofollow" class="text-decoration-none ">
  2939.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2940.                <i class="ti-angle-right me-2 text-primary"></i>
  2941.                casinos not on gamstop
  2942.              </h6>
  2943.            </a>
  2944.          </div>
  2945.          
  2946.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2947.            <a href="https://solux.net" rel="dofollow" class="text-decoration-none ">
  2948.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2949.                <i class="ti-angle-right me-2 text-primary"></i>
  2950.                non gamstop casinos
  2951.              </h6>
  2952.            </a>
  2953.          </div>
  2954.          
  2955.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2956.            <a href="https://22wcss.org" rel="dofollow" class="text-decoration-none ">
  2957.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2958.                <i class="ti-angle-right me-2 text-primary"></i>
  2959.                non gamstop casino
  2960.              </h6>
  2961.            </a>
  2962.          </div>
  2963.          
  2964.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2965.            <a href="https://bspensions.com" rel="dofollow" class="text-decoration-none ">
  2966.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2967.                <i class="ti-angle-right me-2 text-primary"></i>
  2968.                non gamstop casinos
  2969.              </h6>
  2970.            </a>
  2971.          </div>
  2972.          
  2973.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2974.            <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="text-decoration-none ">
  2975.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2976.                <i class="ti-angle-right me-2 text-primary"></i>
  2977.                non UK gambling sites
  2978.              </h6>
  2979.            </a>
  2980.          </div>
  2981.          
  2982.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2983.            <a href="https://notredamedelagarde.fr" rel="dofollow" class="text-decoration-none ">
  2984.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2985.                <i class="ti-angle-right me-2 text-primary"></i>
  2986.                meilleur casino en ligne français
  2987.              </h6>
  2988.            </a>
  2989.          </div>
  2990.          
  2991.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2992.            <a href="https://www.nabaiji.co.uk/" rel="dofollow" class="text-decoration-none ">
  2993.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2994.                <i class="ti-angle-right me-2 text-primary"></i>
  2995.                poker site not on gamstop
  2996.              </h6>
  2997.            </a>
  2998.          </div>
  2999.          
  3000.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3001.            <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none ">
  3002.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3003.                <i class="ti-angle-right me-2 text-primary"></i>
  3004.                non gamstop casino
  3005.              </h6>
  3006.            </a>
  3007.          </div>
  3008.          
  3009.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3010.            <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none ">
  3011.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3012.                <i class="ti-angle-right me-2 text-primary"></i>
  3013.                non gamstop casino
  3014.              </h6>
  3015.            </a>
  3016.          </div>
  3017.          
  3018.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3019.            <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none ">
  3020.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3021.                <i class="ti-angle-right me-2 text-primary"></i>
  3022.                casino not on gamstop
  3023.              </h6>
  3024.            </a>
  3025.          </div>
  3026.          
  3027.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3028.            <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none ">
  3029.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3030.                <i class="ti-angle-right me-2 text-primary"></i>
  3031.                non gamstop casinos UK
  3032.              </h6>
  3033.            </a>
  3034.          </div>
  3035.          
  3036.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3037.            <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="text-decoration-none ">
  3038.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3039.                <i class="ti-angle-right me-2 text-primary"></i>
  3040.                Non UK Casino
  3041.              </h6>
  3042.            </a>
  3043.          </div>
  3044.          
  3045.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3046.            <a href="https://www.impact-awards.co.uk" rel="dofollow" class="text-decoration-none ">
  3047.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3048.                <i class="ti-angle-right me-2 text-primary"></i>
  3049.                online casinos
  3050.              </h6>
  3051.            </a>
  3052.          </div>
  3053.          
  3054.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3055.            <a href="https://thepearlyqueen.com/" rel="dofollow" class="text-decoration-none ">
  3056.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3057.                <i class="ti-angle-right me-2 text-primary"></i>
  3058.                casinos not on GamStop
  3059.              </h6>
  3060.            </a>
  3061.          </div>
  3062.          
  3063.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3064.            <a href="https://www.edinburghwhiskyblog.com/" rel="dofollow" class="text-decoration-none ">
  3065.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3066.                <i class="ti-angle-right me-2 text-primary"></i>
  3067.                casino sites not on gamstop
  3068.              </h6>
  3069.            </a>
  3070.          </div>
  3071.          
  3072.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3073.            <a href="https://www.lsx.org.uk/" rel="dofollow" class="text-decoration-none ">
  3074.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3075.                <i class="ti-angle-right me-2 text-primary"></i>
  3076.                best online betting sites
  3077.              </h6>
  3078.            </a>
  3079.          </div>
  3080.          
  3081.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3082.            <a href="https://www.marblearchcavesgeopark.com/" rel="dofollow" class="text-decoration-none ">
  3083.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3084.                <i class="ti-angle-right me-2 text-primary"></i>
  3085.                non gamstop casino uk
  3086.              </h6>
  3087.            </a>
  3088.          </div>
  3089.          
  3090.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3091.            <a href="https://www.squarebox.co.uk/" rel="dofollow" class="text-decoration-none ">
  3092.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3093.                <i class="ti-angle-right me-2 text-primary"></i>
  3094.                non gamstop casinos
  3095.              </h6>
  3096.            </a>
  3097.          </div>
  3098.          
  3099.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3100.            <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none ">
  3101.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3102.                <i class="ti-angle-right me-2 text-primary"></i>
  3103.                best uk non gamstop casinos
  3104.              </h6>
  3105.            </a>
  3106.          </div>
  3107.          
  3108.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3109.            <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none ">
  3110.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3111.                <i class="ti-angle-right me-2 text-primary"></i>
  3112.                uk casinos not on gamstop
  3113.              </h6>
  3114.            </a>
  3115.          </div>
  3116.          
  3117.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3118.            <a href="https://www.hobsoncycles.co.uk" rel="dofollow" class="text-decoration-none ">
  3119.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3120.                <i class="ti-angle-right me-2 text-primary"></i>
  3121.                bookies not on GamStop
  3122.              </h6>
  3123.            </a>
  3124.          </div>
  3125.          
  3126.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3127.            <a href="https://www.fourpure.com/" rel="dofollow" class="text-decoration-none ">
  3128.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3129.                <i class="ti-angle-right me-2 text-primary"></i>
  3130.                gambling sites not on GamStop
  3131.              </h6>
  3132.            </a>
  3133.          </div>
  3134.          
  3135.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3136.            <a href="https://www.ukbeetles.co.uk" rel="dofollow" class="text-decoration-none ">
  3137.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3138.                <i class="ti-angle-right me-2 text-primary"></i>
  3139.                casinos not on GamStop
  3140.              </h6>
  3141.            </a>
  3142.          </div>
  3143.          
  3144.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3145.            <a href="https://cloistersbistro.com/" rel="dofollow" class="text-decoration-none ">
  3146.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3147.                <i class="ti-angle-right me-2 text-primary"></i>
  3148.                new casinos
  3149.              </h6>
  3150.            </a>
  3151.          </div>
  3152.          
  3153.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3154.            <a href="https://www.antiquesforeveryone.co.uk/" rel="dofollow" class="text-decoration-none ">
  3155.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3156.                <i class="ti-angle-right me-2 text-primary"></i>
  3157.                betting sites not on GamStop
  3158.              </h6>
  3159.            </a>
  3160.          </div>
  3161.          
  3162.      </div>
  3163.    </div>
  3164.    
  3165.    <div class="sidebar-widget mb-4">
  3166.      <div class="widget-title-wrapper mb-3">
  3167.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3168.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3169.          <span class="title-arrow"></span>
  3170.        </h4>
  3171.      </div>
  3172.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3173.        <div class="blog-roll-list scrollable-sidebar">
  3174.          
  3175.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3176.            <a href="https://www.mediawise.org.uk/" rel="dofollow" class="text-decoration-none ">
  3177.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3178.                <i class="ti-angle-right me-2 text-primary"></i>
  3179.                non GamStop casinos
  3180.              </h6>
  3181.            </a>
  3182.          </div>
  3183.          
  3184.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3185.            <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none ">
  3186.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3187.                <i class="ti-angle-right me-2 text-primary"></i>
  3188.                List of Casinos Not on GamStop
  3189.              </h6>
  3190.            </a>
  3191.          </div>
  3192.          
  3193.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3194.            <a href="https://www.bmag.org.uk/" rel="dofollow" class="text-decoration-none ">
  3195.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3196.                <i class="ti-angle-right me-2 text-primary"></i>
  3197.                UK online casinos
  3198.              </h6>
  3199.            </a>
  3200.          </div>
  3201.          
  3202.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3203.            <a href="https://socialeatinghouse.com/" rel="dofollow" class="text-decoration-none ">
  3204.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3205.                <i class="ti-angle-right me-2 text-primary"></i>
  3206.                casinos not on GamStop
  3207.              </h6>
  3208.            </a>
  3209.          </div>
  3210.          
  3211.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3212.            <a href="https://www.covent-garden.co.uk/" rel="dofollow" class="text-decoration-none ">
  3213.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3214.                <i class="ti-angle-right me-2 text-primary"></i>
  3215.                online casino not on GamStop
  3216.              </h6>
  3217.            </a>
  3218.          </div>
  3219.          
  3220.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3221.            <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="text-decoration-none ">
  3222.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3223.                <i class="ti-angle-right me-2 text-primary"></i>
  3224.                casino not on gamestop
  3225.              </h6>
  3226.            </a>
  3227.          </div>
  3228.          
  3229.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3230.            <a href="https://www.cranleyclinic.com/" rel="dofollow" class="text-decoration-none ">
  3231.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3232.                <i class="ti-angle-right me-2 text-primary"></i>
  3233.                non GamStop casinos
  3234.              </h6>
  3235.            </a>
  3236.          </div>
  3237.          
  3238.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3239.            <a href="https://www.spicker.uk/" rel="dofollow" class="text-decoration-none ">
  3240.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3241.                <i class="ti-angle-right me-2 text-primary"></i>
  3242.                non GamStop casinos UK
  3243.              </h6>
  3244.            </a>
  3245.          </div>
  3246.          
  3247.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3248.            <a href="https://www.durhamminers.org/" rel="dofollow" class="text-decoration-none ">
  3249.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3250.                <i class="ti-angle-right me-2 text-primary"></i>
  3251.                non GamStop casinos
  3252.              </h6>
  3253.            </a>
  3254.          </div>
  3255.          
  3256.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3257.            <a href="https://orangegenie.com" rel="dofollow" class="text-decoration-none ">
  3258.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3259.                <i class="ti-angle-right me-2 text-primary"></i>
  3260.                casino not on gamestop
  3261.              </h6>
  3262.            </a>
  3263.          </div>
  3264.          
  3265.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3266.            <a href="https://ola.co.uk/" rel="dofollow" class="text-decoration-none ">
  3267.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3268.                <i class="ti-angle-right me-2 text-primary"></i>
  3269.                slots not on GamStop
  3270.              </h6>
  3271.            </a>
  3272.          </div>
  3273.          
  3274.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3275.            <a href="https://migrations.uk/" rel="dofollow" class="text-decoration-none ">
  3276.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3277.                <i class="ti-angle-right me-2 text-primary"></i>
  3278.                Harry Casino review
  3279.              </h6>
  3280.            </a>
  3281.          </div>
  3282.          
  3283.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3284.            <a href="https://forcesreunited.org.uk/" rel="dofollow" class="text-decoration-none ">
  3285.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3286.                <i class="ti-angle-right me-2 text-primary"></i>
  3287.                Harry Casino login
  3288.              </h6>
  3289.            </a>
  3290.          </div>
  3291.          
  3292.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3293.            <a href="https://www.deakinandblue.com/" rel="dofollow" class="text-decoration-none ">
  3294.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3295.                <i class="ti-angle-right me-2 text-primary"></i>
  3296.                top 20 online casinos
  3297.              </h6>
  3298.            </a>
  3299.          </div>
  3300.          
  3301.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3302.            <a href="https://socialeatinghouse.com/" rel="dofollow" class="text-decoration-none ">
  3303.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3304.                <i class="ti-angle-right me-2 text-primary"></i>
  3305.                non GamStop
  3306.              </h6>
  3307.            </a>
  3308.          </div>
  3309.          
  3310.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3311.            <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="text-decoration-none ">
  3312.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3313.                <i class="ti-angle-right me-2 text-primary"></i>
  3314.                casino not on GamStop
  3315.              </h6>
  3316.            </a>
  3317.          </div>
  3318.          
  3319.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3320.            <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none ">
  3321.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3322.                <i class="ti-angle-right me-2 text-primary"></i>
  3323.                Casinos Not on Gamstop
  3324.              </h6>
  3325.            </a>
  3326.          </div>
  3327.          
  3328.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3329.            <a href="https://www.ukrmb.co.uk/" rel="dofollow" class="text-decoration-none ">
  3330.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3331.                <i class="ti-angle-right me-2 text-primary"></i>
  3332.                non gamstop casino uk
  3333.              </h6>
  3334.            </a>
  3335.          </div>
  3336.          
  3337.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3338.            <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none ">
  3339.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3340.                <i class="ti-angle-right me-2 text-primary"></i>
  3341.                Casino Not on Gamblock
  3342.              </h6>
  3343.            </a>
  3344.          </div>
  3345.          
  3346.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3347.            <a href="https://citytosea.org.uk/" rel="dofollow" class="text-decoration-none ">
  3348.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3349.                <i class="ti-angle-right me-2 text-primary"></i>
  3350.                non gamstop casinos
  3351.              </h6>
  3352.            </a>
  3353.          </div>
  3354.          
  3355.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3356.            <a href="https://www.peterbrett.com/" rel="dofollow" class="text-decoration-none ">
  3357.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3358.                <i class="ti-angle-right me-2 text-primary"></i>
  3359.                non gamstop casino
  3360.              </h6>
  3361.            </a>
  3362.          </div>
  3363.          
  3364.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3365.            <a href="https://www.techandplay.org/" rel="dofollow" class="text-decoration-none ">
  3366.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3367.                <i class="ti-angle-right me-2 text-primary"></i>
  3368.                best sports betting sites uk
  3369.              </h6>
  3370.            </a>
  3371.          </div>
  3372.          
  3373.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3374.            <a href="https://www.socresonline.org.uk/" rel="dofollow" class="text-decoration-none ">
  3375.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3376.                <i class="ti-angle-right me-2 text-primary"></i>
  3377.                bitcoin casinos
  3378.              </h6>
  3379.            </a>
  3380.          </div>
  3381.          
  3382.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3383.            <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="text-decoration-none ">
  3384.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3385.                <i class="ti-angle-right me-2 text-primary"></i>
  3386.                non gamstop casino
  3387.              </h6>
  3388.            </a>
  3389.          </div>
  3390.          
  3391.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3392.            <a href="https://techweekeurope.co.uk/" rel="dofollow" class="text-decoration-none ">
  3393.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3394.                <i class="ti-angle-right me-2 text-primary"></i>
  3395.                non gamstop casinos
  3396.              </h6>
  3397.            </a>
  3398.          </div>
  3399.          
  3400.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3401.            <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none ">
  3402.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3403.                <i class="ti-angle-right me-2 text-primary"></i>
  3404.                casinos not on gamstop
  3405.              </h6>
  3406.            </a>
  3407.          </div>
  3408.          
  3409.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3410.            <a href="https://roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  3411.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3412.                <i class="ti-angle-right me-2 text-primary"></i>
  3413.                non gamstop casino
  3414.              </h6>
  3415.            </a>
  3416.          </div>
  3417.          
  3418.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3419.            <a href="https://unbound.co.uk/" rel="dofollow" class="text-decoration-none ">
  3420.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3421.                <i class="ti-angle-right me-2 text-primary"></i>
  3422.                non gamstop casino
  3423.              </h6>
  3424.            </a>
  3425.          </div>
  3426.          
  3427.      </div>
  3428.    </div>
  3429.    
  3430.    <div class="sidebar-widget mb-4">
  3431.      <div class="widget-title-wrapper mb-3">
  3432.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3433.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3434.          <span class="title-arrow"></span>
  3435.        </h4>
  3436.      </div>
  3437.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3438.        <div class="blog-roll-list scrollable-sidebar">
  3439.          
  3440.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3441.            <a href="https://www.welcometoportsmouth.co.uk/" rel="dofollow" class="text-decoration-none ">
  3442.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3443.                <i class="ti-angle-right me-2 text-primary"></i>
  3444.                best online casino
  3445.              </h6>
  3446.            </a>
  3447.          </div>
  3448.          
  3449.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3450.            <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  3451.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3452.                <i class="ti-angle-right me-2 text-primary"></i>
  3453.                non gamstop casino
  3454.              </h6>
  3455.            </a>
  3456.          </div>
  3457.          
  3458.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3459.            <a href="https://platypuspress.co.uk/" rel="dofollow" class="text-decoration-none ">
  3460.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3461.                <i class="ti-angle-right me-2 text-primary"></i>
  3462.                non gamstop casinos
  3463.              </h6>
  3464.            </a>
  3465.          </div>
  3466.          
  3467.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3468.            <a href="https://plasticoceans.uk/" rel="dofollow" class="text-decoration-none ">
  3469.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3470.                <i class="ti-angle-right me-2 text-primary"></i>
  3471.                casinos not on gamstop
  3472.              </h6>
  3473.            </a>
  3474.          </div>
  3475.          
  3476.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3477.            <a href="https://www.headley.co.uk/" rel="dofollow" class="text-decoration-none ">
  3478.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3479.                <i class="ti-angle-right me-2 text-primary"></i>
  3480.                best betting sites uk
  3481.              </h6>
  3482.            </a>
  3483.          </div>
  3484.          
  3485.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3486.            <a href="https://www.mesaonline.org/" rel="dofollow" class="text-decoration-none ">
  3487.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3488.                <i class="ti-angle-right me-2 text-primary"></i>
  3489.                non gamstop casinos
  3490.              </h6>
  3491.            </a>
  3492.          </div>
  3493.          
  3494.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3495.            <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none ">
  3496.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3497.                <i class="ti-angle-right me-2 text-primary"></i>
  3498.                online casinos
  3499.              </h6>
  3500.            </a>
  3501.          </div>
  3502.          
  3503.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3504.            <a href="https://www.foreignersinuk.co.uk/" rel="dofollow" class="text-decoration-none ">
  3505.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3506.                <i class="ti-angle-right me-2 text-primary"></i>
  3507.                casino sites not on gamstop
  3508.              </h6>
  3509.            </a>
  3510.          </div>
  3511.          
  3512.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3513.            <a href="https://www.lsx.org.uk/" rel="dofollow" class="text-decoration-none ">
  3514.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3515.                <i class="ti-angle-right me-2 text-primary"></i>
  3516.                bookmakers not on gamstop
  3517.              </h6>
  3518.            </a>
  3519.          </div>
  3520.          
  3521.      </div>
  3522.    </div>
  3523.    
  3524.  </div>
  3525.  
  3526. <!-- Sidebar V2 Styles -->
  3527. <style>
  3528.  .sidebar-widget {
  3529.    position: relative;
  3530.  }
  3531.  
  3532.  .widget-title {
  3533.    font-size: 1.1rem;
  3534.    font-weight: 700;
  3535.    display: inline-block;
  3536.    position: relative;
  3537.    z-index: 2;
  3538.    border-radius: 0;
  3539.  }
  3540.  
  3541.  /* Green arrow for August Blog Roll */
  3542.  .title-arrow::after {
  3543.    content: '';
  3544.    position: absolute;
  3545.    top: 0;
  3546.    right: -22px;
  3547.    width: 0;
  3548.    height: 0;
  3549.    border-left: 22px solid var(--bs-primary);
  3550.    border-top: 22px solid transparent;
  3551.    border-bottom: 22px solid transparent;
  3552.    z-index: 1;
  3553.  }
  3554.  
  3555.  /* Blue arrow for Recent Posts */
  3556.  .title-arrow-primary::after {
  3557.    content: '';
  3558.    position: absolute;
  3559.    top: 0;
  3560.    right: -22px;
  3561.    width: 0;
  3562.    height: 0;
  3563.    border-left: 22px solid var(--bs-primary);
  3564.    border-top: 22px solid transparent;
  3565.    border-bottom: 22px solid transparent;
  3566.    z-index: 1;
  3567.  }
  3568.  
  3569.  .widget-content {
  3570.    margin-top: -1px;
  3571.    position: relative;
  3572.    z-index: 1;
  3573.     background-color: var(--card-bg);
  3574.  }
  3575.  
  3576.  /* Blog Roll Items Hover Effects */
  3577.  .blog-roll-item:hover .blog-title {
  3578.    color: #198754 !important;
  3579.    transform: translateX(5px);
  3580.    transition: all 0.3s ease;
  3581.  }
  3582.  
  3583.  /* Recent Post Items Hover Effects */
  3584.  .recent-post-item:hover .post-title a {
  3585.    color: #0d6efd !important;
  3586.    transition: color 0.3s ease;
  3587.  }
  3588.  
  3589.  .recent-post-item:hover .post-image img {
  3590.    transform: scale(1.05);
  3591.    transition: transform 0.3s ease;
  3592.  }
  3593.  
  3594.  /* Button Hover Effects */
  3595.  .btn:hover {
  3596.    transform: translateY(-2px);
  3597.    transition: all 0.3s ease;
  3598.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3599.  }
  3600.  
  3601.  /* Badge Hover Effects */
  3602.  .badge:hover {
  3603.    transform: scale(1.05);
  3604.    transition: transform 0.3s ease;
  3605.  }
  3606.  
  3607.  @media (max-width: 991px) {
  3608.    .sidebar {
  3609.      margin-top: 3rem;
  3610.    }
  3611.  }
  3612.  
  3613.  @media (max-width: 576px) {
  3614.    .widget-title {
  3615.      font-size: 1rem;
  3616.      padding: 0.75rem 1rem !important;
  3617.    }
  3618.  
  3619.    .title-arrow::after,
  3620.    .title-arrow-primary::after {
  3621.      right: -18px;
  3622.      border-left-width: 18px;
  3623.      border-top-width: 18px;
  3624.      border-bottom-width: 18px;
  3625.    }
  3626.  
  3627.    .post-image {
  3628.      width: 70px !important;
  3629.      height: 55px !important;
  3630.    }
  3631.  
  3632.    .blog-meta {
  3633.      flex-direction: column !important;
  3634.      align-items: flex-start !important;
  3635.      gap: 0.5rem;
  3636.    }
  3637.  }
  3638. </style>
  3639.  
  3640.    
  3641.            </div>
  3642.        </div>
  3643.    </div>
  3644. </section>
  3645.  
  3646. <script>
  3647. document.addEventListener('DOMContentLoaded', function() {
  3648.    // Simple scroll animation
  3649.    const cards = document.querySelectorAll('.blog-card');
  3650.    
  3651.    const observer = new IntersectionObserver(function(entries) {
  3652.        entries.forEach(entry => {
  3653.            if (entry.isIntersecting) {
  3654.                entry.target.style.opacity = '1';
  3655.                entry.target.style.transform = 'translateY(0)';
  3656.            }
  3657.        });
  3658.    }, {
  3659.        threshold: 0.1
  3660.    });
  3661.  
  3662.    cards.forEach((card, index) => {
  3663.        card.style.opacity = '0';
  3664.        card.style.transform = 'translateY(30px)';
  3665.        card.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;
  3666.        observer.observe(card);
  3667.    });
  3668. });
  3669. </script>
  3670.  
  3671.    
  3672.        
  3673.        <!-- end wpo-blog-highlights-section -->
  3674.        <!-- start wpo-blog-sponsored-section -->
  3675.        
  3676.  
  3677.  
  3678.  
  3679.    
  3680.  
  3681.  
  3682.  <style>
  3683.    .sponsored-section-v7 {
  3684.      padding: 50px 0;
  3685.    }
  3686.    
  3687.    .sponsored-card-v7 {
  3688.      background: #fafafa;
  3689.      border: none;
  3690.      transition: transform 0.3s ease;
  3691.      height: 100%;
  3692.    }
  3693.    
  3694.    .sponsored-card-v7:hover {
  3695.      transform: translateY(-3px);
  3696.    }
  3697.    
  3698.    .sponsored-image-v7 {
  3699.      position: relative;
  3700.      height: 160px;
  3701.    }
  3702.    
  3703.    .sponsored-image-v7 img {
  3704.      width: 100%;
  3705.      height: 100%;
  3706.      object-fit: cover;
  3707.      border-radius: 10px; /* Apply curve to image */
  3708.    }
  3709.    
  3710.    .sponsored-badge-v7 {
  3711.      position: absolute;
  3712.      bottom: 10px; /* pehle -30px tha; need be adjust kar lena */
  3713.      left: 10px;
  3714.      z-index: 10;
  3715.    
  3716.      /* pill look */
  3717.      display: inline-flex; /* vertical centering */
  3718.      align-items: center;
  3719.      justify-content: center;
  3720.      padding: 8px 16px; /* width = content + padding */
  3721.      border-radius: 999px; /* full pill */
  3722.      white-space: nowrap; /* ek hi line me rahe */
  3723.      /* text */
  3724.      font-size: 12px;
  3725.      text-transform: uppercase;
  3726.      letter-spacing: 0.5px;
  3727.      line-height: 1;
  3728.      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  3729.    }
  3730.    
  3731.    /* optional: icon ke saath thoda gap */
  3732.    .sponsored-badge-v7 i,
  3733.    .sponsored-badge-v7 .icon {
  3734.      margin-right: 8px;
  3735.      font-size: 14px;
  3736.      line-height: 1;
  3737.    }
  3738.    
  3739.    .sponsored-content-v7 {
  3740.      padding: 40px 15px 15px; /* Increased top padding to accommodate larger badge */
  3741.    }
  3742.    
  3743.    .sponsored-title-v7 {
  3744.      font-size: 15px;
  3745.      font-weight: 700;
  3746.      line-height: 1.4;
  3747.      margin-bottom: 8px;
  3748.      color: #333;
  3749.    }
  3750.    
  3751.    .sponsored-title-v7 a {
  3752.      text-decoration: none;
  3753.      font-size: 16px;
  3754.      color: var(--topbar-color);
  3755.    }
  3756.    
  3757.    .sponsored-title-v7 a:hover {
  3758.      color: var(--bs-primary); /* Green hover */
  3759.    }
  3760.    
  3761.    .sponsored-excerpt-v7 {
  3762.      font-size: 12px;
  3763.      font-weight: 400;
  3764.      color:  var(--topbar-color);;
  3765.      margin-bottom: 10px;
  3766.      line-height: 1.5;
  3767.    }
  3768.    
  3769.    .sponsored-meta-v7 {
  3770.      font-size: 11px;
  3771.       color: var(--topbar-color);;
  3772.    }
  3773.    
  3774.    .author-info-v7 {
  3775.      margin-bottom: 5px;
  3776.    }
  3777.    
  3778.    .sponsored-author-img-v7 {
  3779.      width: 30px;
  3780.      height: 30px;
  3781.      border-radius: 50%;
  3782.      object-fit: cover;
  3783.      vertical-align: middle;
  3784.      margin-right: 5px;
  3785.    }
  3786.    
  3787.    .section-title-sponsored-v7 {
  3788.      font-size: 1.9rem;
  3789.      font-weight: 600;
  3790.      text-align: center;
  3791.      margin-bottom: 30px;
  3792.      color: #333;
  3793.      position: relative;
  3794.    }
  3795.    
  3796.    .section-title-sponsored-v7::after {
  3797.      content: '';
  3798.      position: absolute;
  3799.      bottom: -8px;
  3800.      left: 50%;
  3801.      transform: translateX(-50%);
  3802.      width: 100px;
  3803.      height: 3px;
  3804.      background: var(--bs-primary);
  3805.    }
  3806.    
  3807.    @media (max-width: 768px) {
  3808.      .sponsored-section-v7 {
  3809.        padding: 30px 0;
  3810.      }
  3811.      .sponsored-image-v7 {
  3812.        height: 120px;
  3813.      }
  3814.      .sponsored-content-v7 {
  3815.        padding: 35px 12px 12px;
  3816.      }
  3817.  
  3818.      .sponsored-title-v7 {
  3819.        font-size: 14px;
  3820.      }
  3821.      .sponsored-excerpt-v7 {
  3822.        font-size: 11px;
  3823.      }
  3824.      .section-title-sponsored-v7 {
  3825.        font-size: 1.6rem;
  3826.      }
  3827.    }
  3828.  </style>
  3829.  
  3830.  <section class="sponsored-section-v7">
  3831.    <div class="container-fluid fluid-container">
  3832.      <div class="row mb-3">
  3833.        <div class="col-12">
  3834.          <h2 class="section-title-sponsored-v7">Sponsored News</h2>
  3835.        </div>
  3836.      </div>
  3837.  
  3838.      <div class="row g-3 d-flex justify-content-center">
  3839.        
  3840.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3841.            <div class="card sponsored-card-v7">
  3842.              <div class="sponsored-image-v7">
  3843.                
  3844.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3845.                
  3846.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3847.              </div>
  3848.              <div class="sponsored-content-v7">
  3849.                <h3 class="sponsored-title-v7"><a href="/the-visionary-filmmaker-sets-the-record-straight-ai-doesnt-produce-the-avatar-series/">The Visionary Filmmaker Sets the Record Straight: ‘AI Doesn’t Produce the Avatar Series’</a></h3>
  3850.                <p class="sponsored-excerpt-v7 "></p>
  3851.                <div class="sponsored-meta-v7">
  3852.                  <div class="author-info-v7">
  3853.                    
  3854.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cook" class="sponsored-author-img-v7" />
  3855.                    
  3856.                    <span>Joshua Cook</span>
  3857.                  </div>
  3858.                  <div>11 May 2026</div>
  3859.                </div>
  3860.              </div>
  3861.            </div>
  3862.          </div>
  3863.        
  3864.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3865.            <div class="card sponsored-card-v7">
  3866.              <div class="sponsored-image-v7">
  3867.                
  3868.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3869.                
  3870.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3871.              </div>
  3872.              <div class="sponsored-content-v7">
  3873.                <h3 class="sponsored-title-v7"><a href="/shackled-isolated-and-scared-the-grim-situation-for-women-compelled-to-give-birth-in-incarceration/">Shackled, Isolated and Scared: The Grim Situation for Women Compelled to Give Birth in Incarceration.</a></h3>
  3874.                <p class="sponsored-excerpt-v7 "></p>
  3875.                <div class="sponsored-meta-v7">
  3876.                  <div class="author-info-v7">
  3877.                    
  3878.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cook" class="sponsored-author-img-v7" />
  3879.                    
  3880.                    <span>Joshua Cook</span>
  3881.                  </div>
  3882.                  <div>11 May 2026</div>
  3883.                </div>
  3884.              </div>
  3885.            </div>
  3886.          </div>
  3887.        
  3888.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3889.            <div class="card sponsored-card-v7">
  3890.              <div class="sponsored-image-v7">
  3891.                
  3892.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3893.                
  3894.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3895.              </div>
  3896.              <div class="sponsored-content-v7">
  3897.                <h3 class="sponsored-title-v7"><a href="/a-account-of-unexpected-generosity-the-time-a-student-let-me-stay-on-her-dormitory-floor/">A Account of Unexpected Generosity: The Time a Student Let Me Stay on Her Dormitory Floor</a></h3>
  3898.                <p class="sponsored-excerpt-v7 "></p>
  3899.                <div class="sponsored-meta-v7">
  3900.                  <div class="author-info-v7">
  3901.                    
  3902.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cook" class="sponsored-author-img-v7" />
  3903.                    
  3904.                    <span>Joshua Cook</span>
  3905.                  </div>
  3906.                  <div>11 May 2026</div>
  3907.                </div>
  3908.              </div>
  3909.            </div>
  3910.          </div>
  3911.        
  3912.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3913.            <div class="card sponsored-card-v7">
  3914.              <div class="sponsored-image-v7">
  3915.                
  3916.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3917.                
  3918.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3919.              </div>
  3920.              <div class="sponsored-content-v7">
  3921.                <h3 class="sponsored-title-v7"><a href="/among-the-ruined-debris-of-an-apartment-block-i-encountered-a-book-i-had-translated/">Among the Ruined Debris of an Apartment Block, I Encountered a Book I Had Translated</a></h3>
  3922.                <p class="sponsored-excerpt-v7 "></p>
  3923.                <div class="sponsored-meta-v7">
  3924.                  <div class="author-info-v7">
  3925.                    
  3926.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cook" class="sponsored-author-img-v7" />
  3927.                    
  3928.                    <span>Joshua Cook</span>
  3929.                  </div>
  3930.                  <div>11 May 2026</div>
  3931.                </div>
  3932.              </div>
  3933.            </div>
  3934.          </div>
  3935.        
  3936.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3937.            <div class="card sponsored-card-v7">
  3938.              <div class="sponsored-image-v7">
  3939.                
  3940.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3941.                
  3942.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3943.              </div>
  3944.              <div class="sponsored-content-v7">
  3945.                <h3 class="sponsored-title-v7"><a href="/three-game-pass-games-were-playing-over-the-weekend-october-10-12/">Three Game Pass Games We&#x27;re Playing Over the Weekend (October 10-12)</a></h3>
  3946.                <p class="sponsored-excerpt-v7 "></p>
  3947.                <div class="sponsored-meta-v7">
  3948.                  <div class="author-info-v7">
  3949.                    
  3950.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cook" class="sponsored-author-img-v7" />
  3951.                    
  3952.                    <span>Joshua Cook</span>
  3953.                  </div>
  3954.                  <div>11 May 2026</div>
  3955.                </div>
  3956.              </div>
  3957.            </div>
  3958.          </div>
  3959.        
  3960.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3961.            <div class="card sponsored-card-v7">
  3962.              <div class="sponsored-image-v7">
  3963.                
  3964.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3965.                
  3966.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3967.              </div>
  3968.              <div class="sponsored-content-v7">
  3969.                <h3 class="sponsored-title-v7"><a href="/daily-existence-for-120000-refugees-in-the-extensive-mbera-camp-on-the-mali-frontier/">Daily Existence for 120,000 Refugees in the Extensive Mbera Camp on the Mali Frontier.</a></h3>
  3970.                <p class="sponsored-excerpt-v7 "></p>
  3971.                <div class="sponsored-meta-v7">
  3972.                  <div class="author-info-v7">
  3973.                    
  3974.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cook" class="sponsored-author-img-v7" />
  3975.                    
  3976.                    <span>Joshua Cook</span>
  3977.                  </div>
  3978.                  <div>11 May 2026</div>
  3979.                </div>
  3980.              </div>
  3981.            </div>
  3982.          </div>
  3983.        
  3984.      </div>
  3985.    </div>
  3986.  </section>
  3987.  
  3988.  
  3989.    
  3990.        <!-- end wpo-blog-sponsored-section -->
  3991.        <!-- start wpo-subscribe-section -->
  3992.        
  3993.        <!-- end subscribe-section -->
  3994.        <!-- start of wpo-site-footer-section -->
  3995.        
  3996.  
  3997.  
  3998.  
  3999.  
  4000.  
  4001. <footer class="wpo-site-footer-v3">
  4002.  <!-- Top Section - Logo -->
  4003.  <div class="footer-top-section py-4 border-bottom">
  4004.    <div class="container-fluid fluid-container">
  4005.      <div class="row justify-content-center">
  4006.        <div class="col-12 text-center">
  4007.          <div class="brand-logo">
  4008.            
  4009.              <h3 class="brand-title">Ioni Gaming</h3>
  4010.            
  4011.            <p class="brand-tagline mt-2">Stay updated with the latest gaming news, in-depth reviews, and esports coverage from the UK. Ioni Gaming delivers expert insights and community-driven content.</p>
  4012.          </div>
  4013.        </div>
  4014.      </div>
  4015.    </div>
  4016.  </div>
  4017.  
  4018.  <!-- Main Content -->
  4019.  <div class="footer-main-content pt-4">
  4020.    <div class="container-fluid fluid-container">
  4021.      <div class="row justify-content-center">
  4022.        <!-- Single Column: Quick Links -->
  4023.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  4024.          <div class="footer-column">
  4025.            <h5 class="column-title">Quick Links</h5>
  4026.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  4027.              
  4028.                <li>
  4029.                  <a class="menu-link" href="/united-arab-emirates-refuses-to-participate-in-gaza-security-force-without-clear-legal-framework/">United Arab Emirates Refuses to Participate in Gaza Security Force Without Clear Legal Framework</a>
  4030.                </li>
  4031.              
  4032.                <li>
  4033.                  <a class="menu-link" href="/abigail-spanberger-creates-history-as-first-female-state-leader/">Abigail Spanberger Creates History as First Female State Leader</a>
  4034.                </li>
  4035.              
  4036.                <li>
  4037.                  <a class="menu-link" href="/when-did-i-get-that-good-looking-bruce-springsteen-on-watching-the-actor-portray-him-on-screen/">‘When Did I Get That Good-Looking?’: Bruce Springsteen on Watching The Actor Portray Him On Screen</a>
  4038.                </li>
  4039.              
  4040.                <li>
  4041.                  <a class="menu-link" href="/the-debut-record-daughters-explores-sorrow-and-elegance/">The Debut Record &quot;Daughters&quot; Explores Sorrow and Elegance</a>
  4042.                </li>
  4043.              
  4044.                <li>
  4045.                  <a class="menu-link" href="/russian-president-vladimir-putin-pledges-continuous-crude-oil-deliveries-to-india-in-defiance-of-american-demands/">Russian President Vladimir Putin Pledges Continuous Crude Oil Deliveries to India in Defiance of American Demands</a>
  4046.                </li>
  4047.              
  4048.                <li>
  4049.                  <a class="menu-link" href="/gaza-strip-war-in-visualizations-following-24-months-of-hostilities/">Gaza Strip War in Visualizations Following 24 Months of Hostilities</a>
  4050.                </li>
  4051.              
  4052.            </ul>
  4053.          </div>
  4054.        </div>
  4055.  
  4056.        <!-- Single Column: Top Categories -->
  4057.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  4058.          <div class="footer-column">
  4059.            <h5 class="column-title">Top Categories</h5>
  4060.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  4061.              
  4062.                <li>
  4063.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  4064.                </li>
  4065.              
  4066.                <li>
  4067.                  <a class="menu-link" href="/category/business/">Business</a>
  4068.                </li>
  4069.              
  4070.                <li>
  4071.                  <a class="menu-link" href="/category/esports/">Esports</a>
  4072.                </li>
  4073.              
  4074.                <li>
  4075.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  4076.                </li>
  4077.              
  4078.                <li>
  4079.                  <a class="menu-link" href="/category/featured/">Featured</a>
  4080.                </li>
  4081.              
  4082.            </ul>
  4083.          </div>
  4084.        </div>
  4085.  
  4086.        <!-- Single Column: Blog Rolls -->
  4087.      <div class="col-12 text-center border-bottom pb-4">
  4088.          <div class="footer-column">
  4089.            <h5 class="column-title">Blog Rolls</h5>
  4090.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3" id="blogRollLinks">
  4091.              
  4092.              
  4093.  
  4094.              
  4095.              
  4096.                
  4097.              
  4098.            </ul>
  4099.          </div>
  4100.        </div>
  4101.      </div>
  4102.    </div>
  4103.  </div>
  4104.  
  4105.  <!-- Footer Bottom -->
  4106.  <div class="footer-bottom py-3">
  4107.    <div class="container-fluid fluid-container">
  4108.      <div class="row justify-content-center">
  4109.        <div class="col-12 text-center">
  4110.          <div class="bottom-content">
  4111.            <div class="copyright-info mb-3">
  4112.              <p class="mb-0 text-info">
  4113.                &copy; 2026 <strong>Ioni Gaming</strong>. All rights reserved.
  4114.              </p>
  4115.            </div>
  4116.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3">
  4117.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  4118.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  4119.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  4120.            </div>
  4121.          </div>
  4122.        </div>
  4123.      </div>
  4124.    </div>
  4125.  </div>
  4126. </footer>
  4127.  
  4128. <style>
  4129. .wpo-site-footer-v3 {
  4130.    background: var(--card-bg) !important;
  4131. }
  4132.  
  4133. .footer-logo {
  4134.    height: 60px;
  4135.    width: auto;
  4136. }
  4137. .text-info{
  4138.    color: var(--topbar-color) !important;
  4139. }
  4140.  
  4141. .brand-title {
  4142.    font-size: 22px;
  4143.    font-weight: 700;
  4144.    color: var(--topbar-color);
  4145.    margin: 0;
  4146. }
  4147.  
  4148. .brand-tagline {
  4149.    font-size: 14px;
  4150.    color: var(--topbar-color);
  4151.    margin: 0;
  4152. }
  4153.  
  4154. .column-title {
  4155.    font-size: 16px;
  4156.    font-weight: 600;
  4157.    color: var(--topbar-color) !important;
  4158.    margin-bottom: 15px;
  4159. }
  4160.  
  4161. .footer-menu {
  4162.    margin: 0;
  4163. }
  4164.  
  4165. .menu-link {
  4166.    color: var(--topbar-color) !important;
  4167.    text-decoration: none;
  4168.    font-size: 14px;
  4169.    transition: color 0.3s ease;
  4170. }
  4171.  
  4172. .menu-link:hover {
  4173.    color: var(--primary-color);
  4174. }
  4175.  
  4176. .footer-bottom {
  4177.    font-size: 13px;
  4178. }
  4179.  
  4180. .utility-link {
  4181.    color: var(--topbar-color) !important;
  4182.    text-decoration: none;
  4183.    font-size: 13px;
  4184.    transition: color 0.3s ease;
  4185. }
  4186. /* Responsive Design */
  4187. @media (max-width: 768px) {
  4188.    .footer-logo {
  4189.        height: 50px;
  4190.    }
  4191.    
  4192.    .column-title {
  4193.        font-size: 15px;
  4194.    }
  4195.    
  4196.    .menu-link {
  4197.        font-size: 13px;
  4198.    }
  4199. }
  4200.  
  4201. @media (max-width: 576px) {
  4202.    .brand-title {
  4203.        font-size: 20px;
  4204.    }
  4205.    
  4206.    .brand-tagline {
  4207.        font-size: 13px;
  4208.    }
  4209.    
  4210.    .cta-btn {
  4211.        font-size: 12px;
  4212.        padding: 5px 12px;
  4213.    }
  4214. }
  4215. </style>
  4216.  
  4217. <script>
  4218. // Prevent default for placeholder links
  4219. document.addEventListener('DOMContentLoaded', function() {
  4220.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  4221.        anchor.addEventListener('click', function(e) {
  4222.            e.preventDefault();
  4223.        });
  4224.    });
  4225. });
  4226. document.addEventListener('DOMContentLoaded', function () {
  4227.    var btn = document.getElementById('toggleBlogRollLinks');
  4228.    if (!btn) return; // No extra items, no button
  4229.  
  4230.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4231.  
  4232.    btn.addEventListener('click', function () {
  4233.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4234.            return li.classList.contains('d-none');
  4235.        });
  4236.  
  4237.        extras.forEach(function (li) {
  4238.            if (anyHidden) {
  4239.                li.classList.remove('d-none');
  4240.                li.classList.add('show');
  4241.            } else {
  4242.                li.classList.add('d-none');
  4243.                li.classList.remove('show');
  4244.            }
  4245.        });
  4246.  
  4247.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4248.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4249.    });
  4250. });
  4251.  
  4252. </script>
  4253.  
  4254.        <!-- end of wpo-site-footer-section -->
  4255.    </div>
  4256.    <!-- end of page-wrapper -->
  4257.  
  4258.    <!-- All JavaScript files
  4259.    ================================================== -->
  4260.    
  4261.  
  4262. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4263. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4264. <!-- Plugins for this template -->
  4265. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4266. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4267. <!-- Custom script for this template -->
  4268. <script src="/static/blogapp/assets/js/script.js"></script>
  4269.  
  4270. <script>
  4271. (function () {
  4272. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4273. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4274.  
  4275. function applyFallback(img) {
  4276. if (!img || img.dataset.fallbackApplied === "1") {
  4277. return;
  4278. }
  4279. var failedSrc = img.currentSrc || img.src || "";
  4280. img.dataset.fallbackApplied = "1";
  4281. img.onerror = null;
  4282. img.src = fallbackImageSrc;
  4283. console.warn("[ImageFallback] Replaced broken image:", {
  4284. failedSrc: failedSrc,
  4285. fallbackSrc: fallbackImageSrc,
  4286. alt: img.alt || "",
  4287. });
  4288. }
  4289.  
  4290. document.querySelectorAll("img").forEach(function (img) {
  4291. if (img.complete && img.naturalWidth === 0) {
  4292. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4293. failedSrc: img.currentSrc || img.src || "",
  4294. alt: img.alt || "",
  4295. });
  4296. applyFallback(img);
  4297. }
  4298. });
  4299.  
  4300. document.addEventListener(
  4301. "error",
  4302. function (event) {
  4303. var target = event.target;
  4304. if (target && target.tagName === "IMG") {
  4305. applyFallback(target);
  4306. }
  4307. },
  4308. true
  4309. );
  4310. })();
  4311. </script>
  4312.  
  4313. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4314.  
  4315.  
  4316.  
  4317. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"0b60a96c4eeb442fbaeecf9b80d88b14","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4318. </body>
  4319.  
  4320. </html>
  4321.  
  4322.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda