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="/oh-how-we-will-miss-this-man-meg-ryan-publishes-moving-tribute-to-rob-reiner/" class="px-4 top-color">
  414.                    ‘Oh How We Will Miss This Man’: Meg Ryan Publishes Moving Tribute to Rob Reiner
  415.                </a>
  416.            
  417.                <a href="/battlefield-6-a-political-rorschach-test/" class="px-4 top-color">
  418.                    Battlefield 6: A Political Rorschach Test.
  419.                </a>
  420.            
  421.                <a href="/trumps-asia-trip-features-agreements-knee-bending-and-a-significant-closing-encounter/" class="px-4 top-color">
  422.                    Trump&#x27;s Asia Trip Features Agreements, Knee-Bending and a Significant Closing Encounter
  423.                </a>
  424.            
  425.                <a href="/giant-film-analysis-prince-naseem-biopic-featuring-brosnan-lacks-the-impact/" class="px-4 top-color">
  426.                    Giant Film Analysis: Prince Naseem Biopic Featuring Brosnan Lacks the Impact
  427.                </a>
  428.            
  429.                <a href="/the-east-african-nation-takes-back-historic-treasures-after-a-century-holding-in-a-german-family/" class="px-4 top-color">
  430.                    The East African nation Takes Back Historic Treasures After a Century Holding in a German Family
  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="/despite-englands-aggressive-crickets-downfall-this-loyal-fan-groups-group-of-ashes-veterans-is-unmoved/" >
  1264.                                        Despite England&#x27;s Aggressive Cricket&#x27;s Downfall, this Loyal Fan Group&#x27;s Group of Ashes Veterans Is Unmoved.
  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">12 Jun 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="/yes-keir-starmer-stands-as-the-uks-most-disliked-pm-ever-it-may-empower-him/" >
  1298.                                        Yes, Keir Starmer stands as the UK&#x27;s most disliked PM ever. It may empower him.
  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">12 Jun 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="/i-wish-we-could-dismiss-the-tech-mogul-on-the-climate-crisis-but-hes-a-billionaire-so-we-must-listen/" >
  1337.                                        I Wish We Could Dismiss the Tech Mogul on the Climate Crisis. But He&#x27;s a Billionaire, So We Must Listen.
  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">12 Jun 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="/indiana-gop-lawmakers-defeat-push-to-redistrict-voting-districts-in-stunning-rejection-to-donald-trump/" >
  1364.                                        Indiana GOP Lawmakers Defeat Push to Redistrict Voting Districts in Stunning Rejection to Donald Trump
  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">12 Jun 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="/provocative-christmas-displays-at-us-places-of-worship-offer-commentary-on-ice/" >
  1390.                                        Provocative Christmas Displays at US Places of Worship Offer Commentary on ICE
  1391.                                    </a></h4>
  1392.                                <span class="recent-date">12 Jun 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="/arteta-fears-fitness-crisis-could-hinder-arsenals-silverware-hunt/" >
  2020.                                Arteta Fears Fitness Crisis Could Hinder Arsenal&#x27;s Silverware Hunt
  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>12 Jun 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="/arteta-fears-fitness-crisis-could-hinder-arsenals-silverware-hunt/" 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="/we-have-no-idea-what-lies-ahead-assistance-encounters-difficulties-arriving-in-jamaican-towns-devastated-by-the-storm/" >
  2057.                                &#x27;We have no idea what lies ahead&#x27;: Assistance encounters difficulties arriving in Jamaican towns devastated by the storm.
  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>12 Jun 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="/we-have-no-idea-what-lies-ahead-assistance-encounters-difficulties-arriving-in-jamaican-towns-devastated-by-the-storm/" 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="/despite-massive-achievement-clair-obscur-creators-plan-to-keep-team-lean/" >
  2094.                                Despite Massive Achievement, Clair Obscur Creators Plan to Keep Team Lean
  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>11 Jun 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="/despite-massive-achievement-clair-obscur-creators-plan-to-keep-team-lean/" 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="/methods-for-acquire-a-steel-cover-in-plza/" >
  2131.                                Methods for Acquire a Steel Cover in PLZA
  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>11 Jun 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="/methods-for-acquire-a-steel-cover-in-plza/" 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="/manchester-uniteds-manager-dismissed-by-manchester-united/" >
  2168.                                Manchester United&#x27;s Manager Dismissed by Manchester United.
  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>11 Jun 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="/manchester-uniteds-manager-dismissed-by-manchester-united/" 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="/the-caribbean-nation-provides-us-military-access-to-national-airfields-as-growing-tensions-with-venezuela/" >
  2205.                                The Caribbean Nation Provides US Military Access to National Airfields As Growing Tensions with Venezuela
  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>11 Jun 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="/the-caribbean-nation-provides-us-military-access-to-national-airfields-as-growing-tensions-with-venezuela/" 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="/joseph-parker-wardley-ready-for-all-or-nothing-showdown-with-opportunity-at-usyk-on-the-horizon/" >
  2242.                                Joseph Parker &amp; Wardley Ready for ‘All or Nothing’ Showdown with Opportunity at Usyk on the Horizon
  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>11 Jun 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="/joseph-parker-wardley-ready-for-all-or-nothing-showdown-with-opportunity-at-usyk-on-the-horizon/" 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="/former-president-trump-reveals-proposals-for-golden-fleet-naval-vessels-named-after-the-former-president/" >
  2279.                                Former President Trump Reveals Proposals for ‘Golden Fleet’ Naval Vessels Named After the Former President
  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>11 Jun 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="/former-president-trump-reveals-proposals-for-golden-fleet-naval-vessels-named-after-the-former-president/" 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="/long-distance-running-champion-chepngetich-receives-36-month-suspension/" >
  2316.                                Long-distance running Champion Chepngetich Receives 36-month Suspension
  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>11 Jun 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="/long-distance-running-champion-chepngetich-receives-36-month-suspension/" 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="/express-your-perspectives-on-donald-trumps-latest-comments/" >
  2353.                                Express Your Perspectives on Donald Trump&#x27;s Latest Comments
  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>11 Jun 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="/express-your-perspectives-on-donald-trumps-latest-comments/" 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="/greenlandic-females-secure-legal-victory-over-fight-with-denmark-regarding-forced-contraceptive-coil-injustice/" >
  2390.                                Greenlandic Females Secure Legal Victory over Fight with Denmark regarding Forced Contraceptive Coil Injustice.
  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>10 Jun 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="/greenlandic-females-secure-legal-victory-over-fight-with-denmark-regarding-forced-contraceptive-coil-injustice/" 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="/house-of-representatives-set-for-critical-decision-on-concluding-record-breaking-government-shutdown/" >
  2427.                                House of Representatives Set for Critical Decision on Concluding Record-Breaking Government Shutdown
  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>10 Jun 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="/house-of-representatives-set-for-critical-decision-on-concluding-record-breaking-government-shutdown/" 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="/self-inflicted-deaths-linked-to-family-violence-should-be-investigated-as-potential-homicides-urge-british-relatives/" class="text-decoration-none top-color fw-semibold lh-sm">
  2488.                                            Self-inflicted deaths Linked to Family Violence Should Be Investigated as Potential Homicides, Urge British Relatives
  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>10 Jun 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="/the-new-halo-combat-evolved-revamp-introduces-major-modifications-to-attract-a-fresh-audience/" class="text-decoration-none top-color fw-semibold lh-sm">
  2511.                                            The New Halo: Combat Evolved Revamp Introduces Major Modifications to Attract a Fresh Audience
  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>10 Jun 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="/unme-a-psychological-thriller-merging-silent-hill-with-among-us-mechanics/" class="text-decoration-none top-color fw-semibold lh-sm">
  2534.                                            UN:Me: A Psychological Thriller Merging Silent Hill with Among Us Mechanics
  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>10 Jun 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="/dont-miss-this-classic-stephen-king-movie-before-it-welcome-to-derrys-upcoming-installment/" class="text-decoration-none top-color fw-semibold lh-sm">
  2557.                                            Don&#x27;t Miss This Classic Stephen King Movie Before It: Welcome to Derry&#x27;s Upcoming Installment
  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>10 Jun 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="/why-do-we-have-to-wait-popovic-places-no-restrictions-on-what-australia-can-attain/" class="text-decoration-none top-color fw-semibold lh-sm">
  2580.                                            {‘Why do we have to wait?’: Popovic places no restrictions on what Australia can attain.
  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>10 Jun 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="/tom-clancys-the-division-is-coming-to-the-tabletop-as-a-deeply-strategic-tabletop-role-playing-game/" class="text-decoration-none top-color fw-semibold lh-sm">
  2603.                                            Tom Clancy&#x27;s The Division Is Coming to the Tabletop as a Deeply Strategic Tabletop Role-Playing Game
  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>10 Jun 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>June 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://www.cardplayer.com/uk/online-casinos/best-non-uk-casinos" 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.                TOP best non GamSTOP casinos 2027
  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://www.cardplayer.com/uk/betting/non-gamstop" 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.                Non Gamstop Betting Sites: TOP section
  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://www.cardplayer.com/uk/online-casinos/bitcoin-casinos" 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.                click button for new Bitcoin casinos
  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://esportsinsider.com/us/gambling/world-cup-betting-sites" 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.                best world cup betting sites
  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://www.gamblinginsider.com/uk/non-gamstop-casinos" 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.                tournaments at best non Gamstop casinos 2026
  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://esportsinsider.com/uk/gambling/non-gamstop-betting-sites" 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.                guided betting sites not on gamstop in the UK
  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://totalfootballanalysis.com/betting-sites" 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.                uk betting sites
  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.stamina.org.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.                Casinos Not on GamStop 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://insidebitcoins.com/crypto-casinos/best-crypto-casinos-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.                about these no kyc casinos now
  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.pokerstrategy.com/online-casinos/uk/non-gamstop-casinos/" 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.                new 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://esports-news.co.uk/online-casinos/non-gamstop/" 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://totalfootballanalysis.com/online-casinos/non-gamstop" 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://cryptonews.com/non-gamstop-casinos-uk/" 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.                casino not on gamstop
  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.                casino not on gamstop
  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://knightsof.media/" 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 non gamstop casinos review
  2767.              </h6>
  2768.            </a>
  2769.          </div>
  2770.          
  2771.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2772.            <a href="https://www.wharfside.co.uk/introducing-wharfside" rel="dofollow" class="text-decoration-none ">
  2773.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2774.                <i class="ti-angle-right me-2 text-primary"></i>
  2775.                non gamstop casino experience
  2776.              </h6>
  2777.            </a>
  2778.          </div>
  2779.          
  2780.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2781.            <a href="https://www.money-mentor.org/" rel="dofollow" class="text-decoration-none ">
  2782.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2783.                <i class="ti-angle-right me-2 text-primary"></i>
  2784.                no verification casinos uk (2026)
  2785.              </h6>
  2786.            </a>
  2787.          </div>
  2788.          
  2789.      </div>
  2790.    </div>
  2791.    
  2792.    <div class="sidebar-widget mb-4">
  2793.      <div class="widget-title-wrapper mb-3">
  2794.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2795.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2796.          <span class="title-arrow"></span>
  2797.        </h4>
  2798.      </div>
  2799.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2800.        <div class="blog-roll-list scrollable-sidebar">
  2801.          
  2802.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2803.            <a href="http://copyrighthub.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.                uk online casinos not on gamstop
  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.csip.org.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.                non gamstop casino uk
  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://visitfortwilliam.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.                non gamstop casinos
  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://tdlwebsolutions.com/" 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.                lolajack casino
  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.stamp-collecting-world.com/" 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.                reelraven
  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://esports-news.co.uk/gambling-sites/" 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.                uk online casinos
  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://www.gamblinginsider.com/uk/non-gamstop-betting-sites" 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.                betting sites 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://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/" 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://wbbl.org.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.                betting sites 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.housesimple.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.                best online casino
  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://esportsinsider.com/uk/gambling/non-gamstop-betting-sites" 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.                best betting sites uk
  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://esportsinsider.com/uk/gambling/best-online-casino" 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.                uk online casino
  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.pokerstrategy.com/online-casinos/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.                uk online casinos
  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://esports-news.co.uk/gambling-sites/" 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.                casino sites
  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://gamingamerica.com/non-gamstop-casinos" 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.                new betting sites uk
  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://snookerhub.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.                non gamstop casinos
  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://asylumsteampunk.co.uk/" 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://www.hintsandthings.co.uk/" 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.                best crypto 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://www.kibera.org.uk/" 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://thelittlemilkcompany.ie/" 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.                online casino
  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://www.rimstock.co.uk/" 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.                best online casino
  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://esports-news.co.uk/gambling-sites/" 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.                gambling sites uk
  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://tokenist.com/crypto-casinos/uk/" 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.                no kyc casinos
  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.britishicehockey.co.uk/betting-sites/" 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.                best betting sites
  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://esports-news.co.uk/gambling-sites/fat-pirate-review/" 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.                fat pirate review
  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://esports-news.co.uk/gambling-sites/realz-review/" 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.                realz review
  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://bottlebling.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.                online casinos
  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.thehaven.org.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.                casino not on gamstop
  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://idolmag.co.uk/" 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.                casino 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://heyimhome.co.uk/" 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.                online casinos
  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://thebirchesmedicalpractice.co.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.                non gamstop casinos
  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://iftt.co.uk/" 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.                betting sites not on gamstop
  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://thegoldenfleeceyork.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.                online casino
  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://www.surfaceview.co.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.                non gamstop casino uk
  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://evildeadrise.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.                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://nursingnotes.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.                best non gamstop casinos
  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.voiceprint.co.uk/" 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.                casino 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.surfaceview.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.                non gamstop online casinos uk
  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://heptonstallschool.org.uk/" 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 uk betting sites
  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.mesaonline.org/" 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.                best uk non gamstop casinos
  3158.              </h6>
  3159.            </a>
  3160.          </div>
  3161.          
  3162.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3163.            <a href="https://www.focus12.co.uk/" rel="dofollow" class="text-decoration-none ">
  3164.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3165.                <i class="ti-angle-right me-2 text-primary"></i>
  3166.                casino not on gamstop
  3167.              </h6>
  3168.            </a>
  3169.          </div>
  3170.          
  3171.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3172.            <a href="https://britishicehockey.co.uk/" rel="dofollow" class="text-decoration-none ">
  3173.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3174.                <i class="ti-angle-right me-2 text-primary"></i>
  3175.                casino not on gamstop
  3176.              </h6>
  3177.            </a>
  3178.          </div>
  3179.          
  3180.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3181.            <a href="https://esports-news.co.uk/online-casinos/non-gamstop/" rel="dofollow" class="text-decoration-none ">
  3182.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3183.                <i class="ti-angle-right me-2 text-primary"></i>
  3184.                non gamstop casinos
  3185.              </h6>
  3186.            </a>
  3187.          </div>
  3188.          
  3189.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3190.            <a href="https://gamingamerica.com/non-gamstop-casinos" rel="dofollow" class="text-decoration-none ">
  3191.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3192.                <i class="ti-angle-right me-2 text-primary"></i>
  3193.                non gamstop casino
  3194.              </h6>
  3195.            </a>
  3196.          </div>
  3197.          
  3198.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3199.            <a href="https://www.frn.org.uk/" rel="dofollow" class="text-decoration-none ">
  3200.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3201.                <i class="ti-angle-right me-2 text-primary"></i>
  3202.                best uk betting sites
  3203.              </h6>
  3204.            </a>
  3205.          </div>
  3206.          
  3207.      </div>
  3208.    </div>
  3209.    
  3210.    <div class="sidebar-widget mb-4">
  3211.      <div class="widget-title-wrapper mb-3">
  3212.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3213.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  3214.          <span class="title-arrow"></span>
  3215.        </h4>
  3216.      </div>
  3217.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3218.        <div class="blog-roll-list scrollable-sidebar">
  3219.          
  3220.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3221.            <a href="https://www.agediscrimination.info/non-gamstop-casinos" 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.                casinos not on GamStop
  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.escapistmagazine.com/uk/non-gamstop-casinos/" 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.                casino not on gamstop
  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.uberrock.co.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
  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.foodsofengland.co.uk/" 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.                casinos not on gamstop
  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://savethedatemagazine.co.uk/" 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 gamstop
  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://straightfromyard.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.                casino 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://www.surfaceview.co.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.                casino not on gamstop
  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://www.citytosea.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.                casino not on gamstop
  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://bereavementcommission.org.uk/" 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.                casino not on gamstop
  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://www.cca-glasgow.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.                casino not on 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.summerhall.co.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.london-irish.com/" 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.                casino 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://knightsof.media/" 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.                online casinos not on gamstop
  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://unbound.co.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 gamstop
  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://www.elthampalace.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.                casino not on gamstop
  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.nhsborders.org.uk/" 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.                bitcoin 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://swtrains.co.uk/" 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.                spin shark
  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://coffinmew.co.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.                casinos not on gamstop
  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://solux.net" 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 casinos
  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://22wcss.org" 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 casino
  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://bspensions.com" 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.                non gamstop casinos
  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://www.nordicresearchnetwork.co.uk/" 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 UK gambling sites
  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://notredamedelagarde.fr" 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.                meilleur casino en ligne français
  3423.              </h6>
  3424.            </a>
  3425.          </div>
  3426.          
  3427.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3428.            <a href="https://www.nabaiji.co.uk/" rel="dofollow" class="text-decoration-none ">
  3429.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3430.                <i class="ti-angle-right me-2 text-primary"></i>
  3431.                poker site not on gamstop
  3432.              </h6>
  3433.            </a>
  3434.          </div>
  3435.          
  3436.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3437.            <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none ">
  3438.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3439.                <i class="ti-angle-right me-2 text-primary"></i>
  3440.                non gamstop casino
  3441.              </h6>
  3442.            </a>
  3443.          </div>
  3444.          
  3445.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3446.            <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none ">
  3447.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3448.                <i class="ti-angle-right me-2 text-primary"></i>
  3449.                non gamstop casino
  3450.              </h6>
  3451.            </a>
  3452.          </div>
  3453.          
  3454.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3455.            <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none ">
  3456.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3457.                <i class="ti-angle-right me-2 text-primary"></i>
  3458.                casino not on gamstop
  3459.              </h6>
  3460.            </a>
  3461.          </div>
  3462.          
  3463.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3464.            <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none ">
  3465.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3466.                <i class="ti-angle-right me-2 text-primary"></i>
  3467.                non gamstop casinos UK
  3468.              </h6>
  3469.            </a>
  3470.          </div>
  3471.          
  3472.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3473.            <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="text-decoration-none ">
  3474.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3475.                <i class="ti-angle-right me-2 text-primary"></i>
  3476.                Non UK Casino
  3477.              </h6>
  3478.            </a>
  3479.          </div>
  3480.          
  3481.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3482.            <a href="https://www.impact-awards.co.uk" rel="dofollow" class="text-decoration-none ">
  3483.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3484.                <i class="ti-angle-right me-2 text-primary"></i>
  3485.                online casinos
  3486.              </h6>
  3487.            </a>
  3488.          </div>
  3489.          
  3490.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3491.            <a href="https://thepearlyqueen.com/" rel="dofollow" class="text-decoration-none ">
  3492.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3493.                <i class="ti-angle-right me-2 text-primary"></i>
  3494.                casinos not on GamStop
  3495.              </h6>
  3496.            </a>
  3497.          </div>
  3498.          
  3499.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3500.            <a href="https://www.edinburghwhiskyblog.com/" rel="dofollow" class="text-decoration-none ">
  3501.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3502.                <i class="ti-angle-right me-2 text-primary"></i>
  3503.                casino sites not on gamstop
  3504.              </h6>
  3505.            </a>
  3506.          </div>
  3507.          
  3508.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3509.            <a href="https://www.lsx.org.uk/" rel="dofollow" class="text-decoration-none ">
  3510.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3511.                <i class="ti-angle-right me-2 text-primary"></i>
  3512.                best online betting sites
  3513.              </h6>
  3514.            </a>
  3515.          </div>
  3516.          
  3517.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3518.            <a href="https://www.marblearchcavesgeopark.com/" rel="dofollow" class="text-decoration-none ">
  3519.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3520.                <i class="ti-angle-right me-2 text-primary"></i>
  3521.                non gamstop casino uk
  3522.              </h6>
  3523.            </a>
  3524.          </div>
  3525.          
  3526.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3527.            <a href="https://www.squarebox.co.uk/" rel="dofollow" class="text-decoration-none ">
  3528.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3529.                <i class="ti-angle-right me-2 text-primary"></i>
  3530.                non gamstop casinos
  3531.              </h6>
  3532.            </a>
  3533.          </div>
  3534.          
  3535.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3536.            <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none ">
  3537.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3538.                <i class="ti-angle-right me-2 text-primary"></i>
  3539.                best uk non gamstop casinos
  3540.              </h6>
  3541.            </a>
  3542.          </div>
  3543.          
  3544.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3545.            <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none ">
  3546.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3547.                <i class="ti-angle-right me-2 text-primary"></i>
  3548.                uk casinos not on gamstop
  3549.              </h6>
  3550.            </a>
  3551.          </div>
  3552.          
  3553.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3554.            <a href="https://www.hobsoncycles.co.uk" rel="dofollow" class="text-decoration-none ">
  3555.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3556.                <i class="ti-angle-right me-2 text-primary"></i>
  3557.                bookies not on GamStop
  3558.              </h6>
  3559.            </a>
  3560.          </div>
  3561.          
  3562.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3563.            <a href="https://www.fourpure.com/" rel="dofollow" class="text-decoration-none ">
  3564.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3565.                <i class="ti-angle-right me-2 text-primary"></i>
  3566.                gambling sites not on GamStop
  3567.              </h6>
  3568.            </a>
  3569.          </div>
  3570.          
  3571.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3572.            <a href="https://www.ukbeetles.co.uk" rel="dofollow" class="text-decoration-none ">
  3573.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3574.                <i class="ti-angle-right me-2 text-primary"></i>
  3575.                casinos not on GamStop
  3576.              </h6>
  3577.            </a>
  3578.          </div>
  3579.          
  3580.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3581.            <a href="https://cloistersbistro.com/" rel="dofollow" class="text-decoration-none ">
  3582.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3583.                <i class="ti-angle-right me-2 text-primary"></i>
  3584.                new casinos
  3585.              </h6>
  3586.            </a>
  3587.          </div>
  3588.          
  3589.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3590.            <a href="https://www.antiquesforeveryone.co.uk/" rel="dofollow" class="text-decoration-none ">
  3591.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3592.                <i class="ti-angle-right me-2 text-primary"></i>
  3593.                betting sites not on GamStop
  3594.              </h6>
  3595.            </a>
  3596.          </div>
  3597.          
  3598.      </div>
  3599.    </div>
  3600.    
  3601.    <div class="sidebar-widget mb-4">
  3602.      <div class="widget-title-wrapper mb-3">
  3603.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3604.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3605.          <span class="title-arrow"></span>
  3606.        </h4>
  3607.      </div>
  3608.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3609.        <div class="blog-roll-list scrollable-sidebar">
  3610.          
  3611.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3612.            <a href="https://www.mediawise.org.uk/" rel="dofollow" class="text-decoration-none ">
  3613.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3614.                <i class="ti-angle-right me-2 text-primary"></i>
  3615.                non GamStop casinos
  3616.              </h6>
  3617.            </a>
  3618.          </div>
  3619.          
  3620.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3621.            <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none ">
  3622.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3623.                <i class="ti-angle-right me-2 text-primary"></i>
  3624.                List of Casinos Not on GamStop
  3625.              </h6>
  3626.            </a>
  3627.          </div>
  3628.          
  3629.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3630.            <a href="https://www.bmag.org.uk/" rel="dofollow" class="text-decoration-none ">
  3631.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3632.                <i class="ti-angle-right me-2 text-primary"></i>
  3633.                UK online casinos
  3634.              </h6>
  3635.            </a>
  3636.          </div>
  3637.          
  3638.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3639.            <a href="https://socialeatinghouse.com/" rel="dofollow" class="text-decoration-none ">
  3640.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3641.                <i class="ti-angle-right me-2 text-primary"></i>
  3642.                casinos not on GamStop
  3643.              </h6>
  3644.            </a>
  3645.          </div>
  3646.          
  3647.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3648.            <a href="https://www.covent-garden.co.uk/" rel="dofollow" class="text-decoration-none ">
  3649.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3650.                <i class="ti-angle-right me-2 text-primary"></i>
  3651.                online casino not on GamStop
  3652.              </h6>
  3653.            </a>
  3654.          </div>
  3655.          
  3656.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3657.            <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="text-decoration-none ">
  3658.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3659.                <i class="ti-angle-right me-2 text-primary"></i>
  3660.                casino not on gamestop
  3661.              </h6>
  3662.            </a>
  3663.          </div>
  3664.          
  3665.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3666.            <a href="https://www.cranleyclinic.com/" rel="dofollow" class="text-decoration-none ">
  3667.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3668.                <i class="ti-angle-right me-2 text-primary"></i>
  3669.                non GamStop casinos
  3670.              </h6>
  3671.            </a>
  3672.          </div>
  3673.          
  3674.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3675.            <a href="https://www.spicker.uk/" rel="dofollow" class="text-decoration-none ">
  3676.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3677.                <i class="ti-angle-right me-2 text-primary"></i>
  3678.                non GamStop casinos UK
  3679.              </h6>
  3680.            </a>
  3681.          </div>
  3682.          
  3683.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3684.            <a href="https://www.durhamminers.org/" rel="dofollow" class="text-decoration-none ">
  3685.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3686.                <i class="ti-angle-right me-2 text-primary"></i>
  3687.                non GamStop casinos
  3688.              </h6>
  3689.            </a>
  3690.          </div>
  3691.          
  3692.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3693.            <a href="https://orangegenie.com" rel="dofollow" class="text-decoration-none ">
  3694.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3695.                <i class="ti-angle-right me-2 text-primary"></i>
  3696.                casino not on gamestop
  3697.              </h6>
  3698.            </a>
  3699.          </div>
  3700.          
  3701.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3702.            <a href="https://ola.co.uk/" rel="dofollow" class="text-decoration-none ">
  3703.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3704.                <i class="ti-angle-right me-2 text-primary"></i>
  3705.                slots not on GamStop
  3706.              </h6>
  3707.            </a>
  3708.          </div>
  3709.          
  3710.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3711.            <a href="https://migrations.uk/" rel="dofollow" class="text-decoration-none ">
  3712.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3713.                <i class="ti-angle-right me-2 text-primary"></i>
  3714.                Harry Casino review
  3715.              </h6>
  3716.            </a>
  3717.          </div>
  3718.          
  3719.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3720.            <a href="https://forcesreunited.org.uk/" rel="dofollow" class="text-decoration-none ">
  3721.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3722.                <i class="ti-angle-right me-2 text-primary"></i>
  3723.                Harry Casino login
  3724.              </h6>
  3725.            </a>
  3726.          </div>
  3727.          
  3728.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3729.            <a href="https://www.deakinandblue.com/" rel="dofollow" class="text-decoration-none ">
  3730.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3731.                <i class="ti-angle-right me-2 text-primary"></i>
  3732.                top 20 online casinos
  3733.              </h6>
  3734.            </a>
  3735.          </div>
  3736.          
  3737.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3738.            <a href="https://socialeatinghouse.com/" rel="dofollow" class="text-decoration-none ">
  3739.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3740.                <i class="ti-angle-right me-2 text-primary"></i>
  3741.                non GamStop
  3742.              </h6>
  3743.            </a>
  3744.          </div>
  3745.          
  3746.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3747.            <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="text-decoration-none ">
  3748.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3749.                <i class="ti-angle-right me-2 text-primary"></i>
  3750.                casino not on GamStop
  3751.              </h6>
  3752.            </a>
  3753.          </div>
  3754.          
  3755.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3756.            <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none ">
  3757.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3758.                <i class="ti-angle-right me-2 text-primary"></i>
  3759.                Casinos Not on Gamstop
  3760.              </h6>
  3761.            </a>
  3762.          </div>
  3763.          
  3764.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3765.            <a href="https://www.ukrmb.co.uk/" rel="dofollow" class="text-decoration-none ">
  3766.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3767.                <i class="ti-angle-right me-2 text-primary"></i>
  3768.                non gamstop casino uk
  3769.              </h6>
  3770.            </a>
  3771.          </div>
  3772.          
  3773.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3774.            <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none ">
  3775.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3776.                <i class="ti-angle-right me-2 text-primary"></i>
  3777.                Casino Not on Gamblock
  3778.              </h6>
  3779.            </a>
  3780.          </div>
  3781.          
  3782.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3783.            <a href="https://citytosea.org.uk/" rel="dofollow" class="text-decoration-none ">
  3784.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3785.                <i class="ti-angle-right me-2 text-primary"></i>
  3786.                non gamstop casinos
  3787.              </h6>
  3788.            </a>
  3789.          </div>
  3790.          
  3791.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3792.            <a href="https://www.peterbrett.com/" rel="dofollow" class="text-decoration-none ">
  3793.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3794.                <i class="ti-angle-right me-2 text-primary"></i>
  3795.                non gamstop casino
  3796.              </h6>
  3797.            </a>
  3798.          </div>
  3799.          
  3800.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3801.            <a href="https://www.techandplay.org/" rel="dofollow" class="text-decoration-none ">
  3802.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3803.                <i class="ti-angle-right me-2 text-primary"></i>
  3804.                best sports betting sites uk
  3805.              </h6>
  3806.            </a>
  3807.          </div>
  3808.          
  3809.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3810.            <a href="https://www.socresonline.org.uk/" rel="dofollow" class="text-decoration-none ">
  3811.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3812.                <i class="ti-angle-right me-2 text-primary"></i>
  3813.                bitcoin casinos
  3814.              </h6>
  3815.            </a>
  3816.          </div>
  3817.          
  3818.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3819.            <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="text-decoration-none ">
  3820.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3821.                <i class="ti-angle-right me-2 text-primary"></i>
  3822.                non gamstop casino
  3823.              </h6>
  3824.            </a>
  3825.          </div>
  3826.          
  3827.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3828.            <a href="https://techweekeurope.co.uk/" rel="dofollow" class="text-decoration-none ">
  3829.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3830.                <i class="ti-angle-right me-2 text-primary"></i>
  3831.                non gamstop casinos
  3832.              </h6>
  3833.            </a>
  3834.          </div>
  3835.          
  3836.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3837.            <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none ">
  3838.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3839.                <i class="ti-angle-right me-2 text-primary"></i>
  3840.                casinos not on gamstop
  3841.              </h6>
  3842.            </a>
  3843.          </div>
  3844.          
  3845.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3846.            <a href="https://roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  3847.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3848.                <i class="ti-angle-right me-2 text-primary"></i>
  3849.                non gamstop casino
  3850.              </h6>
  3851.            </a>
  3852.          </div>
  3853.          
  3854.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3855.            <a href="https://unbound.co.uk/" rel="dofollow" class="text-decoration-none ">
  3856.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3857.                <i class="ti-angle-right me-2 text-primary"></i>
  3858.                non gamstop casino
  3859.              </h6>
  3860.            </a>
  3861.          </div>
  3862.          
  3863.      </div>
  3864.    </div>
  3865.    
  3866.    <div class="sidebar-widget mb-4">
  3867.      <div class="widget-title-wrapper mb-3">
  3868.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3869.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3870.          <span class="title-arrow"></span>
  3871.        </h4>
  3872.      </div>
  3873.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3874.        <div class="blog-roll-list scrollable-sidebar">
  3875.          
  3876.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3877.            <a href="https://www.welcometoportsmouth.co.uk/" rel="dofollow" class="text-decoration-none ">
  3878.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3879.                <i class="ti-angle-right me-2 text-primary"></i>
  3880.                best online casino
  3881.              </h6>
  3882.            </a>
  3883.          </div>
  3884.          
  3885.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3886.            <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  3887.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3888.                <i class="ti-angle-right me-2 text-primary"></i>
  3889.                non gamstop casino
  3890.              </h6>
  3891.            </a>
  3892.          </div>
  3893.          
  3894.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3895.            <a href="https://platypuspress.co.uk/" rel="dofollow" class="text-decoration-none ">
  3896.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3897.                <i class="ti-angle-right me-2 text-primary"></i>
  3898.                non gamstop casinos
  3899.              </h6>
  3900.            </a>
  3901.          </div>
  3902.          
  3903.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3904.            <a href="https://plasticoceans.uk/" rel="dofollow" class="text-decoration-none ">
  3905.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3906.                <i class="ti-angle-right me-2 text-primary"></i>
  3907.                casinos not on gamstop
  3908.              </h6>
  3909.            </a>
  3910.          </div>
  3911.          
  3912.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3913.            <a href="https://www.headley.co.uk/" rel="dofollow" class="text-decoration-none ">
  3914.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3915.                <i class="ti-angle-right me-2 text-primary"></i>
  3916.                best betting sites uk
  3917.              </h6>
  3918.            </a>
  3919.          </div>
  3920.          
  3921.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3922.            <a href="https://www.mesaonline.org/" rel="dofollow" class="text-decoration-none ">
  3923.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3924.                <i class="ti-angle-right me-2 text-primary"></i>
  3925.                non gamstop casinos
  3926.              </h6>
  3927.            </a>
  3928.          </div>
  3929.          
  3930.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3931.            <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none ">
  3932.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3933.                <i class="ti-angle-right me-2 text-primary"></i>
  3934.                online casinos
  3935.              </h6>
  3936.            </a>
  3937.          </div>
  3938.          
  3939.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3940.            <a href="https://www.foreignersinuk.co.uk/" rel="dofollow" class="text-decoration-none ">
  3941.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3942.                <i class="ti-angle-right me-2 text-primary"></i>
  3943.                casino sites not on gamstop
  3944.              </h6>
  3945.            </a>
  3946.          </div>
  3947.          
  3948.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3949.            <a href="https://www.lsx.org.uk/" rel="dofollow" class="text-decoration-none ">
  3950.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3951.                <i class="ti-angle-right me-2 text-primary"></i>
  3952.                bookmakers not on gamstop
  3953.              </h6>
  3954.            </a>
  3955.          </div>
  3956.          
  3957.      </div>
  3958.    </div>
  3959.    
  3960.  </div>
  3961.  
  3962. <!-- Sidebar V2 Styles -->
  3963. <style>
  3964.  .sidebar-widget {
  3965.    position: relative;
  3966.  }
  3967.  
  3968.  .widget-title {
  3969.    font-size: 1.1rem;
  3970.    font-weight: 700;
  3971.    display: inline-block;
  3972.    position: relative;
  3973.    z-index: 2;
  3974.    border-radius: 0;
  3975.  }
  3976.  
  3977.  /* Green arrow for August Blog Roll */
  3978.  .title-arrow::after {
  3979.    content: '';
  3980.    position: absolute;
  3981.    top: 0;
  3982.    right: -22px;
  3983.    width: 0;
  3984.    height: 0;
  3985.    border-left: 22px solid var(--bs-primary);
  3986.    border-top: 22px solid transparent;
  3987.    border-bottom: 22px solid transparent;
  3988.    z-index: 1;
  3989.  }
  3990.  
  3991.  /* Blue arrow for Recent Posts */
  3992.  .title-arrow-primary::after {
  3993.    content: '';
  3994.    position: absolute;
  3995.    top: 0;
  3996.    right: -22px;
  3997.    width: 0;
  3998.    height: 0;
  3999.    border-left: 22px solid var(--bs-primary);
  4000.    border-top: 22px solid transparent;
  4001.    border-bottom: 22px solid transparent;
  4002.    z-index: 1;
  4003.  }
  4004.  
  4005.  .widget-content {
  4006.    margin-top: -1px;
  4007.    position: relative;
  4008.    z-index: 1;
  4009.     background-color: var(--card-bg);
  4010.  }
  4011.  
  4012.  /* Blog Roll Items Hover Effects */
  4013.  .blog-roll-item:hover .blog-title {
  4014.    color: #198754 !important;
  4015.    transform: translateX(5px);
  4016.    transition: all 0.3s ease;
  4017.  }
  4018.  
  4019.  /* Recent Post Items Hover Effects */
  4020.  .recent-post-item:hover .post-title a {
  4021.    color: #0d6efd !important;
  4022.    transition: color 0.3s ease;
  4023.  }
  4024.  
  4025.  .recent-post-item:hover .post-image img {
  4026.    transform: scale(1.05);
  4027.    transition: transform 0.3s ease;
  4028.  }
  4029.  
  4030.  /* Button Hover Effects */
  4031.  .btn:hover {
  4032.    transform: translateY(-2px);
  4033.    transition: all 0.3s ease;
  4034.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  4035.  }
  4036.  
  4037.  /* Badge Hover Effects */
  4038.  .badge:hover {
  4039.    transform: scale(1.05);
  4040.    transition: transform 0.3s ease;
  4041.  }
  4042.  
  4043.  @media (max-width: 991px) {
  4044.    .sidebar {
  4045.      margin-top: 3rem;
  4046.    }
  4047.  }
  4048.  
  4049.  @media (max-width: 576px) {
  4050.    .widget-title {
  4051.      font-size: 1rem;
  4052.      padding: 0.75rem 1rem !important;
  4053.    }
  4054.  
  4055.    .title-arrow::after,
  4056.    .title-arrow-primary::after {
  4057.      right: -18px;
  4058.      border-left-width: 18px;
  4059.      border-top-width: 18px;
  4060.      border-bottom-width: 18px;
  4061.    }
  4062.  
  4063.    .post-image {
  4064.      width: 70px !important;
  4065.      height: 55px !important;
  4066.    }
  4067.  
  4068.    .blog-meta {
  4069.      flex-direction: column !important;
  4070.      align-items: flex-start !important;
  4071.      gap: 0.5rem;
  4072.    }
  4073.  }
  4074. </style>
  4075.  
  4076.    
  4077.            </div>
  4078.        </div>
  4079.    </div>
  4080. </section>
  4081.  
  4082. <script>
  4083. document.addEventListener('DOMContentLoaded', function() {
  4084.    // Simple scroll animation
  4085.    const cards = document.querySelectorAll('.blog-card');
  4086.    
  4087.    const observer = new IntersectionObserver(function(entries) {
  4088.        entries.forEach(entry => {
  4089.            if (entry.isIntersecting) {
  4090.                entry.target.style.opacity = '1';
  4091.                entry.target.style.transform = 'translateY(0)';
  4092.            }
  4093.        });
  4094.    }, {
  4095.        threshold: 0.1
  4096.    });
  4097.  
  4098.    cards.forEach((card, index) => {
  4099.        card.style.opacity = '0';
  4100.        card.style.transform = 'translateY(30px)';
  4101.        card.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;
  4102.        observer.observe(card);
  4103.    });
  4104. });
  4105. </script>
  4106.  
  4107.    
  4108.        
  4109.        <!-- end wpo-blog-highlights-section -->
  4110.        <!-- start wpo-blog-sponsored-section -->
  4111.        
  4112.  
  4113.  
  4114.  
  4115.    
  4116.  
  4117.  
  4118.  <style>
  4119.    .sponsored-section-v7 {
  4120.      padding: 50px 0;
  4121.    }
  4122.    
  4123.    .sponsored-card-v7 {
  4124.      background: #fafafa;
  4125.      border: none;
  4126.      transition: transform 0.3s ease;
  4127.      height: 100%;
  4128.    }
  4129.    
  4130.    .sponsored-card-v7:hover {
  4131.      transform: translateY(-3px);
  4132.    }
  4133.    
  4134.    .sponsored-image-v7 {
  4135.      position: relative;
  4136.      height: 160px;
  4137.    }
  4138.    
  4139.    .sponsored-image-v7 img {
  4140.      width: 100%;
  4141.      height: 100%;
  4142.      object-fit: cover;
  4143.      border-radius: 10px; /* Apply curve to image */
  4144.    }
  4145.    
  4146.    .sponsored-badge-v7 {
  4147.      position: absolute;
  4148.      bottom: 10px; /* pehle -30px tha; need be adjust kar lena */
  4149.      left: 10px;
  4150.      z-index: 10;
  4151.    
  4152.      /* pill look */
  4153.      display: inline-flex; /* vertical centering */
  4154.      align-items: center;
  4155.      justify-content: center;
  4156.      padding: 8px 16px; /* width = content + padding */
  4157.      border-radius: 999px; /* full pill */
  4158.      white-space: nowrap; /* ek hi line me rahe */
  4159.      /* text */
  4160.      font-size: 12px;
  4161.      text-transform: uppercase;
  4162.      letter-spacing: 0.5px;
  4163.      line-height: 1;
  4164.      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  4165.    }
  4166.    
  4167.    /* optional: icon ke saath thoda gap */
  4168.    .sponsored-badge-v7 i,
  4169.    .sponsored-badge-v7 .icon {
  4170.      margin-right: 8px;
  4171.      font-size: 14px;
  4172.      line-height: 1;
  4173.    }
  4174.    
  4175.    .sponsored-content-v7 {
  4176.      padding: 40px 15px 15px; /* Increased top padding to accommodate larger badge */
  4177.    }
  4178.    
  4179.    .sponsored-title-v7 {
  4180.      font-size: 15px;
  4181.      font-weight: 700;
  4182.      line-height: 1.4;
  4183.      margin-bottom: 8px;
  4184.      color: #333;
  4185.    }
  4186.    
  4187.    .sponsored-title-v7 a {
  4188.      text-decoration: none;
  4189.      font-size: 16px;
  4190.      color: var(--topbar-color);
  4191.    }
  4192.    
  4193.    .sponsored-title-v7 a:hover {
  4194.      color: var(--bs-primary); /* Green hover */
  4195.    }
  4196.    
  4197.    .sponsored-excerpt-v7 {
  4198.      font-size: 12px;
  4199.      font-weight: 400;
  4200.      color:  var(--topbar-color);;
  4201.      margin-bottom: 10px;
  4202.      line-height: 1.5;
  4203.    }
  4204.    
  4205.    .sponsored-meta-v7 {
  4206.      font-size: 11px;
  4207.       color: var(--topbar-color);;
  4208.    }
  4209.    
  4210.    .author-info-v7 {
  4211.      margin-bottom: 5px;
  4212.    }
  4213.    
  4214.    .sponsored-author-img-v7 {
  4215.      width: 30px;
  4216.      height: 30px;
  4217.      border-radius: 50%;
  4218.      object-fit: cover;
  4219.      vertical-align: middle;
  4220.      margin-right: 5px;
  4221.    }
  4222.    
  4223.    .section-title-sponsored-v7 {
  4224.      font-size: 1.9rem;
  4225.      font-weight: 600;
  4226.      text-align: center;
  4227.      margin-bottom: 30px;
  4228.      color: #333;
  4229.      position: relative;
  4230.    }
  4231.    
  4232.    .section-title-sponsored-v7::after {
  4233.      content: '';
  4234.      position: absolute;
  4235.      bottom: -8px;
  4236.      left: 50%;
  4237.      transform: translateX(-50%);
  4238.      width: 100px;
  4239.      height: 3px;
  4240.      background: var(--bs-primary);
  4241.    }
  4242.    
  4243.    @media (max-width: 768px) {
  4244.      .sponsored-section-v7 {
  4245.        padding: 30px 0;
  4246.      }
  4247.      .sponsored-image-v7 {
  4248.        height: 120px;
  4249.      }
  4250.      .sponsored-content-v7 {
  4251.        padding: 35px 12px 12px;
  4252.      }
  4253.  
  4254.      .sponsored-title-v7 {
  4255.        font-size: 14px;
  4256.      }
  4257.      .sponsored-excerpt-v7 {
  4258.        font-size: 11px;
  4259.      }
  4260.      .section-title-sponsored-v7 {
  4261.        font-size: 1.6rem;
  4262.      }
  4263.    }
  4264.  </style>
  4265.  
  4266.  <section class="sponsored-section-v7">
  4267.    <div class="container-fluid fluid-container">
  4268.      <div class="row mb-3">
  4269.        <div class="col-12">
  4270.          <h2 class="section-title-sponsored-v7">Sponsored News</h2>
  4271.        </div>
  4272.      </div>
  4273.  
  4274.      <div class="row g-3 d-flex justify-content-center">
  4275.        
  4276.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  4277.            <div class="card sponsored-card-v7">
  4278.              <div class="sponsored-image-v7">
  4279.                
  4280.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4281.                
  4282.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  4283.              </div>
  4284.              <div class="sponsored-content-v7">
  4285.                <h3 class="sponsored-title-v7"><a href="/self-inflicted-deaths-linked-to-family-violence-should-be-investigated-as-potential-homicides-urge-british-relatives/">Self-inflicted deaths Linked to Family Violence Should Be Investigated as Potential Homicides, Urge British Relatives</a></h3>
  4286.                <p class="sponsored-excerpt-v7 "></p>
  4287.                <div class="sponsored-meta-v7">
  4288.                  <div class="author-info-v7">
  4289.                    
  4290.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cook" class="sponsored-author-img-v7" />
  4291.                    
  4292.                    <span>Joshua Cook</span>
  4293.                  </div>
  4294.                  <div>10 Jun 2026</div>
  4295.                </div>
  4296.              </div>
  4297.            </div>
  4298.          </div>
  4299.        
  4300.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  4301.            <div class="card sponsored-card-v7">
  4302.              <div class="sponsored-image-v7">
  4303.                
  4304.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4305.                
  4306.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  4307.              </div>
  4308.              <div class="sponsored-content-v7">
  4309.                <h3 class="sponsored-title-v7"><a href="/the-new-halo-combat-evolved-revamp-introduces-major-modifications-to-attract-a-fresh-audience/">The New Halo: Combat Evolved Revamp Introduces Major Modifications to Attract a Fresh Audience</a></h3>
  4310.                <p class="sponsored-excerpt-v7 "></p>
  4311.                <div class="sponsored-meta-v7">
  4312.                  <div class="author-info-v7">
  4313.                    
  4314.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cook" class="sponsored-author-img-v7" />
  4315.                    
  4316.                    <span>Joshua Cook</span>
  4317.                  </div>
  4318.                  <div>10 Jun 2026</div>
  4319.                </div>
  4320.              </div>
  4321.            </div>
  4322.          </div>
  4323.        
  4324.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  4325.            <div class="card sponsored-card-v7">
  4326.              <div class="sponsored-image-v7">
  4327.                
  4328.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4329.                
  4330.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  4331.              </div>
  4332.              <div class="sponsored-content-v7">
  4333.                <h3 class="sponsored-title-v7"><a href="/unme-a-psychological-thriller-merging-silent-hill-with-among-us-mechanics/">UN:Me: A Psychological Thriller Merging Silent Hill with Among Us Mechanics</a></h3>
  4334.                <p class="sponsored-excerpt-v7 "></p>
  4335.                <div class="sponsored-meta-v7">
  4336.                  <div class="author-info-v7">
  4337.                    
  4338.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cook" class="sponsored-author-img-v7" />
  4339.                    
  4340.                    <span>Joshua Cook</span>
  4341.                  </div>
  4342.                  <div>10 Jun 2026</div>
  4343.                </div>
  4344.              </div>
  4345.            </div>
  4346.          </div>
  4347.        
  4348.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  4349.            <div class="card sponsored-card-v7">
  4350.              <div class="sponsored-image-v7">
  4351.                
  4352.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4353.                
  4354.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  4355.              </div>
  4356.              <div class="sponsored-content-v7">
  4357.                <h3 class="sponsored-title-v7"><a href="/dont-miss-this-classic-stephen-king-movie-before-it-welcome-to-derrys-upcoming-installment/">Don&#x27;t Miss This Classic Stephen King Movie Before It: Welcome to Derry&#x27;s Upcoming Installment</a></h3>
  4358.                <p class="sponsored-excerpt-v7 "></p>
  4359.                <div class="sponsored-meta-v7">
  4360.                  <div class="author-info-v7">
  4361.                    
  4362.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cook" class="sponsored-author-img-v7" />
  4363.                    
  4364.                    <span>Joshua Cook</span>
  4365.                  </div>
  4366.                  <div>10 Jun 2026</div>
  4367.                </div>
  4368.              </div>
  4369.            </div>
  4370.          </div>
  4371.        
  4372.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  4373.            <div class="card sponsored-card-v7">
  4374.              <div class="sponsored-image-v7">
  4375.                
  4376.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4377.                
  4378.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  4379.              </div>
  4380.              <div class="sponsored-content-v7">
  4381.                <h3 class="sponsored-title-v7"><a href="/why-do-we-have-to-wait-popovic-places-no-restrictions-on-what-australia-can-attain/">{‘Why do we have to wait?’: Popovic places no restrictions on what Australia can attain.</a></h3>
  4382.                <p class="sponsored-excerpt-v7 "></p>
  4383.                <div class="sponsored-meta-v7">
  4384.                  <div class="author-info-v7">
  4385.                    
  4386.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cook" class="sponsored-author-img-v7" />
  4387.                    
  4388.                    <span>Joshua Cook</span>
  4389.                  </div>
  4390.                  <div>10 Jun 2026</div>
  4391.                </div>
  4392.              </div>
  4393.            </div>
  4394.          </div>
  4395.        
  4396.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  4397.            <div class="card sponsored-card-v7">
  4398.              <div class="sponsored-image-v7">
  4399.                
  4400.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4401.                
  4402.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  4403.              </div>
  4404.              <div class="sponsored-content-v7">
  4405.                <h3 class="sponsored-title-v7"><a href="/tom-clancys-the-division-is-coming-to-the-tabletop-as-a-deeply-strategic-tabletop-role-playing-game/">Tom Clancy&#x27;s The Division Is Coming to the Tabletop as a Deeply Strategic Tabletop Role-Playing Game</a></h3>
  4406.                <p class="sponsored-excerpt-v7 "></p>
  4407.                <div class="sponsored-meta-v7">
  4408.                  <div class="author-info-v7">
  4409.                    
  4410.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cook" class="sponsored-author-img-v7" />
  4411.                    
  4412.                    <span>Joshua Cook</span>
  4413.                  </div>
  4414.                  <div>10 Jun 2026</div>
  4415.                </div>
  4416.              </div>
  4417.            </div>
  4418.          </div>
  4419.        
  4420.      </div>
  4421.    </div>
  4422.  </section>
  4423.  
  4424.  
  4425.    
  4426.        <!-- end wpo-blog-sponsored-section -->
  4427.        <!-- start wpo-subscribe-section -->
  4428.        
  4429.        <!-- end subscribe-section -->
  4430.        <!-- start of wpo-site-footer-section -->
  4431.        
  4432.  
  4433.  
  4434.  
  4435.  
  4436.  
  4437. <footer class="wpo-site-footer-v3">
  4438.  <!-- Top Section - Logo -->
  4439.  <div class="footer-top-section py-4 border-bottom">
  4440.    <div class="container-fluid fluid-container">
  4441.      <div class="row justify-content-center">
  4442.        <div class="col-12 text-center">
  4443.          <div class="brand-logo">
  4444.            
  4445.              <h3 class="brand-title">Ioni Gaming</h3>
  4446.            
  4447.            <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>
  4448.          </div>
  4449.        </div>
  4450.      </div>
  4451.    </div>
  4452.  </div>
  4453.  
  4454.  <!-- Main Content -->
  4455.  <div class="footer-main-content pt-4">
  4456.    <div class="container-fluid fluid-container">
  4457.      <div class="row justify-content-center">
  4458.        <!-- Single Column: Quick Links -->
  4459.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  4460.          <div class="footer-column">
  4461.            <h5 class="column-title">Quick Links</h5>
  4462.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  4463.              
  4464.                <li>
  4465.                  <a class="menu-link" href="/renowned-arts-broadcaster-sir-humphrey-burton-dies-at-the-age-of-94/">Renowned Arts Broadcaster Sir Humphrey Burton Dies at the Age of 94.</a>
  4466.                </li>
  4467.              
  4468.                <li>
  4469.                  <a class="menu-link" href="/our-new-sovereign-our-digital-priest-our-algorithmic-overlord-how-ai-is-taking-us-back-to-the-dark-ages/">Our New Sovereign, Our Digital Priest, Our Algorithmic Overlord – How AI Is Taking Us Back to the Dark Ages.</a>
  4470.                </li>
  4471.              
  4472.                <li>
  4473.                  <a class="menu-link" href="/where-has-the-excitement-gone-the-decline-of-the-goal-scoring/">Where Has the Excitement Gone? The Decline of the Goal Scoring</a>
  4474.                </li>
  4475.              
  4476.                <li>
  4477.                  <a class="menu-link" href="/for-the-checkout-assistant-who-left-me-totally-speechless-my-hats-off-to-you/">For the Checkout Assistant Who Left Me Totally Speechless – My Hat&#x27;s Off to You</a>
  4478.                </li>
  4479.              
  4480.                <li>
  4481.                  <a class="menu-link" href="/witness-in-the-duke-of-sussex-case-claims-admission-was-false/">Witness in the Duke of Sussex Case Claims Admission Was False</a>
  4482.                </li>
  4483.              
  4484.                <li>
  4485.                  <a class="menu-link" href="/arsenals-controversial-sponsorship-deal-with-visit-rwanda-will-conclude-this-coming-year/">Arsenal&#x27;s Controversial Sponsorship Deal with Visit Rwanda Will Conclude This Coming Year</a>
  4486.                </li>
  4487.              
  4488.            </ul>
  4489.          </div>
  4490.        </div>
  4491.  
  4492.        <!-- Single Column: Top Categories -->
  4493.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  4494.          <div class="footer-column">
  4495.            <h5 class="column-title">Top Categories</h5>
  4496.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  4497.              
  4498.                <li>
  4499.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  4500.                </li>
  4501.              
  4502.                <li>
  4503.                  <a class="menu-link" href="/category/business/">Business</a>
  4504.                </li>
  4505.              
  4506.                <li>
  4507.                  <a class="menu-link" href="/category/esports/">Esports</a>
  4508.                </li>
  4509.              
  4510.                <li>
  4511.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  4512.                </li>
  4513.              
  4514.                <li>
  4515.                  <a class="menu-link" href="/category/featured/">Featured</a>
  4516.                </li>
  4517.              
  4518.            </ul>
  4519.          </div>
  4520.        </div>
  4521.  
  4522.        <!-- Single Column: Blog Rolls -->
  4523.      <div class="col-12 text-center border-bottom pb-4">
  4524.          <div class="footer-column">
  4525.            <h5 class="column-title">Blog Rolls</h5>
  4526.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3" id="blogRollLinks">
  4527.              
  4528.              
  4529.  
  4530.              
  4531.              
  4532.                
  4533.              
  4534.            </ul>
  4535.          </div>
  4536.        </div>
  4537.      </div>
  4538.    </div>
  4539.  </div>
  4540.  
  4541.  <!-- Footer Bottom -->
  4542.  <div class="footer-bottom py-3">
  4543.    <div class="container-fluid fluid-container">
  4544.      <div class="row justify-content-center">
  4545.        <div class="col-12 text-center">
  4546.          <div class="bottom-content">
  4547.            <div class="copyright-info mb-3">
  4548.              <p class="mb-0 text-info">
  4549.                &copy; 2026 <strong>Ioni Gaming</strong>. All rights reserved.
  4550.              </p>
  4551.            </div>
  4552.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3">
  4553.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  4554.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  4555.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  4556.            </div>
  4557.          </div>
  4558.        </div>
  4559.      </div>
  4560.    </div>
  4561.  </div>
  4562. </footer>
  4563.  
  4564. <style>
  4565. .wpo-site-footer-v3 {
  4566.    background: var(--card-bg) !important;
  4567. }
  4568.  
  4569. .footer-logo {
  4570.    height: 60px;
  4571.    width: auto;
  4572. }
  4573. .text-info{
  4574.    color: var(--topbar-color) !important;
  4575. }
  4576.  
  4577. .brand-title {
  4578.    font-size: 22px;
  4579.    font-weight: 700;
  4580.    color: var(--topbar-color);
  4581.    margin: 0;
  4582. }
  4583.  
  4584. .brand-tagline {
  4585.    font-size: 14px;
  4586.    color: var(--topbar-color);
  4587.    margin: 0;
  4588. }
  4589.  
  4590. .column-title {
  4591.    font-size: 16px;
  4592.    font-weight: 600;
  4593.    color: var(--topbar-color) !important;
  4594.    margin-bottom: 15px;
  4595. }
  4596.  
  4597. .footer-menu {
  4598.    margin: 0;
  4599. }
  4600.  
  4601. .menu-link {
  4602.    color: var(--topbar-color) !important;
  4603.    text-decoration: none;
  4604.    font-size: 14px;
  4605.    transition: color 0.3s ease;
  4606. }
  4607.  
  4608. .menu-link:hover {
  4609.    color: var(--primary-color);
  4610. }
  4611.  
  4612. .footer-bottom {
  4613.    font-size: 13px;
  4614. }
  4615.  
  4616. .utility-link {
  4617.    color: var(--topbar-color) !important;
  4618.    text-decoration: none;
  4619.    font-size: 13px;
  4620.    transition: color 0.3s ease;
  4621. }
  4622. /* Responsive Design */
  4623. @media (max-width: 768px) {
  4624.    .footer-logo {
  4625.        height: 50px;
  4626.    }
  4627.    
  4628.    .column-title {
  4629.        font-size: 15px;
  4630.    }
  4631.    
  4632.    .menu-link {
  4633.        font-size: 13px;
  4634.    }
  4635. }
  4636.  
  4637. @media (max-width: 576px) {
  4638.    .brand-title {
  4639.        font-size: 20px;
  4640.    }
  4641.    
  4642.    .brand-tagline {
  4643.        font-size: 13px;
  4644.    }
  4645.    
  4646.    .cta-btn {
  4647.        font-size: 12px;
  4648.        padding: 5px 12px;
  4649.    }
  4650. }
  4651. </style>
  4652.  
  4653. <script>
  4654. // Prevent default for placeholder links
  4655. document.addEventListener('DOMContentLoaded', function() {
  4656.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  4657.        anchor.addEventListener('click', function(e) {
  4658.            e.preventDefault();
  4659.        });
  4660.    });
  4661. });
  4662. document.addEventListener('DOMContentLoaded', function () {
  4663.    var btn = document.getElementById('toggleBlogRollLinks');
  4664.    if (!btn) return; // No extra items, no button
  4665.  
  4666.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4667.  
  4668.    btn.addEventListener('click', function () {
  4669.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4670.            return li.classList.contains('d-none');
  4671.        });
  4672.  
  4673.        extras.forEach(function (li) {
  4674.            if (anyHidden) {
  4675.                li.classList.remove('d-none');
  4676.                li.classList.add('show');
  4677.            } else {
  4678.                li.classList.add('d-none');
  4679.                li.classList.remove('show');
  4680.            }
  4681.        });
  4682.  
  4683.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4684.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4685.    });
  4686. });
  4687.  
  4688. </script>
  4689.  
  4690.        <!-- end of wpo-site-footer-section -->
  4691.    </div>
  4692.    <!-- end of page-wrapper -->
  4693.  
  4694.    <!-- All JavaScript files
  4695.    ================================================== -->
  4696.    
  4697.  
  4698. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4699. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4700. <!-- Plugins for this template -->
  4701. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4702. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4703. <!-- Custom script for this template -->
  4704. <script src="/static/blogapp/assets/js/script.js"></script>
  4705.  
  4706. <script>
  4707. (function () {
  4708. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4709. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4710.  
  4711. function applyFallback(img) {
  4712. if (!img || img.dataset.fallbackApplied === "1") {
  4713. return;
  4714. }
  4715. var failedSrc = img.currentSrc || img.src || "";
  4716. img.dataset.fallbackApplied = "1";
  4717. img.onerror = null;
  4718. img.src = fallbackImageSrc;
  4719. console.warn("[ImageFallback] Replaced broken image:", {
  4720. failedSrc: failedSrc,
  4721. fallbackSrc: fallbackImageSrc,
  4722. alt: img.alt || "",
  4723. });
  4724. }
  4725.  
  4726. document.querySelectorAll("img").forEach(function (img) {
  4727. if (img.complete && img.naturalWidth === 0) {
  4728. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4729. failedSrc: img.currentSrc || img.src || "",
  4730. alt: img.alt || "",
  4731. });
  4732. applyFallback(img);
  4733. }
  4734. });
  4735.  
  4736. document.addEventListener(
  4737. "error",
  4738. function (event) {
  4739. var target = event.target;
  4740. if (target && target.tagName === "IMG") {
  4741. applyFallback(target);
  4742. }
  4743. },
  4744. true
  4745. );
  4746. })();
  4747. </script>
  4748.  
  4749. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4750.  
  4751.  
  4752.  
  4753. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"0b60a96c4eeb442fbaeecf9b80d88b14","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4754. </body>
  4755.  
  4756. </html>
  4757.  
  4758.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda