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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="lora">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_51_Ej2NBns_LGmhCBL_szh2JUs_38WNh3S_IGk50wx.png">
  14.    
  15.  
  16.    <title>FreshGames UK: Latest Gaming News, Reviews &amp; Releases</title>
  17.    <meta name="description" content="Stay updated with the newest video game releases, in-depth reviews, and gaming industry news from the UK. Your go-to source for fresh gaming 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://freshgames.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #e74c3c;
  42.        --bs-primary-rgb: e74c3c;
  43.        --bs-secondary: #636e72;
  44.        --bs-success: #27ae60;
  45.        --bs-danger: #c0392b;
  46.        --bs-warning: #f1c40f;
  47.        --bs-info: #3498db;
  48.        --bs-light: #f5f6fa;
  49.        --bs-dark: #2d3436;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #e74c3c;
  53.        --theme-primary-color-s2: #e74c3c;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #2d3436;
  57.        --text-light-color: #676767;
  58.        --heading-color: #2d3436;
  59.        --border-color: #dfe4ea;
  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: #e8ecef;
  75.        --navbar-color: #2d3436;
  76.        --topbar-bg: #f5f6fa;
  77.        --topbar-color: #2d3436;
  78.        --footer-bg: #2d3436;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #dfe4ea;
  82.        --card-radius: 10px;
  83.        --link-color: #e74c3c;
  84.        --link-hover: #c0392b;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(231, 76, 60, 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_8">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395. <div class="preloader" style="z-index: 1025;">
  396.    <div class="angular-shape">
  397.        <div></div>
  398.        <div></div>
  399.        <div></div>
  400.    </div>
  401.    <div class="spinner">
  402.        <div class="double-bounce1"></div>
  403.        <div class="double-bounce2"></div>
  404.    </div>
  405. </div>  
  406.  
  407.            <!-- end preloader -->
  408.        
  409.        <!-- Start header -->
  410.        <header id="header" class="wpo-site-header">
  411.            
  412.  
  413.  
  414.    
  415.  
  416.  
  417.  
  418. <div class="topbar d-sm-flex d-none">
  419.  <div class="container-fluid fluid-container">
  420.    <div class="row  ">
  421.      <div>
  422.        <div class="pt-2 d-flex gap-2 pb-0">
  423.          <div class="">
  424.            <div class="tilt-button bg-primary-gradient">Latest Update</div>
  425.          </div>
  426.  
  427.          <!-- Add an id to the marquee -->
  428.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  429.            <p class="text-center">
  430.              
  431.               <a href="/missing-bach-pieces-performed-for-first-ever-performance-in-over-three-centuries/" class="px-5 top-color">
  432.                    Missing Bach Pieces Performed for First-Ever Performance in Over Three Centuries
  433.                  </a>
  434.              
  435.               <a href="/gal%C3%A1pagos-had-no-native-amphibians-until-countless-numbers-of-frogs-invaded/" class="px-5 top-color">
  436.                    Galápagos Had No Native Amphibians. Until Countless Numbers of Frogs Invaded
  437.                  </a>
  438.              
  439.               <a href="/sharing-a-dugout-with-sir-alex-and-getting-knocked-out-a-lenswomans-tales/" class="px-5 top-color">
  440.                    Sharing a Dugout with Sir Alex and Getting &#x27;Knocked Out&#x27; – A Lenswoman&#x27;s Tales
  441.                  </a>
  442.              
  443.               <a href="/gavin-newsom-rejects-parole-for-cult-member-patricia-krenwinkel/" class="px-5 top-color">
  444.                    Gavin Newsom Rejects Parole for Cult Member Patricia Krenwinkel
  445.                  </a>
  446.              
  447.               <a href="/person-of-interest-in-ivy-league-campus-incident-found-discovered-deceased-inside-storage-unit/" class="px-5 top-color">
  448.                    Person of Interest in Ivy League Campus Incident Found Discovered Deceased Inside Storage Unit.
  449.                  </a>
  450.              
  451.            </p>
  452.          </marquee>
  453.        </div>
  454.      </div>
  455.    </div>
  456.  </div>
  457. </div>
  458. <style>
  459.  .tilt-button {
  460.  padding: 0.5rem 1rem;
  461.  white-space: nowrap;
  462.  font-weight: bold;
  463.  display: inline-block;
  464.  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  465.  transition: background 0.3s ease;
  466. }
  467.  
  468.  
  469. </style>
  470. <script>
  471.  // Stop/start marquee when hovering or focusing links inside it
  472.  document.addEventListener("DOMContentLoaded", function () {
  473.    const marquee = document.getElementById("newsMarquee");
  474.    if (!marquee) return;
  475.  
  476.    marquee.querySelectorAll("a").forEach((link) => {
  477.      link.addEventListener("mouseenter", () => marquee.stop());
  478.      link.addEventListener("mouseleave", () => marquee.start());
  479.      // keyboard accessibility
  480.      link.addEventListener("focus", () => marquee.stop());
  481.      link.addEventListener("blur", () => marquee.start());
  482.    });
  483.  });
  484. </script>
  485.  
  486.  
  487.  
  488.            
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495. <header class="header-v7 py-2 mb-4">
  496.    <!-- Top Bar -->
  497.    <div class="top-bar-v7">
  498.        <div class="container-fluid fluid-container">
  499.            <div class="row align-items-center justify-content-center">
  500.                <div class="col-lg-3 col-md-4">
  501.                    <div class="logo-section-v7">
  502.                        <a class="brand-link-v7" href="/">
  503.                            
  504.                                FreshGames UK
  505.                            
  506.                        </a>
  507.                    </div>
  508.                </div>
  509.                <div class="col-lg-6 col-md-5">
  510.                    <div class="search-bar-v7">
  511.                        <form class="search-form-v7" action="#" method="get">
  512.                            <div class="search-container-v7">
  513.                                <input id="search-input" type="search" class="search-input-v7"
  514.                                    placeholder="Search articles, tutorials, news..." name="q">
  515.                                <button type="submit" class="search-btn-v7">
  516.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  517.                                        stroke-width="2">
  518.                                        <circle cx="11" cy="11" r="8"></circle>
  519.                                        <path d="m21 21-4.35-4.35"></path>
  520.                                    </svg>
  521.                                </button>
  522.                            </div>
  523.                            <div id="search-results" class="search-results-container search-v1"></div>
  524.                        </form>
  525.                    </div>
  526.                </div>
  527.                <div class="col-lg-3 col-md-3">
  528.                    <!-- Empty column for spacing -->
  529.                </div>
  530.            </div>
  531.        </div>
  532.    </div>
  533.  
  534.    <!-- Main Navigation -->
  535.    <div class="main-nav-v7">
  536.        <div class="container-fluid">
  537.            <div class="nav-wrapper-v7">
  538.  
  539.                <!-- Sidebar Navigation -->
  540.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  541.                    <div class="nav-header-v7">
  542.                        <h6 class="nav-title-v7">Navigation</h6>
  543.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  544.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  545.                                stroke-width="2">
  546.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  547.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  548.                            </svg>
  549.                        </button>
  550.                    </div>
  551.  
  552.                    <ul class="sidebar-menu-v7">
  553.                        <li class="sidebar-item-v7">
  554.                            <a href='/' class="sidebar-link-v7 active-v7">
  555.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  556.                                    stroke="currentColor" stroke-width="2">
  557.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  558.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  559.                                </svg>
  560.                                Home
  561.                            </a>
  562.                        </li>
  563.  
  564.                        <li class="sidebar-item-v7 has-submenu-v7">
  565.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  566.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  567.                                    stroke="currentColor" stroke-width="2">
  568.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  569.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  570.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  571.                                </svg>
  572.                                Technology
  573.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  574.                                    stroke="currentColor" stroke-width="2">
  575.                                    <polyline points="6,9 12,15 18,9"></polyline>
  576.                                </svg>
  577.                            </a>
  578.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  579.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  580.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  581.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  582.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  583.                            </ul>
  584.                        </li>
  585.  
  586.                        <li class="sidebar-item-v7 has-submenu-v7">
  587.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  588.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  589.                                    stroke="currentColor" stroke-width="2">
  590.                                    <path
  591.                                        d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z">
  592.                                    </path>
  593.                                </svg>
  594.                                Business
  595.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  596.                                    stroke="currentColor" stroke-width="2">
  597.                                    <polyline points="6,9 12,15 18,9"></polyline>
  598.                                </svg>
  599.                            </a>
  600.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  601.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  602.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  603.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  604.                            </ul>
  605.                        </li>
  606.  
  607.                        <li class="sidebar-item-v7">
  608.                            <a href="#" class="sidebar-link-v7">
  609.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  610.                                    stroke="currentColor" stroke-width="2">
  611.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  612.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  613.                                </svg>
  614.                                Tutorials
  615.                            </a>
  616.                        </li>
  617.  
  618.                        <li class="sidebar-item-v7">
  619.                            <a href="#" class="sidebar-link-v7">
  620.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  621.                                    stroke="currentColor" stroke-width="2">
  622.                                    <polygon
  623.                                        points="12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26">
  624.                                    </polygon>
  625.                                </svg>
  626.                                Reviews
  627.                            </a>
  628.                        </li>
  629.  
  630.                        <li class="sidebar-item-v7">
  631.                            <a href="#" class="sidebar-link-v7">
  632.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  633.                                    stroke="currentColor" stroke-width="2">
  634.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  635.                                </svg>
  636.                                News
  637.                            </a>
  638.                        </li>
  639.  
  640.                        <li class="sidebar-item-v7">
  641.                            <a href="#" class="sidebar-link-v7">
  642.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  643.                                    stroke="currentColor" stroke-width="2">
  644.                                    <circle cx="12" cy="12" r="3"></circle>
  645.                                    <path
  646.                                        d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1 1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z">
  647.                                    </path>
  648.                                </svg>
  649.                                About
  650.                            </a>
  651.                        </li>
  652.  
  653.                        <li class="sidebar-item-v7">
  654.                            <a href="#" class="sidebar-link-v7">
  655.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  656.                                    stroke="currentColor" stroke-width="2">
  657.                                    <path
  658.                                        d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z">
  659.                                    </path>
  660.                                    <polyline points="22,6 12,13 2,6"></polyline>
  661.                                </svg>
  662.                                Contact
  663.                            </a>
  664.                        </li>
  665.                    </ul>
  666.                </nav>
  667.                <div class="sidebar-blur"></div>
  668.  
  669.                <!-- Main Content Area -->
  670.                <div class="content-area-v7">
  671.                    <!-- Horizontal Nav for Desktop -->
  672.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  673.                        <ul class="horizontal-menu-v7">
  674.  
  675.                            
  676.                            <li class="horizontal-item-v7">
  677.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  678.                            </li>
  679.  
  680.                            
  681.                            
  682.                             <li class="horizontal-item-v7">
  683.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  684.                                    All Posts
  685.                                </a>
  686.                                </li>
  687.  
  688.                                
  689.  
  690.                                        
  691.                                        
  692.                                
  693.                             <li class="horizontal-item-v7">
  694.                                <a href="/category/business/" class="horizontal-link-v7">
  695.                                    Business
  696.                                </a>
  697.                                </li>
  698.  
  699.                                
  700.  
  701.                                        
  702.                                        
  703.                                
  704.                             <li class="horizontal-item-v7">
  705.                                <a href="/category/esports/" class="horizontal-link-v7">
  706.                                    Esports
  707.                                </a>
  708.                                </li>
  709.  
  710.                                
  711.  
  712.                                        
  713.                                        
  714.                                
  715.                             <li class="horizontal-item-v7">
  716.                                <a href="/category/fashion/" class="horizontal-link-v7">
  717.                                    Fashion
  718.                                </a>
  719.                                </li>
  720.  
  721.                                
  722.  
  723.                                        
  724.                                        
  725.                                
  726.                             <li class="horizontal-item-v7">
  727.                                <a href="/category/featured/" class="horizontal-link-v7">
  728.                                    Featured
  729.                                </a>
  730.                                </li>
  731.  
  732.                                
  733.  
  734.                                        
  735.                                        
  736.                                
  737.                             <li class="horizontal-item-v7">
  738.                                <a href="/category/gaming/" class="horizontal-link-v7">
  739.                                    Gaming
  740.                                </a>
  741.                                </li>
  742.  
  743.                                
  744.  
  745.                                        
  746.                                        
  747.                                
  748.                             <li class="horizontal-item-v7">
  749.                                <a href="/category/health/" class="horizontal-link-v7">
  750.                                    Health
  751.                                </a>
  752.                                </li>
  753.  
  754.                                
  755.  
  756.                                        
  757.                                        
  758.                                
  759.                            
  760.                                
  761.                                <li class="horizontal-item-v7 dropdown-v7">
  762.                                    <a href="#" class="horizontal-link-v7">More</a>
  763.                                    <div class="horizontal-dropdown-v7">
  764.                                        <a href="/category/life-fitness/"
  765.                                            class="dropdown-item-v7">
  766.                                            Life &amp; Fitness
  767.                                        </a>
  768.                                        
  769.  
  770.                                        
  771.                                        
  772.                                
  773.                            
  774.                                        <a href="/category/lifestyle/"
  775.                                            class="dropdown-item-v7">
  776.                                            Lifestyle
  777.                                        </a>
  778.                                        
  779.  
  780.                                        
  781.                                        
  782.                                
  783.                            
  784.                                        <a href="/category/news/"
  785.                                            class="dropdown-item-v7">
  786.                                            News
  787.                                        </a>
  788.                                        
  789.  
  790.                                        
  791.                                        
  792.                                
  793.                            
  794.                                        <a href="/category/others/"
  795.                                            class="dropdown-item-v7">
  796.                                            Others
  797.                                        </a>
  798.                                        
  799.  
  800.                                        
  801.                                        
  802.                                
  803.                            
  804.                                        <a href="/category/politics/"
  805.                                            class="dropdown-item-v7">
  806.                                            Politics
  807.                                        </a>
  808.                                        
  809.  
  810.                                        
  811.                                        
  812.                                
  813.                            
  814.                                        <a href="/category/sports/"
  815.                                            class="dropdown-item-v7">
  816.                                            Sports
  817.                                        </a>
  818.                                        
  819.  
  820.                                        
  821.                                        
  822.                                
  823.                            
  824.                                        <a href="/category/tech/"
  825.                                            class="dropdown-item-v7">
  826.                                            Tech
  827.                                        </a>
  828.                                        
  829.  
  830.                                        
  831.                                        
  832.                                
  833.                            
  834.                                        <a href="/category/travel/"
  835.                                            class="dropdown-item-v7">
  836.                                            Travel
  837.                                        </a>
  838.                                        
  839.  
  840.                                        
  841.                                        
  842.                                    </div>
  843.                                </li>
  844.                                
  845.                                
  846. <li>
  847.                  <a href="/page/contact-us/">
  848.                     Contact Us
  849.                  </a>
  850.              </li>
  851.                        </ul>
  852.                    </nav>
  853.  
  854.  
  855.                    <!-- Mobile Menu Button -->
  856.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  857.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  858.                            stroke-width="2">
  859.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  860.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  861.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  862.                        </svg>
  863.                        Menu
  864.                    </button>
  865.                </div>
  866.            </div>
  867.        </div>
  868.    </div>
  869.  
  870.    <!-- Overlay for mobile sidebar -->
  871.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  872. </header>
  873.  
  874. <style>
  875.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  876.    .header-v7 {
  877.        position: relative;
  878.        background: var(--navbar-bg);
  879.    }
  880.  
  881.    /* Top Bar Styles */
  882.    .top-bar-v7 {
  883.        padding: 15px 0;
  884.        border-bottom: 1px solid var(--border-color);
  885.        background: var(--navbar-bg);
  886.    }
  887.  
  888.    .logo-img-v7 {
  889.        max-height: 70px;
  890.        transition: transform 0.3s ease;
  891.    }
  892.  
  893.    .logo-img-v7:hover {
  894.        transform: scale(1.05);
  895.    }
  896.  
  897.    /* Search Bar Styles */
  898.    .search-container-v7 {
  899.        position: relative;
  900.        display: flex;
  901.        align-items: center;
  902.        background: transparent;
  903.        border: 2px solid var(--border-color);
  904.        border-radius: 8px;
  905.        overflow: hidden;
  906.        transition: all 0.3s ease;
  907.    }
  908.  
  909.    .search-container-v7:focus-within {
  910.        border-color: #007bff33;
  911.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  912.    }
  913.  
  914.    .search-input-v7 {
  915.        color: var(--topbar-color) !important;
  916.        flex: 1;
  917.        border: none;
  918.        padding: 12px 16px;
  919.        font-size: 14px;
  920.        outline: none;
  921.        background: transparent;
  922.    }
  923.  
  924.    .search-input-v7::placeholder {
  925.        color: #a0aec0;
  926.    }
  927.  
  928.    .search-btn-v7 {
  929.        background: var(--bs-primary);
  930.        color: white;
  931.        border: none;
  932.        padding: 12px 16px;
  933.        cursor: pointer;
  934.        transition: background 0.3s ease;
  935.    }
  936.  
  937.    .search-btn-v7:hover {
  938.        background: #3182ce;
  939.    }
  940.  
  941.    /* Header Actions */
  942.    .header-actions-v7 {
  943.        display: flex;
  944.        align-items: center;
  945.        gap: 15px;
  946.        justify-content: flex-end;
  947.    }
  948.  
  949.    .notification-btn-v7,
  950.    .profile-btn-v7 {
  951.        background: none;
  952.        border: none;
  953.        padding: 8px;
  954.        border-radius: 8px;
  955.        cursor: pointer;
  956.        transition: background 0.3s ease;
  957.        position: relative;
  958.    }
  959.  
  960.    .notification-btn-v7:hover,
  961.    .profile-btn-v7:hover {
  962.        background: #f1f5f9;
  963.    }
  964.  
  965.    .notification-badge-v7 {
  966.        position: absolute;
  967.        top: 2px;
  968.        right: 2px;
  969.        background: #e53e3e;
  970.        color: white;
  971.        font-size: 16px;
  972.        font-weight: 600;
  973.        width: 16px;
  974.        height: 16px;
  975.        border-radius: 50%;
  976.        display: flex;
  977.        align-items: center;
  978.        justify-content: center;
  979.    }
  980.  
  981.    .profile-avatar-v7 {
  982.        width: 32px;
  983.        height: 32px;
  984.        background: var(--border-color);
  985.        border-radius: 50%;
  986.        display: flex;
  987.        align-items: center;
  988.        justify-content: center;
  989.    }
  990.  
  991.    /* Main Navigation */
  992.    .main-nav-v7 {
  993.        background: var(--navbar-bg);
  994.    }
  995.  
  996.    .nav-wrapper-v7 {
  997.        display: flex;
  998.        align-items: center;
  999.        justify-content: center;
  1000.        min-height: 60px;
  1001.    }
  1002.  
  1003.    /* Sidebar Navigation */
  1004.    .sidebar-nav-v7 {
  1005.        position: fixed;
  1006.        top: 0;
  1007.        left: -350px;
  1008.        width: 350px;
  1009.        height: 100vh;
  1010.        background: var(--navbar-bg);
  1011.        z-index: 1000;
  1012.        transition: left 0.3s ease;
  1013.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  1014.        overflow-y: auto;
  1015.    }
  1016.  
  1017.    .sidebar-nav-v7.show-v7 {
  1018.        left: 0;
  1019.    }
  1020.  
  1021.    .nav-header-v7 {
  1022.        display: flex;
  1023.        align-items: center;
  1024.        justify-content: space-between;
  1025.        padding: 20px 25px;
  1026.        border-bottom: 1px solid var(--border-color);
  1027.        background: var(--navbar-bg);
  1028.    }
  1029.  
  1030.    .nav-title-v7 {
  1031.        font-size: 16px;
  1032.        font-weight: 600;
  1033.        color: #2d3748;
  1034.        margin: 0;
  1035.    }
  1036.  
  1037.    .sidebar-close-v7 {
  1038.        background: none;
  1039.        border: none;
  1040.        padding: 8px;
  1041.        cursor: pointer;
  1042.        border-radius: 6px;
  1043.        transition: background 0.3s ease;
  1044.    }
  1045.  
  1046.    .sidebar-close-v7:hover {
  1047.        background: var(--border-color);
  1048.    }
  1049.  
  1050.    .sidebar-menu-v7 {
  1051.        list-style: none;
  1052.        padding: 20px 0;
  1053.        margin: 0;
  1054.    }
  1055.  
  1056.    .sidebar-item-v7 {
  1057.        margin-bottom: 5px;
  1058.    }
  1059.  
  1060.    .sidebar-link-v7 {
  1061.        display: flex;
  1062.        align-items: center;
  1063.        color: #4a5568;
  1064.        text-decoration: none;
  1065.        padding: 15px 25px;
  1066.        font-size: 15px;
  1067.        font-weight: 500;
  1068.        transition: all 0.3s ease;
  1069.        position: relative;
  1070.    }
  1071.  
  1072.    .sidebar-link-v7:hover,
  1073.    .sidebar-link-v7.active-v7 {
  1074.        color: #007bff;
  1075.        background: var(--border-color);
  1076.    }
  1077.  
  1078.    .sidebar-link-v7.active-v7::before {
  1079.        content: '';
  1080.        position: absolute;
  1081.        left: 0;
  1082.        top: 0;
  1083.        bottom: 0;
  1084.        width: 4px;
  1085.        background: #007bff;
  1086.    }
  1087.  
  1088.    .sidebar-icon-v7 {
  1089.        margin-right: 12px;
  1090.        color: currentColor;
  1091.    }
  1092.  
  1093.    .submenu-arrow-v7 {
  1094.        margin-left: auto;
  1095.        transition: transform 0.3s ease;
  1096.    }
  1097.  
  1098.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1099.        transform: rotate(180deg);
  1100.    }
  1101.  
  1102.    .sidebar-submenu-v7 {
  1103.        list-style: none;
  1104.        padding: 0;
  1105.        margin: 0;
  1106.        max-height: 0;
  1107.        overflow: hidden;
  1108.        transition: max-height 0.3s ease;
  1109.        background: var(--navbar-bg);
  1110.    }
  1111.  
  1112.    .sidebar-submenu-v7.show-v7 {
  1113.        max-height: 300px;
  1114.        padding: 10px 0;
  1115.    }
  1116.  
  1117.    .sidebar-sublink-v7 {
  1118.        display: block;
  1119.        color: #718096;
  1120.        text-decoration: none;
  1121.        padding: 10px 25px 10px 55px;
  1122.        font-size: 14px;
  1123.        transition: all 0.3s ease;
  1124.    }
  1125.  
  1126.    .sidebar-sublink-v7:hover {
  1127.        color: #007bff;
  1128.        background: var(--border-color);
  1129.    }
  1130.  
  1131.    /* Sidebar Footer */
  1132.    .sidebar-footer-v7 {
  1133.        padding: 25px;
  1134.        margin-top: auto;
  1135.        border-top: 1px solid var(--border-color);
  1136.    }
  1137.  
  1138.    .sidebar-cta-v7 {
  1139.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1140.        padding: 20px;
  1141.        border-radius: 12px;
  1142.        text-align: center;
  1143.        color: white;
  1144.    }
  1145.  
  1146.    .cta-title-v7 {
  1147.        font-size: 14px;
  1148.        font-weight: 600;
  1149.        margin: 0 0 5px 0;
  1150.    }
  1151.  
  1152.    .cta-text-v7 {
  1153.        font-size: 12px;
  1154.        margin: 0 0 15px 0;
  1155.        opacity: 0.9;
  1156.    }
  1157.  
  1158.    .cta-btn-v7 {
  1159.        background: rgba(255, 255, 255, 0.2);
  1160.        color: white;
  1161.        border: 1px solid rgba(255, 255, 255, 0.3);
  1162.        padding: 8px 20px;
  1163.        border-radius: 20px;
  1164.        font-size: 12px;
  1165.        font-weight: 500;
  1166.        cursor: pointer;
  1167.        transition: all 0.3s ease;
  1168.    }
  1169.  
  1170.    .cta-btn-v7:hover {
  1171.        background: rgba(255, 255, 255, 0.3);
  1172.    }
  1173.  
  1174.    /* Horizontal Navigation for Desktop */
  1175.    .horizontal-nav-v7 {
  1176.        flex: 1;
  1177.        display: flex;
  1178.        justify-content: center;
  1179.    }
  1180.  
  1181.    .horizontal-menu-v7 {
  1182.        list-style: none;
  1183.        padding: 0;
  1184.        margin: 0;
  1185.        display: flex;
  1186.        align-items: center;
  1187.    }
  1188.  
  1189.    .horizontal-item-v7 {
  1190.        position: relative;
  1191.        margin-right: 30px;
  1192.    }
  1193.  
  1194.    .horizontal-link-v7 {
  1195.        color: #4a5568;
  1196.        text-decoration: none;
  1197.        font-size: 16px;
  1198.        font-weight: 500;
  1199.        padding: 20px 0;
  1200.        position: relative;
  1201.        transition: color 0.3s ease;
  1202.    }
  1203.  
  1204.    .horizontal-link-v7::after {
  1205.        content: '';
  1206.        position: absolute;
  1207.        bottom: 0;
  1208.        left: 0;
  1209.        width: 0;
  1210.        height: 2px;
  1211.        background: #007bff;
  1212.        transition: width 0.3s ease;
  1213.    }
  1214.  
  1215.    .horizontal-link-v7:hover,
  1216.    .horizontal-link-v7.active-v7 {
  1217.        color: #007bff;
  1218.        font-weight: 600;
  1219.    }
  1220.  
  1221.    .horizontal-link-v7:hover::after,
  1222.    .horizontal-link-v7.active-v7::after {
  1223.        width: 100%;
  1224.    }
  1225.  
  1226.    /* Horizontal Dropdown */
  1227.    .horizontal-dropdown-v7 {
  1228.        position: absolute;
  1229.        top: 100%;
  1230.        left: 0;
  1231.        background: var(--navbar-bg);
  1232.        min-width: 200px;
  1233.        border-radius: 8px;
  1234.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1235.        opacity: 0;
  1236.        visibility: hidden;
  1237.        transform: translateY(-10px);
  1238.        transition: all 0.3s ease;
  1239.        padding: 10px 0;
  1240.        z-index: 100;
  1241.    }
  1242.  
  1243.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1244.        opacity: 1;
  1245.        visibility: visible;
  1246.        transform: translateY(0);
  1247.    }
  1248.  
  1249.    .dropdown-item-v7 {
  1250.        display: block;
  1251.        color: #4a5568;
  1252.        text-decoration: none;
  1253.        padding: 12px 20px;
  1254.        font-size: 14px;
  1255.        transition: all 0.3s ease;
  1256.    }
  1257.  
  1258.    .dropdown-item-v7:hover {
  1259.        color: #007bff;
  1260.        background: #565758ff;
  1261.    }
  1262.  
  1263.    /* Mobile Menu Button */
  1264.    .mobile-menu-btn-v7 {
  1265.        background: none;
  1266.        border: 1px solid var(--border-color);
  1267.        padding: 10px 15px;
  1268.        border-radius: 8px;
  1269.        cursor: pointer;
  1270.        display: flex;
  1271.        align-items: center;
  1272.        gap: 8px;
  1273.        font-size: 14px;
  1274.        font-weight: 500;
  1275.        color: #4a5568;
  1276.        transition: all 0.3s ease;
  1277.        margin: 0 auto;
  1278.    }
  1279.  
  1280.    .mobile-menu-btn-v7:hover {
  1281.        border-color: #cbd5e0;
  1282.        opacity: 0.7;
  1283.    }
  1284.  
  1285.    /* Sidebar Overlay */
  1286.    .sidebar-overlay-v7 {
  1287.        position: fixed;
  1288.        top: 0;
  1289.        left: 0;
  1290.        right: 0;
  1291.        bottom: 0;
  1292.        background: rgba(0, 0, 0, 0.5);
  1293.        z-index: 999;
  1294.        opacity: 0;
  1295.        visibility: hidden;
  1296.        transition: all 0.3s ease;
  1297.    }
  1298.  
  1299.    .sidebar-overlay-v7.show-v7 {
  1300.        opacity: 1;
  1301.        visibility: visible;
  1302.    }
  1303.  
  1304.    /* Responsive Design */
  1305.    @media (max-width: 991px) {
  1306.        .top-bar-v7 .col-lg-6 {
  1307.            order: 3;
  1308.            margin-top: 15px;
  1309.        }
  1310.  
  1311.        .header-actions-v7 {
  1312.            justify-content: flex-start;
  1313.        }
  1314.    }
  1315.  
  1316.    @media (max-width: 768px) {
  1317.        .sidebar-nav-v7 {
  1318.            width: 300px;
  1319.            left: -300px;
  1320.        }
  1321.  
  1322.        .search-container-v7 {
  1323.            margin-top: 10px;
  1324.        }
  1325.    }
  1326. </style>
  1327.  
  1328. <script>
  1329.    function openSidebarV7() {
  1330.        const sidebar = document.getElementById('sidebarNavV7');
  1331.        const overlay = document.getElementById('sidebarOverlayV7');
  1332.  
  1333.        sidebar.classList.add('show-v7');
  1334.        overlay.classList.add('show-v7');
  1335.        document.body.style.overflow = 'hidden';
  1336.    }
  1337.  
  1338.    function closeSidebarV7() {
  1339.        const sidebar = document.getElementById('sidebarNavV7');
  1340.        const overlay = document.getElementById('sidebarOverlayV7');
  1341.  
  1342.        sidebar.classList.remove('show-v7');
  1343.        overlay.classList.remove('show-v7');
  1344.        document.body.style.overflow = '';
  1345.    }
  1346.  
  1347.    function toggleSubmenuV7(submenuId) {
  1348.        const submenu = document.getElementById(submenuId);
  1349.        const parentItem = submenu.closest('.sidebar-item-v7');
  1350.  
  1351.        // Close other open submenus
  1352.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1353.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1354.  
  1355.        allSubmenus.forEach(menu => {
  1356.            if (menu.id !== submenuId) {
  1357.                menu.classList.remove('show-v7');
  1358.            }
  1359.        });
  1360.  
  1361.        allParentItems.forEach(item => {
  1362.            if (item !== parentItem) {
  1363.                item.classList.remove('open-v7');
  1364.            }
  1365.        });
  1366.  
  1367.        // Toggle current submenu
  1368.        submenu.classList.toggle('show-v7');
  1369.        parentItem.classList.toggle('open-v7');
  1370.    }
  1371.  
  1372.    // Close sidebar when clicking outside
  1373.    document.addEventListener('click', function (event) {
  1374.        const sidebar = document.getElementById('sidebarNavV7');
  1375.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1376.  
  1377.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1378.            closeSidebarV7();
  1379.        }
  1380.    });
  1381.  
  1382.    // Handle window resize
  1383.    window.addEventListener('resize', function () {
  1384.        if (window.innerWidth >= 992) {
  1385.            closeSidebarV7();
  1386.        }
  1387.    });
  1388. </script>
  1389.  
  1390. <script>
  1391.  document.addEventListener("DOMContentLoaded", function () {
  1392.    console.log("loaded");
  1393.  
  1394.     const searchInput = document.getElementById("search-input")
  1395.    const searchResults = document.getElementById("search-results");
  1396.  
  1397.    if (!searchInput || !searchResults) {
  1398.      console.error("Search input/results not found");
  1399.      return;
  1400.    }
  1401.  
  1402.    // Prevent form submission
  1403.    if (searchInput.form) {
  1404.      searchInput.form.addEventListener("submit", function (e) {
  1405.        e.preventDefault();
  1406.      });
  1407.    }
  1408.  
  1409.    // Add event listener for keyup
  1410.    searchInput.addEventListener("keyup", function (e) {
  1411.      console.log("Key pressed:", e.key);
  1412.      e.preventDefault();
  1413.  
  1414.      const query = searchInput.value.trim();
  1415.      console.log("User is typing: " + query);
  1416.  
  1417.      // If empty → clear and hide
  1418.      if (query === "") {
  1419.        searchResults.innerHTML = "";
  1420.        searchResults.style.display = "none";
  1421.        return;
  1422.      }
  1423.  
  1424.      // Show results
  1425.      searchResults.style.display = "block";
  1426.  
  1427.      // Fetch search results
  1428.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1429.        method: "GET",
  1430.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1431.      })
  1432.        .then(response => {
  1433.          console.log("Response Status:", response.status);
  1434.          return response.json();
  1435.        })
  1436.        .then(data => {
  1437.          console.log("Data received:", data);
  1438.          if (data.html) {
  1439.            searchResults.innerHTML = data.html;
  1440.          } else {
  1441.            searchResults.innerHTML = "<p>No results found.</p>";
  1442.          }
  1443.        })
  1444.        .catch(error => {
  1445.          console.error("Error fetching search results:", error);
  1446.        });
  1447.    });
  1448.  
  1449.    // Close results when clicking outside
  1450.    document.addEventListener("click", function (e) {
  1451.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1452.        searchResults.style.display = "none";
  1453.      }
  1454.    });
  1455.  
  1456.    // Close results on ESC key
  1457.    document.addEventListener("keydown", function (e) {
  1458.      if (e.key === "Escape") {
  1459.        searchResults.style.display = "none";
  1460.      }
  1461.    });
  1462.  });
  1463. </script>
  1464.  
  1465. <style>
  1466.        /* search field */
  1467.  .search-results-container {
  1468.  position: absolute;
  1469.  top: 100%; /* Position it below the input field */
  1470.  left: 10px;
  1471.  right: 10px;
  1472.  background-color: white;
  1473.  border: 1px solid #ddd;
  1474.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1475.  max-height: 300px;
  1476.  overflow-y: auto;
  1477.  z-index: 1000;
  1478.  display: none; /* Initially hidden */
  1479. }
  1480.  
  1481. .search-results-container p {
  1482.  margin: 0;
  1483. }
  1484.  
  1485. .search-results-container .result-item {
  1486.  padding: 10px;
  1487.  cursor: pointer;
  1488. }
  1489.  
  1490. .search-results-container .result-item:hover {
  1491.  background-color: #f0f0f0;
  1492. }
  1493. </style>
  1494.  
  1495.        </header>
  1496.        <!-- end of header -->
  1497.        <!-- start of wpo-blog-hero -->
  1498.        
  1499.  
  1500.  
  1501.  
  1502.  
  1503.  
  1504.  
  1505.  
  1506. <div class="blog-hero-v2">
  1507.  <div class="container-fluid fluid-container">
  1508.    <div class="row">
  1509.      <!-- Main Featured Post -->
  1510.      <div class="col-lg-8 col-md-12 mb-lg-0 mb-4">
  1511.        
  1512.        
  1513.        
  1514.          
  1515.        <div class="featured-post">
  1516.          <div class="post-image">
  1517.            
  1518.            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;"
  1519.              class="img-fluid" alt="">
  1520.            
  1521.            <div class="post-overlay">
  1522.              <div class="post-content">
  1523.                <span class="category-badge bg-primary-gradient">News</span>
  1524.                <h1 class="post-title1 blog-color">
  1525.                  <a href="/the-mushroom-cleaning-controversy-a-guide-to-preparing-your-fungi/" class="blog-color">
  1526.                    The Mushroom Cleaning Controversy: A Guide to Preparing Your Fungi
  1527.                  </a>
  1528.                </h1>
  1529.                <p class="post-excerpt"></p>
  1530.                <div class="post-meta">
  1531.                  <div class="author-info">
  1532.                    
  1533.                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;"
  1534.                      alt="Donna Warren" class="author-avatar">
  1535.                    
  1536.                    <span class="blog-color">By&nbsp;&nbsp;<a href="#" class="author-name">Donna Warren</a></span>
  1537.                  </div>
  1538.                  <span class="post-date">19 May 2026</span>
  1539.                </div>
  1540.              </div>
  1541.            </div>
  1542.          </div>
  1543.        </div>
  1544.  
  1545.        
  1546.        
  1547.      </div>
  1548.  
  1549.      <!-- Side Posts -->
  1550.      <div class="col-lg-4 col-md-12">
  1551.        <div class="row h-100">
  1552.        
  1553.  
  1554.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1555.            <div class="side-post h-100">
  1556.              <div class="row g-0 h-100">
  1557.                <div class="col-5">
  1558.                  <div class="side-post-image">
  1559.                    
  1560.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1561.                      style="object-fit: cover;" alt="">
  1562.                    
  1563.                  </div>
  1564.                </div>
  1565.                <div class="col-7">
  1566.                  <div class="side-post-content">
  1567.                    <div>
  1568.                      <span class="category-badge bg-primary-gradient">News</span>
  1569.                      <h3> <a href="/remains-of-competitive-swimmer-presumably-taken-by-great-white-found-on-california-beach/" class="line-clamp-2">
  1570.                          Remains of Competitive Swimmer Presumably Taken by Great White Found on California Beach
  1571.                        </a></h3>
  1572.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1573.                    </div>
  1574.                    <div class="side-post-meta">
  1575.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Donna Warren</a></span>
  1576.                    </div>
  1577.                  </div>
  1578.                </div>
  1579.              </div>
  1580.            </div>
  1581.          </div>
  1582.  
  1583.          
  1584.  
  1585.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1586.            <div class="side-post h-100">
  1587.              <div class="row g-0 h-100">
  1588.                <div class="col-5">
  1589.                  <div class="side-post-image">
  1590.                    
  1591.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1592.                      style="object-fit: cover;" alt="">
  1593.                    
  1594.                  </div>
  1595.                </div>
  1596.                <div class="col-7">
  1597.                  <div class="side-post-content">
  1598.                    <div>
  1599.                      <span class="category-badge bg-primary-gradient">News</span>
  1600.                      <h3> <a href="/music-legend-barry-manilow-will-have-an-operation-for-cancer-in-his-lung/" class="line-clamp-2">
  1601.                          Music Legend Barry Manilow Will Have an Operation for Cancer in His Lung.
  1602.                        </a></h3>
  1603.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1604.                    </div>
  1605.                    <div class="side-post-meta">
  1606.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Donna Warren</a></span>
  1607.                    </div>
  1608.                  </div>
  1609.                </div>
  1610.              </div>
  1611.            </div>
  1612.          </div>
  1613.  
  1614.          
  1615.  
  1616.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1617.            <div class="side-post h-100">
  1618.              <div class="row g-0 h-100">
  1619.                <div class="col-5">
  1620.                  <div class="side-post-image">
  1621.                    
  1622.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1623.                      style="object-fit: cover;" alt="">
  1624.                    
  1625.                  </div>
  1626.                </div>
  1627.                <div class="col-7">
  1628.                  <div class="side-post-content">
  1629.                    <div>
  1630.                      <span class="category-badge bg-primary-gradient">News</span>
  1631.                      <h3> <a href="/ex-uk-soldier-accused-of-murdering-kenya-woman-appears-in-court/" class="line-clamp-2">
  1632.                          Ex UK Soldier Accused of Murdering Kenya Woman Appears in Court
  1633.                        </a></h3>
  1634.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1635.                    </div>
  1636.                    <div class="side-post-meta">
  1637.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Donna Warren</a></span>
  1638.                    </div>
  1639.                  </div>
  1640.                </div>
  1641.              </div>
  1642.            </div>
  1643.          </div>
  1644.  
  1645.          
  1646.        </div>
  1647.      </div>
  1648.    </div>
  1649.  </div>
  1650. </div>
  1651.  
  1652. <style>
  1653.  /* Blog Hero V2 Styles */
  1654.  .blog-hero-v2 {
  1655.    padding: 60px 0;
  1656.  }
  1657.  
  1658.  /* Featured Post Styles */
  1659.  .featured-post {
  1660.    position: relative;
  1661.    border-radius: 20px;
  1662.    overflow: hidden;
  1663.    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  1664.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1665.  }
  1666.  
  1667.  .featured-post:hover {
  1668.    transform: translateY(-5px);
  1669.    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  1670.  }
  1671.  
  1672.  .featured-post .post-image {
  1673.    position: relative;
  1674.    height: 500px;
  1675.    overflow: hidden;
  1676.  }
  1677.  
  1678.  .featured-post .post-image img {
  1679.    width: 100%;
  1680.    height: 100%;
  1681.    object-fit: cover;
  1682.    transition: transform 0.5s ease;
  1683.  }
  1684.  
  1685.  .featured-post:hover .post-image img {
  1686.    transform: scale(1.05);
  1687.  }
  1688.  
  1689.  .post-overlay {
  1690.    position: absolute;
  1691.    top: 0;
  1692.    left: 0;
  1693.    right: 0;
  1694.    bottom: 0;
  1695.    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
  1696.    display: flex;
  1697.    align-items: flex-end;
  1698.    padding: 40px;
  1699.  }
  1700.  
  1701.  .post-content .post-title1 {
  1702.    color: white;
  1703.    font-size: 2.5rem;
  1704.    font-weight: 700;
  1705.    margin: 15px 0;
  1706.    line-height: 1.2;
  1707.  }
  1708.  
  1709.  .post-content .post-excerpt {
  1710.    color: rgba(255, 255, 255, 0.9);
  1711.    font-size: 1.1rem;
  1712.    margin-bottom: 20px;
  1713.    line-height: 1.6;
  1714.  }
  1715.  
  1716.  /* Category Badges */
  1717.  .category-badge {
  1718.    display: inline-block;
  1719.    padding: 4px 8px;
  1720.    font-size: 0.75rem;
  1721.    font-weight: 600;
  1722.    text-transform: uppercase;
  1723.    letter-spacing: 0.5px;
  1724.    border-radius: 25px;
  1725.    text-align: center;
  1726.    width: fit-content;
  1727.  }
  1728.  
  1729.  /* Post Meta */
  1730.  .post-meta {
  1731.    display: flex;
  1732.    align-items: center;
  1733.    justify-content: space-between;
  1734.    margin-top: 25px;
  1735.  }
  1736.  
  1737.  .author-info {
  1738.    display: flex;
  1739.    align-items: center;
  1740.    gap: 12px;
  1741.  }
  1742.  
  1743.  .author-avatar {
  1744.    width: 45px !important;
  1745.    height: 45px !important;
  1746.    border-radius: 50%;
  1747.    border: 3px solid white;
  1748.  }
  1749.  
  1750.  .author-name,
  1751.  .post-date {
  1752.    color: rgba(255, 255, 255, 0.9);
  1753.    font-weight: 500;
  1754.  }
  1755.  
  1756.  .author-name {
  1757.    text-decoration: none;
  1758.  }
  1759.  
  1760.  .author-name:hover {
  1761.    color: white;
  1762.  }
  1763.  
  1764.  /* Side Posts */
  1765.  .side-post {
  1766.    background: var(--card-bg);
  1767.    border-radius: 15px;
  1768.    border: 1px solid var(--border-color);
  1769.    overflow: hidden;
  1770.    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  1771.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1772.    height: auto;
  1773.  }
  1774.  
  1775.  .side-post:hover {
  1776.    transform: translateY(-3px);
  1777.    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  1778.  }
  1779.  
  1780.  .side-post-image {
  1781.    max-height: 155px;
  1782.    height: 100%;
  1783.    overflow: hidden;
  1784.  }
  1785.  
  1786.  .side-post-image img {
  1787.    width: 100%;
  1788.    height: 100%;
  1789.    object-fit: cover;
  1790.    transition: transform 0.3s ease;
  1791.  }
  1792.  
  1793.  .side-post:hover .side-post-image img {
  1794.    transform: scale(1.1);
  1795.  }
  1796.  
  1797.  .side-post-content {
  1798.    padding: 8px 16px;
  1799.    display: flex;
  1800.    flex-direction: column;
  1801.    justify-content: space-between;
  1802.    height: 100%;
  1803.  }
  1804.  
  1805.  .side-post-content h3 {
  1806.    font-size: 1rem;
  1807.    font-weight: 600;
  1808.    margin: 8px 0;
  1809.    line-height: 1.4;
  1810.  }
  1811.  
  1812.  .side-post-content h3 a {
  1813.    color: #333;
  1814.    text-decoration: none;
  1815.    transition: color 0.3s ease;
  1816.  }
  1817.  
  1818.  .side-post-content h3 a:hover {
  1819.    color: #007bff;
  1820.  }
  1821.  
  1822.  .side-post-meta {
  1823.    font-size: 0.8rem;
  1824.    color: #666;
  1825.    display: flex;
  1826.    flex-direction: column;
  1827.    gap: 4px;
  1828.  }
  1829.  
  1830.  .side-post-meta a {
  1831.    color: #007bff;
  1832.    text-decoration: none;
  1833.  }
  1834.  
  1835.  .side-post-meta a:hover {
  1836.    text-decoration: underline;
  1837.  }
  1838.  
  1839.  /* Responsive Design */
  1840.  @media (max-width: 768px) {
  1841.    .blog-hero-v2 {
  1842.      padding: 30px 0;
  1843.    }
  1844.  
  1845.    .featured-post .post-image {
  1846.      height: 350px;
  1847.    }
  1848.  
  1849.    .post-overlay {
  1850.      padding: 25px;
  1851.    }
  1852.  
  1853.    .post-content .post-title1 {
  1854.      font-size: 1.8rem;
  1855.    }
  1856.  
  1857.    .post-content .post-excerpt {
  1858.      font-size: 1rem;
  1859.      margin-bottom: 15px;
  1860.    }
  1861.  
  1862.    .post-meta {
  1863.      flex-direction: column;
  1864.      align-items: flex-start;
  1865.      gap: 10px;
  1866.    }
  1867.  
  1868.    .side-post {
  1869.      height: auto;
  1870.    }
  1871.  
  1872.    .side-post-content {
  1873.      height: auto;
  1874.      padding: 15px;
  1875.    }
  1876.  }
  1877.  
  1878.  @media (max-width: 576px) {
  1879.    .post-content .post-title1 {
  1880.      font-size: 1.5rem;
  1881.    }
  1882.  
  1883.    .side-post-content h3 {
  1884.      font-size: 0.9rem;
  1885.    }
  1886.  
  1887.    .side-post-image img {}
  1888.  }
  1889. </style>
  1890.  
  1891.  
  1892.  
  1893.  
  1894.        <!-- end of wpo-blog-hero -->
  1895.  
  1896.        <!-- start of wpo-breacking-news -->
  1897.        
  1898.        <!-- end of wpo-breacking-news -->
  1899.        
  1900.        <!-- start wpo-blog-highlights-section -->
  1901.        
  1902.  
  1903.  
  1904.  
  1905.    
  1906.  
  1907.  
  1908.  
  1909. <style>
  1910.    .blog-highlights-v2 {
  1911.        padding: 60px 0;
  1912.        position: relative;
  1913.        overflow: hidden;
  1914.    }
  1915.    
  1916.    .blog-highlights-v2::before {
  1917.        content: '';
  1918.        position: absolute;
  1919.        top: 0;
  1920.        left: 0;
  1921.        width: 100%;
  1922.        height: 100%;
  1923.        background: var(--body-bg);
  1924.        pointer-events: none;
  1925.    }
  1926.    
  1927.    .blog-card-v2 {
  1928.        border: none;
  1929.        border-radius: 20px;
  1930.        overflow: hidden;
  1931.        background: white;
  1932.        height: 100%;
  1933.        position: relative;
  1934.        transform: translateY(0);
  1935.        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  1936.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  1937.        will-change: transform;
  1938.    }
  1939.    
  1940.    .blog-card-v2::before {
  1941.        content: '';
  1942.        position: absolute;
  1943.        top: 0;
  1944.        left: 0;
  1945.        width: 100%;
  1946.        height: 100%;
  1947.        background: linear-gradient(45deg, transparent 0%, rgba(255,255,255,0.1) 50%, transparent 100%);
  1948.        transform: translateX(-100%);
  1949.        transition: transform 0.6s ease;
  1950.        z-index: 1;
  1951.    }
  1952.    
  1953.    .blog-card-v2:hover {
  1954.        transform: translateY(-15px) scale(1.02);
  1955.        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  1956.    }
  1957.    
  1958.    .blog-card-v2:hover::before {
  1959.        transform: translateX(100%);
  1960.    }
  1961.    
  1962.    .blog-image-v2 {
  1963.        position: relative;
  1964.        overflow: hidden;
  1965.        height: 250px;
  1966.        background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
  1967.    }
  1968.    
  1969.    .blog-image-v2::after {
  1970.        content: '';
  1971.        position: absolute;
  1972.        top: 0;
  1973.        left: 0;
  1974.        width: 100%;
  1975.        height: 100%;
  1976.        background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 100%);
  1977.        z-index: 2;
  1978.    }
  1979.    
  1980.    .blog-image-v2 img {
  1981.        width: 100%;
  1982.        height: 100%;
  1983.        object-fit: cover;
  1984.        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1985.        transform: scale(1);
  1986.    }
  1987.    
  1988.    .blog-card-v2:hover .blog-image-v2 img {
  1989.        transform: scale(1.1) rotate(2deg);
  1990.    }
  1991.    
  1992.    .blog-category-v2 {
  1993.        position: absolute;
  1994.        top: 20px;
  1995.        left: 20px;
  1996.        padding: 8px 16px;
  1997.        border-radius: 50px;
  1998.        font-size: 12px;
  1999.        font-weight: 700;
  2000.        text-transform: uppercase;
  2001.        letter-spacing: 1px;
  2002.      
  2003.        z-index: 3;
  2004.        transform: translateY(0);
  2005.        transition: all 0.3s ease;
  2006.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  2007.    }
  2008.    
  2009.    .blog-card-v2:hover .blog-category-v2 {
  2010.        transform: translateY(-5px);
  2011.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  2012.    }
  2013.    
  2014.    .blog-content-v2 {
  2015.        padding: 30px 25px;
  2016.        position: relative;
  2017.        z-index: 2;
  2018.    }
  2019.    
  2020.    .blog-title-v2 {
  2021.        font-size: 18px;
  2022.        font-weight: 700;
  2023.        line-height: 1.4;
  2024.        margin-bottom: 15px;
  2025.        min-height: 50px;
  2026.        position: relative;
  2027.        overflow: hidden;
  2028.    }
  2029.    
  2030.    .blog-title-v2 a {
  2031.        text-decoration: none;
  2032.        position: relative;
  2033.        transition: all 0.3s ease;
  2034.        background-clip: text;
  2035.        -webkit-background-clip: text;
  2036.    }
  2037.    
  2038.    .blog-title-v2 a::after {
  2039.        content: '';
  2040.        position: absolute;
  2041.        bottom: -2px;
  2042.        left: 0;
  2043.        width: 0;
  2044.        height: 2px;
  2045.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2046.        transition: width 0.4s ease;
  2047.    }
  2048.    
  2049.    .blog-card-v2:hover .blog-title-v2 a::after {
  2050.        width: 100%;
  2051.    }
  2052.    
  2053.    .blog-meta-v2 {
  2054.        display: flex;
  2055.        align-items: center;
  2056.        gap: 12px;
  2057.        margin-bottom: 15px;
  2058.        font-size: 13px;
  2059.        padding-bottom: 15px;
  2060.        border-bottom: 2px solid rgba(102, 126, 234, 0.1);
  2061.        position: relative;
  2062.    }
  2063.    
  2064.    .blog-meta-v2::after {
  2065.        content: '';
  2066.        position: absolute;
  2067.        bottom: -2px;
  2068.        left: 0;
  2069.        width: 0;
  2070.        height: 2px;
  2071.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2072.        transition: width 0.5s ease 0.2s;
  2073.    }
  2074.    
  2075.    .blog-card-v2:hover .blog-meta-v2::after {
  2076.        width: 60px;
  2077.    }
  2078.    
  2079.    .blog-author-img-v2 {
  2080.        width: 32px;
  2081.        height: 32px;
  2082.        border-radius: 50%;
  2083.        object-fit: cover;
  2084.        border: 3px solid white;
  2085.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  2086.        transition: all 0.3s ease;
  2087.    }
  2088.    
  2089.    .blog-card-v2:hover .blog-author-img-v2 {
  2090.        transform: scale(1.1);
  2091.        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
  2092.    }
  2093.    
  2094.    .blog-excerpt-v2 {
  2095.        font-size: 14px;
  2096.        line-height: 1.6;
  2097.        color: #666;
  2098.        display: -webkit-box;
  2099.        -webkit-line-clamp: 3;
  2100.        -webkit-box-orient: vertical;
  2101.        overflow: hidden;
  2102.        position: relative;
  2103.        opacity: 0.8;
  2104.        transition: opacity 0.3s ease;
  2105.    }
  2106.    
  2107.    .blog-card-v2:hover .blog-excerpt-v2 {
  2108.        opacity: 1;
  2109.    }
  2110.    
  2111.    .section-header-v2 {
  2112.        text-align: center;
  2113.        margin-bottom: 70px;
  2114.        position: relative;
  2115.    }
  2116.    
  2117.    .section-title-v2 {
  2118.        font-size: 3.2rem;
  2119.        font-weight: 800;
  2120.        margin-bottom: 20px;
  2121.        position: relative;
  2122.    }
  2123.    
  2124.    .section-title-v2::after {
  2125.        content: '';
  2126.        position: absolute;
  2127.        bottom: -10px;
  2128.        left: 50%;
  2129.        transform: translateX(-50%);
  2130.        width: 80px;
  2131.        height: 4px;
  2132.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2133.        border-radius: 2px;
  2134.    }
  2135.    
  2136.    .section-subtitle-v2 {
  2137.        font-size: 1.1rem;
  2138.        color: #666;
  2139.        max-width: 600px;
  2140.        margin: 0 auto;
  2141.        line-height: 1.6;
  2142.    }
  2143.    
  2144.    .blog-read-more-v2 {
  2145.        position: absolute;
  2146.        bottom: 25px;
  2147.        right: 25px;
  2148.        width: 45px;
  2149.        height: 45px;
  2150.        border-radius: 50%;
  2151.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2152.        display: flex;
  2153.        align-items: center;
  2154.        justify-content: center;
  2155.        color: white;
  2156.        text-decoration: none;
  2157.        transition: all 0.4s ease;
  2158.        transform: scale(0);
  2159.        opacity: 0;
  2160.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  2161.    }
  2162.    
  2163.    .blog-card-v2:hover .blog-read-more-v2 {
  2164.        transform: scale(1);
  2165.        opacity: 1;
  2166.    }
  2167.    
  2168.    .blog-read-more-v2:hover {
  2169.        transform: scale(1.1);
  2170.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  2171.    }
  2172.    
  2173.    /* Animation Classes */
  2174.    .animate-on-scroll {
  2175.        opacity: 0;
  2176.        transform: translateY(30px);
  2177.        transition: all 0.6s ease;
  2178.    }
  2179.    
  2180.    .animate-on-scroll.animated {
  2181.        opacity: 1;
  2182.        transform: translateY(0);
  2183.    }
  2184.    
  2185.    /* Staggered Animation */
  2186.    .blog-card-v2:nth-child(1) { animation-delay: 0.1s; }
  2187.    .blog-card-v2:nth-child(2) { animation-delay: 0.2s; }
  2188.    .blog-card-v2:nth-child(3) { animation-delay: 0.3s; }
  2189.    .blog-card-v2:nth-child(4) { animation-delay: 0.4s; }
  2190.    .blog-card-v2:nth-child(5) { animation-delay: 0.5s; }
  2191.    .blog-card-v2:nth-child(6) { animation-delay: 0.6s; }
  2192.  
  2193.    @media (max-width: 768px) {
  2194.        .section-title-v2 {
  2195.            font-size: 2.5rem;
  2196.        }
  2197.        .blog-highlights-v2 {
  2198.            padding: 40px 0;
  2199.        }
  2200.        .blog-content-v2 {
  2201.            padding: 25px 20px;
  2202.        }
  2203.        .blog-card-v2:hover {
  2204.            transform: translateY(-10px) scale(1.01);
  2205.        }
  2206.    }
  2207. </style>
  2208.  
  2209. <section class="blog-highlights-v2">
  2210.    <div class="container-fluid fluid-container">
  2211.        <div class="row">
  2212.            <div class="col-12">
  2213.                <div class="section-header-v2 animate-on-scroll">
  2214.                    <h2 class="section-title-v2 text-primary-gradient">
  2215.                Today's Top Highlights
  2216.                   </h2>
  2217.                    <p class="section-subtitle-v2">Discover our latest stories and insights from around the world</p>
  2218.                </div>
  2219.            </div>
  2220.        </div>
  2221.        
  2222.        <div class="row">
  2223.            <div class="col-lg-8 col-12">
  2224.                <div class="row g-4">
  2225.                    
  2226.                    <div class="col-lg-6 col-md-6 col-12">
  2227.                        <div class="card blog-card-v2 animate-on-scroll">
  2228.                            <div class="blog-image-v2">
  2229.                                
  2230.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2231.                                
  2232.                                <span class="blog-category-v2 bg-primary-gradient">
  2233.                                    News
  2234.                                </span>
  2235.                            </div>
  2236.                            <div class="blog-content-v2">
  2237.                                <h3 class="blog-title-v2">
  2238.                                    <a class="top-color" href="/we-must-have-a-helicopter-to-search-for-them-adolescents-urgent-plea-to-rescue-loved-ones-stranded-off-down-under-coast-unveiled/">
  2239.                                    We Must Have a Helicopter to Search For Them’: Adolescent’s Urgent Plea to Rescue Loved Ones Stranded Off Down Under Coast Unveiled
  2240.                                    </a>
  2241.                                </h3>
  2242.                                <div class="blog-meta-v2">
  2243.                                    
  2244.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Donna Warren" class="blog-author-img-v2">
  2245.                                    
  2246.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2247.                                    <span>By Donna Warren</span>
  2248.                                    <span style="color: #ccc;">•</span>
  2249.                                    <span style="color: #999;">19 May 2026</span>
  2250.                                </div>
  2251.                                <p class="blog-excerpt-v2"></p>
  2252.                              
  2253.                            </div>
  2254.                        </div>
  2255.                    </div>
  2256.                    
  2257.                    <div class="col-lg-6 col-md-6 col-12">
  2258.                        <div class="card blog-card-v2 animate-on-scroll">
  2259.                            <div class="blog-image-v2">
  2260.                                
  2261.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2262.                                
  2263.                                <span class="blog-category-v2 bg-primary-gradient">
  2264.                                    News
  2265.                                </span>
  2266.                            </div>
  2267.                            <div class="blog-content-v2">
  2268.                                <h3 class="blog-title-v2">
  2269.                                    <a class="top-color" href="/tropical-storm-disaster-in-the-island-nation-ignites-a-spirit-of-volunteerism/">
  2270.                                    Tropical Storm Disaster in the Island Nation Ignites a Spirit of Volunteerism
  2271.                                    </a>
  2272.                                </h3>
  2273.                                <div class="blog-meta-v2">
  2274.                                    
  2275.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Donna Warren" class="blog-author-img-v2">
  2276.                                    
  2277.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2278.                                    <span>By Donna Warren</span>
  2279.                                    <span style="color: #ccc;">•</span>
  2280.                                    <span style="color: #999;">18 May 2026</span>
  2281.                                </div>
  2282.                                <p class="blog-excerpt-v2"></p>
  2283.                              
  2284.                            </div>
  2285.                        </div>
  2286.                    </div>
  2287.                    
  2288.                    <div class="col-lg-6 col-md-6 col-12">
  2289.                        <div class="card blog-card-v2 animate-on-scroll">
  2290.                            <div class="blog-image-v2">
  2291.                                
  2292.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2293.                                
  2294.                                <span class="blog-category-v2 bg-primary-gradient">
  2295.                                    News
  2296.                                </span>
  2297.                            </div>
  2298.                            <div class="blog-content-v2">
  2299.                                <h3 class="blog-title-v2">
  2300.                                    <a class="top-color" href="/los-blancos-trent-alexander-arnold-might-play-against-liverpool-in-novembers-champions-league-clash/">
  2301.                                    Los Blancos&#x27; Trent Alexander-Arnold Might Play Against Liverpool in November&#x27;s Champions League Clash
  2302.                                    </a>
  2303.                                </h3>
  2304.                                <div class="blog-meta-v2">
  2305.                                    
  2306.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Donna Warren" class="blog-author-img-v2">
  2307.                                    
  2308.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2309.                                    <span>By Donna Warren</span>
  2310.                                    <span style="color: #ccc;">•</span>
  2311.                                    <span style="color: #999;">18 May 2026</span>
  2312.                                </div>
  2313.                                <p class="blog-excerpt-v2"></p>
  2314.                              
  2315.                            </div>
  2316.                        </div>
  2317.                    </div>
  2318.                    
  2319.                    <div class="col-lg-6 col-md-6 col-12">
  2320.                        <div class="card blog-card-v2 animate-on-scroll">
  2321.                            <div class="blog-image-v2">
  2322.                                
  2323.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2324.                                
  2325.                                <span class="blog-category-v2 bg-primary-gradient">
  2326.                                    News
  2327.                                </span>
  2328.                            </div>
  2329.                            <div class="blog-content-v2">
  2330.                                <h3 class="blog-title-v2">
  2331.                                    <a class="top-color" href="/disturbing-remembrances-return-in-davao-as-officials-track-bondi-attack-alleged-attackers-time-in-the-city/">
  2332.                                    Disturbing Remembrances Return in Davao as Officials Track Bondi Attack Alleged Attackers&#x27; Time in the City
  2333.                                    </a>
  2334.                                </h3>
  2335.                                <div class="blog-meta-v2">
  2336.                                    
  2337.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Donna Warren" class="blog-author-img-v2">
  2338.                                    
  2339.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2340.                                    <span>By Donna Warren</span>
  2341.                                    <span style="color: #ccc;">•</span>
  2342.                                    <span style="color: #999;">18 May 2026</span>
  2343.                                </div>
  2344.                                <p class="blog-excerpt-v2"></p>
  2345.                              
  2346.                            </div>
  2347.                        </div>
  2348.                    </div>
  2349.                    
  2350.                    <div class="col-lg-6 col-md-6 col-12">
  2351.                        <div class="card blog-card-v2 animate-on-scroll">
  2352.                            <div class="blog-image-v2">
  2353.                                
  2354.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2355.                                
  2356.                                <span class="blog-category-v2 bg-primary-gradient">
  2357.                                    News
  2358.                                </span>
  2359.                            </div>
  2360.                            <div class="blog-content-v2">
  2361.                                <h3 class="blog-title-v2">
  2362.                                    <a class="top-color" href="/authentic-southern-portugal-discovering-portugal-past-the-coastline/">
  2363.                                    Authentic Southern Portugal: Discovering Portugal Past the Coastline
  2364.                                    </a>
  2365.                                </h3>
  2366.                                <div class="blog-meta-v2">
  2367.                                    
  2368.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Donna Warren" class="blog-author-img-v2">
  2369.                                    
  2370.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2371.                                    <span>By Donna Warren</span>
  2372.                                    <span style="color: #ccc;">•</span>
  2373.                                    <span style="color: #999;">18 May 2026</span>
  2374.                                </div>
  2375.                                <p class="blog-excerpt-v2"></p>
  2376.                              
  2377.                            </div>
  2378.                        </div>
  2379.                    </div>
  2380.                    
  2381.                    <div class="col-lg-6 col-md-6 col-12">
  2382.                        <div class="card blog-card-v2 animate-on-scroll">
  2383.                            <div class="blog-image-v2">
  2384.                                
  2385.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2386.                                
  2387.                                <span class="blog-category-v2 bg-primary-gradient">
  2388.                                    News
  2389.                                </span>
  2390.                            </div>
  2391.                            <div class="blog-content-v2">
  2392.                                <h3 class="blog-title-v2">
  2393.                                    <a class="top-color" href="/arsenals-goalkeeper-highlights-teams-strength-as-vital-to-multiple-trophy-pursuit/">
  2394.                                    Arsenal&#x27;s goalkeeper Highlights Team&#x27;s Strength as Vital to Multiple Trophy Pursuit
  2395.                                    </a>
  2396.                                </h3>
  2397.                                <div class="blog-meta-v2">
  2398.                                    
  2399.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Donna Warren" class="blog-author-img-v2">
  2400.                                    
  2401.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2402.                                    <span>By Donna Warren</span>
  2403.                                    <span style="color: #ccc;">•</span>
  2404.                                    <span style="color: #999;">18 May 2026</span>
  2405.                                </div>
  2406.                                <p class="blog-excerpt-v2"></p>
  2407.                              
  2408.                            </div>
  2409.                        </div>
  2410.                    </div>
  2411.                    
  2412.                    <div class="col-lg-6 col-md-6 col-12">
  2413.                        <div class="card blog-card-v2 animate-on-scroll">
  2414.                            <div class="blog-image-v2">
  2415.                                
  2416.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2417.                                
  2418.                                <span class="blog-category-v2 bg-primary-gradient">
  2419.                                    News
  2420.                                </span>
  2421.                            </div>
  2422.                            <div class="blog-content-v2">
  2423.                                <h3 class="blog-title-v2">
  2424.                                    <a class="top-color" href="/can-the-new-zealand-rugby-team-find-their-spark-during-the-fall-tour/">
  2425.                                    Can the New Zealand rugby team find their spark during the fall tour?
  2426.                                    </a>
  2427.                                </h3>
  2428.                                <div class="blog-meta-v2">
  2429.                                    
  2430.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Donna Warren" class="blog-author-img-v2">
  2431.                                    
  2432.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2433.                                    <span>By Donna Warren</span>
  2434.                                    <span style="color: #ccc;">•</span>
  2435.                                    <span style="color: #999;">18 May 2026</span>
  2436.                                </div>
  2437.                                <p class="blog-excerpt-v2"></p>
  2438.                              
  2439.                            </div>
  2440.                        </div>
  2441.                    </div>
  2442.                    
  2443.                    <div class="col-lg-6 col-md-6 col-12">
  2444.                        <div class="card blog-card-v2 animate-on-scroll">
  2445.                            <div class="blog-image-v2">
  2446.                                
  2447.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2448.                                
  2449.                                <span class="blog-category-v2 bg-primary-gradient">
  2450.                                    News
  2451.                                </span>
  2452.                            </div>
  2453.                            <div class="blog-content-v2">
  2454.                                <h3 class="blog-title-v2">
  2455.                                    <a class="top-color" href="/trumps-dominant-presence-in-the-sporting-world-hit-an-apex-in-2025-next-year-promises-to-take-it-further/">
  2456.                                    Trump&#x27;s Dominant Presence in The Sporting World Hit An Apex in 2025. Next Year Promises to Take It Further.
  2457.                                    </a>
  2458.                                </h3>
  2459.                                <div class="blog-meta-v2">
  2460.                                    
  2461.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Donna Warren" class="blog-author-img-v2">
  2462.                                    
  2463.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2464.                                    <span>By Donna Warren</span>
  2465.                                    <span style="color: #ccc;">•</span>
  2466.                                    <span style="color: #999;">18 May 2026</span>
  2467.                                </div>
  2468.                                <p class="blog-excerpt-v2"></p>
  2469.                              
  2470.                            </div>
  2471.                        </div>
  2472.                    </div>
  2473.                    
  2474.                    <div class="col-lg-6 col-md-6 col-12">
  2475.                        <div class="card blog-card-v2 animate-on-scroll">
  2476.                            <div class="blog-image-v2">
  2477.                                
  2478.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2479.                                
  2480.                                <span class="blog-category-v2 bg-primary-gradient">
  2481.                                    News
  2482.                                </span>
  2483.                            </div>
  2484.                            <div class="blog-content-v2">
  2485.                                <h3 class="blog-title-v2">
  2486.                                    <a class="top-color" href="/we-got-let-go-and-were-owning-it-this-is-how-to-secure-a-new-job-that-works-you-personally/">
  2487.                                    We Got Let Go, and We&#x27;re Owning It – This Is How to Secure a New Job That Works You Personally
  2488.                                    </a>
  2489.                                </h3>
  2490.                                <div class="blog-meta-v2">
  2491.                                    
  2492.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Donna Warren" class="blog-author-img-v2">
  2493.                                    
  2494.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2495.                                    <span>By Donna Warren</span>
  2496.                                    <span style="color: #ccc;">•</span>
  2497.                                    <span style="color: #999;">18 May 2026</span>
  2498.                                </div>
  2499.                                <p class="blog-excerpt-v2"></p>
  2500.                              
  2501.                            </div>
  2502.                        </div>
  2503.                    </div>
  2504.                    
  2505.                    <div class="col-lg-6 col-md-6 col-12">
  2506.                        <div class="card blog-card-v2 animate-on-scroll">
  2507.                            <div class="blog-image-v2">
  2508.                                
  2509.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2510.                                
  2511.                                <span class="blog-category-v2 bg-primary-gradient">
  2512.                                    News
  2513.                                </span>
  2514.                            </div>
  2515.                            <div class="blog-content-v2">
  2516.                                <h3 class="blog-title-v2">
  2517.                                    <a class="top-color" href="/more-than-60000-escape-sudans-city-after-capture-by-rsf-militia-united-nations-states/">
  2518.                                    More than 60,000 Escape Sudan&#x27;s City After Capture by RSF Militia, United Nations States
  2519.                                    </a>
  2520.                                </h3>
  2521.                                <div class="blog-meta-v2">
  2522.                                    
  2523.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Donna Warren" class="blog-author-img-v2">
  2524.                                    
  2525.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2526.                                    <span>By Donna Warren</span>
  2527.                                    <span style="color: #ccc;">•</span>
  2528.                                    <span style="color: #999;">17 May 2026</span>
  2529.                                </div>
  2530.                                <p class="blog-excerpt-v2"></p>
  2531.                              
  2532.                            </div>
  2533.                        </div>
  2534.                    </div>
  2535.                    
  2536.                    <div class="col-lg-6 col-md-6 col-12">
  2537.                        <div class="card blog-card-v2 animate-on-scroll">
  2538.                            <div class="blog-image-v2">
  2539.                                
  2540.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2541.                                
  2542.                                <span class="blog-category-v2 bg-primary-gradient">
  2543.                                    News
  2544.                                </span>
  2545.                            </div>
  2546.                            <div class="blog-content-v2">
  2547.                                <h3 class="blog-title-v2">
  2548.                                    <a class="top-color" href="/stay-active-as-you-work-a-dozen-muscle-toning-office-movements-you-can-do-in-normal-attire/">
  2549.                                    Stay active as you work? A dozen muscle-toning office movements you can do in normal attire
  2550.                                    </a>
  2551.                                </h3>
  2552.                                <div class="blog-meta-v2">
  2553.                                    
  2554.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Donna Warren" class="blog-author-img-v2">
  2555.                                    
  2556.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2557.                                    <span>By Donna Warren</span>
  2558.                                    <span style="color: #ccc;">•</span>
  2559.                                    <span style="color: #999;">17 May 2026</span>
  2560.                                </div>
  2561.                                <p class="blog-excerpt-v2"></p>
  2562.                              
  2563.                            </div>
  2564.                        </div>
  2565.                    </div>
  2566.                    
  2567.                    <div class="col-lg-6 col-md-6 col-12">
  2568.                        <div class="card blog-card-v2 animate-on-scroll">
  2569.                            <div class="blog-image-v2">
  2570.                                
  2571.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2572.                                
  2573.                                <span class="blog-category-v2 bg-primary-gradient">
  2574.                                    News
  2575.                                </span>
  2576.                            </div>
  2577.                            <div class="blog-content-v2">
  2578.                                <h3 class="blog-title-v2">
  2579.                                    <a class="top-color" href="/anno-117-pax-romanas-best-kept-secret-reveals-itself-as-a-impressive-first-person-perspective/">
  2580.                                    Anno 117 Pax Romana&#x27;s Best-Kept Secret Reveals Itself as a Impressive First-Person Perspective.
  2581.                                    </a>
  2582.                                </h3>
  2583.                                <div class="blog-meta-v2">
  2584.                                    
  2585.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Donna Warren" class="blog-author-img-v2">
  2586.                                    
  2587.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2588.                                    <span>By Donna Warren</span>
  2589.                                    <span style="color: #ccc;">•</span>
  2590.                                    <span style="color: #999;">17 May 2026</span>
  2591.                                </div>
  2592.                                <p class="blog-excerpt-v2"></p>
  2593.                              
  2594.                            </div>
  2595.                        </div>
  2596.                    </div>
  2597.                    
  2598.                    
  2599.  
  2600.                </div>
  2601.            </div>
  2602.            
  2603.               <div class="col col-lg-4 col-12">
  2604.                
  2605.  
  2606.  
  2607.  
  2608.    
  2609.  
  2610.  
  2611. <!-- Blog Sidebar V2 - Focused Design -->
  2612.  <div class="sidebar mb-3">
  2613.    <!-- Recent Posts Section -->
  2614.    <div class="sidebar-widget mb-4">
  2615.      <div class="widget-title-wrapper mb-3">
  2616.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2617.          <i class="ti-time me-2"></i>Recent Posts
  2618.          <span class="title-arrow-primary"></span>
  2619.        </h4>
  2620.      </div>
  2621.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2622.        <div class="recent-post-list">
  2623.          
  2624.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2625.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2626.                
  2627.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2628.                
  2629.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2630.            </div>
  2631.            <div class="post-content flex-grow-1">
  2632.              <h6 class="post-title mb-2">
  2633.                 <a href="/us-president-donald-trump-says-generally-there-is-consensus-on-next-stages-of-truce-agreement-for-gaza/" class="text-decoration-none top-color fw-semibold lh-sm">
  2634.                                            US President Donald Trump Says &#x27;Generally, There Is Consensus&#x27; on Next Stages of Truce Agreement for Gaza
  2635.                                            </a>
  2636.              </h6>
  2637.              <div class="post-meta mb-3">
  2638.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2639.                <!-- <small class="text-muted">
  2640.                  <i class="ti-eye me-1"></i>348 views
  2641.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2642.                </small> -->
  2643.              </div>
  2644.            </div>
  2645.          </div>
  2646.          
  2647.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2648.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2649.                
  2650.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2651.                
  2652.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">Others</span>
  2653.            </div>
  2654.            <div class="post-content flex-grow-1">
  2655.              <h6 class="post-title mb-2">
  2656.                 <a href="/deciphering-the-psychology-behind-winning-in-casino-slot-games/" class="text-decoration-none top-color fw-semibold lh-sm">
  2657.                                            Deciphering the Psychology Behind Winning in Casino Slot Games
  2658.                                            </a>
  2659.              </h6>
  2660.              <div class="post-meta mb-3">
  2661.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2662.                <!-- <small class="text-muted">
  2663.                  <i class="ti-eye me-1"></i>348 views
  2664.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2665.                </small> -->
  2666.              </div>
  2667.            </div>
  2668.          </div>
  2669.          
  2670.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2671.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2672.                
  2673.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2674.                
  2675.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">Others</span>
  2676.            </div>
  2677.            <div class="post-content flex-grow-1">
  2678.              <h6 class="post-title mb-2">
  2679.                 <a href="/mastering-maximizing-your-winnings-in-online-casino-slot-games/" class="text-decoration-none top-color fw-semibold lh-sm">
  2680.                                            Mastering Maximizing Your Winnings in Online Casino Slot Games
  2681.                                            </a>
  2682.              </h6>
  2683.              <div class="post-meta mb-3">
  2684.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2685.                <!-- <small class="text-muted">
  2686.                  <i class="ti-eye me-1"></i>348 views
  2687.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2688.                </small> -->
  2689.              </div>
  2690.            </div>
  2691.          </div>
  2692.          
  2693.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2694.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2695.                
  2696.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2697.                
  2698.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2699.            </div>
  2700.            <div class="post-content flex-grow-1">
  2701.              <h6 class="post-title mb-2">
  2702.                 <a href="/swiss-ski-resort-blaze-survivors-are-treated-in-burns-units-throughout-the-continent/" class="text-decoration-none top-color fw-semibold lh-sm">
  2703.                                            Swiss Ski Resort Blaze Survivors Are Treated in Burns Units Throughout the Continent
  2704.                                            </a>
  2705.              </h6>
  2706.              <div class="post-meta mb-3">
  2707.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2708.                <!-- <small class="text-muted">
  2709.                  <i class="ti-eye me-1"></i>348 views
  2710.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2711.                </small> -->
  2712.              </div>
  2713.            </div>
  2714.          </div>
  2715.          
  2716.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2717.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2718.                
  2719.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2720.                
  2721.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2722.            </div>
  2723.            <div class="post-content flex-grow-1">
  2724.              <h6 class="post-title mb-2">
  2725.                 <a href="/titans-recognise-leaders-as-the-president-offers-mamdani-a-cordial-reception/" class="text-decoration-none top-color fw-semibold lh-sm">
  2726.                                            Titans Recognise Leaders as The President Offers Mamdani a Cordial Reception
  2727.                                            </a>
  2728.              </h6>
  2729.              <div class="post-meta mb-3">
  2730.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2731.                <!-- <small class="text-muted">
  2732.                  <i class="ti-eye me-1"></i>348 views
  2733.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2734.                </small> -->
  2735.              </div>
  2736.            </div>
  2737.          </div>
  2738.          
  2739.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2740.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2741.                
  2742.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2743.                
  2744.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2745.            </div>
  2746.            <div class="post-content flex-grow-1">
  2747.              <h6 class="post-title mb-2">
  2748.                 <a href="/the-decade-of-desire-by-erin-somers-the-midlife-infidelity-tale-this-era-needs/" class="text-decoration-none top-color fw-semibold lh-sm">
  2749.                                            The Decade of Desire by Erin Somers: The Midlife Infidelity Tale This Era Needs.
  2750.                                            </a>
  2751.              </h6>
  2752.              <div class="post-meta mb-3">
  2753.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2754.                <!-- <small class="text-muted">
  2755.                  <i class="ti-eye me-1"></i>348 views
  2756.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2757.                </small> -->
  2758.              </div>
  2759.            </div>
  2760.          </div>
  2761.          
  2762.  
  2763.        </div>
  2764.  
  2765.        <div class="text-center mt-4 pt-3 border-top border-light">
  2766.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2767.        </div>
  2768.      </div>
  2769.    </div>
  2770.  
  2771.    
  2772.    <div class="sidebar-widget mb-4">
  2773.      <div class="widget-title-wrapper mb-3">
  2774.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2775.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2776.          <span class="title-arrow"></span>
  2777.        </h4>
  2778.      </div>
  2779.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2780.        <div class="blog-roll-list scrollable-sidebar">
  2781.          
  2782.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2783.            <a href="https://esports-news.co.uk/gambling-sites/dudespin-review/" rel="dofollow" class="text-decoration-none ">
  2784.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2785.                <i class="ti-angle-right me-2 text-primary"></i>
  2786.                dudespin review
  2787.              </h6>
  2788.            </a>
  2789.          </div>
  2790.          
  2791.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2792.            <a href="https://esports-news.co.uk/gambling-sites/mafia-casino-review/" rel="dofollow" class="text-decoration-none ">
  2793.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2794.                <i class="ti-angle-right me-2 text-primary"></i>
  2795.                mafia review
  2796.              </h6>
  2797.            </a>
  2798.          </div>
  2799.          
  2800.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2801.            <a href="https://bottlebling.co.uk/" rel="dofollow" class="text-decoration-none ">
  2802.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2803.                <i class="ti-angle-right me-2 text-primary"></i>
  2804.                non gamstop casinos
  2805.              </h6>
  2806.            </a>
  2807.          </div>
  2808.          
  2809.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2810.            <a href="https://www.kylebooks.co.uk/" rel="dofollow" class="text-decoration-none ">
  2811.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2812.                <i class="ti-angle-right me-2 text-primary"></i>
  2813.                online casinos not on gamstop
  2814.              </h6>
  2815.            </a>
  2816.          </div>
  2817.          
  2818.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2819.            <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none ">
  2820.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2821.                <i class="ti-angle-right me-2 text-primary"></i>
  2822.                non gamstop casino sites
  2823.              </h6>
  2824.            </a>
  2825.          </div>
  2826.          
  2827.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2828.            <a href="https://heyimhome.co.uk/" rel="dofollow" class="text-decoration-none ">
  2829.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2830.                <i class="ti-angle-right me-2 text-primary"></i>
  2831.                non gamstop casino
  2832.              </h6>
  2833.            </a>
  2834.          </div>
  2835.          
  2836.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2837.            <a href="https://www.kibera.org.uk/" rel="dofollow" class="text-decoration-none ">
  2838.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2839.                <i class="ti-angle-right me-2 text-primary"></i>
  2840.                non gamstop casino uk
  2841.              </h6>
  2842.            </a>
  2843.          </div>
  2844.          
  2845.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2846.            <a href="https://bottlebling.co.uk/" rel="dofollow" class="text-decoration-none ">
  2847.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2848.                <i class="ti-angle-right me-2 text-primary"></i>
  2849.                best online casino
  2850.              </h6>
  2851.            </a>
  2852.          </div>
  2853.          
  2854.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2855.            <a href="https://pride-events.co.uk/" rel="dofollow" class="text-decoration-none ">
  2856.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2857.                <i class="ti-angle-right me-2 text-primary"></i>
  2858.                non gamstop casinos
  2859.              </h6>
  2860.            </a>
  2861.          </div>
  2862.          
  2863.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2864.            <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="text-decoration-none ">
  2865.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2866.                <i class="ti-angle-right me-2 text-primary"></i>
  2867.                casinos not on gamstop
  2868.              </h6>
  2869.            </a>
  2870.          </div>
  2871.          
  2872.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2873.            <a href="https://www.hintsandthings.co.uk" rel="dofollow" class="text-decoration-none ">
  2874.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2875.                <i class="ti-angle-right me-2 text-primary"></i>
  2876.                anonymous crypto casino
  2877.              </h6>
  2878.            </a>
  2879.          </div>
  2880.          
  2881.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2882.            <a href="https://nursingnotes.co.uk/" rel="dofollow" class="text-decoration-none ">
  2883.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2884.                <i class="ti-angle-right me-2 text-primary"></i>
  2885.                online casino
  2886.              </h6>
  2887.            </a>
  2888.          </div>
  2889.          
  2890.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2891.            <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none ">
  2892.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2893.                <i class="ti-angle-right me-2 text-primary"></i>
  2894.                non gamstop casino uk
  2895.              </h6>
  2896.            </a>
  2897.          </div>
  2898.          
  2899.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2900.            <a href="https://www.employersforwork-lifebalance.org.uk/" rel="dofollow" class="text-decoration-none ">
  2901.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2902.                <i class="ti-angle-right me-2 text-primary"></i>
  2903.                non gamstop casinos uk
  2904.              </h6>
  2905.            </a>
  2906.          </div>
  2907.          
  2908.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2909.            <a href="https://www.concrete-online.co.uk/" rel="dofollow" class="text-decoration-none ">
  2910.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2911.                <i class="ti-angle-right me-2 text-primary"></i>
  2912.                uk casinos not on gamstop
  2913.              </h6>
  2914.            </a>
  2915.          </div>
  2916.          
  2917.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2918.            <a href="https://www.focus12.co.uk/" rel="dofollow" class="text-decoration-none ">
  2919.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2920.                <i class="ti-angle-right me-2 text-primary"></i>
  2921.                casinos not on gamstop
  2922.              </h6>
  2923.            </a>
  2924.          </div>
  2925.          
  2926.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2927.            <a href="https://britishicehockey.co.uk/" rel="dofollow" class="text-decoration-none ">
  2928.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2929.                <i class="ti-angle-right me-2 text-primary"></i>
  2930.                casinos not on gamstop
  2931.              </h6>
  2932.            </a>
  2933.          </div>
  2934.          
  2935.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2936.            <a href="https://adventuregamers.com/online-casinos/non-gamstop" rel="dofollow" class="text-decoration-none ">
  2937.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2938.                <i class="ti-angle-right me-2 text-primary"></i>
  2939.                casino not on gamstop
  2940.              </h6>
  2941.            </a>
  2942.          </div>
  2943.          
  2944.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2945.            <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none ">
  2946.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2947.                <i class="ti-angle-right me-2 text-primary"></i>
  2948.                best uk non GamStop casinos
  2949.              </h6>
  2950.            </a>
  2951.          </div>
  2952.          
  2953.      </div>
  2954.    </div>
  2955.    
  2956.    <div class="sidebar-widget mb-4">
  2957.      <div class="widget-title-wrapper mb-3">
  2958.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2959.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2960.          <span class="title-arrow"></span>
  2961.        </h4>
  2962.      </div>
  2963.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2964.        <div class="blog-roll-list scrollable-sidebar">
  2965.          
  2966.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2967.            <a href="https://tdlwebsolutions.com/" rel="dofollow" class="text-decoration-none ">
  2968.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2969.                <i class="ti-angle-right me-2 text-primary"></i>
  2970.                lolajack casino
  2971.              </h6>
  2972.            </a>
  2973.          </div>
  2974.          
  2975.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2976.            <a href="https://belgo-restaurants.co.uk" rel="dofollow" class="text-decoration-none ">
  2977.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2978.                <i class="ti-angle-right me-2 text-primary"></i>
  2979.                online casinos
  2980.              </h6>
  2981.            </a>
  2982.          </div>
  2983.          
  2984.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2985.            <a href="https://www.stamina.org.uk/" rel="dofollow" class="text-decoration-none ">
  2986.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2987.                <i class="ti-angle-right me-2 text-primary"></i>
  2988.                Casinos Not on GAMSTOP
  2989.              </h6>
  2990.            </a>
  2991.          </div>
  2992.          
  2993.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2994.            <a href="https://www.artigiano.co.uk/" rel="dofollow" class="text-decoration-none ">
  2995.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2996.                <i class="ti-angle-right me-2 text-primary"></i>
  2997.                gambling sites not on gamstop
  2998.              </h6>
  2999.            </a>
  3000.          </div>
  3001.          
  3002.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3003.            <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" rel="dofollow" class="text-decoration-none ">
  3004.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3005.                <i class="ti-angle-right me-2 text-primary"></i>
  3006.                non gamstop casino
  3007.              </h6>
  3008.            </a>
  3009.          </div>
  3010.          
  3011.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3012.            <a href="https://www.foodsofengland.co.uk/" rel="dofollow" class="text-decoration-none ">
  3013.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3014.                <i class="ti-angle-right me-2 text-primary"></i>
  3015.                non gamstop casinos
  3016.              </h6>
  3017.            </a>
  3018.          </div>
  3019.          
  3020.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3021.            <a href="https://www.mesaonline.org/" rel="dofollow" class="text-decoration-none ">
  3022.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3023.                <i class="ti-angle-right me-2 text-primary"></i>
  3024.                casino not on gamstop
  3025.              </h6>
  3026.            </a>
  3027.          </div>
  3028.          
  3029.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3030.            <a href="https://www.citytosea.org.uk/" rel="dofollow" class="text-decoration-none ">
  3031.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3032.                <i class="ti-angle-right me-2 text-primary"></i>
  3033.                casino not on gamstop
  3034.              </h6>
  3035.            </a>
  3036.          </div>
  3037.          
  3038.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3039.            <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="text-decoration-none ">
  3040.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3041.                <i class="ti-angle-right me-2 text-primary"></i>
  3042.                non gamstop casino
  3043.              </h6>
  3044.            </a>
  3045.          </div>
  3046.          
  3047.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3048.            <a href="https://internationalschoolmealsday.com/" rel="dofollow" class="text-decoration-none ">
  3049.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3050.                <i class="ti-angle-right me-2 text-primary"></i>
  3051.                non gamstop casino
  3052.              </h6>
  3053.            </a>
  3054.          </div>
  3055.          
  3056.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3057.            <a href="https://straightfromyard.co.uk/" rel="dofollow" class="text-decoration-none ">
  3058.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3059.                <i class="ti-angle-right me-2 text-primary"></i>
  3060.                non gamstop casino
  3061.              </h6>
  3062.            </a>
  3063.          </div>
  3064.          
  3065.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3066.            <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none ">
  3067.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3068.                <i class="ti-angle-right me-2 text-primary"></i>
  3069.                non gamstop casino
  3070.              </h6>
  3071.            </a>
  3072.          </div>
  3073.          
  3074.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3075.            <a href="https://allcatsrgrey.org.uk/" rel="dofollow" class="text-decoration-none ">
  3076.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3077.                <i class="ti-angle-right me-2 text-primary"></i>
  3078.                non gamstop casino
  3079.              </h6>
  3080.            </a>
  3081.          </div>
  3082.          
  3083.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3084.            <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none ">
  3085.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3086.                <i class="ti-angle-right me-2 text-primary"></i>
  3087.                non gamstop casino
  3088.              </h6>
  3089.            </a>
  3090.          </div>
  3091.          
  3092.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3093.            <a href="https://www.london-irish.com/" rel="dofollow" class="text-decoration-none ">
  3094.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3095.                <i class="ti-angle-right me-2 text-primary"></i>
  3096.                non gamstop casino
  3097.              </h6>
  3098.            </a>
  3099.          </div>
  3100.          
  3101.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3102.            <a href="https://www.citytosea.org.uk/" rel="dofollow" class="text-decoration-none ">
  3103.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3104.                <i class="ti-angle-right me-2 text-primary"></i>
  3105.                non gamstop casino
  3106.              </h6>
  3107.            </a>
  3108.          </div>
  3109.          
  3110.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3111.            <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none ">
  3112.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3113.                <i class="ti-angle-right me-2 text-primary"></i>
  3114.                non gamstop casino
  3115.              </h6>
  3116.            </a>
  3117.          </div>
  3118.          
  3119.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3120.            <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none ">
  3121.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3122.                <i class="ti-angle-right me-2 text-primary"></i>
  3123.                non gamstop casino
  3124.              </h6>
  3125.            </a>
  3126.          </div>
  3127.          
  3128.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3129.            <a href="https://unbound.co.uk/" rel="dofollow" class="text-decoration-none ">
  3130.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3131.                <i class="ti-angle-right me-2 text-primary"></i>
  3132.                non gamstop casino
  3133.              </h6>
  3134.            </a>
  3135.          </div>
  3136.          
  3137.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3138.            <a href="https://fdncoffee.com" rel="dofollow" class="text-decoration-none ">
  3139.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3140.                <i class="ti-angle-right me-2 text-primary"></i>
  3141.                best non GamStop casinos
  3142.              </h6>
  3143.            </a>
  3144.          </div>
  3145.          
  3146.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3147.            <a href="https://www.durhamminers.org/" rel="dofollow" class="text-decoration-none ">
  3148.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3149.                <i class="ti-angle-right me-2 text-primary"></i>
  3150.                casino not on GamStop
  3151.              </h6>
  3152.            </a>
  3153.          </div>
  3154.          
  3155.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3156.            <a href="https://www.homeworkworkspace.com" rel="dofollow" class="text-decoration-none ">
  3157.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3158.                <i class="ti-angle-right me-2 text-primary"></i>
  3159.                non GamStop casino
  3160.              </h6>
  3161.            </a>
  3162.          </div>
  3163.          
  3164.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3165.            <a href="https://www.fourpure.com/" rel="dofollow" class="text-decoration-none ">
  3166.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3167.                <i class="ti-angle-right me-2 text-primary"></i>
  3168.                online casinos
  3169.              </h6>
  3170.            </a>
  3171.          </div>
  3172.          
  3173.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3174.            <a href="https://www.nhsborders.org.uk/" rel="dofollow" class="text-decoration-none ">
  3175.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3176.                <i class="ti-angle-right me-2 text-primary"></i>
  3177.                crypto casino UK
  3178.              </h6>
  3179.            </a>
  3180.          </div>
  3181.          
  3182.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3183.            <a href="https://swtrains.co.uk/" rel="dofollow" class="text-decoration-none ">
  3184.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3185.                <i class="ti-angle-right me-2 text-primary"></i>
  3186.                spinshark
  3187.              </h6>
  3188.            </a>
  3189.          </div>
  3190.          
  3191.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3192.            <a href="https://greensquare.co.uk" rel="dofollow" class="text-decoration-none ">
  3193.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3194.                <i class="ti-angle-right me-2 text-primary"></i>
  3195.                non gamstop casinos
  3196.              </h6>
  3197.            </a>
  3198.          </div>
  3199.          
  3200.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3201.            <a href="https://focusontheuser.eu" rel="dofollow" class="text-decoration-none ">
  3202.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3203.                <i class="ti-angle-right me-2 text-primary"></i>
  3204.                non gamstop casino
  3205.              </h6>
  3206.            </a>
  3207.          </div>
  3208.          
  3209.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3210.            <a href="https://hgca.com" rel="dofollow" class="text-decoration-none ">
  3211.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3212.                <i class="ti-angle-right me-2 text-primary"></i>
  3213.                non gamstop casino
  3214.              </h6>
  3215.            </a>
  3216.          </div>
  3217.          
  3218.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3219.            <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="text-decoration-none ">
  3220.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3221.                <i class="ti-angle-right me-2 text-primary"></i>
  3222.                non UK gambling sites
  3223.              </h6>
  3224.            </a>
  3225.          </div>
  3226.          
  3227.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3228.            <a href="https://www.peelengineering.co.uk/" rel="dofollow" class="text-decoration-none ">
  3229.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3230.                <i class="ti-angle-right me-2 text-primary"></i>
  3231.                casinos not on gamstop
  3232.              </h6>
  3233.            </a>
  3234.          </div>
  3235.          
  3236.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3237.            <a href="https://steviethefox.co.uk/" rel="dofollow" class="text-decoration-none ">
  3238.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3239.                <i class="ti-angle-right me-2 text-primary"></i>
  3240.                crypto betting
  3241.              </h6>
  3242.            </a>
  3243.          </div>
  3244.          
  3245.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3246.            <a href="https://www.ukessaywriters.co.uk/" rel="dofollow" class="text-decoration-none ">
  3247.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3248.                <i class="ti-angle-right me-2 text-primary"></i>
  3249.                uk online casinos list
  3250.              </h6>
  3251.            </a>
  3252.          </div>
  3253.          
  3254.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3255.            <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none ">
  3256.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3257.                <i class="ti-angle-right me-2 text-primary"></i>
  3258.                casinos not on gamstop
  3259.              </h6>
  3260.            </a>
  3261.          </div>
  3262.          
  3263.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3264.            <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  3265.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3266.                <i class="ti-angle-right me-2 text-primary"></i>
  3267.                non gamstop casino
  3268.              </h6>
  3269.            </a>
  3270.          </div>
  3271.          
  3272.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3273.            <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none ">
  3274.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3275.                <i class="ti-angle-right me-2 text-primary"></i>
  3276.                non gamstop casino
  3277.              </h6>
  3278.            </a>
  3279.          </div>
  3280.          
  3281.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3282.            <a href="https://www.cultinformation.org.uk/" rel="dofollow" class="text-decoration-none ">
  3283.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3284.                <i class="ti-angle-right me-2 text-primary"></i>
  3285.                non gamstop casino uk
  3286.              </h6>
  3287.            </a>
  3288.          </div>
  3289.          
  3290.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3291.            <a href="https://www.gamblinginsider.com/uk/online-casinos" rel="dofollow" class="text-decoration-none ">
  3292.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3293.                <i class="ti-angle-right me-2 text-primary"></i>
  3294.                top 50 online casinos uk
  3295.              </h6>
  3296.            </a>
  3297.          </div>
  3298.          
  3299.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3300.            <a href="https://www.charlesjencks.com/" rel="dofollow" class="text-decoration-none ">
  3301.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3302.                <i class="ti-angle-right me-2 text-primary"></i>
  3303.                non gamstop casino uk
  3304.              </h6>
  3305.            </a>
  3306.          </div>
  3307.          
  3308.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3309.            <a href="https://santanderjobs.co.uk/" rel="dofollow" class="text-decoration-none ">
  3310.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3311.                <i class="ti-angle-right me-2 text-primary"></i>
  3312.                best online betting sites
  3313.              </h6>
  3314.            </a>
  3315.          </div>
  3316.          
  3317.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3318.            <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  3319.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3320.                <i class="ti-angle-right me-2 text-primary"></i>
  3321.                non gamstop casino uk
  3322.              </h6>
  3323.            </a>
  3324.          </div>
  3325.          
  3326.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3327.            <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none ">
  3328.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3329.                <i class="ti-angle-right me-2 text-primary"></i>
  3330.                non gamstop casinos uk
  3331.              </h6>
  3332.            </a>
  3333.          </div>
  3334.          
  3335.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3336.            <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none ">
  3337.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3338.                <i class="ti-angle-right me-2 text-primary"></i>
  3339.                Gamstop Excluded Sites
  3340.              </h6>
  3341.            </a>
  3342.          </div>
  3343.          
  3344.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3345.            <a href="https://israelpremiertech.com" rel="dofollow" class="text-decoration-none ">
  3346.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3347.                <i class="ti-angle-right me-2 text-primary"></i>
  3348.                non GamStop casino
  3349.              </h6>
  3350.            </a>
  3351.          </div>
  3352.          
  3353.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3354.            <a href="https://www.costaricanembassy.co.uk" rel="dofollow" class="text-decoration-none ">
  3355.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3356.                <i class="ti-angle-right me-2 text-primary"></i>
  3357.                non GamStop casinos
  3358.              </h6>
  3359.            </a>
  3360.          </div>
  3361.          
  3362.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3363.            <a href="https://www.impact-awards.co.uk" rel="dofollow" class="text-decoration-none ">
  3364.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3365.                <i class="ti-angle-right me-2 text-primary"></i>
  3366.                best online casinos
  3367.              </h6>
  3368.            </a>
  3369.          </div>
  3370.          
  3371.      </div>
  3372.    </div>
  3373.    
  3374.    <div class="sidebar-widget mb-4">
  3375.      <div class="widget-title-wrapper mb-3">
  3376.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3377.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3378.          <span class="title-arrow"></span>
  3379.        </h4>
  3380.      </div>
  3381.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3382.        <div class="blog-roll-list scrollable-sidebar">
  3383.          
  3384.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3385.            <a href="https://www.mediawise.org.uk/" rel="dofollow" class="text-decoration-none ">
  3386.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3387.                <i class="ti-angle-right me-2 text-primary"></i>
  3388.                online casinos
  3389.              </h6>
  3390.            </a>
  3391.          </div>
  3392.          
  3393.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3394.            <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none ">
  3395.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3396.                <i class="ti-angle-right me-2 text-primary"></i>
  3397.                non gamstop casinos
  3398.              </h6>
  3399.            </a>
  3400.          </div>
  3401.          
  3402.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3403.            <a href="https://www.bmag.org.uk/" rel="dofollow" class="text-decoration-none ">
  3404.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3405.                <i class="ti-angle-right me-2 text-primary"></i>
  3406.                casino sites
  3407.              </h6>
  3408.            </a>
  3409.          </div>
  3410.          
  3411.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3412.            <a href="https://ola.co.uk/" rel="dofollow" class="text-decoration-none ">
  3413.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3414.                <i class="ti-angle-right me-2 text-primary"></i>
  3415.                online casinos not on GamStop
  3416.              </h6>
  3417.            </a>
  3418.          </div>
  3419.          
  3420.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3421.            <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="text-decoration-none ">
  3422.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3423.                <i class="ti-angle-right me-2 text-primary"></i>
  3424.                UK casino not on GamStop
  3425.              </h6>
  3426.            </a>
  3427.          </div>
  3428.          
  3429.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3430.            <a href="https://www.runningbuggies.com/" rel="dofollow" class="text-decoration-none ">
  3431.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3432.                <i class="ti-angle-right me-2 text-primary"></i>
  3433.                UK casinos not on GamStop
  3434.              </h6>
  3435.            </a>
  3436.          </div>
  3437.          
  3438.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3439.            <a href="https://www.hshmotorgroup.co.uk/" rel="dofollow" class="text-decoration-none ">
  3440.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3441.                <i class="ti-angle-right me-2 text-primary"></i>
  3442.                crypto sports betting sites
  3443.              </h6>
  3444.            </a>
  3445.          </div>
  3446.          
  3447.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3448.            <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="text-decoration-none ">
  3449.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3450.                <i class="ti-angle-right me-2 text-primary"></i>
  3451.                Non UK Casinos for UK Players
  3452.              </h6>
  3453.            </a>
  3454.          </div>
  3455.          
  3456.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3457.            <a href="https://www.gcaf.co.uk/" rel="dofollow" class="text-decoration-none ">
  3458.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3459.                <i class="ti-angle-right me-2 text-primary"></i>
  3460.                crypto betting sites
  3461.              </h6>
  3462.            </a>
  3463.          </div>
  3464.          
  3465.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3466.            <a href="https://www.sepho.org.uk/" rel="dofollow" class="text-decoration-none ">
  3467.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3468.                <i class="ti-angle-right me-2 text-primary"></i>
  3469.                non uk casinos accepting uk players
  3470.              </h6>
  3471.            </a>
  3472.          </div>
  3473.          
  3474.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3475.            <a href="https://socialeatinghouse.com/" rel="dofollow" class="text-decoration-none ">
  3476.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3477.                <i class="ti-angle-right me-2 text-primary"></i>
  3478.                casinos not on GamStop
  3479.              </h6>
  3480.            </a>
  3481.          </div>
  3482.          
  3483.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3484.            <a href="https://www.falconryforum.co.uk/" rel="dofollow" class="text-decoration-none ">
  3485.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3486.                <i class="ti-angle-right me-2 text-primary"></i>
  3487.                non gamstop casinos
  3488.              </h6>
  3489.            </a>
  3490.          </div>
  3491.          
  3492.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3493.            <a href="https://www.lgbthistorymonth.org.uk/" rel="dofollow" class="text-decoration-none ">
  3494.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3495.                <i class="ti-angle-right me-2 text-primary"></i>
  3496.                non gamstop casinos
  3497.              </h6>
  3498.            </a>
  3499.          </div>
  3500.          
  3501.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3502.            <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none ">
  3503.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3504.                <i class="ti-angle-right me-2 text-primary"></i>
  3505.                Non GAMSTOP Casinos
  3506.              </h6>
  3507.            </a>
  3508.          </div>
  3509.          
  3510.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3511.            <a href="https://citytosea.org.uk/" rel="dofollow" class="text-decoration-none ">
  3512.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3513.                <i class="ti-angle-right me-2 text-primary"></i>
  3514.                non gamstop casino
  3515.              </h6>
  3516.            </a>
  3517.          </div>
  3518.          
  3519.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3520.            <a href="https://www.dumpaday.com/" rel="dofollow" class="text-decoration-none ">
  3521.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3522.                <i class="ti-angle-right me-2 text-primary"></i>
  3523.                best online casino uk
  3524.              </h6>
  3525.            </a>
  3526.          </div>
  3527.          
  3528.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3529.            <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none ">
  3530.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3531.                <i class="ti-angle-right me-2 text-primary"></i>
  3532.                casinos not using GAMSTOP
  3533.              </h6>
  3534.            </a>
  3535.          </div>
  3536.          
  3537.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3538.            <a href="https://thebrexitparty.org/" rel="dofollow" class="text-decoration-none ">
  3539.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3540.                <i class="ti-angle-right me-2 text-primary"></i>
  3541.                non gamstop casino
  3542.              </h6>
  3543.            </a>
  3544.          </div>
  3545.          
  3546.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3547.            <a href="https://www.outset.org/" rel="dofollow" class="text-decoration-none ">
  3548.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3549.                <i class="ti-angle-right me-2 text-primary"></i>
  3550.                best new betting sites
  3551.              </h6>
  3552.            </a>
  3553.          </div>
  3554.          
  3555.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3556.            <a href="https://www.socresonline.org.uk/" rel="dofollow" class="text-decoration-none ">
  3557.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3558.                <i class="ti-angle-right me-2 text-primary"></i>
  3559.                bitcoin casino
  3560.              </h6>
  3561.            </a>
  3562.          </div>
  3563.          
  3564.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3565.            <a href="https://internationalschoolmealsday.com/" rel="dofollow" class="text-decoration-none ">
  3566.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3567.                <i class="ti-angle-right me-2 text-primary"></i>
  3568.                non gamstop casinos
  3569.              </h6>
  3570.            </a>
  3571.          </div>
  3572.          
  3573.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3574.            <a href="https://cryptoblox.com/" rel="dofollow" class="text-decoration-none ">
  3575.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3576.                <i class="ti-angle-right me-2 text-primary"></i>
  3577.                bitcoin casino
  3578.              </h6>
  3579.            </a>
  3580.          </div>
  3581.          
  3582.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3583.            <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="text-decoration-none ">
  3584.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3585.                <i class="ti-angle-right me-2 text-primary"></i>
  3586.                online casino
  3587.              </h6>
  3588.            </a>
  3589.          </div>
  3590.          
  3591.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3592.            <a href="https://insidebitcoins.com/crypto-casinos/best-crypto-casinos-uk" rel="dofollow" class="text-decoration-none ">
  3593.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3594.                <i class="ti-angle-right me-2 text-primary"></i>
  3595.                crypto casinos
  3596.              </h6>
  3597.            </a>
  3598.          </div>
  3599.          
  3600.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3601.            <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none ">
  3602.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3603.                <i class="ti-angle-right me-2 text-primary"></i>
  3604.                casinos not on gamstop
  3605.              </h6>
  3606.            </a>
  3607.          </div>
  3608.          
  3609.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3610.            <a href="https://bitcoinsuperstar.io/" rel="dofollow" class="text-decoration-none ">
  3611.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3612.                <i class="ti-angle-right me-2 text-primary"></i>
  3613.                No KYC casinos
  3614.              </h6>
  3615.            </a>
  3616.          </div>
  3617.          
  3618.      </div>
  3619.    </div>
  3620.    
  3621.    <div class="sidebar-widget mb-4">
  3622.      <div class="widget-title-wrapper mb-3">
  3623.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3624.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3625.          <span class="title-arrow"></span>
  3626.        </h4>
  3627.      </div>
  3628.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3629.        <div class="blog-roll-list scrollable-sidebar">
  3630.          
  3631.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3632.            <a href="https://thecharliegardfoundation.org/" rel="dofollow" class="text-decoration-none ">
  3633.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3634.                <i class="ti-angle-right me-2 text-primary"></i>
  3635.                online casino
  3636.              </h6>
  3637.            </a>
  3638.          </div>
  3639.          
  3640.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3641.            <a href="https://www.welcometoportsmouth.co.uk/" rel="dofollow" class="text-decoration-none ">
  3642.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3643.                <i class="ti-angle-right me-2 text-primary"></i>
  3644.                casino not on gamstop
  3645.              </h6>
  3646.            </a>
  3647.          </div>
  3648.          
  3649.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3650.            <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  3651.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3652.                <i class="ti-angle-right me-2 text-primary"></i>
  3653.                gambling sites
  3654.              </h6>
  3655.            </a>
  3656.          </div>
  3657.          
  3658.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3659.            <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none ">
  3660.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3661.                <i class="ti-angle-right me-2 text-primary"></i>
  3662.                casinos not on gamstop
  3663.              </h6>
  3664.            </a>
  3665.          </div>
  3666.          
  3667.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3668.            <a href="https://www.money-mentor.org/" rel="dofollow" class="text-decoration-none ">
  3669.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3670.                <i class="ti-angle-right me-2 text-primary"></i>
  3671.                crypto casino
  3672.              </h6>
  3673.            </a>
  3674.          </div>
  3675.          
  3676.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3677.            <a href="https://platypuspress.co.uk/" rel="dofollow" class="text-decoration-none ">
  3678.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3679.                <i class="ti-angle-right me-2 text-primary"></i>
  3680.                online casinos
  3681.              </h6>
  3682.            </a>
  3683.          </div>
  3684.          
  3685.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3686.            <a href="https://www.money-mentor.org/" rel="dofollow" class="text-decoration-none ">
  3687.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3688.                <i class="ti-angle-right me-2 text-primary"></i>
  3689.                bitcoin casino
  3690.              </h6>
  3691.            </a>
  3692.          </div>
  3693.          
  3694.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3695.            <a href="https://plasticoceans.uk/" rel="dofollow" class="text-decoration-none ">
  3696.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3697.                <i class="ti-angle-right me-2 text-primary"></i>
  3698.                non gamstop casinos
  3699.              </h6>
  3700.            </a>
  3701.          </div>
  3702.          
  3703.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3704.            <a href="https://rbth.co.uk/" rel="dofollow" class="text-decoration-none ">
  3705.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3706.                <i class="ti-angle-right me-2 text-primary"></i>
  3707.                best uk non gamstop casinos
  3708.              </h6>
  3709.            </a>
  3710.          </div>
  3711.          
  3712.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3713.            <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none ">
  3714.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3715.                <i class="ti-angle-right me-2 text-primary"></i>
  3716.                online casino
  3717.              </h6>
  3718.            </a>
  3719.          </div>
  3720.          
  3721.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3722.            <a href="https://www.lsx.org.uk/" rel="dofollow" class="text-decoration-none ">
  3723.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3724.                <i class="ti-angle-right me-2 text-primary"></i>
  3725.                bookmakers not on gamstop
  3726.              </h6>
  3727.            </a>
  3728.          </div>
  3729.          
  3730.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3731.            <a href="https://www.bshg.org.uk/" rel="dofollow" class="text-decoration-none ">
  3732.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3733.                <i class="ti-angle-right me-2 text-primary"></i>
  3734.                online casino
  3735.              </h6>
  3736.            </a>
  3737.          </div>
  3738.          
  3739.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3740.            <a href="https://www.foreignersinuk.co.uk/" rel="dofollow" class="text-decoration-none ">
  3741.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3742.                <i class="ti-angle-right me-2 text-primary"></i>
  3743.                online casinos
  3744.              </h6>
  3745.            </a>
  3746.          </div>
  3747.          
  3748.      </div>
  3749.    </div>
  3750.    
  3751.  </div>
  3752.  
  3753. <!-- Sidebar V2 Styles -->
  3754. <style>
  3755.  .sidebar-widget {
  3756.    position: relative;
  3757.  }
  3758.  
  3759.  .widget-title {
  3760.    font-size: 1.1rem;
  3761.    font-weight: 700;
  3762.    display: inline-block;
  3763.    position: relative;
  3764.    z-index: 2;
  3765.    border-radius: 0;
  3766.  }
  3767.  
  3768.  /* Green arrow for August Blog Roll */
  3769.  .title-arrow::after {
  3770.    content: '';
  3771.    position: absolute;
  3772.    top: 0;
  3773.    right: -22px;
  3774.    width: 0;
  3775.    height: 0;
  3776.    border-left: 22px solid var(--bs-primary);
  3777.    border-top: 22px solid transparent;
  3778.    border-bottom: 22px solid transparent;
  3779.    z-index: 1;
  3780.  }
  3781.  
  3782.  /* Blue arrow for Recent Posts */
  3783.  .title-arrow-primary::after {
  3784.    content: '';
  3785.    position: absolute;
  3786.    top: 0;
  3787.    right: -22px;
  3788.    width: 0;
  3789.    height: 0;
  3790.    border-left: 22px solid var(--bs-primary);
  3791.    border-top: 22px solid transparent;
  3792.    border-bottom: 22px solid transparent;
  3793.    z-index: 1;
  3794.  }
  3795.  
  3796.  .widget-content {
  3797.    margin-top: -1px;
  3798.    position: relative;
  3799.    z-index: 1;
  3800.     background-color: var(--card-bg);
  3801.  }
  3802.  
  3803.  /* Blog Roll Items Hover Effects */
  3804.  .blog-roll-item:hover .blog-title {
  3805.    color: #198754 !important;
  3806.    transform: translateX(5px);
  3807.    transition: all 0.3s ease;
  3808.  }
  3809.  
  3810.  /* Recent Post Items Hover Effects */
  3811.  .recent-post-item:hover .post-title a {
  3812.    color: #0d6efd !important;
  3813.    transition: color 0.3s ease;
  3814.  }
  3815.  
  3816.  .recent-post-item:hover .post-image img {
  3817.    transform: scale(1.05);
  3818.    transition: transform 0.3s ease;
  3819.  }
  3820.  
  3821.  /* Button Hover Effects */
  3822.  .btn:hover {
  3823.    transform: translateY(-2px);
  3824.    transition: all 0.3s ease;
  3825.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3826.  }
  3827.  
  3828.  /* Badge Hover Effects */
  3829.  .badge:hover {
  3830.    transform: scale(1.05);
  3831.    transition: transform 0.3s ease;
  3832.  }
  3833.  
  3834.  @media (max-width: 991px) {
  3835.    .sidebar {
  3836.      margin-top: 3rem;
  3837.    }
  3838.  }
  3839.  
  3840.  @media (max-width: 576px) {
  3841.    .widget-title {
  3842.      font-size: 1rem;
  3843.      padding: 0.75rem 1rem !important;
  3844.    }
  3845.  
  3846.    .title-arrow::after,
  3847.    .title-arrow-primary::after {
  3848.      right: -18px;
  3849.      border-left-width: 18px;
  3850.      border-top-width: 18px;
  3851.      border-bottom-width: 18px;
  3852.    }
  3853.  
  3854.    .post-image {
  3855.      width: 70px !important;
  3856.      height: 55px !important;
  3857.    }
  3858.  
  3859.    .blog-meta {
  3860.      flex-direction: column !important;
  3861.      align-items: flex-start !important;
  3862.      gap: 0.5rem;
  3863.    }
  3864.  }
  3865. </style>
  3866.  
  3867.    
  3868.            </div>
  3869.        </div>
  3870.    </div>
  3871. </section>
  3872.  
  3873. <script>
  3874. // Intersection Observer for scroll animations
  3875. document.addEventListener('DOMContentLoaded', function() {
  3876.    const observerOptions = {
  3877.        threshold: 0.1,
  3878.        rootMargin: '0px 0px -50px 0px'
  3879.    };
  3880.  
  3881.    const observer = new IntersectionObserver(function(entries) {
  3882.        entries.forEach(entry => {
  3883.            if (entry.isIntersecting) {
  3884.                entry.target.classList.add('animated');
  3885.            }
  3886.        });
  3887.    }, observerOptions);
  3888.  
  3889.    document.querySelectorAll('.animate-on-scroll').forEach(el => {
  3890.        observer.observe(el);
  3891.    });
  3892. });
  3893. </script>
  3894.  
  3895.    
  3896.        
  3897.        <!-- end wpo-blog-highlights-section -->
  3898.        <!-- start wpo-blog-sponsored-section -->
  3899.        
  3900.  
  3901.  
  3902.  
  3903.    
  3904.  
  3905.  
  3906.  
  3907. <style>
  3908.    .sponsored-section-v5 {
  3909.        padding: 40px 0;
  3910.    }
  3911.    
  3912.    .sponsored-card-v5 {
  3913.        background: var(--card-bg);
  3914.        border: 1px solid #f5f5f5;
  3915.        border-radius: var(--border-radius);
  3916.        transition: border-color 0.3s ease;
  3917.        height: 100%;
  3918.    }
  3919.    
  3920.    .sponsored-card-v5:hover {
  3921.        border-color: var(--bs-primary);
  3922.    }
  3923.    
  3924.    .sponsored-image-v5 {
  3925.        position: relative;
  3926.        background: var(--card-bg);
  3927.        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  3928.        margin: 15px 15px 0;
  3929.    }
  3930.    
  3931.    .sponsored-image-v5 img {
  3932.        width: 100%;
  3933.        height: 140px;
  3934.        object-fit: cover;
  3935.        border-radius: var(--border-radius);
  3936.    }
  3937.    
  3938.    .sponsored-badge-v5 {
  3939.        position: absolute;
  3940.        top: 6px;
  3941.        left: 8px;
  3942.        padding: 4px 10px;
  3943.        font-size: 11px;
  3944.        font-weight: 600;
  3945.        text-transform: uppercase;    
  3946.        border-radius: var(--border-radius);
  3947.    }
  3948.    
  3949.    .sponsored-badge-v5::before {
  3950.        content: '';
  3951.        position: absolute;
  3952.        top: 8px;
  3953.        left: -10px;
  3954.        border-top: 10px solid var(--bs-primary);
  3955.        border-left: 10px solid transparent;
  3956.        transform: rotate(45deg);
  3957.    }
  3958.    
  3959.    .sponsored-content-v5 {
  3960.        padding: 15px;
  3961.    }
  3962.    
  3963.    .sponsored-title-v5 {
  3964.        font-size: 15px;
  3965.        font-weight: 700;
  3966.        line-height: 1.4;
  3967.        margin-bottom: 8px;
  3968.        color: #333;
  3969.    }
  3970.    
  3971.    .sponsored-title-v5 a {
  3972.        text-decoration: none;
  3973.        color: #333;
  3974.    }
  3975.    
  3976.    .sponsored-title-v5 a:hover {
  3977.        color: var(--bs-primary); /* Purple hover */
  3978.    }
  3979.    
  3980.    .sponsored-excerpt-v5 {
  3981.        font-size: 12px;
  3982.        font-style: italic;
  3983.        color: #868e96;
  3984.        margin-bottom: 10px;
  3985.        line-height: 1.5;
  3986.    }
  3987.    
  3988.    .sponsored-meta-v5 {
  3989.        font-size: 11px;
  3990.        color: #6c757d;
  3991.    }
  3992.    
  3993.    .author-info-v5 {
  3994.        margin-bottom: 5px;
  3995.    }
  3996.    
  3997.    .sponsored-author-img-v5 {
  3998.        width: 22px;
  3999.        height: 22px;
  4000.        border-radius: var(--border-radius);
  4001.        object-fit: cover;
  4002.        vertical-align: middle;
  4003.        margin-right: 5px;
  4004.    }
  4005.    
  4006.    .section-title-sponsored-v5 {
  4007.        font-size: 2.1rem;
  4008.        font-weight: 700;
  4009.        text-align: center;
  4010.        margin-bottom: 30px;
  4011.        color: #333;
  4012.        position: relative;
  4013.    }
  4014.    
  4015.    .section-title-sponsored-v5::after {
  4016.        content: '';
  4017.        position: absolute;
  4018.        bottom: -10px;
  4019.        left: 50%;
  4020.        transform: translateX(-50%);
  4021.        width: 80px;
  4022.        height: 2px;
  4023.        background: var(--bs-primary);
  4024.        box-shadow: 0 2px 0 0 var(--bs-primary);
  4025.    }
  4026.  
  4027.    @media (max-width: 768px) {
  4028.        .sponsored-section-v5 {
  4029.            padding: 25px 0;
  4030.        }
  4031.        .sponsored-image-v5 {
  4032.            margin: 10px 10px 0;
  4033.            padding: 8px;
  4034.        }
  4035.        .sponsored-image-v5 img {
  4036.            height: 120px;
  4037.        }
  4038.        .sponsored-content-v5 {
  4039.            padding: 12px;
  4040.        }
  4041.        .sponsored-title-v5 {
  4042.            font-size: 14px;
  4043.        }
  4044.        .sponsored-excerpt-v5 {
  4045.            font-size: 11px;
  4046.        }
  4047.        .section-title-sponsored-v5 {
  4048.            font-size: 1.7rem;
  4049.        }
  4050.    }
  4051. </style>
  4052.  
  4053. <section class="sponsored-section-v5">
  4054.    <div class="container-fluid fluid-container">
  4055.        <div class="row">
  4056.            <div class="col-12">
  4057.                <h2 class="section-title-sponsored-v5">Sponsored News</h2>
  4058.            </div>
  4059.        </div>
  4060.        
  4061.        <div class="row g-3">
  4062.            
  4063.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4064.                <div class="card sponsored-card-v5">
  4065.                    <div class="sponsored-image-v5">
  4066.                        
  4067.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4068.                        
  4069.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4070.                    </div>
  4071.                    <div class="sponsored-content-v5">
  4072.                        <h3 class="sponsored-title-v5">
  4073.                            <a href="/us-president-donald-trump-says-generally-there-is-consensus-on-next-stages-of-truce-agreement-for-gaza/" >
  4074.                                            US President Donald Trump Says &#x27;Generally, There Is Consensus&#x27; on Next Stages of Truce Agreement for Gaza
  4075.                                            </a>
  4076.                        </h3>
  4077.                        <p class="sponsored-excerpt-v5">
  4078.                          
  4079.                        </p>
  4080.                        <div class="sponsored-meta-v5">
  4081.                            <div class="author-info-v5">
  4082.                                
  4083.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Donna Warren" class="sponsored-author-img-v5">
  4084.                                
  4085.                                <span>
  4086.                                    Donna Warren
  4087.                                </span>
  4088.                            </div>
  4089.                            <div>17 May 2026</div>
  4090.                        </div>
  4091.                    </div>
  4092.                </div>
  4093.            </div>
  4094.            
  4095.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4096.                <div class="card sponsored-card-v5">
  4097.                    <div class="sponsored-image-v5">
  4098.                        
  4099.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4100.                        
  4101.                        <div class="sponsored-badge-v5 bg-primary-gradient">Others</div>
  4102.                    </div>
  4103.                    <div class="sponsored-content-v5">
  4104.                        <h3 class="sponsored-title-v5">
  4105.                            <a href="/deciphering-the-psychology-behind-winning-in-casino-slot-games/" >
  4106.                                            Deciphering the Psychology Behind Winning in Casino Slot Games
  4107.                                            </a>
  4108.                        </h3>
  4109.                        <p class="sponsored-excerpt-v5">
  4110.                          
  4111.                        </p>
  4112.                        <div class="sponsored-meta-v5">
  4113.                            <div class="author-info-v5">
  4114.                                
  4115.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Donna Warren" class="sponsored-author-img-v5">
  4116.                                
  4117.                                <span>
  4118.                                    Donna Warren
  4119.                                </span>
  4120.                            </div>
  4121.                            <div>17 May 2026</div>
  4122.                        </div>
  4123.                    </div>
  4124.                </div>
  4125.            </div>
  4126.            
  4127.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4128.                <div class="card sponsored-card-v5">
  4129.                    <div class="sponsored-image-v5">
  4130.                        
  4131.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4132.                        
  4133.                        <div class="sponsored-badge-v5 bg-primary-gradient">Others</div>
  4134.                    </div>
  4135.                    <div class="sponsored-content-v5">
  4136.                        <h3 class="sponsored-title-v5">
  4137.                            <a href="/mastering-maximizing-your-winnings-in-online-casino-slot-games/" >
  4138.                                            Mastering Maximizing Your Winnings in Online Casino Slot Games
  4139.                                            </a>
  4140.                        </h3>
  4141.                        <p class="sponsored-excerpt-v5">
  4142.                          
  4143.                        </p>
  4144.                        <div class="sponsored-meta-v5">
  4145.                            <div class="author-info-v5">
  4146.                                
  4147.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Donna Warren" class="sponsored-author-img-v5">
  4148.                                
  4149.                                <span>
  4150.                                    Donna Warren
  4151.                                </span>
  4152.                            </div>
  4153.                            <div>17 May 2026</div>
  4154.                        </div>
  4155.                    </div>
  4156.                </div>
  4157.            </div>
  4158.            
  4159.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4160.                <div class="card sponsored-card-v5">
  4161.                    <div class="sponsored-image-v5">
  4162.                        
  4163.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4164.                        
  4165.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4166.                    </div>
  4167.                    <div class="sponsored-content-v5">
  4168.                        <h3 class="sponsored-title-v5">
  4169.                            <a href="/swiss-ski-resort-blaze-survivors-are-treated-in-burns-units-throughout-the-continent/" >
  4170.                                            Swiss Ski Resort Blaze Survivors Are Treated in Burns Units Throughout the Continent
  4171.                                            </a>
  4172.                        </h3>
  4173.                        <p class="sponsored-excerpt-v5">
  4174.                          
  4175.                        </p>
  4176.                        <div class="sponsored-meta-v5">
  4177.                            <div class="author-info-v5">
  4178.                                
  4179.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Donna Warren" class="sponsored-author-img-v5">
  4180.                                
  4181.                                <span>
  4182.                                    Donna Warren
  4183.                                </span>
  4184.                            </div>
  4185.                            <div>17 May 2026</div>
  4186.                        </div>
  4187.                    </div>
  4188.                </div>
  4189.            </div>
  4190.            
  4191.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4192.                <div class="card sponsored-card-v5">
  4193.                    <div class="sponsored-image-v5">
  4194.                        
  4195.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4196.                        
  4197.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4198.                    </div>
  4199.                    <div class="sponsored-content-v5">
  4200.                        <h3 class="sponsored-title-v5">
  4201.                            <a href="/titans-recognise-leaders-as-the-president-offers-mamdani-a-cordial-reception/" >
  4202.                                            Titans Recognise Leaders as The President Offers Mamdani a Cordial Reception
  4203.                                            </a>
  4204.                        </h3>
  4205.                        <p class="sponsored-excerpt-v5">
  4206.                          
  4207.                        </p>
  4208.                        <div class="sponsored-meta-v5">
  4209.                            <div class="author-info-v5">
  4210.                                
  4211.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Donna Warren" class="sponsored-author-img-v5">
  4212.                                
  4213.                                <span>
  4214.                                    Donna Warren
  4215.                                </span>
  4216.                            </div>
  4217.                            <div>17 May 2026</div>
  4218.                        </div>
  4219.                    </div>
  4220.                </div>
  4221.            </div>
  4222.            
  4223.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4224.                <div class="card sponsored-card-v5">
  4225.                    <div class="sponsored-image-v5">
  4226.                        
  4227.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4228.                        
  4229.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4230.                    </div>
  4231.                    <div class="sponsored-content-v5">
  4232.                        <h3 class="sponsored-title-v5">
  4233.                            <a href="/the-decade-of-desire-by-erin-somers-the-midlife-infidelity-tale-this-era-needs/" >
  4234.                                            The Decade of Desire by Erin Somers: The Midlife Infidelity Tale This Era Needs.
  4235.                                            </a>
  4236.                        </h3>
  4237.                        <p class="sponsored-excerpt-v5">
  4238.                          
  4239.                        </p>
  4240.                        <div class="sponsored-meta-v5">
  4241.                            <div class="author-info-v5">
  4242.                                
  4243.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Donna Warren" class="sponsored-author-img-v5">
  4244.                                
  4245.                                <span>
  4246.                                    Donna Warren
  4247.                                </span>
  4248.                            </div>
  4249.                            <div>16 May 2026</div>
  4250.                        </div>
  4251.                    </div>
  4252.                </div>
  4253.            </div>
  4254.            
  4255.        </div>
  4256.    </div>
  4257. </section>
  4258.  
  4259.  
  4260.    
  4261.        <!-- end wpo-blog-sponsored-section -->
  4262.        <!-- start wpo-subscribe-section -->
  4263.        
  4264.        <!-- end subscribe-section -->
  4265.        <!-- start of wpo-site-footer-section -->
  4266.        
  4267.  
  4268.  
  4269.  
  4270.  
  4271.  
  4272. <footer class="wpo-site-footer-v3">
  4273.  <!-- Top Section - Logo -->
  4274.  <div class="footer-top-section py-4 border-bottom">
  4275.    <div class="container-fluid fluid-container">
  4276.      <div class="row justify-content-center">
  4277.        <div class="col-12 text-center">
  4278.          <div class="brand-logo">
  4279.            
  4280.              <h3 class="brand-title">FreshGames UK</h3>
  4281.            
  4282.            <p class="brand-tagline mt-2">Stay updated with the newest video game releases, in-depth reviews, and gaming industry news from the UK. Your go-to source for fresh gaming content.</p>
  4283.          </div>
  4284.        </div>
  4285.      </div>
  4286.    </div>
  4287.  </div>
  4288.  
  4289.  <!-- Main Content -->
  4290.  <div class="footer-main-content pt-4">
  4291.    <div class="container-fluid fluid-container">
  4292.      <div class="row justify-content-center">
  4293.        <!-- Single Column: Quick Links -->
  4294.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  4295.          <div class="footer-column">
  4296.            <h5 class="column-title">Quick Links</h5>
  4297.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  4298.              
  4299.                <li>
  4300.                  <a class="menu-link" href="/tragedy-strikes-as-man-succumbs-after-water-recovery-off-british-shoreline/">Tragedy Strikes as Man Succumbs After Water Recovery Off British Shoreline</a>
  4301.                </li>
  4302.              
  4303.                <li>
  4304.                  <a class="menu-link" href="/pm-hails-a-proud-day-as-esafety-chief-predicts-world-will-follow-our-example/">PM Hails a &#x27;Proud Day&#x27; as eSafety Chief Predicts &#x27;World Will Follow Our Example&#x27;.</a>
  4305.                </li>
  4306.              
  4307.                <li>
  4308.                  <a class="menu-link" href="/crucial-steps-for-safely-enjoying-online-slot-games/">Crucial Steps for Safely Enjoying Online Slot Games</a>
  4309.                </li>
  4310.              
  4311.                <li>
  4312.                  <a class="menu-link" href="/new-york-city-mayor-eric-adams-plans-to-back-andrew-cuomo-in-new-york-city-mayoral-race/">New York City Mayor Eric Adams Plans to Back Andrew Cuomo in New York City Mayoral Race</a>
  4313.                </li>
  4314.              
  4315.                <li>
  4316.                  <a class="menu-link" href="/republican-senator-claims-deal-can-be-had-on-healthcare-as-key-tax-credits-set-to-expire/">Republican Senator Claims &#x27;Deal Can Be Had&#x27; on Healthcare as Key Tax Credits Set to Expire.</a>
  4317.                </li>
  4318.              
  4319.                <li>
  4320.                  <a class="menu-link" href="/white-house-denounces-democratic-hoax-as-further-jeffrey-epstein-photos-disclosed/">White House Denounces &#x27;Democratic Hoax&#x27; as Further Jeffrey Epstein Photos Disclosed</a>
  4321.                </li>
  4322.              
  4323.            </ul>
  4324.          </div>
  4325.        </div>
  4326.  
  4327.        <!-- Single Column: Top Categories -->
  4328.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  4329.          <div class="footer-column">
  4330.            <h5 class="column-title">Top Categories</h5>
  4331.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  4332.              
  4333.                <li>
  4334.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  4335.                </li>
  4336.              
  4337.                <li>
  4338.                  <a class="menu-link" href="/category/business/">Business</a>
  4339.                </li>
  4340.              
  4341.                <li>
  4342.                  <a class="menu-link" href="/category/esports/">Esports</a>
  4343.                </li>
  4344.              
  4345.                <li>
  4346.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  4347.                </li>
  4348.              
  4349.                <li>
  4350.                  <a class="menu-link" href="/category/featured/">Featured</a>
  4351.                </li>
  4352.              
  4353.            </ul>
  4354.          </div>
  4355.        </div>
  4356.  
  4357.        <!-- Single Column: Blog Rolls -->
  4358.      <div class="col-12 text-center border-bottom pb-4">
  4359.          <div class="footer-column">
  4360.            <h5 class="column-title">Blog Rolls</h5>
  4361.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3" id="blogRollLinks">
  4362.              
  4363.              
  4364.  
  4365.              
  4366.              
  4367.                
  4368.              
  4369.            </ul>
  4370.          </div>
  4371.        </div>
  4372.      </div>
  4373.    </div>
  4374.  </div>
  4375.  
  4376.  <!-- Footer Bottom -->
  4377.  <div class="footer-bottom py-3">
  4378.    <div class="container-fluid fluid-container">
  4379.      <div class="row justify-content-center">
  4380.        <div class="col-12 text-center">
  4381.          <div class="bottom-content">
  4382.            <div class="copyright-info mb-3">
  4383.              <p class="mb-0 text-info">
  4384.                &copy; 2026 <strong>FreshGames UK</strong>. All rights reserved.
  4385.              </p>
  4386.            </div>
  4387.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3">
  4388.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  4389.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  4390.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  4391.            </div>
  4392.          </div>
  4393.        </div>
  4394.      </div>
  4395.    </div>
  4396.  </div>
  4397. </footer>
  4398.  
  4399. <style>
  4400. .wpo-site-footer-v3 {
  4401.    background: var(--card-bg) !important;
  4402. }
  4403.  
  4404. .footer-logo {
  4405.    height: 60px;
  4406.    width: auto;
  4407. }
  4408. .text-info{
  4409.    color: var(--topbar-color) !important;
  4410. }
  4411.  
  4412. .brand-title {
  4413.    font-size: 22px;
  4414.    font-weight: 700;
  4415.    color: var(--topbar-color);
  4416.    margin: 0;
  4417. }
  4418.  
  4419. .brand-tagline {
  4420.    font-size: 14px;
  4421.    color: var(--topbar-color);
  4422.    margin: 0;
  4423. }
  4424.  
  4425. .column-title {
  4426.    font-size: 16px;
  4427.    font-weight: 600;
  4428.    color: var(--topbar-color) !important;
  4429.    margin-bottom: 15px;
  4430. }
  4431.  
  4432. .footer-menu {
  4433.    margin: 0;
  4434. }
  4435.  
  4436. .menu-link {
  4437.    color: var(--topbar-color) !important;
  4438.    text-decoration: none;
  4439.    font-size: 14px;
  4440.    transition: color 0.3s ease;
  4441. }
  4442.  
  4443. .menu-link:hover {
  4444.    color: var(--primary-color);
  4445. }
  4446.  
  4447. .footer-bottom {
  4448.    font-size: 13px;
  4449. }
  4450.  
  4451. .utility-link {
  4452.    color: var(--topbar-color) !important;
  4453.    text-decoration: none;
  4454.    font-size: 13px;
  4455.    transition: color 0.3s ease;
  4456. }
  4457. /* Responsive Design */
  4458. @media (max-width: 768px) {
  4459.    .footer-logo {
  4460.        height: 50px;
  4461.    }
  4462.    
  4463.    .column-title {
  4464.        font-size: 15px;
  4465.    }
  4466.    
  4467.    .menu-link {
  4468.        font-size: 13px;
  4469.    }
  4470. }
  4471.  
  4472. @media (max-width: 576px) {
  4473.    .brand-title {
  4474.        font-size: 20px;
  4475.    }
  4476.    
  4477.    .brand-tagline {
  4478.        font-size: 13px;
  4479.    }
  4480.    
  4481.    .cta-btn {
  4482.        font-size: 12px;
  4483.        padding: 5px 12px;
  4484.    }
  4485. }
  4486. </style>
  4487.  
  4488. <script>
  4489. // Prevent default for placeholder links
  4490. document.addEventListener('DOMContentLoaded', function() {
  4491.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  4492.        anchor.addEventListener('click', function(e) {
  4493.            e.preventDefault();
  4494.        });
  4495.    });
  4496. });
  4497. document.addEventListener('DOMContentLoaded', function () {
  4498.    var btn = document.getElementById('toggleBlogRollLinks');
  4499.    if (!btn) return; // No extra items, no button
  4500.  
  4501.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4502.  
  4503.    btn.addEventListener('click', function () {
  4504.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4505.            return li.classList.contains('d-none');
  4506.        });
  4507.  
  4508.        extras.forEach(function (li) {
  4509.            if (anyHidden) {
  4510.                li.classList.remove('d-none');
  4511.                li.classList.add('show');
  4512.            } else {
  4513.                li.classList.add('d-none');
  4514.                li.classList.remove('show');
  4515.            }
  4516.        });
  4517.  
  4518.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4519.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4520.    });
  4521. });
  4522.  
  4523. </script>
  4524.  
  4525.        <!-- end of wpo-site-footer-section -->
  4526.    </div>
  4527.    <!-- end of page-wrapper -->
  4528.  
  4529.    <!-- All JavaScript files
  4530.    ================================================== -->
  4531.    
  4532.  
  4533. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4534. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4535. <!-- Plugins for this template -->
  4536. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4537. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4538. <!-- Custom script for this template -->
  4539. <script src="/static/blogapp/assets/js/script.js"></script>
  4540.  
  4541. <script>
  4542. (function () {
  4543. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4544. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4545.  
  4546. function applyFallback(img) {
  4547. if (!img || img.dataset.fallbackApplied === "1") {
  4548. return;
  4549. }
  4550. var failedSrc = img.currentSrc || img.src || "";
  4551. img.dataset.fallbackApplied = "1";
  4552. img.onerror = null;
  4553. img.src = fallbackImageSrc;
  4554. console.warn("[ImageFallback] Replaced broken image:", {
  4555. failedSrc: failedSrc,
  4556. fallbackSrc: fallbackImageSrc,
  4557. alt: img.alt || "",
  4558. });
  4559. }
  4560.  
  4561. document.querySelectorAll("img").forEach(function (img) {
  4562. if (img.complete && img.naturalWidth === 0) {
  4563. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4564. failedSrc: img.currentSrc || img.src || "",
  4565. alt: img.alt || "",
  4566. });
  4567. applyFallback(img);
  4568. }
  4569. });
  4570.  
  4571. document.addEventListener(
  4572. "error",
  4573. function (event) {
  4574. var target = event.target;
  4575. if (target && target.tagName === "IMG") {
  4576. applyFallback(target);
  4577. }
  4578. },
  4579. true
  4580. );
  4581. })();
  4582. </script>
  4583.  
  4584. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4585.  
  4586.  
  4587.  
  4588. <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":"e4957abae3ee4c81bfeeb70c519dda19","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4589. </body>
  4590.  
  4591. </html>
  4592.  
  4593.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda