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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="merri">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_20_HqjR0Sl_DLjPp9x_cUENrLg_ERwUfj2.png">
  14.    
  15.  
  16.    <title>Gamora Land: UK Gaming News, Reviews, and Community Updates</title>
  17.    <meta name="description" content="Gamora Land is your go-to source for the latest UK gaming news, in-depth reviews, and community discussions. Stay updated on new releases and gaming trends.">
  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://gamoraland.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ffb300;
  42.        --bs-primary-rgb: ffb300;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fff9e6;
  49.        --bs-dark: #3f2a1d;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ffb300;
  53.        --theme-primary-color-s2: #ffb300;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #3f2a1d;
  57.        --text-light-color: #676767;
  58.        --heading-color: #3f2a1d;
  59.        --border-color: #fed7aa;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #fede8a;
  75.        --navbar-color: #3f2a1d;
  76.        --topbar-bg: #fff9e6;
  77.        --topbar-color: #3f2a1d;
  78.        --footer-bg: #3f2a1d;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fed7aa;
  82.        --card-radius: 12px;
  83.        --link-color: #ffb300;
  84.        --link-hover: #e09600;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 179, 0, 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_93">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <style>
  406.    /* General styling for top bar */
  407.    .unique-topbar-v7 {
  408.        background-color: var(--topbar-bg);
  409.        color: #fff;
  410.      
  411.    }
  412.    .unique-v7 {
  413.        padding: 10px 30px;
  414.        display: flex;
  415.        align-items: center;
  416.        justify-content: space-between; /* Ensure it stretches across */
  417.    }
  418.  
  419.    .unique-menu-btn-v7 {
  420.        border: none;
  421.        max-width: 145px !important;
  422.        padding: 8px;
  423.        cursor: pointer;
  424.        border-radius: 5px;
  425.    }
  426.  
  427.    .unique-news-container-v7 {
  428.        display: flex;
  429.        align-items: center;
  430.        overflow: hidden;
  431.        width: fit-content;
  432.        flex-grow: 1; /* Take remaining space */
  433.        height: 60px;
  434.    }
  435.  
  436.    .unique-news-wrapper-v7 {
  437.        display: flex;
  438.        flex-direction: row;
  439.        align-items: center;
  440.        padding: 5px;
  441.    }
  442.  
  443.    .unique-news-item-v7 {
  444.        opacity: 0;
  445.        transform: translateX(100px);
  446.        transition: all 0.5s ease;
  447.        font-size: 16px;
  448.        color: var(--topbar-color);
  449.        height: 0;
  450.        width: 0;
  451.    }
  452.    
  453.    .unique-news-item-v7.active-v7 {
  454.        padding: 10px;
  455.        opacity: 1;
  456.          height: auto;
  457.        width: auto;
  458.        margin-right: 20px;
  459.        transform: translateX(0);
  460.    }
  461.  
  462.    .unique-news-item-v7.exit-up-v7 {
  463.        opacity: 0;
  464.        transform: translateX(-100px); /* Move news item left */
  465.    }
  466.  
  467.    /* Social Icons in Inline */
  468.    .contact-info-v7 {
  469.        display: flex;
  470.        gap: 10px;
  471.    }
  472.  
  473.    .contact-info-v7 ul {
  474.        display: flex;
  475.        gap: 15px;
  476.        list-style: none;
  477.    }
  478.  
  479.    .social-icon-v7 {
  480.        color: var(--topbar-color) !important;
  481.        font-size: 20px;
  482.        text-decoration: none;
  483.    }
  484.  
  485.    .social-icon-v7:hover {
  486.        color: #1da1f2;
  487.    }
  488. </style>
  489.  
  490. <div class="unique-topbar-v7">
  491.    <div class="fluid-container unique-v7 container-fluid">
  492.        <button class="unique-menu-btn-v7 bg-primary-gradient w-100 fw-bold">Latest Updates</button>        
  493.      
  494.        <div class="unique-news-container-v7">
  495.            <div class="unique-news-wrapper-v7" id="newsWrapper-v7">
  496.                <!-- News items will be added dynamically -->
  497.            </div>
  498.        </div>
  499.      
  500.        <div class="contact-info-v7">
  501.            <ul>
  502.                <li><a href="#" class="social-icon-v7"><i class="ti-facebook"></i></a></li>
  503.                <li><a href="#" class="social-icon-v7"><i class="ti-twitter-alt"></i></a></li>
  504.                <li><a href="#" class="social-icon-v7"><i class="ti-instagram"></i></a></li>
  505.                <li><a href="#" class="social-icon-v7"><i class="ti-google"></i></a></li>
  506.            </ul>
  507.        </div>
  508.    </div>
  509. </div>
  510.  
  511. <script>
  512.    // Build array dynamically from Django context
  513.    const newsItems = [
  514.        
  515.            { title: "Disturbing Find: Remains of Missing Mum and Daughter Found in Freezers in the Alpine Nation", url: "/disturbing-find-remains-of-missing-mum-and-daughter-found-in-freezers-in-the-alpine-nation/" },
  516.        
  517.            { title: "Spotify Year\u002DEnd Recap: Launch Date and Key Inquiries Answered", url: "/spotify-year-end-recap-launch-date-and-key-inquiries-answered/" },
  518.        
  519.            { title: "Smooth End to Lionel Messi\u0027s India Tour Following Kolkata Chaos", url: "/smooth-end-to-lionel-messis-india-tour-following-kolkata-chaos/" },
  520.        
  521.            { title: "Esteemed Photographer Brian Harris Life Story: An Existence Behind the Lens", url: "/esteemed-photographer-brian-harris-life-story-an-existence-behind-the-lens/" },
  522.        
  523.            { title: "The Met Responds to Legal Action Over Supposedly Nazi\u002DStolen Van Gogh Masterpiece", url: "/the-met-responds-to-legal-action-over-supposedly-nazi-stolen-van-gogh-masterpiece/" }
  524.        
  525.    ];
  526.  
  527.    let currentNewsIndex = 0;
  528.    const newsWrapper = document.getElementById('newsWrapper-v7');
  529.    let newsElements = [];
  530.  
  531.    // Create news elements
  532.    function createNewsElements() {
  533.        newsItems.forEach((news, index) => {
  534.            const newsElement = document.createElement('div');
  535.            newsElement.className = 'unique-news-item-v7';
  536.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  537.            newsWrapper.appendChild(newsElement);
  538.            newsElements.push(newsElement);
  539.        });
  540.  
  541.        if (newsElements.length > 0) {
  542.            newsElements[0].classList.add('active-v7');
  543.        }
  544.    }
  545.  
  546.    // Animate news change
  547.    function changeNews() {
  548.        const currentElement = newsElements[currentNewsIndex];
  549.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  550.        const nextElement = newsElements[nextIndex];
  551.  
  552.        currentElement.classList.remove('active-v7');
  553.        currentElement.classList.add('exit-up-v7');
  554.  
  555.        setTimeout(() => {
  556.            nextElement.classList.add('active-v7');
  557.            currentNewsIndex = nextIndex;
  558.  
  559.            setTimeout(() => {
  560.                currentElement.classList.remove('exit-up-v7');
  561.            }, 100);
  562.        }, 250);
  563.    }
  564.  
  565.    // Start news rotation
  566.    function startNewsRotation() {
  567.        setInterval(changeNews, 5000);
  568.    }
  569.  
  570.    window.onload = function() {
  571.        createNewsElements();
  572.        startNewsRotation();
  573.    };
  574. </script>
  575.  
  576.  
  577.  
  578.            
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585. <header class="header-v9 mb-4" role="banner">
  586.  <div class="container-fluid fluid-container">
  587.    <!-- Sticky/Glass Nav Card -->
  588.    <div class="nav-card-v9" role="navigation" aria-label="Primary">
  589.      <div class="row align-items-center justify-content-between g-3">
  590.        <!-- Logo -->
  591.       <div class="col-6 col-md-3 col-lg-2">
  592.          <a class="logo-link-v9 d-inline-flex align-items-center gap-2" href="/">
  593.            
  594.              <span class="site-name">My Site</span>
  595.            
  596.          </a>
  597.        </div>
  598.  
  599.        <!-- Desktop Nav -->
  600.        <div class="col d-none d-xl-block">
  601.          <nav class="main-nav-v9">
  602.            <ul class="nav-list-v9">
  603.              <!-- Home (static) -->
  604.              <li class="nav-item-v9">
  605.                <a href="/" class="nav-link-v9 active-v9">Home</a>
  606.              </li >
  607.          
  608.              
  609.                
  610.                  <li class="nav-item-v9">
  611.                    <a href="/category/all-posts/" class="nav-link-v9">All Posts</a>
  612.                  </li>
  613.                
  614.                  <li class="nav-item-v9">
  615.                    <a href="/category/business/" class="nav-link-v9">Business</a>
  616.                  </li>
  617.                
  618.                  <li class="nav-item-v9">
  619.                    <a href="/category/esports/" class="nav-link-v9">Esports</a>
  620.                  </li>
  621.                
  622.                  <li class="nav-item-v9">
  623.                    <a href="/category/fashion/" class="nav-link-v9">Fashion</a>
  624.                  </li>
  625.                
  626.                  <li class="nav-item-v9">
  627.                    <a href="/category/featured/" class="nav-link-v9">Featured</a>
  628.                  </li>
  629.                
  630.                  <li class="nav-item-v9">
  631.                    <a href="/category/gaming/" class="nav-link-v9">Gaming</a>
  632.                  </li>
  633.                
  634.                  <li class="nav-item-v9">
  635.                    <a href="/category/health/" class="nav-link-v9">Health</a>
  636.                  </li>
  637.                
  638.                  <li class="nav-item-v9">
  639.                    <a href="/category/life-fitness/" class="nav-link-v9">Life &amp; Fitness</a>
  640.                  </li>
  641.                
  642.  
  643.                
  644.                  <li class="nav-item-v9 has-dropdown-v9">
  645.                    <button class="nav-link-v9 bg-transparent border-0 nav-more-btn-v9" type="button" aria-haspopup="true" aria-expanded="false" aria-controls="more-desktop-v9">
  646.                      More<svg class="chev-v9" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  647.                        <polyline points="6,9 12,15 18,9"></polyline>
  648.                      </svg>
  649.                    </button>
  650.                    <div class="dropdown-card-v9" id="more-desktop-v9" role="menu">
  651.                      <div class="dropdown-grid-v9">
  652.                        <div class="dropdown-section-v9">
  653.                          
  654.                            <a href="/category/lifestyle/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Lifestyle</a>
  655.                          
  656.                            <a href="/category/news/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> News</a>
  657.                          
  658.                            <a href="/category/others/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Others</a>
  659.                          
  660.                            <a href="/category/politics/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Politics</a>
  661.                          
  662.                            <a href="/category/sports/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Sports</a>
  663.                          
  664.                            <a href="/category/tech/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Tech</a>
  665.                          
  666.                            <a href="/category/travel/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Travel</a>
  667.                          
  668.                        </div>
  669.                      </div>
  670.                    </div>
  671.                  </li>
  672.                
  673.              
  674.                <li class="nav-item-v9">
  675.                <a href="/page/contact-us/" class="nav-link-v9">Contact Us</a>
  676.              </li >
  677.            </ul>
  678.          </nav>
  679.        </div>
  680.  
  681.        <!-- Actions -->
  682.        <div class="col-6 col-md-3 col-lg-2">
  683.          <div class="nav-actions-v9">
  684.            <button class="icon-btn-v9" aria-controls="searchPanelV9" aria-expanded="false" aria-label="Open search" onclick="toggleSearchV9()">
  685.              <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  686.                <circle cx="11" cy="11" r="8"></circle>
  687.                <path d="m21 21-4.35-4.35"></path>
  688.              </svg>
  689.            </button>
  690.            <button class="icon-btn-v9 d-xl-none" aria-controls="mobileNavV9" aria-expanded="false" aria-label="Open menu" onclick="toggleMobileNavV9()">
  691.              <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  692.                <line x1="3" y1="6" x2="21" y2="6" />
  693.                <line x1="3" y1="12" x2="21" y2="12" />
  694.                <line x1="3" y1="18" x2="21" y2="18" />
  695.              </svg>
  696.            </button>
  697.          </div>
  698.        </div>
  699.      </div>
  700.  
  701.      <!-- Active underline (animated) -->
  702.      <span class="active-rail-v9" aria-hidden="true"></span>
  703.    </div>
  704.  
  705.    <!-- Search Panel -->
  706.    <div class="search-panel-v9" id="searchPanelV9" role="dialog" aria-label="Site search" aria-modal="true">
  707.      <form class="search-form-v9" action="" method="get" role="search">
  708.        <label for="q-v9" class="visually-hidden">Search</label>
  709.        <div class="search-input-wrap-v9">
  710.          <svg class="search-icn-v9" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  711.            <circle cx="11" cy="11" r="8"></circle>
  712.            <path d="m21 21-4.35-4.35"></path>
  713.          </svg>
  714.          <input id="search-input" name="q" type="search"  class="search-input-v9" placeholder="Search articles, tutorials, news…" autocomplete="off" />
  715.          <button type="button" class="icon-btn-v9 ghost" aria-label="Close search" onclick="toggleSearchV9()">
  716.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  717.              <line x1="18" y1="6" x2="6" y2="18" />
  718.              <line x1="6" y1="6" x2="18" y2="18" />
  719.            </svg>
  720.          </button>
  721.        </div>
  722.        <div class="search-suggest-v9 search-v1" id="search-results">
  723.          
  724.        </div>
  725.      </form>
  726.    </div>
  727.  
  728.    <!-- Mobile Offcanvas -->
  729.    <aside class="mobile-nav-v9 d-xl-none" id="mobileNavV9" role="dialog" aria-label="Mobile navigation" aria-modal="true">
  730.      <div class="mobile-wrap-v9">
  731.        <div class="mobile-head-v9">
  732.          <span class="mobile-title-v9">Menu</span>
  733.          <button class="icon-btn-v9 ghost" aria-label="Close menu" onclick="toggleMobileNavV9()">
  734.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  735.              <line x1="18" y1="6" x2="6" y2="18" />
  736.              <line x1="6" y1="6" x2="18" y2="18" />
  737.            </svg>
  738.          </button>
  739.        </div>
  740.  
  741.        <ul class="mobile-list-v9">
  742.          <li>
  743.            <a class="mobile-link-v9 active-v9" href="/">Home</a>
  744.          </li>
  745.          <li class="">
  746.                <a href="/page/contact-us/" class="mobile-link-v9">Contact Us</a>
  747.          </li >
  748.          
  749.            
  750.              <li>
  751.                <a class="mobile-link-v9" href="/category/all-posts/">All Posts</a>
  752.              </li>
  753.            
  754.              <li>
  755.                <a class="mobile-link-v9" href="/category/business/">Business</a>
  756.              </li>
  757.            
  758.              <li>
  759.                <a class="mobile-link-v9" href="/category/esports/">Esports</a>
  760.              </li>
  761.            
  762.              <li>
  763.                <a class="mobile-link-v9" href="/category/fashion/">Fashion</a>
  764.              </li>
  765.            
  766.              <li>
  767.                <a class="mobile-link-v9" href="/category/featured/">Featured</a>
  768.              </li>
  769.            
  770.  
  771.            
  772.          
  773.        </ul>
  774.      </div>
  775.    </aside>
  776.  </div>
  777.  
  778.  <!-- Overlay -->
  779.  <div class="nav-overlay-v9" id="navOverlayV9" onclick="closeAllV9()" aria-hidden="true"></div>
  780. </header>
  781.  
  782. <style>
  783.  
  784.  .header-v9 {
  785.    position: relative;
  786.    padding: 14px 0;
  787.    z-index: 50;
  788.  }
  789.  .header-v9.is-scrolled .nav-card-v9 {
  790.    padding: 10px 18px;
  791.    border-radius: 14px;
  792.    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  793.  }
  794.  .header-v9.is-scrolled .logo-img-v9 {
  795.    transform: scale(0.92);
  796.  }
  797.  
  798.  /* Card */
  799.  .nav-card-v9 {
  800.    background: var(--navbar-bg);
  801.    backdrop-filter: blur(18px);
  802.    border: 1px solid var(--border-color);
  803.    border-radius: 18px;
  804.    padding: 14px 22px;
  805.    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  806.    position: sticky;
  807.    top: 10px;
  808.  }
  809.  
  810.  /* Logo */
  811.  .logo-img-v9 {
  812.    max-height: 60px;
  813.    width: auto;
  814.    transition: transform 0.25s ease, opacity 0.25s ease;
  815.  }
  816.  .logo-link-v9:hover .logo-img-v9 {
  817.    transform: translateY(-1px) scale(1.03);
  818.  }
  819.  
  820.  /* Desktop nav */
  821.  .main-nav-v9 {
  822.    display: flex;
  823.    justify-content: center;
  824.  }
  825.  .nav-list-v9 {
  826.    display: flex;
  827.    gap: 6px;
  828.    list-style: none;
  829.    margin: 0;
  830.    padding: 0;
  831.  }
  832.  .nav-item-v9 {
  833.    position: relative;
  834.  }
  835.  .nav-link-v9 {
  836.    position: relative;
  837.    display: inline-flex;
  838.    align-items: center;
  839.    justify-content: center;
  840.    padding: 10px 10px;
  841.    border-radius: 12px;
  842.    color: var(--navbar-color);
  843.    text-decoration: none;
  844.    font-weight: 500;
  845.    font-size: 15px;
  846.    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  847.  }
  848.  .nav-link-v9:hover {
  849.    background: rgba(102, 126, 234, 0.1);
  850.    color: var(--topbar-color);
  851.    transform: translateY(-1px);
  852.  }
  853.  .nav-link-v9.active-v9 {
  854.    color: transparent;
  855.  }
  856.  .nav-link-v9.active-v9::after {
  857.    content: '';
  858.    position: absolute;
  859.    left: 12px;
  860.    right: 12px;
  861.    bottom: 6px;
  862.    height: 3px;
  863.    border-radius: 3px;
  864.    background: var(--sub-nav);
  865.  }
  866.  
  867.  /* Dropdown */
  868.  .has-dropdown-v9 {
  869.    position: relative;
  870.  }
  871.  .nav-more-btn-v9 {
  872.    display: inline-flex;
  873.    gap: 6px;
  874.    align-items: center;
  875.  }
  876.  .chev-v9 {
  877.    transition: transform 0.2s ease;
  878.  }
  879.  .has-dropdown-v9:focus-within .chev-v9,
  880.  .has-dropdown-v9:hover .chev-v9 {
  881.    transform: rotate(180deg);
  882.  }
  883.  
  884.  .dropdown-card-v9 {
  885.    position: absolute;
  886.    top: calc(100% + 14px);
  887.    left: 50%;
  888.    transform: translateX(-50%) translateY(-6px);
  889.    background: var(--navbar-bg);
  890.    border: 1px solid var(--border-color);
  891.    border-radius: 14px;
  892.    padding: 18px;
  893.    min-width: 280px;
  894.    z-index: 200;
  895.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  896.    opacity: 0;
  897.    visibility: hidden;
  898.    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  899.  }
  900.  .has-dropdown-v9:hover .dropdown-card-v9,
  901.  .has-dropdown-v9:focus-within .dropdown-card-v9 {
  902.    opacity: 1;
  903.    visibility: visible;
  904.    transform: translateX(-50%) translateY(0);
  905.  }
  906.  
  907.  .dropdown-grid-v9 {
  908.    display: grid;
  909.    grid-template-columns: 1fr;
  910.    gap: 10px;
  911.  }
  912.  .dropdown-section-v9 {
  913.    display: grid;
  914.    gap: 6px;
  915.  }
  916.  .dropdown-link-v9 {
  917.    display: flex;
  918.    align-items: center;
  919.    gap: 10px;
  920.    padding: 10px 12px;
  921.    border-radius: 10px;
  922.    text-decoration: none;
  923.    font-size: 14px;
  924.    color: var(--navbar-color);
  925.    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
  926.  }
  927.  .dropdown-link-v9:hover {
  928.    background: var(--bs-primary);
  929.    color: var(--bs-white);
  930.    transform: translateX(4px);
  931.  }
  932.  .link-dot-v9 {
  933.    width: 6px;
  934.    height: 6px;
  935.    border-radius: 50%;
  936.    border: 1px solid currentColor;
  937.  }
  938.  
  939.  /* Actions */
  940.  .nav-actions-v9 {
  941.    display: flex;
  942.    justify-content: flex-end;
  943.    align-items: center;
  944.    gap: 8px;
  945.  }
  946.  .icon-btn-v9 {
  947.    border: 1px solid var(--border-color);
  948.    background: rgba(102, 126, 234, 0.1);
  949.    color: var(--navbar-color);
  950.    padding: 8px;
  951.    border-radius: 12px;
  952.    cursor: pointer;
  953.    transition: transform 0.2s, background 0.2s, color 0.2s;
  954.  }
  955.  .icon-btn-v9:hover {
  956.    background: var(--sub-nav);
  957.    color: var(--topbar-color) !important;
  958.    transform: translateY(-1px);
  959.  }
  960.  .icon-btn-v9.ghost {
  961.    background: transparent;
  962.  }
  963.  
  964.  /* Search Panel */
  965.  .search-panel-v9 {
  966.    position: fixed;
  967.    top: 14px;
  968.    left: 50%;
  969.    transform: translateX(-50%) translateY(-16px);
  970.    width: min(720px, calc(100% - 40px));
  971.    background: var(--navbar-bg);
  972.    border: 1px solid var(--border-color);
  973.    border-radius: 16px;
  974.    padding: 16px;
  975.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  976.    opacity: 0;
  977.    visibility: hidden;
  978.    z-index: 300;
  979.    transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  980.  }
  981.  .search-panel-v9.show-v9 {
  982.    opacity: 1;
  983.    visibility: visible;
  984.    transform: translateX(-50%) translateY(0);
  985.  }
  986.  .search-input-wrap-v9 {
  987.    display: flex;
  988.    align-items: center;
  989.    gap: 10px;
  990.    background: rgba(248, 250, 252, 0.8);
  991.    border: 2px solid rgba(102, 126, 234, 0.2);
  992.    border-radius: 12px;
  993.    padding: 6px 8px;
  994.    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  995.  }
  996.  .search-input-wrap-v9:focus-within {
  997.    border-color: #667eea;
  998.    background: rgba(255, 255, 255, 0.9);
  999.    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1000.  }
  1001.  .search-icn-v9 {
  1002.    color: #a0aec0;
  1003.    margin-left: 6px;
  1004.  }
  1005.  .search-input-v9 {
  1006.    flex: 1;
  1007.    border: 0;
  1008.    background: transparent;
  1009.    outline: none;
  1010.    padding: 12px 4px;
  1011.    font-size: 16px;
  1012.    color: #2d3748;
  1013.  }
  1014.  .search-suggest-v9 {
  1015.    display: grid;
  1016.    grid-template-columns: repeat(3, minmax(0, 1fr));
  1017.    gap: 8px;
  1018.    margin-top: 10px;
  1019.  }
  1020.  .suggestion-v9 {
  1021.    border: 1px solid var(--border-color);
  1022.    background: rgba(248, 250, 252, 0.5);
  1023.    color: var(--navbar-color);
  1024.    padding: 10px 12px;
  1025.    border-radius: 10px;
  1026.    font-size: 14px;
  1027.    text-align: left;
  1028.    cursor: pointer;
  1029.    transition: background 0.2s, color 0.2s, transform 0.2s;
  1030.  }
  1031.  .suggestion-v9:hover {
  1032.    background: var(--bs-primary) !important ;
  1033.    color: var(--bs-white)  !important;
  1034.    transform: translateY(-1px);
  1035.  }
  1036.  
  1037.  /* Mobile */
  1038.  .mobile-nav-v9 {
  1039.    position: fixed;
  1040.    right: 0;
  1041.    top: 0;
  1042.    height: 100vh;
  1043.    width: min(86vw, 420px);
  1044.    background: var(--card-bg);
  1045.    border-left: 1px solid var(--border-color);
  1046.    transform: translateX(100%);
  1047.    transition: transform 0.3s ease;
  1048.    z-index: 350;
  1049.    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  1050.  }
  1051.  .mobile-nav-v9.show-v9 {
  1052.    transform: translateX(0);
  1053.  }
  1054.  .mobile-wrap-v9 {
  1055.    display: flex;
  1056.    flex-direction: column;
  1057.    height: 100%;
  1058.  }
  1059.  .mobile-head-v9 {
  1060.    display: flex;
  1061.    align-items: center;
  1062.    justify-content: space-between;
  1063.    padding: 16px;
  1064.    background: var(--navbar-bg);
  1065.  }
  1066.  .mobile-title-v9 {
  1067.    font-weight: 600;
  1068.  }
  1069.  .mobile-list-v9 {
  1070.    list-style: none;
  1071.    padding: 10px 12px 20px;
  1072.    margin: 0;
  1073.    overflow-y: auto;
  1074.  }
  1075.  .mobile-link-v9 {
  1076.    display: flex;
  1077.    align-items: center;
  1078.    justify-content: space-between;
  1079.    padding: 14px 12px;
  1080.    border-radius: 12px;
  1081.    text-decoration: none;
  1082.    color: var(--navbar-color);
  1083.    font-weight: 500;
  1084.    transition: background 0.2s, color 0.2s;
  1085.  }
  1086.  .mobile-link-v9:hover,
  1087.  .mobile-link-v9.active-v9 {
  1088.    background: var(--sub-nav);
  1089.    color: var(--topbar-color);
  1090.  }
  1091.  .mobile-group-v9 {
  1092.    margin-top: 4px;
  1093.  }
  1094.  .mobile-sublist-v9 {
  1095.    list-style: none;
  1096.    margin: 0;
  1097.    padding: 0;
  1098.    max-height: 0;
  1099.    overflow: auto;
  1100.    transition: max-height 0.25s ease;
  1101.    background:var(--navbar-bg);
  1102.    border-radius: 12px;
  1103.    margin-top: 6px;
  1104.  }
  1105.  .mobile-sublist-v9.show-v9 {
  1106.    max-height: 360px;
  1107.    background: var(--navbar-bg);
  1108.    padding: 6px 0;
  1109.  }
  1110.  .mobile-sublink-v9 {
  1111.    display: block;
  1112.    padding: 10px 16px;
  1113.    text-decoration: none;
  1114.    color: var(--navbar-color);
  1115.    border-radius: 10px;
  1116.    font-size: 14px;
  1117.  }
  1118.  .mobile-sublink-v9:hover {
  1119.    background: var(--sub-nav);
  1120.    color: var(--topbar-color);
  1121.  }
  1122.  .mobile-arrow-v9 {
  1123.    transition: transform 0.2s ease;
  1124.  }
  1125.  .mobile-link-v9.has-arrow-v9[aria-expanded='true'] .mobile-arrow-v9 {
  1126.    transform: rotate(180deg);
  1127.  }
  1128.  
  1129.  /* Overlay */
  1130.  .nav-overlay-v9 {
  1131.    position: fixed;
  1132.    inset: 0;
  1133.    background: rgba(0, 0, 0, 0.35);
  1134.    backdrop-filter: blur(4px);
  1135.    opacity: 0;
  1136.    visibility: hidden;
  1137.    transition: opacity 0.25s, visibility 0.25s;
  1138.    z-index: 200;
  1139.  }
  1140.  .nav-overlay-v9.show-v9 {
  1141.    opacity: 1;
  1142.    visibility: visible;
  1143.  }
  1144.  
  1145.  
  1146.  /* Utils */
  1147.  .visually-hidden {
  1148.    position: absolute !important;
  1149.    height: 1px;
  1150.    width: 1px;
  1151.    overflow: hidden;
  1152.    clip: rect(1px, 1px, 1px, 1px);
  1153.    white-space: nowrap;
  1154.  }
  1155.  
  1156.  /* Responsive tweaks */
  1157.  @media (max-width: 1300px) {
  1158.    .nav-card-v9 {
  1159.      padding: 12px 18px;
  1160.      border-radius: 16px;
  1161.    }
  1162.    .search-panel-v9 {
  1163.      width: calc(100% - 32px);
  1164.    }
  1165.  }
  1166.  @media (max-width: 576px) {
  1167.    .logo-img-v9 {
  1168.      max-height: 38px;
  1169.    }
  1170.  }
  1171. </style>
  1172.  
  1173. <script>
  1174.  /* ============ V9 JS ============ */
  1175.  ;(function () {
  1176.    const overlay = document.getElementById('navOverlayV9')
  1177.    const searchPanel = document.getElementById('searchPanelV9')
  1178.    const mobileNav = document.getElementById('mobileNavV9')
  1179.    const header = document.querySelector('.header-v9')
  1180.  
  1181.    function lockScroll(lock) {
  1182.      document.body.style.overflow = lock ? 'hidden' : ''
  1183.    }
  1184.  
  1185.    window.toggleSearchV9 = function () {
  1186.      const btn = document.querySelector('[aria-controls="searchPanelV9"]')
  1187.      const willOpen = !searchPanel.classList.contains('show-v9')
  1188.  
  1189.      // close mobile if open
  1190.      mobileNav.classList.remove('show-v9')
  1191.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1192.  
  1193.      searchPanel.classList.toggle('show-v9', willOpen)
  1194.      overlay.classList.toggle('show-v9', willOpen)
  1195.      btn?.setAttribute('aria-expanded', String(willOpen))
  1196.      lockScroll(willOpen)
  1197.  
  1198.      if (willOpen) setTimeout(() => document.getElementById('q-v9')?.focus(), 80)
  1199.    }
  1200.  
  1201.    window.toggleMobileNavV9 = function () {
  1202.      const btn = document.querySelector('[aria-controls="mobileNavV9"]')
  1203.      const willOpen = !mobileNav.classList.contains('show-v9')
  1204.  
  1205.      // close search if open
  1206.      searchPanel.classList.remove('show-v9')
  1207.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1208.  
  1209.      mobileNav.classList.toggle('show-v9', willOpen)
  1210.      overlay.classList.toggle('show-v9', willOpen)
  1211.      btn?.setAttribute('aria-expanded', String(willOpen))
  1212.      lockScroll(willOpen)
  1213.    }
  1214.  
  1215.    window.toggleMobileDropdownV9 = function (id) {
  1216.      const list = document.getElementById(id)
  1217.      const btn = document.querySelector(`[onclick*="${id}"]`)
  1218.      const willOpen = !list.classList.contains('show-v9')
  1219.      // close siblings
  1220.      document.querySelectorAll('.mobile-sublist-v9').forEach((el) => {
  1221.        if (el.id !== id) el.classList.remove('show-v9')
  1222.      })
  1223.      list.classList.toggle('show-v9', willOpen)
  1224.      btn?.setAttribute('aria-expanded', String(willOpen))
  1225.    }
  1226.  
  1227.    window.closeAllV9 = function () {
  1228.      searchPanel.classList.remove('show-v9')
  1229.      mobileNav.classList.remove('show-v9')
  1230.      overlay.classList.remove('show-v9')
  1231.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1232.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1233.      lockScroll(false)
  1234.    }
  1235.  
  1236.    // ESC to close
  1237.    document.addEventListener('keydown', (e) => {
  1238.      if (e.key === 'Escape') window.closeAllV9()
  1239.    })
  1240.  
  1241.    // Sticky shrink on scroll
  1242.    let lastY = window.scrollY
  1243.    const onScroll = () => {
  1244.      const y = window.scrollY
  1245.      header.classList.toggle('is-scrolled', y > 10)
  1246.      lastY = y
  1247.    }
  1248.    onScroll()
  1249.    window.addEventListener('scroll', onScroll, { passive: true })
  1250.  
  1251.    // Suggestions fill
  1252.    document.addEventListener('click', (e) => {
  1253.      const btn = e.target.closest('.suggestion-v9')
  1254.      if (!btn) return
  1255.      const val = btn.getAttribute('data-fill') || ''
  1256.      const input = document.getElementById('q-v9')
  1257.      if (input) input.value = val
  1258.    })
  1259.  
  1260.    // Desktop "More" button a11y: open on focus-within, we just toggle aria
  1261.    const moreBtn = document.querySelector('.nav-more-btn-v9')
  1262.    const moreCard = document.getElementById('more-desktop-v9')
  1263.    if (moreBtn && moreCard) {
  1264.      ;['mouseenter', 'focus'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'true')))
  1265.      ;['mouseleave', 'blur'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'false')))
  1266.    }
  1267.  })()
  1268. </script>
  1269.  
  1270. <script>
  1271.  document.addEventListener("DOMContentLoaded", function () {
  1272.    console.log("loaded");
  1273.  
  1274.     const searchInput = document.getElementById("search-input")
  1275.    const searchResults = document.getElementById("search-results");
  1276.  
  1277.    if (!searchInput || !searchResults) {
  1278.      console.error("Search input/results not found");
  1279.      return;
  1280.    }
  1281.  
  1282.    // Prevent form submission
  1283.    if (searchInput.form) {
  1284.      searchInput.form.addEventListener("submit", function (e) {
  1285.        e.preventDefault();
  1286.      });
  1287.    }
  1288.  
  1289.    // Add event listener for keyup
  1290.    searchInput.addEventListener("keyup", function (e) {
  1291.      console.log("Key pressed:", e.key);
  1292.      e.preventDefault();
  1293.  
  1294.      const query = searchInput.value.trim();
  1295.      console.log("User is typing: " + query);
  1296.  
  1297.      // If empty → clear and hide
  1298.      if (query === "") {
  1299.        searchResults.innerHTML = "";
  1300.        searchResults.style.display = "none";
  1301.        return;
  1302.      }
  1303.  
  1304.      // Show results
  1305.      searchResults.style.display = "block";
  1306.  
  1307.      // Fetch search results
  1308.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1309.        method: "GET",
  1310.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1311.      })
  1312.        .then(response => {
  1313.          console.log("Response Status:", response.status);
  1314.          return response.json();
  1315.        })
  1316.        .then(data => {
  1317.          console.log("Data received:", data);
  1318.          if (data.html) {
  1319.            searchResults.innerHTML = data.html;
  1320.          } else {
  1321.            searchResults.innerHTML = "<p>No results found.</p>";
  1322.          }
  1323.        })
  1324.        .catch(error => {
  1325.          console.error("Error fetching search results:", error);
  1326.        });
  1327.    });
  1328.  
  1329.    // Close results when clicking outside
  1330.    document.addEventListener("click", function (e) {
  1331.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1332.        searchResults.style.display = "none";
  1333.      }
  1334.    });
  1335.  
  1336.    // Close results on ESC key
  1337.    document.addEventListener("keydown", function (e) {
  1338.      if (e.key === "Escape") {
  1339.        searchResults.style.display = "none";
  1340.      }
  1341.    });
  1342.  });
  1343. </script>
  1344.  
  1345.  
  1346.        </header>
  1347.        <!-- end of header -->
  1348.        <!-- start of wpo-blog-hero -->
  1349.        
  1350.  
  1351.  
  1352.  
  1353.  
  1354.  
  1355.  
  1356.  
  1357. <div class="blog-hero-v5">
  1358.  <div class="container-fluid fluid-container">
  1359.    <!-- Hero Header -->
  1360.  
  1361.    <!-- Main Content Grid -->
  1362.    <div class="row g-4">
  1363.      <!-- Large Featured Post - Left Side -->
  1364.      <div class="col-lg-6 col-md-12">
  1365.        
  1366.        
  1367.          
  1368.        <div class="large-featured-card">
  1369.          <div class="card-image-wrapper">
  1370.            
  1371.                <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="card-image">
  1372.            
  1373.            <div class="image-overlay">
  1374.              <span class="category-pill fashion bg-primary-gradient">News</span>
  1375.            </div>
  1376.          </div>
  1377.          <div class="card-content">
  1378.            <h2 class="card-title"><a class="top-color" href="/us-congressman-calls-on-ex-royal-andrew-to-provide-testimony-in-jeffrey-epstein-inquiry/">
  1379.                                        US Congressman Calls On Ex-Royal Andrew to Provide Testimony in Jeffrey Epstein Inquiry
  1380.                                    </a></h2>
  1381.            <p class="card-description"></p>
  1382.            <div class="card-footer">
  1383.              <div class="author-section">
  1384.                <div class="author-avatar">
  1385.                  
  1386.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Taylor Griffin" class="author-img">
  1387.                    
  1388.                </div>
  1389.                <div class="author-details">
  1390.                  <span class="author-name">Taylor Griffin</span>
  1391.                  <span class="publish-date">12 May 2026</span>
  1392.                </div>
  1393.              </div>
  1394.              <div class="read-time">
  1395.                <!-- <span>9 min read</span> -->
  1396.              </div>
  1397.            </div>
  1398.          </div>
  1399.        </div>
  1400.  
  1401.        
  1402.      </div>
  1403.      
  1404.  
  1405.      <!-- Right Side - Grid of Posts -->
  1406.      <div class="col-lg-6 col-md-12">
  1407.        <div class="row h-100">
  1408.          
  1409.          
  1410.            
  1411.          <!-- Medium Featured Post -->
  1412.          <div class="col-12 mb-3">
  1413.            <div class="medium-featured-card h-100">
  1414.              <div class="row g-0 h-100">
  1415.                <div class="col-md-6">
  1416.                  <div class="medium-image-wrapper">
  1417.                    
  1418.                          <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1419.                      
  1420.                    <div class="medium-overlay">
  1421.                      <span class="category-pill travel bg-primary-gradient">News</span>
  1422.                    </div>
  1423.                  </div>
  1424.                </div>
  1425.                <div class="col-md-6">
  1426.                  <div class="medium-content">
  1427.                    <h3 class="medium-title"><a class="top-color" href="/the-gulf-nation-to-present-case-at-uk-highest-court-over-state-immunity-in-surveillance-claims/">
  1428.                                        The Gulf nation to Present Case at UK Highest Court Over State Immunity in Surveillance Claims
  1429.                                    </a></h3>
  1430.                    <p class="medium-excerpt"></p>
  1431.                    <div class="medium-meta">
  1432.                      <span class="author">By Taylor Griffin</span>
  1433.                      <span class="date">12 May 2026</span>
  1434.                    </div>
  1435.                  </div>
  1436.                </div>
  1437.              </div>
  1438.            </div>
  1439.          </div>
  1440.  
  1441.          
  1442.          
  1443.  
  1444.          
  1445.            <!-- Small Cards Row -->
  1446.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1447.              <div class="small-card h-100">
  1448.                <div class="small-image-wrapper">
  1449.                    
  1450.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1451.                            style="object-fit: cover;" alt="">
  1452.                    
  1453.                  <span class="small-category bg-primary-gradient">News</span>
  1454.                </div>
  1455.                <div class="small-content">
  1456.                  <h4 class="small-title"> <a class="top-color" href="/the-visionary-filmmaker-clarifies-computers-dont-create-avatar-films/" >
  1457.                                        The Visionary Filmmaker Clarifies: ‘Computers Don’t Create Avatar Films’
  1458.                                    </a></h4>
  1459.                  <p class="medium-excerpt"></p>
  1460.                  <div class="small-meta">
  1461.                    <span>By Taylor Griffin</span>
  1462.                    <span>11 May 2026</span>
  1463.                  </div>
  1464.                </div>
  1465.              </div>
  1466.            </div>
  1467.            
  1468.            <!-- Small Cards Row -->
  1469.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1470.              <div class="small-card h-100">
  1471.                <div class="small-image-wrapper">
  1472.                    
  1473.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1474.                            style="object-fit: cover;" alt="">
  1475.                    
  1476.                  <span class="small-category bg-primary-gradient">News</span>
  1477.                </div>
  1478.                <div class="small-content">
  1479.                  <h4 class="small-title"> <a class="top-color" href="/a-tale-of-unexpected-generosity-the-time-a-student-allowed-me-to-sleep-on-her-dormitory-floor/" >
  1480.                                        A Tale of Unexpected Generosity: The Time a Student Allowed Me to Sleep on Her Dormitory Floor
  1481.                                    </a></h4>
  1482.                  <p class="medium-excerpt"></p>
  1483.                  <div class="small-meta">
  1484.                    <span>By Taylor Griffin</span>
  1485.                    <span>11 May 2026</span>
  1486.                  </div>
  1487.                </div>
  1488.              </div>
  1489.            </div>
  1490.            
  1491.  
  1492.        </div>
  1493.      </div>
  1494.    </div>
  1495.  </div>
  1496. </div>
  1497.  
  1498. <style>
  1499.  /* Blog Hero V5 - Clean Card Grid Design */
  1500.  :root {
  1501.    --shadow-light: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  1502.    --shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1503.    --shadow-heavy: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  1504.  
  1505.    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  1506.  }
  1507.  
  1508.  .blog-hero-v5 {
  1509.    padding: 4rem 0;
  1510.  }
  1511.  
  1512.  /* Hero Header */
  1513.  .hero-header {
  1514.    margin-bottom: 2rem;
  1515.  }
  1516.  
  1517.  .hero-title {
  1518.    font-size: 3.5rem;
  1519.    font-weight: 800;
  1520.    color: var(--text-dark);
  1521.    margin-bottom: 1rem;
  1522.    letter-spacing: -0.025em;
  1523.    line-height: 1.1;
  1524.  }
  1525.  
  1526.  .hero-subtitle {
  1527.    font-size: 1.25rem;
  1528.    color: var(--text-light);
  1529.    font-weight: 400;
  1530.    max-width: 600px;
  1531.    margin: 0 auto;
  1532.  }
  1533.  
  1534.  /* Large Featured Card */
  1535.  .large-featured-card {
  1536.    background: var(--card-bg);
  1537.    border-radius: var(--border-radius);
  1538.    box-shadow: var(--shadow-medium);
  1539.    overflow: hidden;
  1540.    height: 100%;
  1541.    transition: var(--transition);
  1542.    border: 1px solid var(--border-color);
  1543.  }
  1544.  
  1545.  .large-featured-card:hover {
  1546.    transform: translateY(-8px);
  1547.    box-shadow: var(--shadow-heavy);
  1548.  }
  1549.  
  1550.  .card-image-wrapper {
  1551.    position: relative;
  1552.    height: 280px;
  1553.    overflow: hidden;
  1554.  }
  1555.  
  1556.  .card-image {
  1557.    width: 100%;
  1558.    height: 100%;
  1559.    object-fit: cover;
  1560.    transition: var(--transition);
  1561.  }
  1562.  
  1563.  .large-featured-card:hover .card-image {
  1564.    transform: scale(1.05);
  1565.  }
  1566.  
  1567.  .image-overlay {
  1568.    position: absolute;
  1569.    top: 1.5rem;
  1570.    left: 1.5rem;
  1571.  }
  1572.  
  1573.  .card-content {
  1574.    padding: 2rem;
  1575.  }
  1576.  
  1577.  .card-title {
  1578.    font-size: 1.75rem;
  1579.    font-weight: 700;
  1580.    color: var(--text-dark);
  1581.    margin-bottom: 1rem;
  1582.    line-height: 1.3;
  1583.  }
  1584.  
  1585.  .card-description {
  1586.    color: var(--text-light);
  1587.    font-size: 1rem;
  1588.    line-height: 1.6;
  1589.    margin-bottom: 2rem;
  1590.  }
  1591.  
  1592.  .card-footer {
  1593.    display: flex;
  1594.    align-items: center;
  1595.    justify-content: space-between;
  1596.  }
  1597.  
  1598.  .author-section {
  1599.    display: flex;
  1600.    align-items: center;
  1601.    gap: 1rem;
  1602.  }
  1603.  
  1604.  .author-avatar {
  1605.    width: 48px;
  1606.    height: 48px;
  1607.    border-radius: 50%;
  1608.    overflow: hidden;
  1609.    border: 2px solid var(--border-color);
  1610.  }
  1611.  
  1612.  .author-avatar img {
  1613.    width: 100%;
  1614.    height: 100%;
  1615.    object-fit: cover;
  1616.  }
  1617.  
  1618.  .author-details {
  1619.    display: flex;
  1620.    flex-direction: column;
  1621.  }
  1622.  
  1623.  .author-name {
  1624.    font-weight: 600;
  1625.    color: var(--text-dark);
  1626.    font-size: 0.95rem;
  1627.  }
  1628.  
  1629.  .publish-date {
  1630.    color: var(--text-light);
  1631.    font-size: 0.875rem;
  1632.  }
  1633.  
  1634.  .read-time {
  1635.    background: var(--card-bg);
  1636.    padding: 0.5rem 1rem;
  1637.    border-radius: 20px;
  1638.    font-size: 0.875rem;
  1639.    color: var(--text-light);
  1640.    font-weight: 500;
  1641.  }
  1642.  
  1643.  /* Category Pills */
  1644.  .category-pill {
  1645.    display: inline-block;
  1646.    padding: 0.5rem 1rem;
  1647.    font-size: 0.75rem;
  1648.    font-weight: 600;
  1649.    text-transform: uppercase;
  1650.    letter-spacing: 0.05em;
  1651.    border-radius: 20px;
  1652.    color: white;
  1653.  }
  1654.  
  1655.  
  1656.  /* Medium Featured Card */
  1657.  .medium-featured-card {
  1658.    background: var(--card-bg);
  1659.    border-radius: var(--border-radius);
  1660.    box-shadow: var(--shadow-light);
  1661.    overflow: hidden;
  1662.    height: 220px;
  1663.    transition: var(--transition);
  1664.    border: 1px solid var(--border-color);
  1665.  }
  1666.  
  1667.  .medium-featured-card:hover {
  1668.    transform: translateY(-4px);
  1669.    box-shadow: var(--shadow-medium);
  1670.  }
  1671.  
  1672.  .medium-image-wrapper {
  1673.    position: relative;
  1674.    height: 100%;
  1675.    overflow: hidden;
  1676.  }
  1677.  
  1678.  .medium-image-wrapper img {
  1679.    width: 100%;
  1680.    height: 100%;
  1681.    object-fit: cover;
  1682.    transition: var(--transition);
  1683.  }
  1684.  
  1685.  .medium-featured-card:hover .medium-image-wrapper img {
  1686.    transform: scale(1.05);
  1687.  }
  1688.  
  1689.  .medium-overlay {
  1690.    position: absolute;
  1691.    top: 1rem;
  1692.    left: 1rem;
  1693.  }
  1694.  
  1695.  .medium-content {
  1696.    padding: 1.5rem;
  1697.    display: flex;
  1698.    flex-direction: column;
  1699.    justify-content: space-between;
  1700.    height: 100%;
  1701.  }
  1702.  
  1703.  .medium-title {
  1704.    font-size: 1.25rem;
  1705.    font-weight: 600;
  1706.    color: var(--text-dark);
  1707.    margin-bottom: 0.75rem;
  1708.    line-height: 1.3;
  1709.  }
  1710.  
  1711.  .medium-excerpt {
  1712.    color: var(--text-light);
  1713.    font-size: 0.9rem;
  1714.    line-height: 1.5;
  1715.    margin-bottom: 1rem;
  1716.    flex-grow: 1;
  1717.  }
  1718.  
  1719.  .medium-meta {
  1720.    display: flex;
  1721.    flex-direction: column;
  1722.    gap: 0.25rem;
  1723.    font-size: 0.8rem;
  1724.  }
  1725.  
  1726.  /* Small Cards */
  1727.  .small-card {
  1728.    background: var(--card-bg);
  1729.    border-radius: var(--border-radius);
  1730.    box-shadow: var(--shadow-light);
  1731.    overflow: hidden;
  1732.    transition: var(--transition);
  1733.    border: 1px solid var(--border-color);
  1734.    display: flex;
  1735.    flex-direction: column;
  1736.  }
  1737.  
  1738.  .small-card:hover {
  1739.    transform: translateY(-4px);
  1740.    box-shadow: var(--shadow-medium);
  1741.  }
  1742.  
  1743.  .small-image-wrapper {
  1744.    position: relative;
  1745.    height: 140px;
  1746.    overflow: hidden;
  1747.    flex-shrink: 0;
  1748.  }
  1749.  
  1750.  .small-image-wrapper img {
  1751.    width: 100%;
  1752.    height: 100%;
  1753.    object-fit: cover;
  1754.    transition: var(--transition);
  1755.  }
  1756.  
  1757.  .small-card:hover .small-image-wrapper img {
  1758.    transform: scale(1.05);
  1759.  }
  1760.  
  1761.  .small-category {
  1762.    position: absolute;
  1763.    top: 0.75rem;
  1764.    left: 0.75rem;
  1765.    padding: 0.25rem 0.75rem;
  1766.    font-size: 0.7rem;
  1767.    font-weight: 600;
  1768.    text-transform: uppercase;
  1769.    border-radius: 12px;
  1770.    color: white;
  1771.  }
  1772.  
  1773.  
  1774.  .small-content {
  1775.    padding: 1rem;
  1776.    flex-grow: 1;
  1777.    display: flex;
  1778.    flex-direction: column;
  1779.    justify-content: space-between;
  1780.  }
  1781.  
  1782.  .small-title {
  1783.    font-size: 1rem;
  1784.    font-weight: 600;
  1785.    color: var(--text-dark);
  1786.    margin-bottom: 0.75rem;
  1787.    line-height: 1.3;
  1788.  }
  1789.  
  1790.  .small-meta {
  1791.    display: flex;
  1792.    justify-content: space-between;
  1793.    font-size: 0.75rem;
  1794.    color: var(--text-light);
  1795.  }
  1796.  
  1797.  /* Stats Section - Removed */
  1798.  
  1799.  /* Responsive Design */
  1800.  @media (max-width: 992px) {
  1801.    .hero-title {
  1802.      font-size: 2.5rem;
  1803.    }
  1804.  
  1805.    .card-content {
  1806.      padding: 1.5rem;
  1807.    }
  1808.  
  1809.    .card-title {
  1810.      font-size: 1.5rem;
  1811.    }
  1812.  
  1813.    .medium-featured-card {
  1814.      height: auto;
  1815.    }
  1816.  
  1817.    .medium-content {
  1818.      height: auto;
  1819.    }
  1820.  }
  1821.  
  1822.  @media (max-width: 768px) {
  1823.    .blog-hero-v5 {
  1824.      padding: 2rem 0;
  1825.    }
  1826.  
  1827.    .hero-title {
  1828.      font-size: 2rem;
  1829.    }
  1830.  
  1831.    .hero-subtitle {
  1832.      font-size: 1rem;
  1833.    }
  1834.  
  1835.    .card-image-wrapper {
  1836.      height: 200px;
  1837.    }
  1838.  
  1839.    .medium-featured-card {
  1840.      height: auto;
  1841.    }
  1842.  
  1843.    .medium-image-wrapper {
  1844.      height: 150px;
  1845.    }
  1846.  
  1847.    .small-image-wrapper {
  1848.      height: 120px;
  1849.    }
  1850.  }
  1851.  
  1852.  @media (max-width: 576px) {
  1853.    .card-footer {
  1854.      flex-direction: column;
  1855.      align-items: flex-start;
  1856.      gap: 1rem;
  1857.    }
  1858.  
  1859.    .stat-number {
  1860.      font-size: 1.5rem;
  1861.    }
  1862.  }
  1863. </style>
  1864.  
  1865.  
  1866.  
  1867.  
  1868.  
  1869.        <!-- end of wpo-blog-hero -->
  1870.  
  1871.        <!-- start of wpo-breacking-news -->
  1872.        
  1873.        <!-- end of wpo-breacking-news -->
  1874.        
  1875.        <!-- start wpo-blog-highlights-section -->
  1876.        
  1877.  
  1878.  
  1879.  
  1880.    
  1881.  
  1882.  
  1883.  <style>
  1884.    .blog-section {
  1885.      padding: 60px 0;
  1886.    }
  1887.  
  1888.    .blog-card {
  1889.      background: var(--card-bg);
  1890.      border-radius: 12px;
  1891.      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  1892.      transition: box-shadow 0.3s ease, transform 0.3s ease;
  1893.      margin-bottom: 30px;
  1894.      overflow: hidden;
  1895.      border: none;
  1896.    }
  1897.  
  1898.    .blog-card-body {
  1899.      padding: 30px;
  1900.    }
  1901.  
  1902.    .blog-category {
  1903.      display: inline-block;
  1904.      padding: 6px 16px;
  1905.      border-radius: 20px;
  1906.      font-size: 12px;
  1907.      font-weight: 600;
  1908.      text-transform: uppercase;
  1909.      letter-spacing: 0.5px;
  1910.      margin-bottom: 20px;
  1911.    }
  1912.  
  1913.    .blog-title {
  1914.      font-weight: 700;
  1915.      color: var(--topbar-color);
  1916.      margin-bottom: 20px;
  1917.      line-height: 1.4;
  1918.      text-decoration: none;
  1919.    }
  1920.  
  1921.    .blog-title:hover {
  1922.      color: #1e40af !important;
  1923.      text-decoration: none;
  1924.    }
  1925.  
  1926.    .blog-meta {
  1927.      display: flex;
  1928.      align-items: center;
  1929.      margin-bottom: 20px;
  1930.      color: var(--topbar-color);
  1931.      font-size: 14px;
  1932.    }
  1933.  
  1934.    .blog-meta img {
  1935.      width: 35px;
  1936.      height: 35px;
  1937.      border-radius: 50%;
  1938.      object-fit: cover;
  1939.      display: block;
  1940.    }
  1941.  
  1942.    .blog-meta .meta-info {
  1943.      display: flex;
  1944.      align-items: center;
  1945.      gap: 15px;
  1946.    }
  1947.  
  1948.    .blog-description {
  1949.      color: var(--topbar-color);
  1950.      line-height: 1.7;
  1951.      margin-bottom: 25px;
  1952.      font-size: 15px;
  1953.    }
  1954.  
  1955.    .read-more-btn {
  1956.      background: transparent;
  1957.      border: 2px solid var(--bs-primary);
  1958.      color: var(--bs-primary);
  1959.      padding: 12px 30px;
  1960.      border-radius: 6px;
  1961.      font-weight: 600;
  1962.      text-transform: uppercase;
  1963.      letter-spacing: 0.5px;
  1964.      transition: all 0.3s ease;
  1965.      text-decoration: none;
  1966.      display: inline-block;
  1967.      font-size: 13px;
  1968.    }
  1969.  
  1970.    .read-more-btn:hover {
  1971.      background: var(--bs-primary);
  1972.      color: var(--bs-white) !important;
  1973.      text-decoration: none;
  1974.    }
  1975.  
  1976.    .section-title {
  1977.      text-align: center;
  1978.      margin-bottom: 50px;
  1979.    }
  1980.  
  1981.    .section-title h2 {
  1982.      font-size: 42px;
  1983.      font-weight: 800;
  1984.      color: #2c3e50;
  1985.      margin-bottom: 15px;
  1986.    }
  1987.  
  1988.    .section-title p {
  1989.      color: #6c757d;
  1990.      font-size: 18px;
  1991.      max-width: 600px;
  1992.      margin: 0 auto;
  1993.    }
  1994.  
  1995.    .avatar-placeholder {
  1996.      width: 35px;
  1997.      height: 35px;
  1998.      border-radius: 50%;
  1999.      background: linear-gradient(45deg, var(--bs-primary), #20c997);
  2000.      display: flex;
  2001.      align-items: center;
  2002.      justify-content: center;
  2003.      color: var(--bs-white);
  2004.      font-weight: bold;
  2005.      margin-right: 12px;
  2006.      overflow: hidden;
  2007.    }
  2008.  
  2009.    @media (max-width: 768px) {
  2010.  
  2011.  
  2012.      .section-title h2 {
  2013.        font-size: 32px;
  2014.      }
  2015.  
  2016.      .blog-card-body {
  2017.        padding: 20px;
  2018.      }
  2019.    }
  2020.  
  2021.    /* ===== Smooth Fade on Scroll (Up & Down) ===== */
  2022.    :root{
  2023.      --fade-distance: 28px;
  2024.      --fade-duration: 700ms;
  2025.      --fade-ease: cubic-bezier(0.16,1,0.3,1);
  2026.    }
  2027.  
  2028.    .fade-base{
  2029.      opacity: 0;
  2030.      filter: blur(2px);
  2031.      transform: translateY(var(--y,0)) translateZ(0); /* GPU hint */
  2032.      transition:
  2033.        opacity var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  2034.        transform var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  2035.        filter var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms);
  2036.      will-change: transform, opacity, filter;
  2037.    }
  2038.    .fade-up   { --y: var(--fade-distance); }          /* when entering on scroll down */
  2039.    .fade-down { --y: calc(var(--fade-distance) * -1); }/* when entering on scroll up */
  2040.  
  2041.    .fade-show{
  2042.      opacity: 1;
  2043.      filter: blur(0);
  2044.      transform: translateY(0) translateZ(0);
  2045.    }
  2046.  
  2047.    /* Hover should still work after fade-in */
  2048.    .blog-card.fade-show:hover{
  2049.      transform: translateY(-5px) translateZ(0);
  2050.      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  2051.    }
  2052.  
  2053.    /* Reduced motion */
  2054.    @media (prefers-reduced-motion: reduce){
  2055.      .fade-base{
  2056.        transition: none !important;
  2057.        transform: none !important;
  2058.        opacity: 1 !important;
  2059.        filter: none !important;
  2060.      }
  2061.      .blog-card.fade-show:hover{
  2062.        transform: none !important;
  2063.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  2064.      }
  2065.    }
  2066.  </style>
  2067.  
  2068.  <section class="blog-section">
  2069.    <div class="container-fluid fluid-container">
  2070.      <div class="row">
  2071.        <div class="section-title ">
  2072.          <h2>
  2073.                Today's Top Highlights
  2074.                   </h2>
  2075.          <p>Stay updated with the latest insights and trends in online gaming</p>
  2076.        </div>
  2077.  
  2078.        <div class="col-lg-8 col-12">
  2079.          
  2080.            <div class="blog-card fade-base">
  2081.              <div class="blog-card-body">
  2082.                <span class="blog-category bg-primary-gradient">News</span>
  2083.                <h3>
  2084.                  <a href="/three-game-pass-games-we-are-playing-over-the-weekend-oct-10-12/" class="blog-title">
  2085.                    Three Game Pass Games We Are Playing Over the Weekend (Oct. 10-12)
  2086.                  </a>
  2087.                </h3>
  2088.                <div class="blog-meta">
  2089.                  <div class="avatar-placeholder">
  2090.                    
  2091.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Taylor Griffin" />
  2092.                    
  2093.                  </div>
  2094.                  <div class="meta-info">
  2095.                    <span>Taylor Griffin</span>
  2096.                    <span><i class="far fa-clock"></i> 11 May 2026</span>
  2097.                  </div>
  2098.                </div>
  2099.                <p class="blog-description"></p>
  2100.                <a href="/three-game-pass-games-we-are-playing-over-the-weekend-oct-10-12/" class="read-more-btn">READ MORE</a>
  2101.              </div>
  2102.            </div>
  2103.          
  2104.            <div class="blog-card fade-base">
  2105.              <div class="blog-card-body">
  2106.                <span class="blog-category bg-primary-gradient">News</span>
  2107.                <h3>
  2108.                  <a href="/everyday-reality-for-120000-asylum-seekers-in-the-extensive-mbera-camp-on-the-malians-border/" class="blog-title">
  2109.                    Everyday Reality for 120,000 Asylum Seekers in the Extensive Mbera Camp on the Malians Border.
  2110.                  </a>
  2111.                </h3>
  2112.                <div class="blog-meta">
  2113.                  <div class="avatar-placeholder">
  2114.                    
  2115.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Taylor Griffin" />
  2116.                    
  2117.                  </div>
  2118.                  <div class="meta-info">
  2119.                    <span>Taylor Griffin</span>
  2120.                    <span><i class="far fa-clock"></i> 11 May 2026</span>
  2121.                  </div>
  2122.                </div>
  2123.                <p class="blog-description"></p>
  2124.                <a href="/everyday-reality-for-120000-asylum-seekers-in-the-extensive-mbera-camp-on-the-malians-border/" class="read-more-btn">READ MORE</a>
  2125.              </div>
  2126.            </div>
  2127.          
  2128.            <div class="blog-card fade-base">
  2129.              <div class="blog-card-body">
  2130.                <span class="blog-category bg-primary-gradient">News</span>
  2131.                <h3>
  2132.                  <a href="/the-way-a-us-military-vet-assisted-the-venezuelan-opposition-leader-escape-venezuela/" class="blog-title">
  2133.                    The Way a US Military Vet Assisted the Venezuelan Opposition Leader Escape Venezuela
  2134.                  </a>
  2135.                </h3>
  2136.                <div class="blog-meta">
  2137.                  <div class="avatar-placeholder">
  2138.                    
  2139.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Taylor Griffin" />
  2140.                    
  2141.                  </div>
  2142.                  <div class="meta-info">
  2143.                    <span>Taylor Griffin</span>
  2144.                    <span><i class="far fa-clock"></i> 11 May 2026</span>
  2145.                  </div>
  2146.                </div>
  2147.                <p class="blog-description"></p>
  2148.                <a href="/the-way-a-us-military-vet-assisted-the-venezuelan-opposition-leader-escape-venezuela/" class="read-more-btn">READ MORE</a>
  2149.              </div>
  2150.            </div>
  2151.          
  2152.            <div class="blog-card fade-base">
  2153.              <div class="blog-card-body">
  2154.                <span class="blog-category bg-primary-gradient">News</span>
  2155.                <h3>
  2156.                  <a href="/a-guide-to-talk-romance-like-a-zoomer-fifty-one-ultra-specific-terms-for-romance-sex-and-bad-behaviour/" class="blog-title">
  2157.                    A Guide to Talk Romance Like a Zoomer: Fifty-One Ultra-Specific Terms for Romance, Sex and Bad Behaviour
  2158.                  </a>
  2159.                </h3>
  2160.                <div class="blog-meta">
  2161.                  <div class="avatar-placeholder">
  2162.                    
  2163.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Taylor Griffin" />
  2164.                    
  2165.                  </div>
  2166.                  <div class="meta-info">
  2167.                    <span>Taylor Griffin</span>
  2168.                    <span><i class="far fa-clock"></i> 11 May 2026</span>
  2169.                  </div>
  2170.                </div>
  2171.                <p class="blog-description"></p>
  2172.                <a href="/a-guide-to-talk-romance-like-a-zoomer-fifty-one-ultra-specific-terms-for-romance-sex-and-bad-behaviour/" class="read-more-btn">READ MORE</a>
  2173.              </div>
  2174.            </div>
  2175.          
  2176.            <div class="blog-card fade-base">
  2177.              <div class="blog-card-body">
  2178.                <span class="blog-category bg-primary-gradient">News</span>
  2179.                <h3>
  2180.                  <a href="/donald-trump-and-his-followers-envision-a-planet-lacking-worldwide-regulations-but-they-are-unlikely-to-succeed/" class="blog-title">
  2181.                    Donald Trump and His Followers Envision a Planet Lacking Worldwide Regulations – But They Are Unlikely to Succeed
  2182.                  </a>
  2183.                </h3>
  2184.                <div class="blog-meta">
  2185.                  <div class="avatar-placeholder">
  2186.                    
  2187.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Taylor Griffin" />
  2188.                    
  2189.                  </div>
  2190.                  <div class="meta-info">
  2191.                    <span>Taylor Griffin</span>
  2192.                    <span><i class="far fa-clock"></i> 10 May 2026</span>
  2193.                  </div>
  2194.                </div>
  2195.                <p class="blog-description"></p>
  2196.                <a href="/donald-trump-and-his-followers-envision-a-planet-lacking-worldwide-regulations-but-they-are-unlikely-to-succeed/" class="read-more-btn">READ MORE</a>
  2197.              </div>
  2198.            </div>
  2199.          
  2200.            <div class="blog-card fade-base">
  2201.              <div class="blog-card-body">
  2202.                <span class="blog-category bg-primary-gradient">News</span>
  2203.                <h3>
  2204.                  <a href="/swedish-squad-lineup-alexander-isak-selected-while-viktor-gyokeres-misses-out/" class="blog-title">
  2205.                    Swedish Squad Lineup: Alexander Isak Selected While Viktor Gyokeres Misses Out
  2206.                  </a>
  2207.                </h3>
  2208.                <div class="blog-meta">
  2209.                  <div class="avatar-placeholder">
  2210.                    
  2211.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Taylor Griffin" />
  2212.                    
  2213.                  </div>
  2214.                  <div class="meta-info">
  2215.                    <span>Taylor Griffin</span>
  2216.                    <span><i class="far fa-clock"></i> 10 May 2026</span>
  2217.                  </div>
  2218.                </div>
  2219.                <p class="blog-description"></p>
  2220.                <a href="/swedish-squad-lineup-alexander-isak-selected-while-viktor-gyokeres-misses-out/" class="read-more-btn">READ MORE</a>
  2221.              </div>
  2222.            </div>
  2223.          
  2224.            <div class="blog-card fade-base">
  2225.              <div class="blog-card-body">
  2226.                <span class="blog-category bg-primary-gradient">Others</span>
  2227.                <h3>
  2228.                  <a href="/a-beginners-guide-to-playing-internet-based-casino-slot-games/" class="blog-title">
  2229.                    A Beginner&#x27;s Guide to Playing Internet-Based Casino Slot Games
  2230.                  </a>
  2231.                </h3>
  2232.                <div class="blog-meta">
  2233.                  <div class="avatar-placeholder">
  2234.                    
  2235.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Taylor Griffin" />
  2236.                    
  2237.                  </div>
  2238.                  <div class="meta-info">
  2239.                    <span>Taylor Griffin</span>
  2240.                    <span><i class="far fa-clock"></i> 10 May 2026</span>
  2241.                  </div>
  2242.                </div>
  2243.                <p class="blog-description"></p>
  2244.                <a href="/a-beginners-guide-to-playing-internet-based-casino-slot-games/" class="read-more-btn">READ MORE</a>
  2245.              </div>
  2246.            </div>
  2247.          
  2248.            <div class="blog-card fade-base">
  2249.              <div class="blog-card-body">
  2250.                <span class="blog-category bg-primary-gradient">News</span>
  2251.                <h3>
  2252.                  <a href="/uae-refuses-to-participate-in-gaza-security-mission-lacking-clear-juridical-structure/" class="blog-title">
  2253.                    UAE Refuses to Participate in Gaza Security Mission Lacking Clear Juridical Structure
  2254.                  </a>
  2255.                </h3>
  2256.                <div class="blog-meta">
  2257.                  <div class="avatar-placeholder">
  2258.                    
  2259.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Taylor Griffin" />
  2260.                    
  2261.                  </div>
  2262.                  <div class="meta-info">
  2263.                    <span>Taylor Griffin</span>
  2264.                    <span><i class="far fa-clock"></i> 10 May 2026</span>
  2265.                  </div>
  2266.                </div>
  2267.                <p class="blog-description"></p>
  2268.                <a href="/uae-refuses-to-participate-in-gaza-security-mission-lacking-clear-juridical-structure/" class="read-more-btn">READ MORE</a>
  2269.              </div>
  2270.            </div>
  2271.          
  2272.            <div class="blog-card fade-base">
  2273.              <div class="blog-card-body">
  2274.                <span class="blog-category bg-primary-gradient">Others</span>
  2275.                <h3>
  2276.                  <a href="/exploring-the-thoughts-of-a-slots-winner-revelations-revealed/" class="blog-title">
  2277.                    Exploring the Thoughts of a Slots Winner: Revelations Revealed
  2278.                  </a>
  2279.                </h3>
  2280.                <div class="blog-meta">
  2281.                  <div class="avatar-placeholder">
  2282.                    
  2283.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Taylor Griffin" />
  2284.                    
  2285.                  </div>
  2286.                  <div class="meta-info">
  2287.                    <span>Taylor Griffin</span>
  2288.                    <span><i class="far fa-clock"></i> 10 May 2026</span>
  2289.                  </div>
  2290.                </div>
  2291.                <p class="blog-description"></p>
  2292.                <a href="/exploring-the-thoughts-of-a-slots-winner-revelations-revealed/" class="read-more-btn">READ MORE</a>
  2293.              </div>
  2294.            </div>
  2295.          
  2296.            <div class="blog-card fade-base">
  2297.              <div class="blog-card-body">
  2298.                <span class="blog-category bg-primary-gradient">News</span>
  2299.                <h3>
  2300.                  <a href="/abigail-spanberger-creates-a-landmark-as-virginias-initial-woman-state-leader/" class="blog-title">
  2301.                    Abigail Spanberger Creates a Landmark as Virginia&#x27;s Initial Woman State Leader
  2302.                  </a>
  2303.                </h3>
  2304.                <div class="blog-meta">
  2305.                  <div class="avatar-placeholder">
  2306.                    
  2307.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Taylor Griffin" />
  2308.                    
  2309.                  </div>
  2310.                  <div class="meta-info">
  2311.                    <span>Taylor Griffin</span>
  2312.                    <span><i class="far fa-clock"></i> 10 May 2026</span>
  2313.                  </div>
  2314.                </div>
  2315.                <p class="blog-description"></p>
  2316.                <a href="/abigail-spanberger-creates-a-landmark-as-virginias-initial-woman-state-leader/" class="read-more-btn">READ MORE</a>
  2317.              </div>
  2318.            </div>
  2319.          
  2320.            <div class="blog-card fade-base">
  2321.              <div class="blog-card-body">
  2322.                <span class="blog-category bg-primary-gradient">Others</span>
  2323.                <h3>
  2324.                  <a href="/your-go-to-handbook-to-playing-slot-machine-slot-games/" class="blog-title">
  2325.                    Your Go-To Handbook to Playing Slot Machine Slot Games
  2326.                  </a>
  2327.                </h3>
  2328.                <div class="blog-meta">
  2329.                  <div class="avatar-placeholder">
  2330.                    
  2331.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Taylor Griffin" />
  2332.                    
  2333.                  </div>
  2334.                  <div class="meta-info">
  2335.                    <span>Taylor Griffin</span>
  2336.                    <span><i class="far fa-clock"></i> 10 May 2026</span>
  2337.                  </div>
  2338.                </div>
  2339.                <p class="blog-description"></p>
  2340.                <a href="/your-go-to-handbook-to-playing-slot-machine-slot-games/" class="read-more-btn">READ MORE</a>
  2341.              </div>
  2342.            </div>
  2343.          
  2344.            <div class="blog-card fade-base">
  2345.              <div class="blog-card-body">
  2346.                <span class="blog-category bg-primary-gradient">News</span>
  2347.                <h3>
  2348.                  <a href="/when-did-i-get-that-good-looking-the-rock-legend-on-seeing-the-actor-play-him-in-film/" class="blog-title">
  2349.                    ‘When Did I Get That Good-Looking?’: The Rock Legend on Seeing The Actor Play Him In Film
  2350.                  </a>
  2351.                </h3>
  2352.                <div class="blog-meta">
  2353.                  <div class="avatar-placeholder">
  2354.                    
  2355.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Taylor Griffin" />
  2356.                    
  2357.                  </div>
  2358.                  <div class="meta-info">
  2359.                    <span>Taylor Griffin</span>
  2360.                    <span><i class="far fa-clock"></i> 10 May 2026</span>
  2361.                  </div>
  2362.                </div>
  2363.                <p class="blog-description"></p>
  2364.                <a href="/when-did-i-get-that-good-looking-the-rock-legend-on-seeing-the-actor-play-him-in-film/" class="read-more-btn">READ MORE</a>
  2365.              </div>
  2366.            </div>
  2367.          
  2368.          
  2369.  
  2370.        </div>
  2371.  
  2372.         <div class="col col-lg-4 col-12">
  2373.                
  2374.  
  2375.  
  2376.  
  2377.    
  2378.  
  2379.  
  2380. <!-- Blog Sidebar -->
  2381.  
  2382.    <div class="sidebar mb-3">
  2383.        
  2384.        
  2385.        <div class="sidebar-widget mb-4">
  2386.            <div class="widget-title-wrapper mb-3">
  2387.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2388.                    May 2026 Blog Roll
  2389.                    <span class="title-arrow"></span>
  2390.                </h4>
  2391.            </div>
  2392.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2393.                <ul class="list-unstyled scrollable-sidebar">
  2394.                    
  2395.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2396.                        <a href="https://www.clintoncards.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2397.                            <i class="ti-angle-right me-2 text-primary"></i>
  2398.                            <span class="fw-semibold">non gamstop casino</span>
  2399.                        </a>
  2400.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2401.                    </li>
  2402.                    
  2403.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2404.                        <a href="https://www.charlesjencks.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2405.                            <i class="ti-angle-right me-2 text-primary"></i>
  2406.                            <span class="fw-semibold">best uk non gamstop casinos</span>
  2407.                        </a>
  2408.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2409.                    </li>
  2410.                    
  2411.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2412.                        <a href="https://www.focus12.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2413.                            <i class="ti-angle-right me-2 text-primary"></i>
  2414.                            <span class="fw-semibold">casinos not on gamstop</span>
  2415.                        </a>
  2416.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2417.                    </li>
  2418.                    
  2419.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2420.                        <a href="https://britishicehockey.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2421.                            <i class="ti-angle-right me-2 text-primary"></i>
  2422.                            <span class="fw-semibold">casinos not on gamstop</span>
  2423.                        </a>
  2424.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2425.                    </li>
  2426.                    
  2427.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2428.                        <a href="https://adventuregamers.com/online-casinos/non-gamstop"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2429.                            <i class="ti-angle-right me-2 text-primary"></i>
  2430.                            <span class="fw-semibold">casino not on gamstop</span>
  2431.                        </a>
  2432.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2433.                    </li>
  2434.                    
  2435.                </ul>
  2436.            </div>
  2437.        </div>
  2438.        
  2439.        <div class="sidebar-widget mb-4">
  2440.            <div class="widget-title-wrapper mb-3">
  2441.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2442.                    April 2026 Blog Roll
  2443.                    <span class="title-arrow"></span>
  2444.                </h4>
  2445.            </div>
  2446.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2447.                <ul class="list-unstyled scrollable-sidebar">
  2448.                    
  2449.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2450.                        <a href="https://tdlwebsolutions.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2451.                            <i class="ti-angle-right me-2 text-primary"></i>
  2452.                            <span class="fw-semibold">lolajack casino</span>
  2453.                        </a>
  2454.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2455.                    </li>
  2456.                    
  2457.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2458.                        <a href="https://www.agediscrimination.info/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2459.                            <i class="ti-angle-right me-2 text-primary"></i>
  2460.                            <span class="fw-semibold">best online casinos</span>
  2461.                        </a>
  2462.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2463.                    </li>
  2464.                    
  2465.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2466.                        <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2467.                            <i class="ti-angle-right me-2 text-primary"></i>
  2468.                            <span class="fw-semibold">non gamstop casino</span>
  2469.                        </a>
  2470.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2471.                    </li>
  2472.                    
  2473.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2474.                        <a href="https://www.chemical-records.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2475.                            <i class="ti-angle-right me-2 text-primary"></i>
  2476.                            <span class="fw-semibold">non gamstop casinos</span>
  2477.                        </a>
  2478.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2479.                    </li>
  2480.                    
  2481.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2482.                        <a href="https://www.foodsofengland.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2483.                            <i class="ti-angle-right me-2 text-primary"></i>
  2484.                            <span class="fw-semibold">non gamstop casinos</span>
  2485.                        </a>
  2486.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2487.                    </li>
  2488.                    
  2489.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2490.                        <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2491.                            <i class="ti-angle-right me-2 text-primary"></i>
  2492.                            <span class="fw-semibold">casinos not on gamstop</span>
  2493.                        </a>
  2494.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2495.                    </li>
  2496.                    
  2497.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2498.                        <a href="https://straightfromyard.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2499.                            <i class="ti-angle-right me-2 text-primary"></i>
  2500.                            <span class="fw-semibold">non gamstop casino</span>
  2501.                        </a>
  2502.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2503.                    </li>
  2504.                    
  2505.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2506.                        <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2507.                            <i class="ti-angle-right me-2 text-primary"></i>
  2508.                            <span class="fw-semibold">non gamstop casino</span>
  2509.                        </a>
  2510.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2511.                    </li>
  2512.                    
  2513.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2514.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2515.                            <i class="ti-angle-right me-2 text-primary"></i>
  2516.                            <span class="fw-semibold">non gamstop casino</span>
  2517.                        </a>
  2518.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2519.                    </li>
  2520.                    
  2521.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2522.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2523.                            <i class="ti-angle-right me-2 text-primary"></i>
  2524.                            <span class="fw-semibold">non gamstop casino</span>
  2525.                        </a>
  2526.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2527.                    </li>
  2528.                    
  2529.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2530.                        <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2531.                            <i class="ti-angle-right me-2 text-primary"></i>
  2532.                            <span class="fw-semibold">non gamstop casino</span>
  2533.                        </a>
  2534.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2535.                    </li>
  2536.                    
  2537.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2538.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2539.                            <i class="ti-angle-right me-2 text-primary"></i>
  2540.                            <span class="fw-semibold">non gamstop casino</span>
  2541.                        </a>
  2542.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2543.                    </li>
  2544.                    
  2545.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2546.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2547.                            <i class="ti-angle-right me-2 text-primary"></i>
  2548.                            <span class="fw-semibold">non gamstop casino</span>
  2549.                        </a>
  2550.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2551.                    </li>
  2552.                    
  2553.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2554.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2555.                            <i class="ti-angle-right me-2 text-primary"></i>
  2556.                            <span class="fw-semibold">casino not on gamstop</span>
  2557.                        </a>
  2558.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2559.                    </li>
  2560.                    
  2561.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2562.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2563.                            <i class="ti-angle-right me-2 text-primary"></i>
  2564.                            <span class="fw-semibold">non gamstop casino</span>
  2565.                        </a>
  2566.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2567.                    </li>
  2568.                    
  2569.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2570.                        <a href="https://www.elthampalace.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2571.                            <i class="ti-angle-right me-2 text-primary"></i>
  2572.                            <span class="fw-semibold">non gamstop casino</span>
  2573.                        </a>
  2574.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2575.                    </li>
  2576.                    
  2577.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2578.                        <a href="https://cloistersbistro.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2579.                            <i class="ti-angle-right me-2 text-primary"></i>
  2580.                            <span class="fw-semibold">new casino sites UK</span>
  2581.                        </a>
  2582.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2583.                    </li>
  2584.                    
  2585.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2586.                        <a href="https://israelpremiertech.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2587.                            <i class="ti-angle-right me-2 text-primary"></i>
  2588.                            <span class="fw-semibold">casinos not on GamStop</span>
  2589.                        </a>
  2590.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2591.                    </li>
  2592.                    
  2593.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2594.                        <a href="https://thesaracensatbrington.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2595.                            <i class="ti-angle-right me-2 text-primary"></i>
  2596.                            <span class="fw-semibold">non uk casinos</span>
  2597.                        </a>
  2598.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2599.                    </li>
  2600.                    
  2601.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2602.                        <a href="https://www.nhsborders.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2603.                            <i class="ti-angle-right me-2 text-primary"></i>
  2604.                            <span class="fw-semibold">crypto casino UK</span>
  2605.                        </a>
  2606.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2607.                    </li>
  2608.                    
  2609.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2610.                        <a href="https://swtrains.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2611.                            <i class="ti-angle-right me-2 text-primary"></i>
  2612.                            <span class="fw-semibold">spinshark</span>
  2613.                        </a>
  2614.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2615.                    </li>
  2616.                    
  2617.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2618.                        <a href="https://longviewuk.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2619.                            <i class="ti-angle-right me-2 text-primary"></i>
  2620.                            <span class="fw-semibold">non gamstop casinos</span>
  2621.                        </a>
  2622.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2623.                    </li>
  2624.                    
  2625.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2626.                        <a href="https://bvdfree.org.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2627.                            <i class="ti-angle-right me-2 text-primary"></i>
  2628.                            <span class="fw-semibold">non gamstop casinos</span>
  2629.                        </a>
  2630.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2631.                    </li>
  2632.                    
  2633.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2634.                        <a href="https://lessplastic.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2635.                            <i class="ti-angle-right me-2 text-primary"></i>
  2636.                            <span class="fw-semibold">casinos not on gamstop</span>
  2637.                        </a>
  2638.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2639.                    </li>
  2640.                    
  2641.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2642.                        <a href="https://rochdaleonline.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2643.                            <i class="ti-angle-right me-2 text-primary"></i>
  2644.                            <span class="fw-semibold">non gamstop casino</span>
  2645.                        </a>
  2646.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2647.                    </li>
  2648.                    
  2649.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2650.                        <a href="https://www.ukessaywriters.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2651.                            <i class="ti-angle-right me-2 text-primary"></i>
  2652.                            <span class="fw-semibold">best uk online casinos</span>
  2653.                        </a>
  2654.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2655.                    </li>
  2656.                    
  2657.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2658.                        <a href="https://steviethefox.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2659.                            <i class="ti-angle-right me-2 text-primary"></i>
  2660.                            <span class="fw-semibold">best crypto betting sites</span>
  2661.                        </a>
  2662.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2663.                    </li>
  2664.                    
  2665.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2666.                        <a href="https://www.peelengineering.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2667.                            <i class="ti-angle-right me-2 text-primary"></i>
  2668.                            <span class="fw-semibold">casino not on gamstop</span>
  2669.                        </a>
  2670.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2671.                    </li>
  2672.                    
  2673.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2674.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2675.                            <i class="ti-angle-right me-2 text-primary"></i>
  2676.                            <span class="fw-semibold">casinos not on gamstop</span>
  2677.                        </a>
  2678.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2679.                    </li>
  2680.                    
  2681.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2682.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2683.                            <i class="ti-angle-right me-2 text-primary"></i>
  2684.                            <span class="fw-semibold">casinos not on gamstop</span>
  2685.                        </a>
  2686.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2687.                    </li>
  2688.                    
  2689.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2690.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2691.                            <i class="ti-angle-right me-2 text-primary"></i>
  2692.                            <span class="fw-semibold">casinos not on gamstop</span>
  2693.                        </a>
  2694.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2695.                    </li>
  2696.                    
  2697.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2698.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2699.                            <i class="ti-angle-right me-2 text-primary"></i>
  2700.                            <span class="fw-semibold">non gamstop casino</span>
  2701.                        </a>
  2702.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2703.                    </li>
  2704.                    
  2705.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2706.                        <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2707.                            <i class="ti-angle-right me-2 text-primary"></i>
  2708.                            <span class="fw-semibold">casino not on gamstop</span>
  2709.                        </a>
  2710.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2711.                    </li>
  2712.                    
  2713.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2714.                        <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2715.                            <i class="ti-angle-right me-2 text-primary"></i>
  2716.                            <span class="fw-semibold">non UK gambling sites</span>
  2717.                        </a>
  2718.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2719.                    </li>
  2720.                    
  2721.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2722.                        <a href="https://www.cultinformation.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2723.                            <i class="ti-angle-right me-2 text-primary"></i>
  2724.                            <span class="fw-semibold">no gamstop casino</span>
  2725.                        </a>
  2726.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2727.                    </li>
  2728.                    
  2729.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2730.                        <a href="https://www.gamblinginsider.com/uk/online-casinos"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2731.                            <i class="ti-angle-right me-2 text-primary"></i>
  2732.                            <span class="fw-semibold">top 20 online casinos uk</span>
  2733.                        </a>
  2734.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2735.                    </li>
  2736.                    
  2737.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2738.                        <a href="https://deskmate.co/betting-sites-not-on-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2739.                            <i class="ti-angle-right me-2 text-primary"></i>
  2740.                            <span class="fw-semibold">betting sites not on gamstop</span>
  2741.                        </a>
  2742.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2743.                    </li>
  2744.                    
  2745.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2746.                        <a href="https://www.charlesjencks.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2747.                            <i class="ti-angle-right me-2 text-primary"></i>
  2748.                            <span class="fw-semibold">non gamstop casino</span>
  2749.                        </a>
  2750.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2751.                    </li>
  2752.                    
  2753.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2754.                        <a href="https://www.strawberrysoup.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2755.                            <i class="ti-angle-right me-2 text-primary"></i>
  2756.                            <span class="fw-semibold">casinos not on gamstop</span>
  2757.                        </a>
  2758.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2759.                    </li>
  2760.                    
  2761.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2762.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2763.                            <i class="ti-angle-right me-2 text-primary"></i>
  2764.                            <span class="fw-semibold">best non Gamstop casinos</span>
  2765.                        </a>
  2766.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2767.                    </li>
  2768.                    
  2769.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2770.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2771.                            <i class="ti-angle-right me-2 text-primary"></i>
  2772.                            <span class="fw-semibold">non gamstop casino uk</span>
  2773.                        </a>
  2774.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2775.                    </li>
  2776.                    
  2777.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2778.                        <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2779.                            <i class="ti-angle-right me-2 text-primary"></i>
  2780.                            <span class="fw-semibold">non UK gambling sites</span>
  2781.                        </a>
  2782.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2783.                    </li>
  2784.                    
  2785.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2786.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2787.                            <i class="ti-angle-right me-2 text-primary"></i>
  2788.                            <span class="fw-semibold">casino zonder cruks</span>
  2789.                        </a>
  2790.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2791.                    </li>
  2792.                    
  2793.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2794.                        <a href="https://www.impact-awards.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2795.                            <i class="ti-angle-right me-2 text-primary"></i>
  2796.                            <span class="fw-semibold">non GamStop casino</span>
  2797.                        </a>
  2798.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2799.                    </li>
  2800.                    
  2801.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2802.                        <a href="https://fdncoffee.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2803.                            <i class="ti-angle-right me-2 text-primary"></i>
  2804.                            <span class="fw-semibold">gambling sites</span>
  2805.                        </a>
  2806.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2807.                    </li>
  2808.                    
  2809.                </ul>
  2810.            </div>
  2811.        </div>
  2812.        
  2813.        <div class="sidebar-widget mb-4">
  2814.            <div class="widget-title-wrapper mb-3">
  2815.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2816.                    March 2026 Blog Roll
  2817.                    <span class="title-arrow"></span>
  2818.                </h4>
  2819.            </div>
  2820.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2821.                <ul class="list-unstyled scrollable-sidebar">
  2822.                    
  2823.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2824.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2825.                            <i class="ti-angle-right me-2 text-primary"></i>
  2826.                            <span class="fw-semibold">non gamstop casinos</span>
  2827.                        </a>
  2828.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2829.                    </li>
  2830.                    
  2831.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2832.                        <a href="https://www.mugdock-country-park.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2833.                            <i class="ti-angle-right me-2 text-primary"></i>
  2834.                            <span class="fw-semibold">sites not on GamStop</span>
  2835.                        </a>
  2836.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2837.                    </li>
  2838.                    
  2839.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2840.                        <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2841.                            <i class="ti-angle-right me-2 text-primary"></i>
  2842.                            <span class="fw-semibold">UK casino not on GamStop</span>
  2843.                        </a>
  2844.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2845.                    </li>
  2846.                    
  2847.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2848.                        <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2849.                            <i class="ti-angle-right me-2 text-primary"></i>
  2850.                            <span class="fw-semibold">Non GamStop Casino</span>
  2851.                        </a>
  2852.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2853.                    </li>
  2854.                    
  2855.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2856.                        <a href="https://www.gamblinginsider.com/uk/online-casinos"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2857.                            <i class="ti-angle-right me-2 text-primary"></i>
  2858.                            <span class="fw-semibold">online casinos UK</span>
  2859.                        </a>
  2860.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2861.                    </li>
  2862.                    
  2863.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2864.                        <a href="https://www.sepho.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2865.                            <i class="ti-angle-right me-2 text-primary"></i>
  2866.                            <span class="fw-semibold">non uk licensed casinos</span>
  2867.                        </a>
  2868.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2869.                    </li>
  2870.                    
  2871.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2872.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2873.                            <i class="ti-angle-right me-2 text-primary"></i>
  2874.                            <span class="fw-semibold">casino sites</span>
  2875.                        </a>
  2876.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2877.                    </li>
  2878.                    
  2879.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2880.                        <a href="https://www.lgbthistorymonth.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2881.                            <i class="ti-angle-right me-2 text-primary"></i>
  2882.                            <span class="fw-semibold">casino not on gamstop</span>
  2883.                        </a>
  2884.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2885.                    </li>
  2886.                    
  2887.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2888.                        <a href="https://www.dumpaday.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2889.                            <i class="ti-angle-right me-2 text-primary"></i>
  2890.                            <span class="fw-semibold">non gamstop casinos uk</span>
  2891.                        </a>
  2892.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2893.                    </li>
  2894.                    
  2895.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2896.                        <a href="https://citytosea.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2897.                            <i class="ti-angle-right me-2 text-primary"></i>
  2898.                            <span class="fw-semibold">non gamstop casino</span>
  2899.                        </a>
  2900.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2901.                    </li>
  2902.                    
  2903.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2904.                        <a href="https://thelincolnite.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2905.                            <i class="ti-angle-right me-2 text-primary"></i>
  2906.                            <span class="fw-semibold">non gamstop casinos uk</span>
  2907.                        </a>
  2908.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2909.                    </li>
  2910.                    
  2911.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2912.                        <a href="https://www.outset.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2913.                            <i class="ti-angle-right me-2 text-primary"></i>
  2914.                            <span class="fw-semibold">non uk betting sites</span>
  2915.                        </a>
  2916.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2917.                    </li>
  2918.                    
  2919.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2920.                        <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2921.                            <i class="ti-angle-right me-2 text-primary"></i>
  2922.                            <span class="fw-semibold">slot sites not on GamStop</span>
  2923.                        </a>
  2924.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2925.                    </li>
  2926.                    
  2927.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2928.                        <a href="https://www.beanandhop.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2929.                            <i class="ti-angle-right me-2 text-primary"></i>
  2930.                            <span class="fw-semibold">casinos not on GamStop</span>
  2931.                        </a>
  2932.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2933.                    </li>
  2934.                    
  2935.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2936.                        <a href="https://letsmush.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2937.                            <i class="ti-angle-right me-2 text-primary"></i>
  2938.                            <span class="fw-semibold">casinos not on GamStop</span>
  2939.                        </a>
  2940.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2941.                    </li>
  2942.                    
  2943.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2944.                        <a href="https://www.dinton-pastures.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2945.                            <i class="ti-angle-right me-2 text-primary"></i>
  2946.                            <span class="fw-semibold">casino sites not on GamStop</span>
  2947.                        </a>
  2948.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2949.                    </li>
  2950.                    
  2951.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2952.                        <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2953.                            <i class="ti-angle-right me-2 text-primary"></i>
  2954.                            <span class="fw-semibold">casinos not on GamStop</span>
  2955.                        </a>
  2956.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2957.                    </li>
  2958.                    
  2959.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2960.                        <a href="https://www.open-money.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2961.                            <i class="ti-angle-right me-2 text-primary"></i>
  2962.                            <span class="fw-semibold">non GamStop casino</span>
  2963.                        </a>
  2964.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2965.                    </li>
  2966.                    
  2967.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2968.                        <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2969.                            <i class="ti-angle-right me-2 text-primary"></i>
  2970.                            <span class="fw-semibold">non GamStop casinos</span>
  2971.                        </a>
  2972.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2973.                    </li>
  2974.                    
  2975.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2976.                        <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2977.                            <i class="ti-angle-right me-2 text-primary"></i>
  2978.                            <span class="fw-semibold">casinos not on GamStop</span>
  2979.                        </a>
  2980.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2981.                    </li>
  2982.                    
  2983.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2984.                        <a href="https://www.teapotisland.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2985.                            <i class="ti-angle-right me-2 text-primary"></i>
  2986.                            <span class="fw-semibold">casinos not on GamStop</span>
  2987.                        </a>
  2988.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2989.                    </li>
  2990.                    
  2991.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2992.                        <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2993.                            <i class="ti-angle-right me-2 text-primary"></i>
  2994.                            <span class="fw-semibold">games not on GamStop</span>
  2995.                        </a>
  2996.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2997.                    </li>
  2998.                    
  2999.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3000.                        <a href="https://www.labodeganegra.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3001.                            <i class="ti-angle-right me-2 text-primary"></i>
  3002.                            <span class="fw-semibold">online casino not on GamStop</span>
  3003.                        </a>
  3004.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3005.                    </li>
  3006.                    
  3007.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3008.                        <a href="https://www.spicker.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3009.                            <i class="ti-angle-right me-2 text-primary"></i>
  3010.                            <span class="fw-semibold">casinos not on GamStop</span>
  3011.                        </a>
  3012.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3013.                    </li>
  3014.                    
  3015.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3016.                        <a href="https://americymru.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3017.                            <i class="ti-angle-right me-2 text-primary"></i>
  3018.                            <span class="fw-semibold">casinos not on GamStop</span>
  3019.                        </a>
  3020.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3021.                    </li>
  3022.                    
  3023.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3024.                        <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3025.                            <i class="ti-angle-right me-2 text-primary"></i>
  3026.                            <span class="fw-semibold">not on GamStop</span>
  3027.                        </a>
  3028.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3029.                    </li>
  3030.                    
  3031.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3032.                        <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3033.                            <i class="ti-angle-right me-2 text-primary"></i>
  3034.                            <span class="fw-semibold">casino not on Gamstop</span>
  3035.                        </a>
  3036.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3037.                    </li>
  3038.                    
  3039.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3040.                        <a href="https://www.socresonline.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3041.                            <i class="ti-angle-right me-2 text-primary"></i>
  3042.                            <span class="fw-semibold">bitcoin casino</span>
  3043.                        </a>
  3044.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3045.                    </li>
  3046.                    
  3047.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3048.                        <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3049.                            <i class="ti-angle-right me-2 text-primary"></i>
  3050.                            <span class="fw-semibold">Casinos Not Covered by Gamstop</span>
  3051.                        </a>
  3052.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3053.                    </li>
  3054.                    
  3055.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3056.                        <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3057.                            <i class="ti-angle-right me-2 text-primary"></i>
  3058.                            <span class="fw-semibold">online casinos</span>
  3059.                        </a>
  3060.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3061.                    </li>
  3062.                    
  3063.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3064.                        <a href="https://www.charitydigitalnews.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3065.                            <i class="ti-angle-right me-2 text-primary"></i>
  3066.                            <span class="fw-semibold">non gamstop casino</span>
  3067.                        </a>
  3068.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3069.                    </li>
  3070.                    
  3071.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3072.                        <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3073.                            <i class="ti-angle-right me-2 text-primary"></i>
  3074.                            <span class="fw-semibold">online casinos</span>
  3075.                        </a>
  3076.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3077.                    </li>
  3078.                    
  3079.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3080.                        <a href="https://www.money-mentor.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3081.                            <i class="ti-angle-right me-2 text-primary"></i>
  3082.                            <span class="fw-semibold">bitcoin casino UK</span>
  3083.                        </a>
  3084.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3085.                    </li>
  3086.                    
  3087.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3088.                        <a href="https://insidebitcoins.com/crypto-casinos/best-crypto-casinos-uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3089.                            <i class="ti-angle-right me-2 text-primary"></i>
  3090.                            <span class="fw-semibold">bitcoin casino</span>
  3091.                        </a>
  3092.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3093.                    </li>
  3094.                    
  3095.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3096.                        <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3097.                            <i class="ti-angle-right me-2 text-primary"></i>
  3098.                            <span class="fw-semibold">online casino</span>
  3099.                        </a>
  3100.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3101.                    </li>
  3102.                    
  3103.                </ul>
  3104.            </div>
  3105.        </div>
  3106.        
  3107.        <div class="sidebar-widget mb-4">
  3108.            <div class="widget-title-wrapper mb-3">
  3109.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3110.                    February 2026 Blog Roll
  3111.                    <span class="title-arrow"></span>
  3112.                </h4>
  3113.            </div>
  3114.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  3115.                <ul class="list-unstyled scrollable-sidebar">
  3116.                    
  3117.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3118.                        <a href="https://www.welcometoportsmouth.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3119.                            <i class="ti-angle-right me-2 text-primary"></i>
  3120.                            <span class="fw-semibold">uk casinos not on gamstop</span>
  3121.                        </a>
  3122.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3123.                    </li>
  3124.                    
  3125.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3126.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3127.                            <i class="ti-angle-right me-2 text-primary"></i>
  3128.                            <span class="fw-semibold">gambling sites</span>
  3129.                        </a>
  3130.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3131.                    </li>
  3132.                    
  3133.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3134.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3135.                            <i class="ti-angle-right me-2 text-primary"></i>
  3136.                            <span class="fw-semibold">casinos not on gamstop</span>
  3137.                        </a>
  3138.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3139.                    </li>
  3140.                    
  3141.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3142.                        <a href="https://plasticoceans.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3143.                            <i class="ti-angle-right me-2 text-primary"></i>
  3144.                            <span class="fw-semibold">non gamstop casinos</span>
  3145.                        </a>
  3146.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3147.                    </li>
  3148.                    
  3149.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3150.                        <a href="https://platypuspress.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3151.                            <i class="ti-angle-right me-2 text-primary"></i>
  3152.                            <span class="fw-semibold">non gamstop casino</span>
  3153.                        </a>
  3154.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3155.                    </li>
  3156.                    
  3157.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3158.                        <a href="https://www.kscience.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3159.                            <i class="ti-angle-right me-2 text-primary"></i>
  3160.                            <span class="fw-semibold">casinos not on gamstop</span>
  3161.                        </a>
  3162.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3163.                    </li>
  3164.                    
  3165.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3166.                        <a href="https://www.mesaonline.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3167.                            <i class="ti-angle-right me-2 text-primary"></i>
  3168.                            <span class="fw-semibold">online casinos</span>
  3169.                        </a>
  3170.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3171.                    </li>
  3172.                    
  3173.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3174.                        <a href="https://www.foreignersinuk.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3175.                            <i class="ti-angle-right me-2 text-primary"></i>
  3176.                            <span class="fw-semibold">online casino</span>
  3177.                        </a>
  3178.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3179.                    </li>
  3180.                    
  3181.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3182.                        <a href="https://jst.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3183.                            <i class="ti-angle-right me-2 text-primary"></i>
  3184.                            <span class="fw-semibold">casinos not on gamstop</span>
  3185.                        </a>
  3186.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3187.                    </li>
  3188.                    
  3189.                </ul>
  3190.            </div>
  3191.        </div>
  3192.        
  3193.  
  3194.        <!-- Recent Posts Section -->
  3195.        <div class="sidebar-widget mb-3">
  3196.            <div class="widget-title-wrapper mb-3">
  3197.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3198.                    Recent Posts
  3199.                    <span class="title-arrow"></span>
  3200.                </h4>
  3201.            </div>
  3202.            <div class="widget-content border border-light shadow-sm rounded p-4">
  3203.                <div class="recent-post-list">
  3204.                    
  3205.                    
  3206.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3207.                        <div class="post-image me-3 flex-shrink-0">
  3208.                            
  3209.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3210.                            
  3211.                        </div>
  3212.                        <div class="post-content flex-grow-1">
  3213.                            <h6 class="post-title mb-1">
  3214.                                 <a href="/looking-into-the-current-trends-in-digital-slot-gaming/" class="text-decoration-none top-color fw-semibold">
  3215.                                    Looking into the Current Trends in Digital Slot Gaming
  3216.                                </a>
  3217.                            </h6>
  3218.                            <div class="post-meta">
  3219.                                <small class="text-muted">
  3220.                                    <i class="ti-calendar me-1"></i>10 May 2026
  3221.                                </small>
  3222.                                <!-- <small class="text-muted ms-2">
  3223.                                    <i class="ti-eye me-1"></i>234 views
  3224.                                </small> -->
  3225.                            </div>
  3226.                        </div>
  3227.                    </div>
  3228.                    
  3229.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3230.                        <div class="post-image me-3 flex-shrink-0">
  3231.                            
  3232.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3233.                            
  3234.                        </div>
  3235.                        <div class="post-content flex-grow-1">
  3236.                            <h6 class="post-title mb-1">
  3237.                                 <a href="/jennifer-waltons-debut-album-daughters-delves-into-sorrow-and-style/" class="text-decoration-none top-color fw-semibold">
  3238.                                    Jennifer Walton&#x27;s Debut Album &quot;Daughters&quot; Delves Into Sorrow and Style
  3239.                                </a>
  3240.                            </h6>
  3241.                            <div class="post-meta">
  3242.                                <small class="text-muted">
  3243.                                    <i class="ti-calendar me-1"></i>10 May 2026
  3244.                                </small>
  3245.                                <!-- <small class="text-muted ms-2">
  3246.                                    <i class="ti-eye me-1"></i>234 views
  3247.                                </small> -->
  3248.                            </div>
  3249.                        </div>
  3250.                    </div>
  3251.                    
  3252.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3253.                        <div class="post-image me-3 flex-shrink-0">
  3254.                            
  3255.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3256.                            
  3257.                        </div>
  3258.                        <div class="post-content flex-grow-1">
  3259.                            <h6 class="post-title mb-1">
  3260.                                 <a href="/russian-president-vladimir-putin-pledges-uninterrupted-crude-oil-supplies-to-the-indian-nation-in-defiance-of-us-demands/" class="text-decoration-none top-color fw-semibold">
  3261.                                    Russian President Vladimir Putin Pledges Uninterrupted Crude Oil Supplies to the Indian Nation in Defiance of US Demands
  3262.                                </a>
  3263.                            </h6>
  3264.                            <div class="post-meta">
  3265.                                <small class="text-muted">
  3266.                                    <i class="ti-calendar me-1"></i>10 May 2026
  3267.                                </small>
  3268.                                <!-- <small class="text-muted ms-2">
  3269.                                    <i class="ti-eye me-1"></i>234 views
  3270.                                </small> -->
  3271.                            </div>
  3272.                        </div>
  3273.                    </div>
  3274.                    
  3275.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3276.                        <div class="post-image me-3 flex-shrink-0">
  3277.                            
  3278.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3279.                            
  3280.                        </div>
  3281.                        <div class="post-content flex-grow-1">
  3282.                            <h6 class="post-title mb-1">
  3283.                                 <a href="/gaza-war-in-visualizations-after-24-months-of-hostilities/" class="text-decoration-none top-color fw-semibold">
  3284.                                    Gaza War in Visualizations After 24 Months of Hostilities
  3285.                                </a>
  3286.                            </h6>
  3287.                            <div class="post-meta">
  3288.                                <small class="text-muted">
  3289.                                    <i class="ti-calendar me-1"></i>10 May 2026
  3290.                                </small>
  3291.                                <!-- <small class="text-muted ms-2">
  3292.                                    <i class="ti-eye me-1"></i>234 views
  3293.                                </small> -->
  3294.                            </div>
  3295.                        </div>
  3296.                    </div>
  3297.                    
  3298.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3299.                        <div class="post-image me-3 flex-shrink-0">
  3300.                            
  3301.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3302.                            
  3303.                        </div>
  3304.                        <div class="post-content flex-grow-1">
  3305.                            <h6 class="post-title mb-1">
  3306.                                 <a href="/democrats-denounce-trump-after-he-states-they-should-face-execution/" class="text-decoration-none top-color fw-semibold">
  3307.                                    Democrats Denounce Trump After He States They Should Face Execution
  3308.                                </a>
  3309.                            </h6>
  3310.                            <div class="post-meta">
  3311.                                <small class="text-muted">
  3312.                                    <i class="ti-calendar me-1"></i>09 May 2026
  3313.                                </small>
  3314.                                <!-- <small class="text-muted ms-2">
  3315.                                    <i class="ti-eye me-1"></i>234 views
  3316.                                </small> -->
  3317.                            </div>
  3318.                        </div>
  3319.                    </div>
  3320.                    
  3321.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3322.                        <div class="post-image me-3 flex-shrink-0">
  3323.                            
  3324.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3325.                            
  3326.                        </div>
  3327.                        <div class="post-content flex-grow-1">
  3328.                            <h6 class="post-title mb-1">
  3329.                                 <a href="/the-players-and-trainers-born-outside-in-the-united-states/" class="text-decoration-none top-color fw-semibold">
  3330.                                    The Players and Trainers Born Outside in the United States
  3331.                                </a>
  3332.                            </h6>
  3333.                            <div class="post-meta">
  3334.                                <small class="text-muted">
  3335.                                    <i class="ti-calendar me-1"></i>09 May 2026
  3336.                                </small>
  3337.                                <!-- <small class="text-muted ms-2">
  3338.                                    <i class="ti-eye me-1"></i>234 views
  3339.                                </small> -->
  3340.                            </div>
  3341.                        </div>
  3342.                    </div>
  3343.                    
  3344.  
  3345.                </div>
  3346.            </div>
  3347.        </div>
  3348.  
  3349.    </div>
  3350.  
  3351.  
  3352. <!-- Sidebar Styles -->
  3353. <style>
  3354.    .sidebar-widget {
  3355.        position: relative;
  3356.    }
  3357.    
  3358.    .widget-title {
  3359.        font-size: 1.1rem;
  3360.        font-weight: 700;
  3361.        display: inline-block;
  3362.        position: relative;
  3363.        z-index: 2;
  3364.        border-radius: 0;
  3365.    }
  3366.    
  3367.    .title-arrow::after {
  3368.        content: '';
  3369.        position: absolute;
  3370.        top: 0;
  3371.        right: -20px;
  3372.        width: 0;
  3373.        height: 0;
  3374.        border-left: 20px solid var(--bs-primary);
  3375.        border-top: 20px solid transparent;
  3376.        border-bottom: 20px solid transparent;
  3377.        z-index: 1;
  3378.    }
  3379.    
  3380.    .widget-content {
  3381.        margin-top: -1px;
  3382.        position: relative;
  3383.        z-index: 1;
  3384.         background-color: var(--card-bg);
  3385.    }
  3386.    
  3387.    .recent-post-item:hover .post-title1 a {
  3388.        color: #dc3545 !important;
  3389.        transition: color 0.3s ease;
  3390.    }
  3391.    
  3392.    .recent-post-item .post-image img {
  3393.        transition: transform 0.3s ease;
  3394.    }
  3395.    
  3396.    .recent-post-item:hover .post-image img {
  3397.        transform: scale(1.05);
  3398.    }
  3399.    
  3400.    .btn:hover {
  3401.        transform: translateY(-1px);
  3402.        transition: all 0.3s ease;
  3403.        box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  3404.    }
  3405.    
  3406.    @media (max-width: 991px) {
  3407.        .sidebar {
  3408.            margin-top: 3rem;
  3409.        }
  3410.    }
  3411.    
  3412.    @media (max-width: 576px) {
  3413.        .widget-title {
  3414.            font-size: 1rem;
  3415.            padding: 0.75rem 1rem !important;
  3416.        }
  3417.        
  3418.        .title-arrow::after {
  3419.            right: -15px;
  3420.            border-left: 15px solid var(--bs-primary);
  3421.            border-top: 15px solid transparent;
  3422.            border-bottom: 15px solid transparent;
  3423.        }
  3424.        
  3425.        .post-image {
  3426.            display: none !important;
  3427.        }
  3428.    }
  3429. </style>
  3430.    
  3431.            </div>
  3432.      </div>
  3433.    </div>
  3434.  </section>
  3435.  
  3436.  <script>
  3437.    // Smooth fade on scroll (adds .fade-up on downward scroll, .fade-down on upward scroll)
  3438.    document.addEventListener('DOMContentLoaded', function () {
  3439.      // Fallback if IntersectionObserver unavailable
  3440.      if (!('IntersectionObserver' in window)) {
  3441.        document.querySelectorAll('.fade-base').forEach(el => el.classList.add('fade-show'));
  3442.        return;
  3443.      }
  3444.  
  3445.      let lastY = window.pageYOffset || 0;
  3446.      let scrollDir = 'down';
  3447.      let ticking = false;
  3448.  
  3449.      // Jank-free scroll direction tracking
  3450.      window.addEventListener('scroll', () => {
  3451.        const y = window.pageYOffset || 0;
  3452.        if (!ticking) {
  3453.          requestAnimationFrame(() => {
  3454.            scrollDir = y > lastY ? 'down' : 'up';
  3455.            lastY = y <= 0 ? 0 : y;
  3456.            ticking = false;
  3457.          });
  3458.          ticking = true;
  3459.        }
  3460.      }, { passive: true });
  3461.  
  3462.      const options = {
  3463.        threshold: 0.18,
  3464.        rootMargin: '0px 0px -8% 0px'
  3465.      };
  3466.  
  3467.      const io = new IntersectionObserver((entries) => {
  3468.        entries.forEach((entry) => {
  3469.          const el = entry.target;
  3470.  
  3471.          if (entry.isIntersecting) {
  3472.            // direction-based class
  3473.            el.classList.remove('fade-up', 'fade-down');
  3474.            el.classList.add(scrollDir === 'down' ? 'fade-up' : 'fade-down');
  3475.  
  3476.            // smooth timing (override-able per element via CSS vars)
  3477.            if (!el.style.getPropertyValue('--dur')) {
  3478.              el.style.setProperty('--dur', '700ms');
  3479.            }
  3480.            if (!el.style.getPropertyValue('--ease')) {
  3481.              el.style.setProperty('--ease', 'cubic-bezier(0.16,1,0.3,1)');
  3482.            }
  3483.  
  3484.            el.classList.add('fade-show');
  3485.          } else {
  3486.            // re-animate when re-entering
  3487.            el.classList.remove('fade-show');
  3488.          }
  3489.        });
  3490.      }, options);
  3491.  
  3492.      // Observe all fade targets with a light stagger
  3493.      const nodes = Array.from(document.querySelectorAll('.fade-base'));
  3494.      nodes.forEach((el, i) => {
  3495.        // 0–5 -> 0–300ms stagger (loops every 6)
  3496.        el.style.setProperty('--stagger', `${(i % 6) * 60}ms`);
  3497.        io.observe(el);
  3498.      });
  3499.    });
  3500.  </script>
  3501.  
  3502.  
  3503.    
  3504.        
  3505.        <!-- end wpo-blog-highlights-section -->
  3506.        <!-- start wpo-blog-sponsored-section -->
  3507.        
  3508.  
  3509.  
  3510.  
  3511.    
  3512.  
  3513.  
  3514.  
  3515. <style>
  3516.    .sponsored-section-v2 {
  3517.        padding: 40px 0;
  3518.        background: var(--body-bg);
  3519.    }
  3520.    
  3521.    .sponsored-card-v2 {
  3522.        background: var(--body-bg);
  3523.        border: 1px solid #f0f0f0;
  3524.        border-radius: 8px;
  3525.        transition: box-shadow 0.3s ease;
  3526.        height: 100%;
  3527.        position: relative;
  3528.    }
  3529.    
  3530.    .sponsored-card-v2:hover {
  3531.        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  3532.    }
  3533.    
  3534.    .sponsored-image-v2 {
  3535.        position: relative;
  3536.        height: 200px;
  3537.    }
  3538.    
  3539.    .sponsored-image-v2 img {
  3540.        width: 100%;
  3541.        height: 100%;
  3542.        object-fit: cover;
  3543.    }
  3544.    
  3545.    .sponsored-badge-v2 {
  3546.        position: absolute;
  3547.        bottom: 10px;
  3548.        left: 10px;
  3549.        padding: 6px 10px;
  3550.        font-size: 12px;
  3551.        font-weight: 600;
  3552.        text-transform: uppercase;
  3553.        border-radius: 4px;
  3554.    }
  3555.    
  3556.    .sponsored-content-v2 {
  3557.        padding: 20px;
  3558.    }
  3559.    
  3560.    .sponsored-title-v2 {
  3561.        font-size: 18px;
  3562.        font-weight: 600;
  3563.        line-height: 1.4;
  3564.        margin-bottom: 10px;
  3565.    }
  3566.    
  3567.    .sponsored-title-v2 a {
  3568.        text-decoration: none;
  3569.        transition: color 0.3s ease;
  3570.    }
  3571.    
  3572.    .sponsored-title-v2 a:hover {
  3573.        color: #007bff; /* Blue hover for variety */
  3574.    }
  3575.    
  3576.    .sponsored-excerpt-v2 {
  3577.        font-size: 14px;
  3578.        color: #6c757d;
  3579.        margin-bottom: 15px;
  3580.        line-height: 1.6;
  3581.    }
  3582.    
  3583.    .sponsored-meta-v2 {
  3584.        display: flex;
  3585.        align-items: center;
  3586.        justify-content: space-between;
  3587.        font-size: 12px;
  3588.        color: #6c757d;
  3589.    }
  3590.    
  3591.    .author-info-v2 {
  3592.        display: flex;
  3593.        align-items: center;
  3594.        gap: 8px;
  3595.    }
  3596.    
  3597.    .sponsored-author-img-v2 {
  3598.        width: 28px;
  3599.        height: 28px;
  3600.        border-radius: 50%;
  3601.        object-fit: cover;
  3602.    }
  3603.    
  3604.    .section-title-sponsored-v2 {
  3605.        font-size: 2.2rem;
  3606.        font-weight: 700;
  3607.        text-align: center;
  3608.        margin-bottom: 30px;
  3609.        color: #333;
  3610.    }
  3611.  
  3612.    @media (max-width: 768px) {
  3613.        .sponsored-section-v2 {
  3614.            padding: 30px 0;
  3615.        }
  3616.        .sponsored-content-v2 {
  3617.            padding: 15px;
  3618.        }
  3619.        .sponsored-title-v2 {
  3620.            font-size: 16px;
  3621.        }
  3622.        .sponsored-excerpt-v2 {
  3623.            font-size: 13px;
  3624.        }
  3625.    }
  3626. </style>
  3627.  
  3628. <section class="sponsored-section-v2">
  3629.    <div class="container-fluid fluid-container">
  3630.        <div class="row">
  3631.            <div class="col-12">
  3632.                <h2 class="section-title-sponsored-v2">Sponsored News</h2>
  3633.            </div>
  3634.        </div>
  3635.        
  3636.        <div class="row g-4">
  3637.            
  3638.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3639.                <div class="card sponsored-card-v2">
  3640.                    <div class="sponsored-image-v2">
  3641.                        
  3642.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3643.                        
  3644.                        <div class="sponsored-badge-v2 bg-primary-gradient">Others</div>
  3645.                    </div>
  3646.                    <div class="sponsored-content-v2">
  3647.                        <h3 class="sponsored-title-v2">
  3648.                            <a href="/looking-into-the-current-trends-in-digital-slot-gaming/" class="top-color">
  3649.                            Looking into the Current Trends in Digital Slot Gaming
  3650.                            </a>
  3651.                        </h3>
  3652.                        <p class="sponsored-excerpt-v2">
  3653.                            
  3654.                        </p>
  3655.                        <div class="sponsored-meta-v2">
  3656.                            <div class="author-info-v2">
  3657.                                
  3658.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Taylor Griffin" class="sponsored-author-img-v2">
  3659.                                
  3660.                                <span>
  3661.                                    Taylor Griffin
  3662.                                </span>
  3663.                            </div>
  3664.                            <span>10 May 2026</span>
  3665.                        </div>
  3666.                    </div>
  3667.                </div>
  3668.            </div>
  3669.            
  3670.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3671.                <div class="card sponsored-card-v2">
  3672.                    <div class="sponsored-image-v2">
  3673.                        
  3674.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3675.                        
  3676.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3677.                    </div>
  3678.                    <div class="sponsored-content-v2">
  3679.                        <h3 class="sponsored-title-v2">
  3680.                            <a href="/jennifer-waltons-debut-album-daughters-delves-into-sorrow-and-style/" class="top-color">
  3681.                            Jennifer Walton&#x27;s Debut Album &quot;Daughters&quot; Delves Into Sorrow and Style
  3682.                            </a>
  3683.                        </h3>
  3684.                        <p class="sponsored-excerpt-v2">
  3685.                            
  3686.                        </p>
  3687.                        <div class="sponsored-meta-v2">
  3688.                            <div class="author-info-v2">
  3689.                                
  3690.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Taylor Griffin" class="sponsored-author-img-v2">
  3691.                                
  3692.                                <span>
  3693.                                    Taylor Griffin
  3694.                                </span>
  3695.                            </div>
  3696.                            <span>10 May 2026</span>
  3697.                        </div>
  3698.                    </div>
  3699.                </div>
  3700.            </div>
  3701.            
  3702.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3703.                <div class="card sponsored-card-v2">
  3704.                    <div class="sponsored-image-v2">
  3705.                        
  3706.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3707.                        
  3708.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3709.                    </div>
  3710.                    <div class="sponsored-content-v2">
  3711.                        <h3 class="sponsored-title-v2">
  3712.                            <a href="/russian-president-vladimir-putin-pledges-uninterrupted-crude-oil-supplies-to-the-indian-nation-in-defiance-of-us-demands/" class="top-color">
  3713.                            Russian President Vladimir Putin Pledges Uninterrupted Crude Oil Supplies to the Indian Nation in Defiance of US Demands
  3714.                            </a>
  3715.                        </h3>
  3716.                        <p class="sponsored-excerpt-v2">
  3717.                            
  3718.                        </p>
  3719.                        <div class="sponsored-meta-v2">
  3720.                            <div class="author-info-v2">
  3721.                                
  3722.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Taylor Griffin" class="sponsored-author-img-v2">
  3723.                                
  3724.                                <span>
  3725.                                    Taylor Griffin
  3726.                                </span>
  3727.                            </div>
  3728.                            <span>10 May 2026</span>
  3729.                        </div>
  3730.                    </div>
  3731.                </div>
  3732.            </div>
  3733.            
  3734.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3735.                <div class="card sponsored-card-v2">
  3736.                    <div class="sponsored-image-v2">
  3737.                        
  3738.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3739.                        
  3740.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3741.                    </div>
  3742.                    <div class="sponsored-content-v2">
  3743.                        <h3 class="sponsored-title-v2">
  3744.                            <a href="/gaza-war-in-visualizations-after-24-months-of-hostilities/" class="top-color">
  3745.                            Gaza War in Visualizations After 24 Months of Hostilities
  3746.                            </a>
  3747.                        </h3>
  3748.                        <p class="sponsored-excerpt-v2">
  3749.                            
  3750.                        </p>
  3751.                        <div class="sponsored-meta-v2">
  3752.                            <div class="author-info-v2">
  3753.                                
  3754.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Taylor Griffin" class="sponsored-author-img-v2">
  3755.                                
  3756.                                <span>
  3757.                                    Taylor Griffin
  3758.                                </span>
  3759.                            </div>
  3760.                            <span>10 May 2026</span>
  3761.                        </div>
  3762.                    </div>
  3763.                </div>
  3764.            </div>
  3765.            
  3766.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3767.                <div class="card sponsored-card-v2">
  3768.                    <div class="sponsored-image-v2">
  3769.                        
  3770.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3771.                        
  3772.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3773.                    </div>
  3774.                    <div class="sponsored-content-v2">
  3775.                        <h3 class="sponsored-title-v2">
  3776.                            <a href="/democrats-denounce-trump-after-he-states-they-should-face-execution/" class="top-color">
  3777.                            Democrats Denounce Trump After He States They Should Face Execution
  3778.                            </a>
  3779.                        </h3>
  3780.                        <p class="sponsored-excerpt-v2">
  3781.                            
  3782.                        </p>
  3783.                        <div class="sponsored-meta-v2">
  3784.                            <div class="author-info-v2">
  3785.                                
  3786.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Taylor Griffin" class="sponsored-author-img-v2">
  3787.                                
  3788.                                <span>
  3789.                                    Taylor Griffin
  3790.                                </span>
  3791.                            </div>
  3792.                            <span>09 May 2026</span>
  3793.                        </div>
  3794.                    </div>
  3795.                </div>
  3796.            </div>
  3797.            
  3798.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3799.                <div class="card sponsored-card-v2">
  3800.                    <div class="sponsored-image-v2">
  3801.                        
  3802.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3803.                        
  3804.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3805.                    </div>
  3806.                    <div class="sponsored-content-v2">
  3807.                        <h3 class="sponsored-title-v2">
  3808.                            <a href="/the-players-and-trainers-born-outside-in-the-united-states/" class="top-color">
  3809.                            The Players and Trainers Born Outside in the United States
  3810.                            </a>
  3811.                        </h3>
  3812.                        <p class="sponsored-excerpt-v2">
  3813.                            
  3814.                        </p>
  3815.                        <div class="sponsored-meta-v2">
  3816.                            <div class="author-info-v2">
  3817.                                
  3818.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Taylor Griffin" class="sponsored-author-img-v2">
  3819.                                
  3820.                                <span>
  3821.                                    Taylor Griffin
  3822.                                </span>
  3823.                            </div>
  3824.                            <span>09 May 2026</span>
  3825.                        </div>
  3826.                    </div>
  3827.                </div>
  3828.            </div>
  3829.            
  3830.        </div>
  3831.    </div>
  3832. </section>
  3833.  
  3834.  
  3835.    
  3836.        <!-- end wpo-blog-sponsored-section -->
  3837.        <!-- start wpo-subscribe-section -->
  3838.        
  3839.        <!-- end subscribe-section -->
  3840.        <!-- start of wpo-site-footer-section -->
  3841.        
  3842.  
  3843.  
  3844.  
  3845.  
  3846.  
  3847.  
  3848. <footer class="wpo-site-footer-v2 ">
  3849.    
  3850.    <!-- Main Footer Content -->
  3851.    <div class="container-fluid fluid-container">
  3852.        
  3853.        <!-- Step 1: Brand Section -->
  3854.        <div class="footer-brand-section">
  3855.            <div class="row justify-content-center">
  3856.                <div class="col-lg-8 col-md-10 col-12 text-center">
  3857.                    <div class="brand-wrapper">
  3858.                        
  3859.                        <h2 class="brand-title">Gamora Land</h2>
  3860.                        <p class="brand-description">Gamora Land is your go-to source for the latest UK gaming news, in-depth reviews, and community discussions. Stay updated on new releases and gaming trends.</p>
  3861.                        
  3862.                    </div>
  3863.                </div>
  3864.            </div>
  3865.        </div>
  3866.  
  3867.        <!-- Step 2: Content Columns with Separators -->
  3868.        <div class="footer-content-section">
  3869.            <div class="content-divider"></div>
  3870.            
  3871.            <div class="row">
  3872.                
  3873.                <!-- Column 1: Important Links -->
  3874.                <div class="col-lg-6 col-md-6 col-12">
  3875.                    <div class="footer-column">
  3876.                        <div class="column-header">
  3877.                            <span class="column-number bg-primary-gradient">01</span>
  3878.                            <h6 class="column-title">Important Pages</h6>
  3879.                        </div>
  3880.                        <div class="column-content">
  3881.                            <ul class="footer-links">
  3882.                                
  3883.                                <li>
  3884.                                    <a href="/president-considers-emergency-powers-act-as-national-guard-mobilization-faces-legal-hurdles/" class="footer-link">
  3885.                                        President Considers Emergency Powers Act as National Guard Mobilization Faces Legal Hurdles
  3886.                                    </a>
  3887.                                </li>
  3888.                                
  3889.                                <li>
  3890.                                    <a href="/englands-joe-root-voices-dual-opinions-on-floodlit-test-cricket-ahead-of-crucial-ashes-series-showdown/" class="footer-link">
  3891.                                        England&#x27;s Joe Root Voices Dual Opinions on Floodlit Test Cricket Ahead of Crucial Ashes Series Showdown
  3892.                                    </a>
  3893.                                </li>
  3894.                                
  3895.                                <li>
  3896.                                    <a href="/dining-across-the-gap-a-encounter-among-different-perspectives/" class="footer-link">
  3897.                                        Dining Across the Gap: A Encounter Among Different Perspectives
  3898.                                    </a>
  3899.                                </li>
  3900.                                
  3901.                                <li>
  3902.                                    <a href="/womens-tennis-finals-latest-news-elena-rybakina-takes-on-ekaterina-alexandrova-swiatek-battles-amanda-anisimova/" class="footer-link">
  3903.                                        Women&#x27;s Tennis Finals Latest News: Elena Rybakina Takes On Ekaterina Alexandrova, Swiatek Battles Amanda Anisimova
  3904.                                    </a>
  3905.                                </li>
  3906.                                
  3907.                                <li>
  3908.                                    <a href="/the-finnish-team-upsets-back-to-back-defending-title-holders-us-in-u20-world-championship-quarter-finals/" class="footer-link">
  3909.                                        The Finnish Team Upsets Back-to-Back Defending Title Holders US in U20 World Championship Quarter-Finals.
  3910.                                    </a>
  3911.                                </li>
  3912.                                
  3913.                                <li>
  3914.                                    <a href="/struggling-to-have-an-amazing-experience-at-university-many-share-your-feelings/" class="footer-link">
  3915.                                        Struggling to have an amazing experience at university? Many share your feelings.
  3916.                                    </a>
  3917.                                </li>
  3918.                                
  3919.                            </ul>
  3920.                        </div>
  3921.                    </div>
  3922.                </div>
  3923.  
  3924.                <!-- Column 2: External Links -->
  3925.                 <div class="col-lg-6 col-md-6 col-12">
  3926.                    <div class="footer-column">
  3927.                        <div class="column-header">
  3928.                            <span class="column-number bg-primary-gradient">02</span>
  3929.                            <h6 class="column-title">External Resources</h6>
  3930.                        </div>
  3931.                       <div class="column-content">
  3932.    <ul class="footer-links" id="footerLinks">
  3933.        
  3934.        
  3935.  
  3936.        
  3937.        
  3938.        
  3939.        
  3940.    </ul>
  3941. </div>
  3942.  
  3943.                    </div>
  3944.                </div>
  3945.  
  3946.                <!-- Column 3: Categories -->
  3947.                <div class="col-lg-6 col-md-6 col-12">
  3948.                    <div class="footer-column">
  3949.                        <div class="column-header">
  3950.                            <span class="column-number bg-primary-gradient">02</span>
  3951.                            <h6 class="column-title">Categories</h6>
  3952.                        </div>
  3953.                        <div class="column-content">
  3954.                            <ul class="footer-links">
  3955.                                
  3956.                                <li>
  3957.                                    <a href="/category/all-posts/" class="footer-link">
  3958.                                        All Posts
  3959.                                    </a>
  3960.                                </li>
  3961.                                
  3962.                                <li>
  3963.                                    <a href="/category/business/" class="footer-link">
  3964.                                        Business
  3965.                                    </a>
  3966.                                </li>
  3967.                                
  3968.                                <li>
  3969.                                    <a href="/category/esports/" class="footer-link">
  3970.                                        Esports
  3971.                                    </a>
  3972.                                </li>
  3973.                                
  3974.                                <li>
  3975.                                    <a href="/category/fashion/" class="footer-link">
  3976.                                        Fashion
  3977.                                    </a>
  3978.                                </li>
  3979.                                
  3980.                                <li>
  3981.                                    <a href="/category/featured/" class="footer-link">
  3982.                                        Featured
  3983.                                    </a>
  3984.                                </li>
  3985.                                
  3986.                                <li>
  3987.                                    <a href="/category/gaming/" class="footer-link">
  3988.                                        Gaming
  3989.                                    </a>
  3990.                                </li>
  3991.                                
  3992.                            </ul>
  3993.                        </div>
  3994.                    </div>
  3995.                </div>
  3996.  
  3997.            </div>
  3998.        </div>
  3999.  
  4000.        <!-- Step 3: Footer Bottom -->
  4001.        <div class="footer-bottom-section">
  4002.            <div class="bottom-divider"></div>
  4003.            <div class="d-flex justify-content-between flex-wrap">
  4004.                <div class="">
  4005.                    <p class="copyright-text">
  4006.                        &copy; 2026 <strong>Gamora Land</strong> • All rights reserved
  4007.                    </p>
  4008.                </div>
  4009.                <div class="">
  4010.                    <nav class="footer-nav">
  4011.                        <a href="/page/write-for-us/" class="footer-nav-link">Write For Us</a>
  4012.                        <a href="/page/terms-and-conditions/" class="footer-nav-link">Terms</a>
  4013.                        <a href="/sitemap.xml" class="footer-nav-link">Sitemap</a>
  4014.                    </nav>
  4015.                </div>
  4016.            </div>
  4017.        </div>
  4018.  
  4019.    </div>
  4020.  
  4021.    <!-- Background Elements -->
  4022.    <div class="footer-bg-elements">
  4023.        <div class="bg-circle circle-1"></div>
  4024.        <div class="bg-circle circle-2"></div>
  4025.        <div class="bg-line line-1"></div>
  4026.        <div class="bg-line line-2"></div>
  4027.    </div>
  4028.  
  4029. </footer>
  4030.  
  4031. <style>
  4032. /* Footer V2 - Clean Blog Design */
  4033. .wpo-site-footer-v2 {
  4034.    color: var(--footer-color);
  4035.    background-color: var(--card-bg);
  4036.    margin-top: 100px;
  4037. }
  4038.  
  4039.  
  4040.  
  4041. /* Step 2: Brand Section */
  4042. .footer-brand-section {
  4043.    position: relative;
  4044.    z-index: 2;
  4045.    padding: 120px 0 60px;
  4046. }
  4047.  
  4048. .brand-wrapper {
  4049.    max-width: 600px;
  4050.    margin: 0 auto;
  4051. }
  4052.  
  4053. .footer-logo {
  4054.    max-height: 60px;
  4055.    width: auto;
  4056.    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  4057. }
  4058.  
  4059. .brand-title {
  4060.    font-size: 2.2rem;
  4061.    font-weight: 800;
  4062.    color: var(--footer-color);
  4063.    margin-bottom: 1rem;
  4064.    letter-spacing: -0.02em;
  4065. }
  4066.  
  4067. .brand-description {
  4068.    font-size: 1.1rem;
  4069.    color: var(--footer-color);
  4070.    line-height: 1.6;
  4071.    opacity: .7;
  4072.    margin-bottom: 0;
  4073. }
  4074.  
  4075. /* Step 3: Content Section */
  4076. .footer-content-section {
  4077.    position: relative;
  4078.    z-index: 2;
  4079.    padding: 60px 0;
  4080. }
  4081.  
  4082.  
  4083. .footer-column {
  4084.    margin-bottom: 40px;
  4085.    padding: 0 20px;
  4086. }
  4087.  
  4088. .column-header {
  4089.    display: flex;
  4090.    align-items: center;
  4091.    margin-bottom: 25px;
  4092.    padding-bottom: 15px;
  4093.    border-bottom: 2px solid var(--border-color);
  4094. }
  4095.  
  4096. .column-number {
  4097.    width: 35px;
  4098.    height: 35px;
  4099.    border-radius: 10px;
  4100.    display: flex;
  4101.    align-items: center;
  4102.    justify-content: center;
  4103.    font-weight: 700;
  4104.    font-size: 0.9rem;
  4105.    margin-right: 15px;
  4106. }
  4107.  
  4108. .column-title {
  4109.    font-size: 1.1rem;
  4110.    font-weight: 700;
  4111.    color: var(--footer-color) !important;
  4112.    margin: 0;
  4113. }
  4114.  
  4115. .column-content {
  4116.    padding-left: 50px;
  4117. }
  4118.  
  4119. /* Footer Links */
  4120. .footer-links {
  4121.    list-style: none;
  4122.    padding: 0;
  4123.    margin: 0;
  4124. }
  4125.  
  4126. .footer-links li {
  4127.    margin-bottom: 12px;
  4128.    position: relative;
  4129. }
  4130.  
  4131. .footer-link {
  4132.    color: var(--footer-color) !important;
  4133.    text-decoration: none;
  4134.    font-size: 0.95rem;
  4135.    line-height: 1.5;
  4136.    transition: all 0.8s ease;
  4137.    position: relative;
  4138.    display: inline-flex;
  4139.    align-items: center;
  4140. }
  4141.  
  4142. .footer-link:hover {
  4143.    color: var(--bs-primary);
  4144.    padding-left: 8px;
  4145. }
  4146.  
  4147. .footer-link::before {
  4148.    content: '';
  4149.    position: absolute;
  4150.    left: -15px;
  4151.    top: 50%;
  4152.    transform: translateY(-50%);
  4153.    width: 4px;
  4154.    height: 4px;
  4155.    background: var(--bs-primary);
  4156.    border-radius: 50%;
  4157.    opacity: 0;
  4158.    transition: opacity 0.3s ease;
  4159. }
  4160.  
  4161. .footer-link:hover::before {
  4162.    opacity: 1;
  4163. }
  4164.  
  4165. /* Step 4: Footer Bottom */
  4166. .footer-bottom-section {
  4167.    position: relative;
  4168.    z-index: 2;
  4169.    padding: 30px 0;
  4170. }
  4171.  
  4172. .bottom-divider {
  4173.    width: 100%;
  4174.    height: 1px;
  4175.    background: linear-gradient(90deg, transparent 0%,var(--footer-color) ,var(--border-color) ,  transparent 100%);
  4176.    margin-bottom: 30px;
  4177. }
  4178.  
  4179. .copyright-text {
  4180.    color: var(--footer-color);
  4181.    font-size: 0.9rem;
  4182.    margin: 0;
  4183.    line-height: 1.6;
  4184. }
  4185.  
  4186. .footer-nav {
  4187.    display: flex;
  4188.    align-items: center;
  4189.    gap: 20px;
  4190.    justify-content: center;
  4191. }
  4192.  
  4193. .footer-nav-link {
  4194.    color: var(--footer-color) !important;
  4195.    text-decoration: none;
  4196.    font-size: 0.9rem;
  4197.    font-weight: 500;
  4198.    transition: color 0.3s ease;
  4199.    position: relative;
  4200. }
  4201.  
  4202. .footer-nav-link:hover {
  4203.    color: var(--bs-primary);
  4204. }
  4205.  
  4206. .footer-nav-link::after {
  4207.    content: '';
  4208.    position: absolute;
  4209.    bottom: -5px;
  4210.    left: 0;
  4211.    width: 0;
  4212.    height: 2px;
  4213.    background: var(--bs-primary) !important;
  4214.    transition: width 0.3s ease;
  4215. }
  4216.  
  4217. .footer-nav-link:hover::after {
  4218.    width: 100%;
  4219. }
  4220.  
  4221. /* Responsive Design */
  4222. @media (max-width: 992px) {
  4223.    .footer-brand-section {
  4224.        padding: 100px 0 50px;
  4225.    }
  4226.    
  4227.    .brand-title {
  4228.        font-size: 1.8rem;
  4229.    }
  4230.    
  4231.    .column-content {
  4232.        padding-left: 0;
  4233.        padding-top: 10px;
  4234.    }
  4235.    
  4236.    .column-header {
  4237.        flex-direction: column;
  4238.        align-items: flex-start;
  4239.        gap: 10px;
  4240.    }
  4241.    
  4242.    .column-number {
  4243.        align-self: center;
  4244.    }
  4245. }
  4246.  
  4247. @media (max-width: 768px) {
  4248.    .footer-brand-section {
  4249.        padding: 80px 0 40px;
  4250.    }
  4251.    
  4252.    .brand-title {
  4253.        font-size: 1.6rem;
  4254.    }
  4255.    
  4256.    .newsletter-inline {
  4257.        padding: 1.5rem;
  4258.        margin: 0 15px;
  4259.    }
  4260.    
  4261.    .newsletter-form .input-group {
  4262.        flex-direction: column;
  4263.    }
  4264.    
  4265.    .btn-newsletter {
  4266.        border-radius: 0 0 12px 12px;
  4267.    }
  4268.    
  4269.    .newsletter-input {
  4270.        border-radius: 12px 12px 0 0;
  4271.    }
  4272.    
  4273.    .footer-column {
  4274.        padding: 0 15px;
  4275.        margin-bottom: 35px;
  4276.    }
  4277.    
  4278.    .footer-nav {
  4279.        flex-direction: column;
  4280.        gap: 15px;
  4281.        margin-top: 20px;
  4282.    }
  4283. }
  4284.  
  4285. @media (max-width: 576px) {
  4286.    .footer-brand-section {
  4287.        padding: 60px 0 30px;
  4288.    }
  4289.    
  4290.    .brand-title {
  4291.        font-size: 1.4rem;
  4292.    }
  4293.    
  4294.    .brand-description {
  4295.        font-size: 1rem;
  4296.    }
  4297.    
  4298.    .newsletter-title {
  4299.        font-size: 1.1rem;
  4300.    }
  4301.    
  4302.    .column-title {
  4303.        font-size: 1rem;
  4304.    }
  4305.    
  4306.    .footer-column {
  4307.        padding: 0 10px;
  4308.    }
  4309.    
  4310.    .bg-circle, .bg-line {
  4311.        display: none;
  4312.    }
  4313. }
  4314.  
  4315. /* Minimal Animation */
  4316. .footer-column {
  4317.    transition: opacity 0.3s ease;
  4318. }
  4319.  
  4320. .footer-column:hover {
  4321.    opacity: 0.9;
  4322. }
  4323. </style>
  4324.  
  4325. <!-- Bootstrap 5 JS -->
  4326.  
  4327. <script>
  4328. // Scroll to Top Function
  4329. function scrollToTop() {
  4330.    window.scrollTo({
  4331.        top: 0,
  4332.        behavior: 'smooth'
  4333.    });
  4334. }
  4335.  
  4336. // Initialize Footer V2 Features
  4337. document.addEventListener('DOMContentLoaded', function() {
  4338.    
  4339.    // Newsletter Form Enhancement
  4340.    const newsletterForm = document.querySelector('.newsletter-form');
  4341.    if (newsletterForm) {
  4342.        newsletterForm.addEventListener('submit', function(e) {
  4343.            e.preventDefault(); // Remove this in actual implementation
  4344.            
  4345.            const submitBtn = this.querySelector('.btn-newsletter');
  4346.            const originalText = submitBtn.textContent;
  4347.            
  4348.            submitBtn.textContent = 'Subscribing...';
  4349.            submitBtn.disabled = true;
  4350.            
  4351.            // Simulate form processing
  4352.            setTimeout(() => {
  4353.                submitBtn.textContent = 'Subscribed!';
  4354.                submitBtn.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4355.                
  4356.                setTimeout(() => {
  4357.                    submitBtn.textContent = originalText;
  4358.                    submitBtn.disabled = false;
  4359.                    submitBtn.style.background = '';
  4360.                    this.reset();
  4361.                }, 2000);
  4362.            }, 1500);
  4363.        });
  4364.    }
  4365.    
  4366.    // Smooth reveal for columns on scroll
  4367.    const observerOptions = {
  4368.        threshold: 0.1,
  4369.        rootMargin: '0px 0px -50px 0px'
  4370.    };
  4371.    
  4372.    const observer = new IntersectionObserver((entries) => {
  4373.        entries.forEach(entry => {
  4374.            if (entry.isIntersecting) {
  4375.                entry.target.style.opacity = '1';
  4376.                entry.target.style.transform = 'translateY(0)';
  4377.            }
  4378.        });
  4379.    }, observerOptions);
  4380.    
  4381.    // Initially hide columns for animation
  4382.    document.querySelectorAll('.footer-column').forEach((column, index) => {
  4383.        column.style.opacity = '0';
  4384.        column.style.transform = 'translateY(20px)';
  4385.        column.style.transition = `all 0.6s ease ${index * 0.1}s`;
  4386.        observer.observe(column);
  4387.    });
  4388.    
  4389.    // Prevent default for placeholder links
  4390.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4391.        link.addEventListener('click', function(e) {
  4392.            e.preventDefault();
  4393.        });
  4394.    });
  4395. });
  4396.  
  4397. document.addEventListener('DOMContentLoaded', function () {
  4398.    var btn = document.getElementById('toggleFooterLinks');
  4399.    if (!btn) return; // No extra links, no button
  4400.  
  4401.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4402.  
  4403.    btn.addEventListener('click', function () {
  4404.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4405.            return li.classList.contains('d-none');
  4406.        });
  4407.  
  4408.        extras.forEach(function (li) {
  4409.            if (anyHidden) {
  4410.                li.classList.remove('d-none');
  4411.                li.classList.add('show');
  4412.            } else {
  4413.                li.classList.add('d-none');
  4414.                li.classList.remove('show');
  4415.            }
  4416.        });
  4417.  
  4418.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4419.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4420.    });
  4421. });
  4422.  
  4423. </script>
  4424.  
  4425.        <!-- end of wpo-site-footer-section -->
  4426.    </div>
  4427.    <!-- end of page-wrapper -->
  4428.  
  4429.    <!-- All JavaScript files
  4430.    ================================================== -->
  4431.    
  4432.  
  4433. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4434. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4435. <!-- Plugins for this template -->
  4436. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4437. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4438. <!-- Custom script for this template -->
  4439. <script src="/static/blogapp/assets/js/script.js"></script>
  4440.  
  4441. <script>
  4442. (function () {
  4443. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4444. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4445.  
  4446. function applyFallback(img) {
  4447. if (!img || img.dataset.fallbackApplied === "1") {
  4448. return;
  4449. }
  4450. var failedSrc = img.currentSrc || img.src || "";
  4451. img.dataset.fallbackApplied = "1";
  4452. img.onerror = null;
  4453. img.src = fallbackImageSrc;
  4454. console.warn("[ImageFallback] Replaced broken image:", {
  4455. failedSrc: failedSrc,
  4456. fallbackSrc: fallbackImageSrc,
  4457. alt: img.alt || "",
  4458. });
  4459. }
  4460.  
  4461. document.querySelectorAll("img").forEach(function (img) {
  4462. if (img.complete && img.naturalWidth === 0) {
  4463. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4464. failedSrc: img.currentSrc || img.src || "",
  4465. alt: img.alt || "",
  4466. });
  4467. applyFallback(img);
  4468. }
  4469. });
  4470.  
  4471. document.addEventListener(
  4472. "error",
  4473. function (event) {
  4474. var target = event.target;
  4475. if (target && target.tagName === "IMG") {
  4476. applyFallback(target);
  4477. }
  4478. },
  4479. true
  4480. );
  4481. })();
  4482. </script>
  4483.  
  4484. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4485.  
  4486.  
  4487.  
  4488. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"6d8bec97878a4f00845de42b9a871528","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4489. </body>
  4490.  
  4491. </html>
  4492.  
  4493.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda