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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="mulish">
  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_1_IzrIAUN_HnqM56Y.png">
  14.    
  15.  
  16.    <title>VectorPath UK: Expert Web Design &amp; Digital Marketing Solutions</title>
  17.    <meta name="description" content="VectorPath UK offers professional web design, development, and digital marketing services to help businesses grow online with tailored strategies and creative solutions.">
  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://vectorpath.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #fb8500;
  42.        --bs-primary-rgb: fb8500;
  43.        --bs-secondary: #71717a;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fff7ed;
  49.        --bs-dark: #431407;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #fb8500;
  53.        --theme-primary-color-s2: #fb8500;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #431407;
  57.        --text-light-color: #676767;
  58.        --heading-color: #431407;
  59.        --border-color: #fed7aa;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #ffedd5;
  75.        --navbar-color: #431407;
  76.        --topbar-bg: #fff7ed;
  77.        --topbar-color: #431407;
  78.        --footer-bg: #431407;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fed7aa;
  82.        --card-radius: 12px;
  83.        --link-color: #fb8500;
  84.        --link-hover: #ea580c;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(251, 133, 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_24">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <div class="top-bg">
  406. <div class="unique-header px-3 d-sm-flex d-none container-fluid fluid-container">
  407.    <button class="unique-menu-button bg-primary-gradient">Latest Update</button>
  408.  
  409.    <div class="unique-news-wrapper-container">
  410.        <div class="unique-news-wrapper top-color" id="newsWrapper">
  411.              <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex ">
  412.            <p class="text-center">
  413.              
  414.              <a href="/joe-root-expresses-mixed-views-on-pink-ball-test-games-before-pivotal-ashes-clash/" class="px-5 top-color">
  415.                Joe Root Expresses Mixed Views on Pink-Ball Test Games Before Pivotal Ashes Clash
  416.              </a>
  417.              
  418.              <a href="/dining-across-the-gap-an-meeting-among-opposing-perspectives/" class="px-5 top-color">
  419.                Dining Across the Gap: An Meeting Among Opposing Perspectives
  420.              </a>
  421.              
  422.              <a href="/wta-finals-latest-news-rybakina-faces-alexandrova-iga-swiatek-battles-anisimova/" class="px-5 top-color">
  423.                WTA Finals Latest News: Rybakina Faces Alexandrova, Iga Swiatek Battles Anisimova
  424.              </a>
  425.              
  426.              <a href="/cameroonian-political-opposition-leader-to-face-legal-action-over-election-unrest-authorities-says/" class="px-5 top-color">
  427.                Cameroonian Political Opposition Leader to Face Legal Action Over Election Unrest, Authorities Says
  428.              </a>
  429.              
  430.              <a href="/nyc-prepares-for-incoming-gaming-venues-during-a-national-wagering-expansion/" class="px-5 top-color">
  431.                NYC Prepares For Incoming Gaming Venues During A National Wagering Expansion
  432.              </a>
  433.              
  434.            </p>
  435.          </marquee>
  436.        </div>
  437.    </div>
  438.  
  439.    <div class="contact-info top-color">
  440.        <ul class="d-flex list-unstyled gap-3 flex-wrap">
  441.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  442.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  443.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  444.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  445.        </ul>
  446.    </div>
  447. </div>
  448. </div>
  449.  
  450. <script>
  451.    // Build array directly from Django context
  452.    const newsItems = [
  453.        
  454.            { title: "Joe Root Expresses Mixed Views on Pink\u002DBall Test Games Before Pivotal Ashes Clash", url: "/joe-root-expresses-mixed-views-on-pink-ball-test-games-before-pivotal-ashes-clash/" },
  455.        
  456.            { title: "Dining Across the Gap: An Meeting Among Opposing Perspectives", url: "/dining-across-the-gap-an-meeting-among-opposing-perspectives/" },
  457.        
  458.            { title: "WTA Finals Latest News: Rybakina Faces Alexandrova, Iga Swiatek Battles Anisimova", url: "/wta-finals-latest-news-rybakina-faces-alexandrova-iga-swiatek-battles-anisimova/" },
  459.        
  460.            { title: "Cameroonian Political Opposition Leader to Face Legal Action Over Election Unrest, Authorities Says", url: "/cameroonian-political-opposition-leader-to-face-legal-action-over-election-unrest-authorities-says/" },
  461.        
  462.            { title: "NYC Prepares For Incoming Gaming Venues During A National Wagering Expansion", url: "/nyc-prepares-for-incoming-gaming-venues-during-a-national-wagering-expansion/" }
  463.        
  464.    ];
  465.  
  466.    let currentNewsIndex = 0;
  467.    const newsWrapper = document.getElementById('newsWrapper');
  468.    let currentNewsElement = null;
  469.    let typingInterval = null;
  470.    let isTyping = false;
  471.  
  472.    function createNewsElement() {
  473.        const newsElement = document.createElement('div');
  474.        newsElement.className = 'unique-news-item top-color active';
  475.        newsWrapper.appendChild(newsElement);
  476.        currentNewsElement = newsElement;
  477.    }
  478.  
  479.    function typeText(news, element, callback) {
  480.        let index = 0;
  481.        element.innerHTML = '<span class="unique-cursor"></span>';
  482.  
  483.        typingInterval = setInterval(() => {
  484.            if (index < news.title.length) {
  485.                const currentText = news.title.substring(0, index + 1);
  486.                element.innerHTML = `<a href="${news.url}" class="top-color">${currentText}</a><span class="unique-cursor"></span>`;
  487.                index++;
  488.            } else {
  489.                clearInterval(typingInterval);
  490.                setTimeout(() => {
  491.                    element.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  492.                    if (callback) callback();
  493.                }, 1000);
  494.            }
  495.        }, 100); // typing speed
  496.    }
  497.  
  498.    function startTyping() {
  499.        if (isTyping) return;
  500.  
  501.        isTyping = true;
  502.        const currentNews = newsItems[currentNewsIndex];
  503.  
  504.        typeText(currentNews, currentNewsElement, () => {
  505.            isTyping = false;
  506.            setTimeout(() => {
  507.                currentNewsIndex = (currentNewsIndex + 1) % newsItems.length;
  508.                startTyping();
  509.            }, 5000); // wait before next headline
  510.        });
  511.    }
  512.  
  513.    window.onload = function() {
  514.        createNewsElement();
  515.        startTyping();
  516.    };
  517. </script>
  518.  
  519.  
  520.  
  521.            
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528. <header class="header-v8 mb-4">
  529.    <div class="container-fluid fluid-container">
  530.        <!-- Main Navigation Card -->
  531.        <div class="nav-card-v8">
  532.            <div class="row align-items-center justify-content-between">
  533.                <!-- Logo Section -->
  534.               <div class="col-lg-2 col-md-3 col-6">
  535.                    <div class="logo-section-v8">
  536.                        <a class="logo-link-v8" href="/">
  537.                            
  538.                                VectorPath UK
  539.                            
  540.                        </a>
  541.                    </div>
  542.                </div>
  543.  
  544.                <!-- Navigation Menu -->
  545.                <div class="col-lg-8 col-md-6 d-none d-xl-block">
  546.                    <nav class="main-nav-v8">
  547.                        <ul class="nav-list-v8">
  548.  
  549.                            
  550.                            <li class="nav-item-v8">
  551.                                <a href="/" class="nav-link-v8 active-v8"
  552.                                    data-text="Home">Home</a>
  553.                            </li>
  554.  
  555.                            
  556.                            
  557.                             <li class="nav-item-v8">
  558.                                <a href="/category/all-posts/" class="nav-link-v8"
  559.                                    data-text="All Posts">
  560.                                    All Posts
  561.                                </a>
  562.                                </li>
  563.  
  564.                                
  565.  
  566.                                                
  567.                                                
  568.                                
  569.                             <li class="nav-item-v8">
  570.                                <a href="/category/business/" class="nav-link-v8"
  571.                                    data-text="Business">
  572.                                    Business
  573.                                </a>
  574.                                </li>
  575.  
  576.                                
  577.  
  578.                                                
  579.                                                
  580.                                
  581.                             <li class="nav-item-v8">
  582.                                <a href="/category/esports/" class="nav-link-v8"
  583.                                    data-text="Esports">
  584.                                    Esports
  585.                                </a>
  586.                                </li>
  587.  
  588.                                
  589.  
  590.                                                
  591.                                                
  592.                                
  593.                             <li class="nav-item-v8">
  594.                                <a href="/category/fashion/" class="nav-link-v8"
  595.                                    data-text="Fashion">
  596.                                    Fashion
  597.                                </a>
  598.                                </li>
  599.  
  600.                                
  601.  
  602.                                                
  603.                                                
  604.                                
  605.                             <li class="nav-item-v8">
  606.                                <a href="/category/featured/" class="nav-link-v8"
  607.                                    data-text="Featured">
  608.                                    Featured
  609.                                </a>
  610.                                </li>
  611.  
  612.                                
  613.  
  614.                                                
  615.                                                
  616.                                
  617.                             <li class="nav-item-v8">
  618.                                <a href="/category/gaming/" class="nav-link-v8"
  619.                                    data-text="Gaming">
  620.                                    Gaming
  621.                                </a>
  622.                                </li>
  623.  
  624.                                
  625.  
  626.                                                
  627.                                                
  628.                                
  629.                             <li class="nav-item-v8">
  630.                                <a href="/category/health/" class="nav-link-v8"
  631.                                    data-text="Health">
  632.                                    Health
  633.                                </a>
  634.                                </li>
  635.  
  636.                                
  637.  
  638.                                                
  639.                                                
  640.                                
  641.                            
  642.                                
  643.                                
  644.                                <li class="nav-item-v8 has-dropdown-v8">
  645.                                    <a href="#" class="nav-link-v8" data-text="More">More</a>
  646.                                    <div class="dropdown-card-v8">
  647.                                        <div class="dropdown-grid-v8">
  648.                                            <div class="dropdown-section-v8">
  649.                                                <a href="/category/life-fitness/"
  650.                                                    class="dropdown-link-v8">
  651.                                                    <span class="link-icon-v8"></span> Life &amp; Fitness
  652.                                                </a>
  653.                                                
  654.  
  655.                                                
  656.  
  657.                                                
  658.                                                
  659.                                
  660.                            
  661.                                                <a href="/category/lifestyle/"
  662.                                                    class="dropdown-link-v8">
  663.                                                    <span class="link-icon-v8"></span> Lifestyle
  664.                                                </a>
  665.                                                
  666.  
  667.                                                
  668.                                                
  669.                                
  670.                            
  671.                                                <a href="/category/news/"
  672.                                                    class="dropdown-link-v8">
  673.                                                    <span class="link-icon-v8"></span> News
  674.                                                </a>
  675.                                                
  676.  
  677.                                                
  678.                                                
  679.                                
  680.                            
  681.                                                <a href="/category/others/"
  682.                                                    class="dropdown-link-v8">
  683.                                                    <span class="link-icon-v8"></span> Others
  684.                                                </a>
  685.                                                
  686.  
  687.                                                
  688.                                                
  689.                                
  690.                            
  691.                                                <a href="/category/politics/"
  692.                                                    class="dropdown-link-v8">
  693.                                                    <span class="link-icon-v8"></span> Politics
  694.                                                </a>
  695.                                                
  696.  
  697.                                                
  698.                                                
  699.                                
  700.                            
  701.                                                <a href="/category/sports/"
  702.                                                    class="dropdown-link-v8">
  703.                                                    <span class="link-icon-v8"></span> Sports
  704.                                                </a>
  705.                                                
  706.  
  707.                                                
  708.                                                
  709.                                
  710.                            
  711.                                                <a href="/category/tech/"
  712.                                                    class="dropdown-link-v8">
  713.                                                    <span class="link-icon-v8"></span> Tech
  714.                                                </a>
  715.                                                
  716.  
  717.                                                
  718.                                                
  719.                                
  720.                            
  721.                                                <a href="/category/travel/"
  722.                                                    class="dropdown-link-v8">
  723.                                                    <span class="link-icon-v8"></span> Travel
  724.                                                </a>
  725.                                                
  726.  
  727.                                                
  728.                                                
  729.                                            </div>
  730.                                        </div>
  731.                                    </div>
  732.                                </li>
  733.                                
  734.                                
  735. <li>
  736.                  <a href="/page/contact-us/">
  737.                     Contact Us
  738.                  </a>
  739.              </li>
  740.                        </ul>
  741.                    </nav>
  742.  
  743.                </div>
  744.  
  745.                <!-- Search & Mobile Toggle -->
  746.                <div class="col-lg-2 col-md-3 col-6">
  747.                    <div class="nav-actions-v8">
  748.                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
  749.                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  750.                                stroke-width="2">
  751.                                <circle cx="11" cy="11" r="8"></circle>
  752.                                <path d="m21 21-4.35-4.35"></path>
  753.                            </svg>
  754.                        </button>
  755.                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
  756.                            <i class="ti-menu fs-5"></i>
  757.                        </button>
  758.                    </div>
  759.                </div>
  760.            </div>
  761.        </div>
  762.  
  763.        <!-- Floating Search Card -->
  764.        <div class="search-card-v8" id="searchCardV8">
  765.            <div class="search-container-v8">
  766.                <form class="search-form-v8" action="#" method="get">
  767.                    <div class="search-input-wrapper-v8">
  768.                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
  769.                            stroke="currentColor" stroke-width="2">
  770.                            <circle cx="11" cy="11" r="8"></circle>
  771.                            <path d="m21 21-4.35-4.35"></path>
  772.                        </svg>
  773.                        <input type="search" class="search-input-v8" id="search-input"
  774.                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
  775.                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
  776.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  777.                                stroke-width="2">
  778.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  779.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  780.                            </svg>
  781.                        </button>
  782.                    </div>
  783.                    <div class="search-suggestions-v8 search-v1" id="search-results">
  784.                        
  785.                        
  786.                    </div>
  787.                </form>
  788.            </div>
  789.        </div>
  790.  
  791.        <!-- Mobile Navigation Card -->
  792.        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
  793.            <div class="mobile-nav-content-v8">
  794.                <ul class="mobile-nav-list-v8">
  795.  
  796.                    
  797.                    <li class="mobile-nav-item-v8">
  798.                        <a href="/" class="mobile-nav-link-v8 active-v8">
  799.                            Home
  800.                        </a>
  801.                    </li>
  802.  
  803.                    
  804.                      <li class="mobile-nav-item-v8">
  805.                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
  806.                            All Posts
  807.                        </a>
  808.                        </li>
  809.  
  810.                        
  811.  
  812.                                
  813.                                
  814.                        
  815.                      <li class="mobile-nav-item-v8">
  816.                        <a href="/category/business/" class="mobile-nav-link-v8">
  817.                            Business
  818.                        </a>
  819.                        </li>
  820.  
  821.                        
  822.  
  823.                                
  824.                                
  825.                        
  826.                      <li class="mobile-nav-item-v8">
  827.                        <a href="/category/esports/" class="mobile-nav-link-v8">
  828.                            Esports
  829.                        </a>
  830.                        </li>
  831.  
  832.                        
  833.  
  834.                                
  835.                                
  836.                        
  837.                      <li class="mobile-nav-item-v8">
  838.                        <a href="/category/fashion/" class="mobile-nav-link-v8">
  839.                            Fashion
  840.                        </a>
  841.                        </li>
  842.  
  843.                        
  844.  
  845.                                
  846.                                
  847.                        
  848.                      <li class="mobile-nav-item-v8">
  849.                        <a href="/category/featured/" class="mobile-nav-link-v8">
  850.                            Featured
  851.                        </a>
  852.                        </li>
  853.  
  854.                        
  855.  
  856.                                
  857.                                
  858.                        
  859.                      <li class="mobile-nav-item-v8">
  860.                        <a href="/category/gaming/" class="mobile-nav-link-v8">
  861.                            Gaming
  862.                        </a>
  863.                        </li>
  864.  
  865.                        
  866.  
  867.                                
  868.                                
  869.                        
  870.                      <li class="mobile-nav-item-v8">
  871.                        <a href="/category/health/" class="mobile-nav-link-v8">
  872.                            Health
  873.                        </a>
  874.                        </li>
  875.  
  876.                        
  877.  
  878.                                
  879.                                
  880.                        
  881.                    
  882.                        
  883.                        
  884.                        <li class="mobile-nav-item-v8">
  885.                            <a href="#" class="mobile-nav-link-v8" onclick="toggleMobileDropdownV8('more-mobile-v8')">
  886.                                More
  887.                                <svg class="mobile-arrow-v8" width="16" height="16" viewBox="0 0 24 24" fill="none"
  888.                                    stroke="currentColor" stroke-width="2">
  889.                                    <polyline points="6,9 12,15 18,9"></polyline>
  890.                                </svg>
  891.                            </a>
  892.                            <ul class="mobile-dropdown-v8" id="more-mobile-v8">
  893.                                <li>
  894.                                    <a href="/category/life-fitness/"
  895.                                        class="mobile-sub-link-v8">
  896.                                        Life &amp; Fitness
  897.                                    </a>
  898.                                </li>
  899.                                
  900.  
  901.                                
  902.  
  903.                                
  904.                                
  905.                        
  906.                    
  907.                                
  908.                                <li>
  909.                                    <a href="/category/lifestyle/"
  910.                                        class="mobile-sub-link-v8">
  911.                                        Lifestyle
  912.                                    </a>
  913.                                </li>
  914.                                
  915.  
  916.                                
  917.                                
  918.                        
  919.                    
  920.                                
  921.                                <li>
  922.                                    <a href="/category/news/"
  923.                                        class="mobile-sub-link-v8">
  924.                                        News
  925.                                    </a>
  926.                                </li>
  927.                                
  928.  
  929.                                
  930.                                
  931.                        
  932.                    
  933.                                
  934.                                <li>
  935.                                    <a href="/category/others/"
  936.                                        class="mobile-sub-link-v8">
  937.                                        Others
  938.                                    </a>
  939.                                </li>
  940.                                
  941.  
  942.                                
  943.                                
  944.                        
  945.                    
  946.                                
  947.                                <li>
  948.                                    <a href="/category/politics/"
  949.                                        class="mobile-sub-link-v8">
  950.                                        Politics
  951.                                    </a>
  952.                                </li>
  953.                                
  954.  
  955.                                
  956.                                
  957.                        
  958.                    
  959.                                
  960.                                <li>
  961.                                    <a href="/category/sports/"
  962.                                        class="mobile-sub-link-v8">
  963.                                        Sports
  964.                                    </a>
  965.                                </li>
  966.                                
  967.  
  968.                                
  969.                                
  970.                        
  971.                    
  972.                                
  973.                                <li>
  974.                                    <a href="/category/tech/"
  975.                                        class="mobile-sub-link-v8">
  976.                                        Tech
  977.                                    </a>
  978.                                </li>
  979.                                
  980.  
  981.                                
  982.                                
  983.                        
  984.                    
  985.                                
  986.                                <li>
  987.                                    <a href="/category/travel/"
  988.                                        class="mobile-sub-link-v8">
  989.                                        Travel
  990.                                    </a>
  991.                                </li>
  992.                                
  993.  
  994.                                
  995.                                
  996.                            </ul>
  997.                        </li>
  998.                        
  999.                        
  1000.  
  1001.                </ul>
  1002.  
  1003.            </div>
  1004.        </div>
  1005.    </div>
  1006.  
  1007.    <!-- Background Overlay -->
  1008.    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
  1009. </header>
  1010.  
  1011. <style>
  1012.    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
  1013.    .header-v8 {
  1014.        padding: 20px 0;
  1015.        position: relative;
  1016.        min-height: 120px;
  1017.    }
  1018.  
  1019.    /* Main Navigation Card */
  1020.    .nav-card-v8 {
  1021.        background:var(--navbar-bg);
  1022.        backdrop-filter: blur(20px);
  1023.        border: 1px solid var(--border-color);
  1024.        border-radius: 20px;
  1025.        padding: 15px 25px;
  1026.        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  1027.        position: relative;
  1028.        z-index: 100;
  1029.    }
  1030.  
  1031.    /* Logo Styles */
  1032.    .logo-img-v8 {
  1033.        max-height: 60px;
  1034.        transition: all 0.3s ease;
  1035.    }
  1036.  
  1037.    .logo-link-v8:hover .logo-img-v8 {
  1038.        transform: scale(1.05) rotate(2deg);
  1039.    }
  1040.  
  1041.    /* Main Navigation */
  1042.    .nav-list-v8 {
  1043.        list-style: none;
  1044.        padding: 0;
  1045.        margin: 0;
  1046.        display: flex;
  1047.        align-items: center;
  1048.        justify-content: center;
  1049.        gap: 8px;
  1050.    }
  1051.  
  1052.    .nav-item-v8 {
  1053.        position: relative;
  1054.    }
  1055.  
  1056.    .nav-link-v8 {
  1057.        color: #4a5568;
  1058.        text-decoration: none;
  1059.        font-weight: 500;
  1060.        font-size: 15px;
  1061.        padding: 12px 18px;
  1062.        border-radius: 12px;
  1063.        position: relative;
  1064.        transition: all 0.3s ease;
  1065.        display: block;
  1066.        background: linear-gradient(135deg, transparent 0%, transparent 100%);
  1067.    }
  1068.  
  1069.    .nav-link-v8::before {
  1070.        content: attr(data-text);
  1071.        position: absolute;
  1072.        top: 0;
  1073.        left: 0;
  1074.        right: 0;
  1075.        bottom: 0;
  1076.        display: flex;
  1077.        align-items: center;
  1078.        justify-content: center;
  1079.        background: var(--sub-nav);
  1080.        color: var(--topbar-color);
  1081.        border-radius: 12px;
  1082.        opacity: 0;
  1083.        transform: scale(0.8);
  1084.        transition: all 0.3s ease;
  1085.        font-weight: 600;
  1086.    }
  1087.  
  1088.    .nav-link-v8:hover::before,
  1089.    .nav-link-v8.active-v8::before {
  1090.        opacity: 1;
  1091.        transform: scale(1);
  1092.    }
  1093.  
  1094.    .nav-link-v8:hover,
  1095.    .nav-link-v8.active-v8 {
  1096.        color: transparent;
  1097.        background: rgba(102, 126, 234, 0.1);
  1098.    }
  1099.  
  1100.    /* Dropdown Styles */
  1101.    .dropdown-card-v8 {
  1102.        position: absolute;
  1103.        top: calc(100% + 15px);
  1104.        left: 50%;
  1105.        transform: translateX(-50%);
  1106.        background:var(--navbar-bg);
  1107.        backdrop-filter: blur(20px);
  1108.        border: 1px solid var(--border-color);
  1109.        border-radius: 16px;
  1110.        padding: 25px;
  1111.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1112.        opacity: 0;
  1113.        visibility: hidden;
  1114.        transform: translateX(-50%) translateY(-10px);
  1115.        transition: all 0.3s ease;
  1116.        z-index: 200;
  1117.        min-width: 320px;
  1118.    }
  1119.  
  1120.    .has-dropdown-v8:hover .dropdown-card-v8 {
  1121.        opacity: 1;
  1122.        visibility: visible;
  1123.        transform: translateX(-50%) translateY(0);
  1124.    }
  1125.  
  1126.    .dropdown-grid-v8 {
  1127.        display: grid;
  1128.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  1129.        gap: 20px;
  1130.    }
  1131.  
  1132.    .dropdown-header-v8 {
  1133.        font-size: 12px;
  1134.        font-weight: 700;
  1135.        color: #667eea;
  1136.        margin-bottom: 12px;
  1137.        text-transform: uppercase;
  1138.        letter-spacing: 1px;
  1139.    }
  1140.  
  1141.    .dropdown-link-v8 {
  1142.        display: flex;
  1143.        align-items: center;
  1144.        color: var(--navbar-color) !important;;
  1145.        text-decoration: none;
  1146.        font-size: 14px;
  1147.        padding: 10px 12px;
  1148.        border-radius: 10px;
  1149.        transition: all 0.3s ease;
  1150.        margin-bottom: 8px;
  1151.    }
  1152.  
  1153.    .dropdown-link-v8:hover {
  1154.        background:var(--bs-primary);
  1155.        color: var(--bs-white) !important;;
  1156.        transform: translateX(5px);
  1157.    }
  1158.  
  1159.    .link-icon-v8 {
  1160.        margin-right: 10px;
  1161.        height: 5px;
  1162.        width: 5px;
  1163.        border: 1px solid #2d3748;
  1164.        border-radius: 50%;
  1165.    }
  1166.  
  1167.    /* Navigation Actions */
  1168.    .nav-actions-v8 {
  1169.        display: flex;
  1170.        align-items: center;
  1171.        justify-content: flex-end;
  1172.        gap: 10px;
  1173.    }
  1174.  
  1175.    .search-toggle-v8,
  1176.    .mobile-toggle-v8 {
  1177.        background: rgba(102, 126, 234, 0.1);
  1178.        border: none;
  1179.        border-radius: 12px;
  1180.        padding: 12px;
  1181.        cursor: pointer;
  1182.        transition: all 0.3s ease;
  1183.        color: var(--bs-white);
  1184.    }
  1185.  
  1186.    .search-toggle-v8:hover,
  1187.    .mobile-toggle-v8:hover {
  1188.        background: var(--sub-nav);
  1189.        color: var(--topbar-color);
  1190.        transform: scale(1.05);
  1191.    }
  1192.  
  1193.    .mobile-toggle-v8 {
  1194.        flex-direction: column;
  1195.        gap: 3px;
  1196.        padding: 10px 12px;
  1197.    }
  1198.  
  1199.    .toggle-line-v8 {
  1200.        width: 20px;
  1201.        height: 2px;
  1202.        background: currentColor;
  1203.        border-radius: 1px;
  1204.        transition: all 0.3s ease;
  1205.    }
  1206.  
  1207.    /* Floating Search Card */
  1208.    .search-card-v8 {
  1209.        position: absolute;
  1210.        top: 100%;
  1211.        left: 50%;
  1212.        transform: translateX(-50%);
  1213.        width: calc(100% - 40px);
  1214.        max-width: 600px;
  1215.        background:var(--navbar-bg);
  1216.        backdrop-filter: blur(20px);
  1217.        border: 1px solid var(--border-color);
  1218.        border-radius: 20px;
  1219.        padding: 25px;
  1220.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1221.        opacity: 0;
  1222.        visibility: hidden;
  1223.        transform: translateX(-50%) translateY(-20px);
  1224.        transition: all 0.4s ease;
  1225.        z-index: 300;
  1226.        margin-top: 15px;
  1227.    }
  1228.  
  1229.    .search-card-v8.show-v8 {
  1230.        opacity: 1;
  1231.        visibility: visible;
  1232.        transform: translateX(-50%) translateY(0);
  1233.    }
  1234.  
  1235.    .search-input-wrapper-v8 {
  1236.        display: flex;
  1237.        align-items: center;
  1238.        background: rgba(248, 250, 252, 0.8);
  1239.        border: 2px solid rgba(102, 126, 234, 0.2);
  1240.        border-radius: 15px;
  1241.        padding: 5px;
  1242.        margin-bottom: 20px;
  1243.        transition: all 0.3s ease;
  1244.    }
  1245.  
  1246.    .search-input-wrapper-v8:focus-within {
  1247.        border-color: #667eea;
  1248.        background: rgba(255, 255, 255, 0.9);
  1249.        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1250.    }
  1251.  
  1252.    .search-icon-v8 {
  1253.        color: #a0aec0;
  1254.        margin: 0 15px;
  1255.        transition: color 0.3s ease;
  1256.    }
  1257.  
  1258.    .search-input-wrapper-v8:focus-within .search-icon-v8 {
  1259.        color: #667eea;
  1260.    }
  1261.  
  1262.    .search-input-v8 {
  1263.        flex: 1;
  1264.        border: none;
  1265.        background: transparent;
  1266.        font-size: 16px;
  1267.        padding: 15px 0;
  1268.        outline: none;
  1269.        color: #2d3748;
  1270.    }
  1271.  
  1272.    .search-input-v8::placeholder {
  1273.        color: #a0aec0;
  1274.    }
  1275.  
  1276.    .search-close-v8 {
  1277.        background: rgba(160, 174, 192, 0.2);
  1278.        border: none;
  1279.        border-radius: 10px;
  1280.        padding: 8px;
  1281.        margin-right: 8px;
  1282.        cursor: pointer;
  1283.        transition: all 0.3s ease;
  1284.        color: #a0aec0;
  1285.    }
  1286.  
  1287.    .search-close-v8:hover {
  1288.        background: rgba(229, 62, 62, 0.1);
  1289.        color: #e53e3e;
  1290.    }
  1291.  
  1292.    /* Search Suggestions */
  1293.    .search-suggestions-v8 {
  1294.        display: grid;
  1295.        gap: 8px;
  1296.    }
  1297.  
  1298.    .suggestion-item-v8 {
  1299.        display: flex;
  1300.        align-items: center;
  1301.        padding: 12px 15px;
  1302.        background: rgba(248, 250, 252, 0.1);
  1303.        border-radius: 12px;
  1304.        cursor: pointer;
  1305.        transition: all 0.3s ease;
  1306.    }
  1307.  
  1308.    .suggestion-item-v8:hover {
  1309.        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
  1310.        color: white;
  1311.        transform: translateX(5px);
  1312.    }
  1313.  
  1314.    .suggestion-icon-v8 {
  1315.        margin-right: 12px;
  1316.        font-size: 16px;
  1317.    }
  1318.  
  1319.    .suggestion-text-v8 {
  1320.        font-size: 14px;
  1321.        font-weight: 500;
  1322.    }
  1323.  
  1324.    /* Mobile Navigation Card */
  1325.    .mobile-nav-card-v8 {
  1326.        position: absolute;
  1327.        top: 100%;
  1328.        left: 50%;
  1329.        transform: translateX(-50%);
  1330.        width: calc(100% - 40px);
  1331.        background:var(--card-bg);
  1332.        backdrop-filter: blur(20px);
  1333.        border: 1px solid var(--border-color);
  1334.        border-radius: 20px;
  1335.        padding: 20px;
  1336.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1337.        opacity: 0;
  1338.        visibility: hidden;
  1339.        transform: translateX(-50%) translateY(-20px);
  1340.        transition: all 0.4s ease;
  1341.        z-index: 300;
  1342.        margin-top: 15px;
  1343.        max-height: 70vh;
  1344.        overflow-y: auto;
  1345.    }
  1346.  
  1347.    .mobile-nav-card-v8.show-v8 {
  1348.        opacity: 1;
  1349.        visibility: visible;
  1350.        transform: translateX(-50%) translateY(0);
  1351.    }
  1352.  
  1353.    .mobile-nav-list-v8 {
  1354.        list-style: none;
  1355.        padding: 0;
  1356.        margin: 0;
  1357.    }
  1358.  
  1359.    .mobile-nav-item-v8 {
  1360.        margin-bottom: 8px;
  1361.    }
  1362.  
  1363.    .mobile-nav-link-v8 {
  1364.        display: flex;
  1365.        align-items: center;
  1366.        color: var(--navbar-color) !important;
  1367.        text-decoration: none;
  1368.        font-weight: 500;
  1369.        font-size: 16px;
  1370.        padding: 15px;
  1371.        border-radius: 12px;
  1372.        justify-content: space-between;
  1373.    }
  1374.  
  1375.    .mobile-nav-link-v8:hover,
  1376.    .mobile-nav-link-v8.active-v8 {
  1377.        background:var(--sub-nav);
  1378.        color: var(--topbar-color) !important;
  1379.    }
  1380.  
  1381.    .mobile-nav-icon-v8 {
  1382.        font-size: 18px;
  1383.        background-color: var(--navbar-bg) !important;
  1384.        margin-right: 12px;
  1385.    }
  1386.  
  1387.    .mobile-arrow-v8 {
  1388.        transition: transform 0.3s ease;
  1389.    }
  1390.  
  1391.    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
  1392.        transform: rotate(180deg);
  1393.    }
  1394.  
  1395.    .mobile-dropdown-v8 {
  1396.        list-style: none;
  1397.        padding: 0;
  1398.        margin: 0;
  1399.        max-height: 0;
  1400.        overflow: hidden;
  1401.        transition: all 0.3s ease;
  1402.        background: rgba(248, 250, 252, 0.5);
  1403.        border-radius: 12px;
  1404.        margin-top: 8px;
  1405.    }
  1406.  
  1407.    .mobile-dropdown-v8.show-v8 {
  1408.        max-height: 300px;
  1409.        background-color: var(--navbar-bg);
  1410.        padding: 10px 0;
  1411.    }
  1412.  
  1413.    .mobile-sub-link-v8 {
  1414.        display: block;
  1415.        color: var(--navbar-color) !important;
  1416.        text-decoration: none;
  1417.        font-size: 14px;
  1418.        padding: 10px 20px;
  1419.        transition: all 0.3s ease;
  1420.    }
  1421.  
  1422.    .mobile-sub-link-v8:hover {
  1423.        color: var(--topbar-color);
  1424.        background: var(--sub-nav);
  1425.        border-radius: 12px;
  1426.    }
  1427.  
  1428.    /* Background Overlay */
  1429.    .nav-overlay-v8 {
  1430.        position: fixed;
  1431.        top: 0;
  1432.        left: 0;
  1433.        right: 0;
  1434.        bottom: 0;
  1435.        background: rgba(0, 0, 0, 0.3);
  1436.        backdrop-filter: blur(5px);
  1437.        z-index: 250;
  1438.        opacity: 0;
  1439.        visibility: hidden;
  1440.        transition: all 0.3s ease;
  1441.    }
  1442.  
  1443.    .nav-overlay-v8.show-v8 {
  1444.        opacity: 1;
  1445.        visibility: visible;
  1446.    }
  1447.  
  1448.    /* Responsive Design */
  1449.    @media (max-width: 1300px) {
  1450.        .header-v8 {
  1451.            padding: 15px 0;
  1452.        }
  1453.  
  1454.        .nav-card-v8 {
  1455.            padding: 12px 20px;
  1456.            border-radius: 15px;
  1457.        }
  1458.  
  1459.        .search-card-v8,
  1460.        .mobile-nav-card-v8 {
  1461.            width: calc(100% - 40px);
  1462.            padding: 20px;
  1463.        }
  1464.    }
  1465.  
  1466.    @media (max-width: 576px) {
  1467.        .nav-card-v8 {
  1468.            padding: 10px 15px;
  1469.        }
  1470.  
  1471.        .logo-img-v8 {
  1472.            max-height: 35px;
  1473.        }
  1474.    }
  1475. </style>
  1476.  
  1477. <script>
  1478.    let activeCard = null;
  1479.  
  1480.    function toggleSearchV8() {
  1481.        const searchCard = document.getElementById('searchCardV8');
  1482.        const overlay = document.getElementById('navOverlayV8');
  1483.        const mobileNav = document.getElementById('mobileNavV8');
  1484.  
  1485.        // Close mobile nav if open
  1486.        mobileNav.classList.remove('show-v8');
  1487.  
  1488.        if (searchCard.classList.contains('show-v8')) {
  1489.            searchCard.classList.remove('show-v8');
  1490.            overlay.classList.remove('show-v8');
  1491.            activeCard = null;
  1492.        } else {
  1493.            searchCard.classList.add('show-v8');
  1494.            overlay.classList.add('show-v8');
  1495.            activeCard = 'search';
  1496.  
  1497.            // Focus on search input
  1498.            setTimeout(() => {
  1499.                const searchInput = document.querySelector('.search-input-v8');
  1500.                if (searchInput) searchInput.focus();
  1501.            }, 100);
  1502.        }
  1503.    }
  1504.  
  1505.    function toggleMobileNavV8() {
  1506.        const mobileNav = document.getElementById('mobileNavV8');
  1507.        const overlay = document.getElementById('navOverlayV8');
  1508.        const searchCard = document.getElementById('searchCardV8');
  1509.  
  1510.        // Close search if open
  1511.        searchCard.classList.remove('show-v8');
  1512.  
  1513.        if (mobileNav.classList.contains('show-v8')) {
  1514.            mobileNav.classList.remove('show-v8');
  1515.            overlay.classList.remove('show-v8');
  1516.            activeCard = null;
  1517.        } else {
  1518.            mobileNav.classList.add('show-v8');
  1519.            overlay.classList.add('show-v8');
  1520.            activeCard = 'mobile';
  1521.        }
  1522.    }
  1523.  
  1524.    function toggleMobileDropdownV8(dropdownId) {
  1525.        const dropdown = document.getElementById(dropdownId);
  1526.        const parentItem = dropdown.closest('.mobile-nav-item-v8');
  1527.  
  1528.        // Close other dropdowns
  1529.        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
  1530.        const allParents = document.querySelectorAll('.mobile-nav-item-v8');
  1531.  
  1532.        allDropdowns.forEach(dd => {
  1533.            if (dd.id !== dropdownId) {
  1534.                dd.classList.remove('show-v8');
  1535.            }
  1536.        });
  1537.  
  1538.        allParents.forEach(parent => {
  1539.            if (parent !== parentItem) {
  1540.                parent.classList.remove('open-v8');
  1541.            }
  1542.        });
  1543.  
  1544.        // Toggle current dropdown
  1545.        dropdown.classList.toggle('show-v8');
  1546.        parentItem.classList.toggle('open-v8');
  1547.    }
  1548.  
  1549.    function closeAllV8() {
  1550.        const searchCard = document.getElementById('searchCardV8');
  1551.        const mobileNav = document.getElementById('mobileNavV8');
  1552.        const overlay = document.getElementById('navOverlayV8');
  1553.  
  1554.        searchCard.classList.remove('show-v8');
  1555.        mobileNav.classList.remove('show-v8');
  1556.        overlay.classList.remove('show-v8');
  1557.        activeCard = null;
  1558.    }
  1559.  
  1560.    // Close on escape key
  1561.    document.addEventListener('keydown', function (e) {
  1562.        if (e.key === 'Escape' && activeCard) {
  1563.            closeAllV8();
  1564.        }
  1565.    });
  1566.  
  1567.    // Handle suggestion clicks
  1568.    document.addEventListener('click', function (e) {
  1569.        if (e.target.closest('.suggestion-item-v8')) {
  1570.            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
  1571.            const searchInput = document.querySelector('.search-input-v8');
  1572.            if (searchInput) {
  1573.                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
  1574.            }
  1575.        }
  1576.    });
  1577. </script>
  1578. <script>
  1579.  document.addEventListener("DOMContentLoaded", function () {
  1580.    console.log("loaded");
  1581.  
  1582.     const searchInput = document.getElementById("search-input")
  1583.    const searchResults = document.getElementById("search-results");
  1584.  
  1585.    if (!searchInput || !searchResults) {
  1586.      console.error("Search input/results not found");
  1587.      return;
  1588.    }
  1589.  
  1590.    // Prevent form submission
  1591.    if (searchInput.form) {
  1592.      searchInput.form.addEventListener("submit", function (e) {
  1593.        e.preventDefault();
  1594.      });
  1595.    }
  1596.  
  1597.    // Add event listener for keyup
  1598.    searchInput.addEventListener("keyup", function (e) {
  1599.      console.log("Key pressed:", e.key);
  1600.      e.preventDefault();
  1601.  
  1602.      const query = searchInput.value.trim();
  1603.      console.log("User is typing: " + query);
  1604.  
  1605.      // If empty → clear and hide
  1606.      if (query === "") {
  1607.        searchResults.innerHTML = "";
  1608.        searchResults.style.display = "none";
  1609.        return;
  1610.      }
  1611.  
  1612.      // Show results
  1613.      searchResults.style.display = "block";
  1614.  
  1615.      // Fetch search results
  1616.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1617.        method: "GET",
  1618.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1619.      })
  1620.        .then(response => {
  1621.          console.log("Response Status:", response.status);
  1622.          return response.json();
  1623.        })
  1624.        .then(data => {
  1625.          console.log("Data received:", data);
  1626.          if (data.html) {
  1627.            searchResults.innerHTML = data.html;
  1628.          } else {
  1629.            searchResults.innerHTML = "<p>No results found.</p>";
  1630.          }
  1631.        })
  1632.        .catch(error => {
  1633.          console.error("Error fetching search results:", error);
  1634.        });
  1635.    });
  1636.  
  1637.    // Close results when clicking outside
  1638.    document.addEventListener("click", function (e) {
  1639.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1640.        searchResults.style.display = "none";
  1641.      }
  1642.    });
  1643.  
  1644.    // Close results on ESC key
  1645.    document.addEventListener("keydown", function (e) {
  1646.      if (e.key === "Escape") {
  1647.        searchResults.style.display = "none";
  1648.      }
  1649.    });
  1650.  });
  1651. </script>
  1652.  
  1653.  
  1654.        </header>
  1655.        <!-- end of header -->
  1656.        <!-- start of wpo-blog-hero -->
  1657.        
  1658.  
  1659.  
  1660.  
  1661.  
  1662.  
  1663.  
  1664.  
  1665. <div class="blog-hero-v5">
  1666.  <div class="container-fluid fluid-container">
  1667.    <!-- Top Hero Banner -->
  1668.    <div class="row hero-banner">
  1669.      
  1670.      
  1671.        
  1672.        <div class="col-12">
  1673.          <div class="banner-container d-md-flex d-none">
  1674.            
  1675.                <img   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="banner-image">
  1676.            
  1677.            <div class="banner-overlay">
  1678.              <span class="banner-category bg-primary-gradient">News</span>
  1679.              <h2 class="banner-title"> <a href="/the-finnish-team-stuns-back-to-back-reigning-champions-us-in-u20-world-championship-quarter-finals/" class="blog-color">
  1680.                                        The Finnish Team Stuns Back-to-Back Reigning Champions US in U20 World Championship Quarter-Finals.
  1681.                                    </a></h2>
  1682.              <p class="blog-color"></p>
  1683.            </div>
  1684.          </div>
  1685.        </div>
  1686.  
  1687.      
  1688.      
  1689.      <!-- <div class="featured-grid">
  1690.        <div class="col-12">
  1691.          <div class="featured-card d-block d-md-none">
  1692.            <img src="/static/blogapp/assets/images/hero/img-1.jpg" alt="Tech Post" class="card-image" />
  1693.            <div class="card-content">
  1694.              <span class="card-category bg-primary-gradient">Travel & Adventure</span>
  1695.              <h2>Journey Through The Swiss Alps: A Complete Guide</h2>
  1696.              <p>Discover breathtaking landscapes and hidden trails for an unforgettable adventure.</p>
  1697.              <div class="author-info">
  1698.                <span class="author-name">Sarah Wilson</span>
  1699.                <span class="post-time">2 hours ago</span>
  1700.              </div>
  1701.            </div>
  1702.          </div>
  1703.        </div>
  1704.      </div> -->
  1705.    </div>
  1706.  
  1707.    <!-- Main Content Row -->
  1708.  </div>
  1709.  <div class="container-fluid fluid-container">
  1710.    <div class="row main-content">
  1711.      <!-- Left: Featured Posts Grid -->
  1712.      <div class="col-lg-8 col-md-12">
  1713.        <h5 class="section-title">Recent Posts</h5>
  1714.        <div class="row featured-grid">
  1715.          
  1716.          <div class="col-md-6">
  1717.            <div class="featured-card">
  1718.              
  1719.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1720.                      class="card-image" style="object-fit: cover;" alt="">
  1721.              
  1722.              <div class="card-content">
  1723.                <span class="card-category bg-primary-gradient">News</span>
  1724.                <h4 class="card-title"><a class="top-color" href="/struggling-to-have-a-fantastic-time-at-uni-many-share-your-feelings/" >
  1725.                                        Struggling to have a fantastic time at uni? Many share your feelings.
  1726.                                    </a></h4>
  1727.                <div class="author-info">
  1728.                  <span class="author-name">Tracey Johnson</span>
  1729.                  <span class="post-time">07 May 2026</span>
  1730.                </div>
  1731.              </div>
  1732.            </div>
  1733.          </div>
  1734.          
  1735.          <div class="col-md-6">
  1736.            <div class="featured-card">
  1737.              
  1738.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1739.                      class="card-image" style="object-fit: cover;" alt="">
  1740.              
  1741.              <div class="card-content">
  1742.                <span class="card-category bg-primary-gradient">News</span>
  1743.                <h4 class="card-title"><a class="top-color" href="/oneill-earns-debut-team-victory-in-20-years/" >
  1744.                                        O&#x27;Neill Earns Debut Team Victory in 20 Years
  1745.                                    </a></h4>
  1746.                <div class="author-info">
  1747.                  <span class="author-name">Tracey Johnson</span>
  1748.                  <span class="post-time">07 May 2026</span>
  1749.                </div>
  1750.              </div>
  1751.            </div>
  1752.          </div>
  1753.          
  1754.          <div class="col-md-6">
  1755.            <div class="featured-card">
  1756.              
  1757.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1758.                      class="card-image" style="object-fit: cover;" alt="">
  1759.              
  1760.              <div class="card-content">
  1761.                <span class="card-category bg-primary-gradient">News</span>
  1762.                <h4 class="card-title"><a class="top-color" href="/will-the-uks-common-toads-survive-from-roads-and-terrible-decline/" >
  1763.                                        Will the UK&#x27;s Common Toads Survive from Roads and Terrible Decline?
  1764.                                    </a></h4>
  1765.                <div class="author-info">
  1766.                  <span class="author-name">Tracey Johnson</span>
  1767.                  <span class="post-time">07 May 2026</span>
  1768.                </div>
  1769.              </div>
  1770.            </div>
  1771.          </div>
  1772.          
  1773.          <div class="col-md-6">
  1774.            <div class="featured-card">
  1775.              
  1776.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1777.                      class="card-image" style="object-fit: cover;" alt="">
  1778.              
  1779.              <div class="card-content">
  1780.                <span class="card-category bg-primary-gradient">News</span>
  1781.                <h4 class="card-title"><a class="top-color" href="/fury-explodes-as-trumps-social-media-remarks-on-director-rob-reiner-ignites-widespread-rebuke/" >
  1782.                                        Fury Explodes as Trump&#x27;s Social Media Remarks on Director Rob Reiner Ignites Widespread Rebuke
  1783.                                    </a></h4>
  1784.                <div class="author-info">
  1785.                  <span class="author-name">Tracey Johnson</span>
  1786.                  <span class="post-time">07 May 2026</span>
  1787.                </div>
  1788.              </div>
  1789.            </div>
  1790.          </div>
  1791.          
  1792.        </div>
  1793.      </div>
  1794.  
  1795.      <!-- Right: Trending Sidebar -->
  1796.      <div class="col-lg-4 col-md-12">
  1797.        <h5 class="section-title">Trending</h5>
  1798.        <div class="trending-list gap-md-2 gap-lg-0 justify-content-center align-items-center row">
  1799.          
  1800.  
  1801.        </div>
  1802.      </div>
  1803.    </div>
  1804.  </div>
  1805. </div>
  1806. <style>
  1807.  /* Blog Hero V5 - Clean 2-Column Layout */
  1808.  
  1809.  /* Hero Banner */
  1810.  .hero-banner .banner-container {
  1811.    position: relative;
  1812.    overflow: hidden;
  1813.    border-radius: 8px;
  1814.  }
  1815.  
  1816.  .hero-banner .banner-image {
  1817.    width: 100%;
  1818.    height: 350px;
  1819.    object-fit: cover;
  1820.    transition: all 0.2s ease;
  1821.  }
  1822.  
  1823.  .hero-banner:hover .banner-image {
  1824.    transform: scale(1.02);
  1825.  }
  1826.  
  1827.  .hero-banner .banner-overlay {
  1828.    position: absolute;
  1829.    bottom: 0;
  1830.    left: 0;
  1831.    right: 0;
  1832.    background: var(--blog-bg);
  1833.    color: var(--blog-color);
  1834.    padding: 1.5rem;
  1835.  }
  1836.  
  1837.  .banner-category {
  1838.    padding: 0.25rem 0.75rem;
  1839.    border-radius: 4px;
  1840.    font-size: 16px;
  1841.  }
  1842.  
  1843.  .banner-title {
  1844.    color: var(--blog-color) !important;
  1845.    margin: 0.5rem 0;
  1846.  }
  1847.  
  1848.  .banner-excerpt {
  1849.    font-size: 1rem;
  1850.    margin-bottom: 1rem;
  1851.  }
  1852.  
  1853.  .read-more-btn {
  1854.    background: #007bff;
  1855.    color: white;
  1856.    border: none;
  1857.    padding: 0.5rem 1rem;
  1858.    border-radius: 4px;
  1859.    cursor: pointer;
  1860.  }
  1861.  
  1862.  /* Main Content */
  1863.  .main-content {
  1864.    margin-top: 2rem;
  1865.  }
  1866.  
  1867.  .section-title {
  1868.    font-size: 1.2rem;
  1869.    font-weight: bold;
  1870.    margin-bottom: 1rem;
  1871.    border-bottom: 1px solid var(--border-color);
  1872.    padding-bottom: 0.5rem;
  1873.  }
  1874.  
  1875.  /* Featured Grid */
  1876.  .featured-grid .featured-card {
  1877.    background: var(--card-bg);
  1878.    border: 1px solid var(--border-color);
  1879.    border-radius: 8px;
  1880.    overflow: hidden;
  1881.    margin-bottom: 1.5rem;
  1882.    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  1883.  }
  1884.  
  1885.  .featured-grid .card-image {
  1886.    width: 100%;
  1887.    height: 200px;
  1888.    object-fit: cover;
  1889.    transition: all 0.2s ease;
  1890.  }
  1891.  
  1892.  .featured-grid .featured-card:hover .card-image {
  1893.    transform: scale(1.02);
  1894.  }
  1895.  
  1896.  .featured-grid .card-content {
  1897.    padding: 1rem;
  1898.  }
  1899.  
  1900.  .card-category {
  1901.    padding: 0.25rem 0.75rem;
  1902.    border-radius: 4px;
  1903.    font-size: 0.8rem;
  1904.  }
  1905.  
  1906.  .card-title {
  1907.    font-size: 1.1rem;
  1908.    margin: 0.5rem 0;
  1909.  }
  1910.  
  1911.  .author-info {
  1912.    font-size: 0.8rem;
  1913.    color: #666;
  1914.  }
  1915.  
  1916.  .author-name {
  1917.    font-weight: bold;
  1918.  }
  1919.  
  1920.  /* Trending Sidebar */
  1921.  .trending-list .trending-item {
  1922.    display: flex;
  1923.    margin-bottom: 1rem;
  1924.    padding: 1rem;
  1925.    background: var(--card-bg);
  1926.    border: 1px solid #ddd;
  1927.    border-radius: 8px;
  1928.    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  1929.  }
  1930.  
  1931.  .trending-item .trending-image {
  1932.    width: 115px;
  1933.    height: 115px;
  1934.    object-fit: cover;
  1935.    border-radius: 4px;
  1936.    margin-right: 1rem;
  1937.  }
  1938.  
  1939.  .trending-item .trending-content {
  1940.    flex: 1;
  1941.  }
  1942.  
  1943.  .trending-category {
  1944.    padding: 0.25rem 0.75rem;
  1945.    border-radius: 4px;
  1946.    font-size: 12px;
  1947.  }
  1948.  
  1949.  .trending-title {
  1950.    font-size: 1rem;
  1951.    margin: 0.25rem 0;
  1952.  }
  1953.  
  1954.  .trending-author {
  1955.    font-size: 1rem;
  1956.    color: var(--topbar-color);
  1957.  }
  1958.  
  1959.  /* Responsive */
  1960.  @media (max-width: 992px) {
  1961.    .hero-banner .banner-image {
  1962.      height: 250px;
  1963.    }
  1964.  
  1965.    .featured-grid .card-image {
  1966.      height: 180px;
  1967.    }
  1968.  
  1969.    .trending-item {
  1970.      flex-direction: column;
  1971.      text-align: center;
  1972.    }
  1973.  
  1974.    .trending-item .trending-image {
  1975.      margin-right: 0;
  1976.      margin-bottom: 1rem;
  1977.    }
  1978.  }
  1979.  
  1980.  @media (max-width: 768px) {
  1981.    .banner-title {
  1982.      font-size: 1.5rem;
  1983.    }
  1984.  
  1985.    .banner-excerpt {
  1986.      font-size: 0.9rem;
  1987.    }
  1988.  }
  1989. </style>
  1990.  
  1991.  
  1992.  
  1993.  
  1994.  
  1995.        <!-- end of wpo-blog-hero -->
  1996.  
  1997.        <!-- start of wpo-breacking-news -->
  1998.        
  1999.        <!-- end of wpo-breacking-news -->
  2000.        
  2001.        <!-- start wpo-blog-highlights-section -->
  2002.        
  2003.  
  2004.  
  2005.  
  2006.    
  2007.  
  2008.  
  2009.  
  2010. <style>
  2011.    .blog-highlights-v2 {
  2012.        padding: 60px 0;
  2013.    }
  2014.    
  2015.    .blog-card-v2 {
  2016.        border: none;
  2017.        border-radius: 16px;
  2018.        overflow: hidden;
  2019.        transition: all 0.3s ease;
  2020.        background: white;
  2021.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  2022.    }
  2023.    
  2024.    .blog-card-v2:hover {
  2025.        transform: translateY(-8px);
  2026.        box-shadow: 0 12px 40px rgba(0,0,0,0.15);
  2027.    }
  2028.    
  2029.    .blog-image-v2 {
  2030.        position: relative;
  2031.        overflow: hidden;
  2032.        height: 220px;
  2033.    }
  2034.    
  2035.    .blog-image-v2 img {
  2036.        width: 100%;
  2037.        height: 100%;
  2038.        object-fit: cover;
  2039.        transition: transform 0.3s ease;
  2040.    }
  2041.    
  2042.    .blog-card-v2:hover .blog-image-v2 img {
  2043.        transform: scale(1.05);
  2044.    }
  2045.    
  2046.    .blog-category-v2 {
  2047.        position: absolute;
  2048.        top: 16px;
  2049.        left: 16px;
  2050.        padding: 6px 14px;
  2051.        border-radius: 20px;
  2052.        font-size: 12px;
  2053.        font-weight: 600;
  2054.        text-transform: uppercase;
  2055.        letter-spacing: 0.5px;
  2056.    }
  2057.    
  2058.    .blog-content-v2 {
  2059.        padding: 24px;
  2060.    }
  2061.    
  2062.    .blog-title-v2 {
  2063.        font-size: 18px;
  2064.        font-weight: 700;
  2065.        line-height: 1.4;
  2066.        margin-bottom: 16px;
  2067.    }
  2068.    
  2069.    .blog-title-v2 a {
  2070.        text-decoration: none;
  2071.        transition: color 0.3s ease;
  2072.    }
  2073.    
  2074.    .blog-meta-v2 {
  2075.        display: flex;
  2076.        align-items: center;
  2077.        gap: 12px;
  2078.        margin-bottom: 12px;
  2079.        font-size: 13px;
  2080.    }
  2081.    
  2082.    .blog-author-img {
  2083.        width: 32px;
  2084.        height: 32px;
  2085.        border-radius: 50%;
  2086.        object-fit: cover;
  2087.    }
  2088.    
  2089.    .blog-excerpt-v2 {
  2090.        font-size: 14px;
  2091.        line-height: 1.6;
  2092.        opacity: 0.8;
  2093.    }
  2094.    
  2095.    .section-title-v2 {
  2096.        font-size: 2.5rem;
  2097.        font-weight: 800;
  2098.        text-align: center;
  2099.        margin-bottom: 50px;
  2100.    }
  2101.  
  2102.    @media (max-width: 768px) {
  2103.        .section-title-v2 {
  2104.            font-size: 2rem;
  2105.        }
  2106.        .blog-highlights-v2 {
  2107.            padding: 40px 0;
  2108.        }
  2109.    }
  2110. </style>
  2111.  
  2112. <section class="blog-highlights-v2">
  2113.    <div class="container-fluid fluid-container">
  2114.        <div class="row">
  2115.            <div class="col-12">
  2116.                <h2 class="section-title-v2 top-color">
  2117.                Today's Top Highlights
  2118.                   </h2>
  2119.            </div>
  2120.            
  2121.        </div>
  2122.        
  2123.        <div class="row">
  2124.            <div class="col-lg-8 col-12">
  2125.                <div class="row g-4">
  2126.                    
  2127.                    <div class="col-lg-6 col-md-6 col-12">
  2128.                        <div class="card blog-card-v2 h-100">
  2129.                            <div class="blog-image-v2">
  2130.                                
  2131.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2132.                                
  2133.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2134.                            </div>
  2135.                            <div class="blog-content-v2">
  2136.                                <h3 class="blog-title-v2">
  2137.                                    <a href="/the-thriller-sequel-eminfluencersem-will-give-other-digital-thrillers-serious-fomo/" class="top-color">
  2138.                                    The Thriller Sequel &lt;em&gt;Influencers&lt;/em&gt; Will Give Other Digital Thrillers Serious FOMO
  2139.                                    </a>
  2140.                                </h3>
  2141.                                <div class="blog-meta-v2">
  2142.                                    
  2143.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="blog-author-img">
  2144.                                    
  2145.                                    
  2146.                                    <span class="top-color">By Tracey Johnson</span>
  2147.                                    <span class="top-color">07 May 2026</span>
  2148.                                </div>
  2149.                                <p class="blog-excerpt-v2 top-color"> </p>
  2150.                            </div>
  2151.                        </div>
  2152.                    </div>
  2153.                    
  2154.                    <div class="col-lg-6 col-md-6 col-12">
  2155.                        <div class="card blog-card-v2 h-100">
  2156.                            <div class="blog-image-v2">
  2157.                                
  2158.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2159.                                
  2160.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2161.                            </div>
  2162.                            <div class="blog-content-v2">
  2163.                                <h3 class="blog-title-v2">
  2164.                                    <a href="/renowned-performer-pat-finn-a-versatile-actor-known-for-appearances-in-the-middle-and-friends-has-died-at-60-years-old/" class="top-color">
  2165.                                    Renowned Performer Pat Finn, a versatile actor, Known For Appearances in The Middle and Friends, Has Died at 60 Years Old.
  2166.                                    </a>
  2167.                                </h3>
  2168.                                <div class="blog-meta-v2">
  2169.                                    
  2170.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="blog-author-img">
  2171.                                    
  2172.                                    
  2173.                                    <span class="top-color">By Tracey Johnson</span>
  2174.                                    <span class="top-color">07 May 2026</span>
  2175.                                </div>
  2176.                                <p class="blog-excerpt-v2 top-color"> </p>
  2177.                            </div>
  2178.                        </div>
  2179.                    </div>
  2180.                    
  2181.                    <div class="col-lg-6 col-md-6 col-12">
  2182.                        <div class="card blog-card-v2 h-100">
  2183.                            <div class="blog-image-v2">
  2184.                                
  2185.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2186.                                
  2187.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2188.                            </div>
  2189.                            <div class="blog-content-v2">
  2190.                                <h3 class="blog-title-v2">
  2191.                                    <a href="/sabalenka-ready-to-challenge-nick-kyrgios-in-modern-cross-gender-clash-exhibition/" class="top-color">
  2192.                                    Sabalenka Ready to Challenge Nick Kyrgios in Modern Cross-Gender Clash Exhibition
  2193.                                    </a>
  2194.                                </h3>
  2195.                                <div class="blog-meta-v2">
  2196.                                    
  2197.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="blog-author-img">
  2198.                                    
  2199.                                    
  2200.                                    <span class="top-color">By Tracey Johnson</span>
  2201.                                    <span class="top-color">06 May 2026</span>
  2202.                                </div>
  2203.                                <p class="blog-excerpt-v2 top-color"> </p>
  2204.                            </div>
  2205.                        </div>
  2206.                    </div>
  2207.                    
  2208.                    <div class="col-lg-6 col-md-6 col-12">
  2209.                        <div class="card blog-card-v2 h-100">
  2210.                            <div class="blog-image-v2">
  2211.                                
  2212.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2213.                                
  2214.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2215.                            </div>
  2216.                            <div class="blog-content-v2">
  2217.                                <h3 class="blog-title-v2">
  2218.                                    <a href="/the-streaming-giant-chooses-perfect-performer-for-bon-clay-in-the-hit-series-upcoming-installment/" class="top-color">
  2219.                                    The Streaming Giant Chooses Perfect Performer for Bon Clay in the Hit Series Upcoming Installment
  2220.                                    </a>
  2221.                                </h3>
  2222.                                <div class="blog-meta-v2">
  2223.                                    
  2224.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="blog-author-img">
  2225.                                    
  2226.                                    
  2227.                                    <span class="top-color">By Tracey Johnson</span>
  2228.                                    <span class="top-color">06 May 2026</span>
  2229.                                </div>
  2230.                                <p class="blog-excerpt-v2 top-color"> </p>
  2231.                            </div>
  2232.                        </div>
  2233.                    </div>
  2234.                    
  2235.                    <div class="col-lg-6 col-md-6 col-12">
  2236.                        <div class="card blog-card-v2 h-100">
  2237.                            <div class="blog-image-v2">
  2238.                                
  2239.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2240.                                
  2241.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2242.                            </div>
  2243.                            <div class="blog-content-v2">
  2244.                                <h3 class="blog-title-v2">
  2245.                                    <a href="/this-swine-life-pig-named-six-seven-pardoned-by-miami-dade-mayor/" class="top-color">
  2246.                                    This Swine Life: Pig Named Six Seven Pardoned by Miami-Dade Mayor.
  2247.                                    </a>
  2248.                                </h3>
  2249.                                <div class="blog-meta-v2">
  2250.                                    
  2251.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="blog-author-img">
  2252.                                    
  2253.                                    
  2254.                                    <span class="top-color">By Tracey Johnson</span>
  2255.                                    <span class="top-color">06 May 2026</span>
  2256.                                </div>
  2257.                                <p class="blog-excerpt-v2 top-color"> </p>
  2258.                            </div>
  2259.                        </div>
  2260.                    </div>
  2261.                    
  2262.                    <div class="col-lg-6 col-md-6 col-12">
  2263.                        <div class="card blog-card-v2 h-100">
  2264.                            <div class="blog-image-v2">
  2265.                                
  2266.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2267.                                
  2268.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2269.                            </div>
  2270.                            <div class="blog-content-v2">
  2271.                                <h3 class="blog-title-v2">
  2272.                                    <a href="/president-trump-calls-loved-ones-of-attacked-national-guard-soldiers-to-the-presidential-residence/" class="top-color">
  2273.                                    President Trump Calls Loved Ones of Attacked National Guard Soldiers to the Presidential Residence
  2274.                                    </a>
  2275.                                </h3>
  2276.                                <div class="blog-meta-v2">
  2277.                                    
  2278.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="blog-author-img">
  2279.                                    
  2280.                                    
  2281.                                    <span class="top-color">By Tracey Johnson</span>
  2282.                                    <span class="top-color">06 May 2026</span>
  2283.                                </div>
  2284.                                <p class="blog-excerpt-v2 top-color"> </p>
  2285.                            </div>
  2286.                        </div>
  2287.                    </div>
  2288.                    
  2289.                    <div class="col-lg-6 col-md-6 col-12">
  2290.                        <div class="card blog-card-v2 h-100">
  2291.                            <div class="blog-image-v2">
  2292.                                
  2293.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2294.                                
  2295.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2296.                            </div>
  2297.                            <div class="blog-content-v2">
  2298.                                <h3 class="blog-title-v2">
  2299.                                    <a href="/ghostface-og-star-matthew-lillard-is-anxious-he-could-ruin-the-franchise-with-the-seventh-installment/" class="top-color">
  2300.                                    Ghostface OG Star Matthew Lillard Is Anxious He Could Ruin the Franchise with the Seventh Installment.
  2301.                                    </a>
  2302.                                </h3>
  2303.                                <div class="blog-meta-v2">
  2304.                                    
  2305.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="blog-author-img">
  2306.                                    
  2307.                                    
  2308.                                    <span class="top-color">By Tracey Johnson</span>
  2309.                                    <span class="top-color">06 May 2026</span>
  2310.                                </div>
  2311.                                <p class="blog-excerpt-v2 top-color"> </p>
  2312.                            </div>
  2313.                        </div>
  2314.                    </div>
  2315.                    
  2316.                    <div class="col-lg-6 col-md-6 col-12">
  2317.                        <div class="card blog-card-v2 h-100">
  2318.                            <div class="blog-image-v2">
  2319.                                
  2320.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2321.                                
  2322.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2323.                            </div>
  2324.                            <div class="blog-content-v2">
  2325.                                <h3 class="blog-title-v2">
  2326.                                    <a href="/skipper-ben-stokes-is-exhausted-yet-insists-hes-ready-to-bowl/" class="top-color">
  2327.                                    Skipper Ben Stokes Is &#x27;Exhausted&#x27; Yet Insists He&#x27;s &#x27;Ready to Bowl&#x27;
  2328.                                    </a>
  2329.                                </h3>
  2330.                                <div class="blog-meta-v2">
  2331.                                    
  2332.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="blog-author-img">
  2333.                                    
  2334.                                    
  2335.                                    <span class="top-color">By Tracey Johnson</span>
  2336.                                    <span class="top-color">06 May 2026</span>
  2337.                                </div>
  2338.                                <p class="blog-excerpt-v2 top-color"> </p>
  2339.                            </div>
  2340.                        </div>
  2341.                    </div>
  2342.                    
  2343.                    <div class="col-lg-6 col-md-6 col-12">
  2344.                        <div class="card blog-card-v2 h-100">
  2345.                            <div class="blog-image-v2">
  2346.                                
  2347.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2348.                                
  2349.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2350.                            </div>
  2351.                            <div class="blog-content-v2">
  2352.                                <h3 class="blog-title-v2">
  2353.                                    <a href="/from-grudging-admiration-to-unease-russia-weighs-up-the-ousting-of-maduro/" class="top-color">
  2354.                                    From Grudging Admiration to Unease: Russia Weighs Up the Ousting of Maduro.
  2355.                                    </a>
  2356.                                </h3>
  2357.                                <div class="blog-meta-v2">
  2358.                                    
  2359.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="blog-author-img">
  2360.                                    
  2361.                                    
  2362.                                    <span class="top-color">By Tracey Johnson</span>
  2363.                                    <span class="top-color">06 May 2026</span>
  2364.                                </div>
  2365.                                <p class="blog-excerpt-v2 top-color"> </p>
  2366.                            </div>
  2367.                        </div>
  2368.                    </div>
  2369.                    
  2370.                    <div class="col-lg-6 col-md-6 col-12">
  2371.                        <div class="card blog-card-v2 h-100">
  2372.                            <div class="blog-image-v2">
  2373.                                
  2374.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2375.                                
  2376.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2377.                            </div>
  2378.                            <div class="blog-content-v2">
  2379.                                <h3 class="blog-title-v2">
  2380.                                    <a href="/novel-antimicrobials-recognized-as-a-turning-point-in-combating-antibiotic-resistant-gonorrhoea/" class="top-color">
  2381.                                    Novel Antimicrobials Recognized as a &#x27;Turning Point&#x27; in Combating Antibiotic-Resistant Gonorrhoea
  2382.                                    </a>
  2383.                                </h3>
  2384.                                <div class="blog-meta-v2">
  2385.                                    
  2386.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="blog-author-img">
  2387.                                    
  2388.                                    
  2389.                                    <span class="top-color">By Tracey Johnson</span>
  2390.                                    <span class="top-color">06 May 2026</span>
  2391.                                </div>
  2392.                                <p class="blog-excerpt-v2 top-color"> </p>
  2393.                            </div>
  2394.                        </div>
  2395.                    </div>
  2396.                    
  2397.                    <div class="col-lg-6 col-md-6 col-12">
  2398.                        <div class="card blog-card-v2 h-100">
  2399.                            <div class="blog-image-v2">
  2400.                                
  2401.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2402.                                
  2403.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2404.                            </div>
  2405.                            <div class="blog-content-v2">
  2406.                                <h3 class="blog-title-v2">
  2407.                                    <a href="/why-real-madrid-possess-total-trust-in-youngster-pitarch/" class="top-color">
  2408.                                    Why Real Madrid Possess &#x27;Total Trust&#x27; in Youngster Pitarch
  2409.                                    </a>
  2410.                                </h3>
  2411.                                <div class="blog-meta-v2">
  2412.                                    
  2413.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="blog-author-img">
  2414.                                    
  2415.                                    
  2416.                                    <span class="top-color">By Tracey Johnson</span>
  2417.                                    <span class="top-color">05 May 2026</span>
  2418.                                </div>
  2419.                                <p class="blog-excerpt-v2 top-color"> </p>
  2420.                            </div>
  2421.                        </div>
  2422.                    </div>
  2423.                    
  2424.                    <div class="col-lg-6 col-md-6 col-12">
  2425.                        <div class="card blog-card-v2 h-100">
  2426.                            <div class="blog-image-v2">
  2427.                                
  2428.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2429.                                
  2430.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2431.                            </div>
  2432.                            <div class="blog-content-v2">
  2433.                                <h3 class="blog-title-v2">
  2434.                                    <a href="/live-streaming-streamer-introduces-baby-during-real-time-stream-with-thousands-of-audience-members/" class="top-color">
  2435.                                    Live Streaming Streamer Introduces Baby During Real-Time Stream with Thousands of Audience Members
  2436.                                    </a>
  2437.                                </h3>
  2438.                                <div class="blog-meta-v2">
  2439.                                    
  2440.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="blog-author-img">
  2441.                                    
  2442.                                    
  2443.                                    <span class="top-color">By Tracey Johnson</span>
  2444.                                    <span class="top-color">05 May 2026</span>
  2445.                                </div>
  2446.                                <p class="blog-excerpt-v2 top-color"> </p>
  2447.                            </div>
  2448.                        </div>
  2449.                    </div>
  2450.                    
  2451.                    
  2452.  
  2453.                </div>
  2454.            </div>
  2455.            
  2456.          <div class="col col-lg-4 col-12">
  2457.                
  2458.  
  2459.  
  2460.  
  2461.    
  2462.  
  2463. <!-- Curved Heading Sidebar -->
  2464.    <div class="sidebar">
  2465.        
  2466.       <div class="sidebar-widget mb-4">
  2467.            <div class="widget-title-wrapper mb-3">
  2468.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2469.                    <div class="title-border"></div>
  2470.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  2471.                </h4>
  2472.            </div>
  2473.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2474.                <div class="archives-list scrollable-sidebar">
  2475.                    
  2476.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2477.                        <a href="https://www.casquette.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2478.                            <i class="ti-angle-right me-2 text-primary"></i>
  2479.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2480.                        </a>
  2481.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2482.                    </div>
  2483.                
  2484.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2485.                        <a href="https://www.deakinandblue.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2486.                            <i class="ti-angle-right me-2 text-primary"></i>
  2487.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos uk</span>
  2488.                        </a>
  2489.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2490.                    </div>
  2491.                
  2492.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2493.                        <a href="https://www.cressbrook.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2494.                            <i class="ti-angle-right me-2 text-primary"></i>
  2495.                            <span class="archive-link top-color fw-semibold"> best non gamstop casinos</span>
  2496.                        </a>
  2497.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2498.                    </div>
  2499.                
  2500.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2501.                        <a href="https://pride-events.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2502.                            <i class="ti-angle-right me-2 text-primary"></i>
  2503.                            <span class="archive-link top-color fw-semibold"> best uk non gamstop casinos</span>
  2504.                        </a>
  2505.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2506.                    </div>
  2507.                
  2508.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2509.                        <a href="https://britishicehockey.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2510.                            <i class="ti-angle-right me-2 text-primary"></i>
  2511.                            <span class="archive-link top-color fw-semibold"> non gamstop casino sites</span>
  2512.                        </a>
  2513.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2514.                    </div>
  2515.                
  2516.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2517.                        <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2518.                            <i class="ti-angle-right me-2 text-primary"></i>
  2519.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2520.                        </a>
  2521.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2522.                    </div>
  2523.                
  2524.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2525.                        <a href="https://esportsinsider.com/uk/gambling/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2526.                            <i class="ti-angle-right me-2 text-primary"></i>
  2527.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2528.                        </a>
  2529.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2530.                    </div>
  2531.                
  2532.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2533.                        <a href="https://www.rochdaleonline.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2534.                            <i class="ti-angle-right me-2 text-primary"></i>
  2535.                            <span class="archive-link top-color fw-semibold"> no gamstop casino</span>
  2536.                        </a>
  2537.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2538.                    </div>
  2539.                
  2540.                </div>
  2541.                
  2542.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2543.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2544.                        <i class="ti-archive me-1"></i>View All Archives
  2545.                    </a>
  2546.                </div> -->
  2547.            </div>
  2548.        </div>
  2549.        
  2550.       <div class="sidebar-widget mb-4">
  2551.            <div class="widget-title-wrapper mb-3">
  2552.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2553.                    <div class="title-border"></div>
  2554.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  2555.                </h4>
  2556.            </div>
  2557.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2558.                <div class="archives-list scrollable-sidebar">
  2559.                    
  2560.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2561.                        <a href="https://adventuregamers.com/online-casinos/non-gamstop"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2562.                            <i class="ti-angle-right me-2 text-primary"></i>
  2563.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2564.                        </a>
  2565.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2566.                    </div>
  2567.                
  2568.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2569.                        <a href="https://www.geekgirlmeetup.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2570.                            <i class="ti-angle-right me-2 text-primary"></i>
  2571.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2572.                        </a>
  2573.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2574.                    </div>
  2575.                
  2576.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2577.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2578.                            <i class="ti-angle-right me-2 text-primary"></i>
  2579.                            <span class="archive-link top-color fw-semibold"> uk online casinos</span>
  2580.                        </a>
  2581.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2582.                    </div>
  2583.                
  2584.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2585.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2586.                            <i class="ti-angle-right me-2 text-primary"></i>
  2587.                            <span class="archive-link top-color fw-semibold"> uk online casinos</span>
  2588.                        </a>
  2589.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2590.                    </div>
  2591.                
  2592.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2593.                        <a href="https://straightfromyard.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2594.                            <i class="ti-angle-right me-2 text-primary"></i>
  2595.                            <span class="archive-link top-color fw-semibold"> uk online casinos</span>
  2596.                        </a>
  2597.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2598.                    </div>
  2599.                
  2600.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2601.                        <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2602.                            <i class="ti-angle-right me-2 text-primary"></i>
  2603.                            <span class="archive-link top-color fw-semibold"> uk online casinos</span>
  2604.                        </a>
  2605.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2606.                    </div>
  2607.                
  2608.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2609.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2610.                            <i class="ti-angle-right me-2 text-primary"></i>
  2611.                            <span class="archive-link top-color fw-semibold"> uk online casinos</span>
  2612.                        </a>
  2613.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2614.                    </div>
  2615.                
  2616.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2617.                        <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2618.                            <i class="ti-angle-right me-2 text-primary"></i>
  2619.                            <span class="archive-link top-color fw-semibold"> uk online casinos</span>
  2620.                        </a>
  2621.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2622.                    </div>
  2623.                
  2624.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2625.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2626.                            <i class="ti-angle-right me-2 text-primary"></i>
  2627.                            <span class="archive-link top-color fw-semibold"> uk online casinos</span>
  2628.                        </a>
  2629.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2630.                    </div>
  2631.                
  2632.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2633.                        <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2634.                            <i class="ti-angle-right me-2 text-primary"></i>
  2635.                            <span class="archive-link top-color fw-semibold"> uk online casinos</span>
  2636.                        </a>
  2637.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2638.                    </div>
  2639.                
  2640.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2641.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2642.                            <i class="ti-angle-right me-2 text-primary"></i>
  2643.                            <span class="archive-link top-color fw-semibold"> uk online casinos</span>
  2644.                        </a>
  2645.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2646.                    </div>
  2647.                
  2648.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2649.                        <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2650.                            <i class="ti-angle-right me-2 text-primary"></i>
  2651.                            <span class="archive-link top-color fw-semibold"> uk online casinos</span>
  2652.                        </a>
  2653.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2654.                    </div>
  2655.                
  2656.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2657.                        <a href="https://www.elthampalace.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2658.                            <i class="ti-angle-right me-2 text-primary"></i>
  2659.                            <span class="archive-link top-color fw-semibold"> online casinos uk</span>
  2660.                        </a>
  2661.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2662.                    </div>
  2663.                
  2664.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2665.                        <a href="https://fishleyhall.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2666.                            <i class="ti-angle-right me-2 text-primary"></i>
  2667.                            <span class="archive-link top-color fw-semibold"> best non uk online casino</span>
  2668.                        </a>
  2669.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2670.                    </div>
  2671.                
  2672.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2673.                        <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2674.                            <i class="ti-angle-right me-2 text-primary"></i>
  2675.                            <span class="archive-link top-color fw-semibold"> best casino sites uk</span>
  2676.                        </a>
  2677.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2678.                    </div>
  2679.                
  2680.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2681.                        <a href="https://www.executive-shaving.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2682.                            <i class="ti-angle-right me-2 text-primary"></i>
  2683.                            <span class="archive-link top-color fw-semibold"> casino sites</span>
  2684.                        </a>
  2685.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2686.                    </div>
  2687.                
  2688.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2689.                        <a href="https://clearance-comet.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2690.                            <i class="ti-angle-right me-2 text-primary"></i>
  2691.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2692.                        </a>
  2693.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2694.                    </div>
  2695.                
  2696.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2697.                        <a href="https://tabletwise.net"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2698.                            <i class="ti-angle-right me-2 text-primary"></i>
  2699.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2700.                        </a>
  2701.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2702.                    </div>
  2703.                
  2704.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2705.                        <a href="https://familymathstoolkit.org.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2706.                            <i class="ti-angle-right me-2 text-primary"></i>
  2707.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2708.                        </a>
  2709.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2710.                    </div>
  2711.                
  2712.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2713.                        <a href="https://btlondon2012.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2714.                            <i class="ti-angle-right me-2 text-primary"></i>
  2715.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2716.                        </a>
  2717.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2718.                    </div>
  2719.                
  2720.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2721.                        <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2722.                            <i class="ti-angle-right me-2 text-primary"></i>
  2723.                            <span class="archive-link top-color fw-semibold"> non UK registered casino</span>
  2724.                        </a>
  2725.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2726.                    </div>
  2727.                
  2728.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2729.                        <a href="https://appleiphoneunlock.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2730.                            <i class="ti-angle-right me-2 text-primary"></i>
  2731.                            <span class="archive-link top-color fw-semibold"> crypto casino</span>
  2732.                        </a>
  2733.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2734.                    </div>
  2735.                
  2736.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2737.                        <a href="https://mcaleicester.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2738.                            <i class="ti-angle-right me-2 text-primary"></i>
  2739.                            <span class="archive-link top-color fw-semibold"> uk online casinos</span>
  2740.                        </a>
  2741.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2742.                    </div>
  2743.                
  2744.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2745.                        <a href="https://thepearlyqueen.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2746.                            <i class="ti-angle-right me-2 text-primary"></i>
  2747.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos</span>
  2748.                        </a>
  2749.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2750.                    </div>
  2751.                
  2752.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2753.                        <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2754.                            <i class="ti-angle-right me-2 text-primary"></i>
  2755.                            <span class="archive-link top-color fw-semibold"> Non UK Casinos</span>
  2756.                        </a>
  2757.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2758.                    </div>
  2759.                
  2760.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2761.                        <a href="https://www.wildandgame.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2762.                            <i class="ti-angle-right me-2 text-primary"></i>
  2763.                            <span class="archive-link top-color fw-semibold"> non GamStop casino</span>
  2764.                        </a>
  2765.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2766.                    </div>
  2767.                
  2768.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2769.                        <a href="https://hapihemp.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2770.                            <i class="ti-angle-right me-2 text-primary"></i>
  2771.                            <span class="archive-link top-color fw-semibold"> new betting sites uk</span>
  2772.                        </a>
  2773.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2774.                    </div>
  2775.                
  2776.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2777.                        <a href="https://realrussia.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2778.                            <i class="ti-angle-right me-2 text-primary"></i>
  2779.                            <span class="archive-link top-color fw-semibold"> best online betting sites uk</span>
  2780.                        </a>
  2781.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2782.                    </div>
  2783.                
  2784.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2785.                        <a href="https://www.techandplay.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2786.                            <i class="ti-angle-right me-2 text-primary"></i>
  2787.                            <span class="archive-link top-color fw-semibold"> best online betting sites</span>
  2788.                        </a>
  2789.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2790.                    </div>
  2791.                
  2792.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2793.                        <a href="https://www.deakinandblue.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2794.                            <i class="ti-angle-right me-2 text-primary"></i>
  2795.                            <span class="archive-link top-color fw-semibold"> non gamstop casino uk</span>
  2796.                        </a>
  2797.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2798.                    </div>
  2799.                
  2800.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2801.                        <a href="https://cloistersbistro.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2802.                            <i class="ti-angle-right me-2 text-primary"></i>
  2803.                            <span class="archive-link top-color fw-semibold"> new casino sites</span>
  2804.                        </a>
  2805.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2806.                    </div>
  2807.                
  2808.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2809.                        <a href="https://www.no-deportations.org.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2810.                            <i class="ti-angle-right me-2 text-primary"></i>
  2811.                            <span class="archive-link top-color fw-semibold"> best online casinos</span>
  2812.                        </a>
  2813.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2814.                    </div>
  2815.                
  2816.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2817.                        <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2818.                            <i class="ti-angle-right me-2 text-primary"></i>
  2819.                            <span class="archive-link top-color fw-semibold"> non GamStop UK casinos</span>
  2820.                        </a>
  2821.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2822.                    </div>
  2823.                
  2824.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2825.                        <a href="https://www.antiquesforeveryone.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2826.                            <i class="ti-angle-right me-2 text-primary"></i>
  2827.                            <span class="archive-link top-color fw-semibold"> betting sites</span>
  2828.                        </a>
  2829.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2830.                    </div>
  2831.                
  2832.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2833.                        <a href="https://roeparkresort.com"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2834.                            <i class="ti-angle-right me-2 text-primary"></i>
  2835.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  2836.                        </a>
  2837.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2838.                    </div>
  2839.                
  2840.                </div>
  2841.                
  2842.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2843.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2844.                        <i class="ti-archive me-1"></i>View All Archives
  2845.                    </a>
  2846.                </div> -->
  2847.            </div>
  2848.        </div>
  2849.        
  2850.       <div class="sidebar-widget mb-4">
  2851.            <div class="widget-title-wrapper mb-3">
  2852.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2853.                    <div class="title-border"></div>
  2854.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  2855.                </h4>
  2856.            </div>
  2857.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2858.                <div class="archives-list scrollable-sidebar">
  2859.                    
  2860.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2861.                        <a href="https://www.peckhamaudio.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2862.                            <i class="ti-angle-right me-2 text-primary"></i>
  2863.                            <span class="archive-link top-color fw-semibold"> UK casinos not on GamStop</span>
  2864.                        </a>
  2865.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2866.                    </div>
  2867.                
  2868.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2869.                        <a href="https://www.myiconstory.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2870.                            <i class="ti-angle-right me-2 text-primary"></i>
  2871.                            <span class="archive-link top-color fw-semibold"> instant withdrawal casino UK</span>
  2872.                        </a>
  2873.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2874.                    </div>
  2875.                
  2876.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2877.                        <a href="https://www.glasshouserestaurant.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2878.                            <i class="ti-angle-right me-2 text-primary"></i>
  2879.                            <span class="archive-link top-color fw-semibold"> best bitcoin casinos</span>
  2880.                        </a>
  2881.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2882.                    </div>
  2883.                
  2884.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2885.                        <a href="https://www.labodeganegra.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2886.                            <i class="ti-angle-right me-2 text-primary"></i>
  2887.                            <span class="archive-link top-color fw-semibold"> non GamStop sites</span>
  2888.                        </a>
  2889.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2890.                    </div>
  2891.                
  2892.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2893.                        <a href="https://www.cranleyclinic.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2894.                            <i class="ti-angle-right me-2 text-primary"></i>
  2895.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos UK</span>
  2896.                        </a>
  2897.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2898.                    </div>
  2899.                
  2900.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2901.                        <a href="https://thenewoxford.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2902.                            <i class="ti-angle-right me-2 text-primary"></i>
  2903.                            <span class="archive-link top-color fw-semibold"> UK casino not on GamStop</span>
  2904.                        </a>
  2905.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2906.                    </div>
  2907.                
  2908.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2909.                        <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2910.                            <i class="ti-angle-right me-2 text-primary"></i>
  2911.                            <span class="archive-link top-color fw-semibold"> casino sites not on GamStop</span>
  2912.                        </a>
  2913.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2914.                    </div>
  2915.                
  2916.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2917.                        <a href="https://womeninfinance.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2918.                            <i class="ti-angle-right me-2 text-primary"></i>
  2919.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos UK</span>
  2920.                        </a>
  2921.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2922.                    </div>
  2923.                
  2924.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2925.                        <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2926.                            <i class="ti-angle-right me-2 text-primary"></i>
  2927.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos</span>
  2928.                        </a>
  2929.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2930.                    </div>
  2931.                
  2932.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2933.                        <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2934.                            <i class="ti-angle-right me-2 text-primary"></i>
  2935.                            <span class="archive-link top-color fw-semibold"> non GamStop casino UK</span>
  2936.                        </a>
  2937.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2938.                    </div>
  2939.                
  2940.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2941.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2942.                            <i class="ti-angle-right me-2 text-primary"></i>
  2943.                            <span class="archive-link top-color fw-semibold"> non uk betting sites</span>
  2944.                        </a>
  2945.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2946.                    </div>
  2947.                
  2948.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2949.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2950.                            <i class="ti-angle-right me-2 text-primary"></i>
  2951.                            <span class="archive-link top-color fw-semibold"> slots</span>
  2952.                        </a>
  2953.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2954.                    </div>
  2955.                
  2956.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2957.                        <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2958.                            <i class="ti-angle-right me-2 text-primary"></i>
  2959.                            <span class="archive-link top-color fw-semibold"> online casinos not on Gamstop</span>
  2960.                        </a>
  2961.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2962.                    </div>
  2963.                
  2964.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2965.                        <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2966.                            <i class="ti-angle-right me-2 text-primary"></i>
  2967.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos 2026</span>
  2968.                        </a>
  2969.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2970.                    </div>
  2971.                
  2972.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2973.                        <a href="https://hisbe.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2974.                            <i class="ti-angle-right me-2 text-primary"></i>
  2975.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2976.                        </a>
  2977.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2978.                    </div>
  2979.                
  2980.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2981.                        <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2982.                            <i class="ti-angle-right me-2 text-primary"></i>
  2983.                            <span class="archive-link top-color fw-semibold"> Best Non GamStop Casinos</span>
  2984.                        </a>
  2985.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2986.                    </div>
  2987.                
  2988.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2989.                        <a href="https://citytosea.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2990.                            <i class="ti-angle-right me-2 text-primary"></i>
  2991.                            <span class="archive-link top-color fw-semibold"> slots not on gamstop</span>
  2992.                        </a>
  2993.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2994.                    </div>
  2995.                
  2996.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2997.                        <a href="https://www.incegd.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2998.                            <i class="ti-angle-right me-2 text-primary"></i>
  2999.                            <span class="archive-link top-color fw-semibold"> crypto casino</span>
  3000.                        </a>
  3001.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3002.                    </div>
  3003.                
  3004.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3005.                        <a href="https://www.lateralscience.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3006.                            <i class="ti-angle-right me-2 text-primary"></i>
  3007.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos uk</span>
  3008.                        </a>
  3009.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3010.                    </div>
  3011.                
  3012.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3013.                        <a href="https://ealingnewsextra.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3014.                            <i class="ti-angle-right me-2 text-primary"></i>
  3015.                            <span class="archive-link top-color fw-semibold"> best betting sites uk</span>
  3016.                        </a>
  3017.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3018.                    </div>
  3019.                
  3020.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3021.                        <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3022.                            <i class="ti-angle-right me-2 text-primary"></i>
  3023.                            <span class="archive-link top-color fw-semibold"> Non Gamstop Casino</span>
  3024.                        </a>
  3025.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3026.                    </div>
  3027.                
  3028.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3029.                        <a href="https://free2learn.org.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3030.                            <i class="ti-angle-right me-2 text-primary"></i>
  3031.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos 2026</span>
  3032.                        </a>
  3033.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3034.                    </div>
  3035.                
  3036.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3037.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3038.                            <i class="ti-angle-right me-2 text-primary"></i>
  3039.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  3040.                        </a>
  3041.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3042.                    </div>
  3043.                
  3044.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3045.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3046.                            <i class="ti-angle-right me-2 text-primary"></i>
  3047.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3048.                        </a>
  3049.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3050.                    </div>
  3051.                
  3052.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3053.                        <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3054.                            <i class="ti-angle-right me-2 text-primary"></i>
  3055.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  3056.                        </a>
  3057.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3058.                    </div>
  3059.                
  3060.                </div>
  3061.                
  3062.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3063.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3064.                        <i class="ti-archive me-1"></i>View All Archives
  3065.                    </a>
  3066.                </div> -->
  3067.            </div>
  3068.        </div>
  3069.        
  3070.       <div class="sidebar-widget mb-4">
  3071.            <div class="widget-title-wrapper mb-3">
  3072.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3073.                    <div class="title-border"></div>
  3074.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  3075.                </h4>
  3076.            </div>
  3077.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  3078.                <div class="archives-list scrollable-sidebar">
  3079.                    
  3080.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3081.                        <a href="https://kam-media.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3082.                            <i class="ti-angle-right me-2 text-primary"></i>
  3083.                            <span class="archive-link top-color fw-semibold"> best uk non gamstop casinos 2026</span>
  3084.                        </a>
  3085.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3086.                    </div>
  3087.                
  3088.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3089.                        <a href="https://glasgowmuseumsslavery.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3090.                            <i class="ti-angle-right me-2 text-primary"></i>
  3091.                            <span class="archive-link top-color fw-semibold"> top 50 online casinos uk</span>
  3092.                        </a>
  3093.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3094.                    </div>
  3095.                
  3096.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3097.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3098.                            <i class="ti-angle-right me-2 text-primary"></i>
  3099.                            <span class="archive-link top-color fw-semibold"> top casinos not on gamstop</span>
  3100.                        </a>
  3101.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3102.                    </div>
  3103.                
  3104.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3105.                        <a href="https://www.voiceprint.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3106.                            <i class="ti-angle-right me-2 text-primary"></i>
  3107.                            <span class="archive-link top-color fw-semibold"> online casinos uk</span>
  3108.                        </a>
  3109.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3110.                    </div>
  3111.                
  3112.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3113.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3114.                            <i class="ti-angle-right me-2 text-primary"></i>
  3115.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3116.                        </a>
  3117.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3118.                    </div>
  3119.                
  3120.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3121.                        <a href="https://jst.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3122.                            <i class="ti-angle-right me-2 text-primary"></i>
  3123.                            <span class="archive-link top-color fw-semibold"> uk online casino</span>
  3124.                        </a>
  3125.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3126.                    </div>
  3127.                
  3128.                </div>
  3129.                
  3130.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3131.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3132.                        <i class="ti-archive me-1"></i>View All Archives
  3133.                    </a>
  3134.                </div> -->
  3135.            </div>
  3136.        </div>
  3137.        
  3138.  
  3139.       <!-- <div class="sidebar-widget mb-5">
  3140.            <div class="widget-title-wrapper mb-3">
  3141.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3142.                    <div class="title-border"></div>
  3143.                    <i class="ti-folder me-2"></i>Blog Archives
  3144.                </h4>
  3145.            </div>
  3146.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  3147.                <div class="archives-list">
  3148.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3149.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3150.                            <i class="ti-angle-right me-2 text-primary"></i>
  3151.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  3152.                        </a>
  3153.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  3154.                    </div>
  3155.  
  3156.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3157.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3158.                            <i class="ti-angle-right me-2 text-primary"></i>
  3159.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  3160.                        </a>
  3161.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  3162.                    </div>
  3163.  
  3164.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3165.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3166.                            <i class="ti-angle-right me-2 text-primary"></i>
  3167.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  3168.                        </a>
  3169.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  3170.                    </div>
  3171.  
  3172.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3173.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3174.                            <i class="ti-angle-right me-2 text-primary"></i>
  3175.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  3176.                        </a>
  3177.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  3178.                    </div>
  3179.  
  3180.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3181.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3182.                            <i class="ti-angle-right me-2 text-primary"></i>
  3183.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  3184.                        </a>
  3185.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  3186.                    </div>
  3187.  
  3188.                    <div class="archive-item d-flex justify-content-between align-items-center">
  3189.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3190.                            <i class="ti-angle-right me-2 text-primary"></i>
  3191.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  3192.                        </a>
  3193.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  3194.                    </div>
  3195.                </div>
  3196.                
  3197.                <div class="text-center mt-4 pt-3 border-top border-color">
  3198.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3199.                        <i class="ti-archive me-1"></i>View All Archives
  3200.                    </a>
  3201.                </div>
  3202.            </div>
  3203.        </div> -->
  3204.  
  3205.        <div class="sidebar-widget mb-4">
  3206.            <div class="widget-title-wrapper mb-3">
  3207.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3208.                    <div class="title-border-primary"></div>
  3209.                    <i class="ti-star me-2"></i>Popular Posts
  3210.                </h4>
  3211.            </div>
  3212.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  3213.                <div class="popular-post-list">
  3214.                    
  3215.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3216.                        <div class="post-content flex-grow-1">
  3217.                            <h6 class="post-title mb-1">
  3218.                                 <a href="/the-red-devils-poised-to-sign-germany-forward-lea-sch%C3%BCller-from-bayern-munich/" class="text-decoration-none top-color fw-semibold lh-sm">
  3219.                                            The Red Devils Poised to Sign Germany Forward Lea Schüller from Bayern Munich
  3220.                                            </a>
  3221.                            </h6>
  3222.                            <div class="post-meta">
  3223.                                <small class="text-muted">
  3224.                                    <i class="ti-calendar me-1"></i>05 May 2026
  3225.                                </small>
  3226.                                <!-- <small class="text-muted ms-3">
  3227.                                    <i class="ti-eye me-1"></i>1,234 views
  3228.                                </small> -->
  3229.                            </div>
  3230.                        </div>
  3231.                    </div>
  3232.                    
  3233.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3234.                        <div class="post-content flex-grow-1">
  3235.                            <h6 class="post-title mb-1">
  3236.                                 <a href="/celebrating-like-a-champions-league-champion-kendalls-special-performance-for-england/" class="text-decoration-none top-color fw-semibold lh-sm">
  3237.                                            ‘Celebrating like a Champions League champion’ - Kendall’s special performance for England
  3238.                                            </a>
  3239.                            </h6>
  3240.                            <div class="post-meta">
  3241.                                <small class="text-muted">
  3242.                                    <i class="ti-calendar me-1"></i>05 May 2026
  3243.                                </small>
  3244.                                <!-- <small class="text-muted ms-3">
  3245.                                    <i class="ti-eye me-1"></i>1,234 views
  3246.                                </small> -->
  3247.                            </div>
  3248.                        </div>
  3249.                    </div>
  3250.                    
  3251.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3252.                        <div class="post-content flex-grow-1">
  3253.                            <h6 class="post-title mb-1">
  3254.                                 <a href="/beijing-strengthens-oversight-on-rare-earth-element-sales-citing-security-issues/" class="text-decoration-none top-color fw-semibold lh-sm">
  3255.                                            Beijing Strengthens Oversight on Rare Earth Element Sales, Citing Security Issues
  3256.                                            </a>
  3257.                            </h6>
  3258.                            <div class="post-meta">
  3259.                                <small class="text-muted">
  3260.                                    <i class="ti-calendar me-1"></i>05 May 2026
  3261.                                </small>
  3262.                                <!-- <small class="text-muted ms-3">
  3263.                                    <i class="ti-eye me-1"></i>1,234 views
  3264.                                </small> -->
  3265.                            </div>
  3266.                        </div>
  3267.                    </div>
  3268.                    
  3269.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3270.                        <div class="post-content flex-grow-1">
  3271.                            <h6 class="post-title mb-1">
  3272.                                 <a href="/ken-burns-reflecting-on-his-latest-american-revolution-documentary-no-project-will-be-more-significant/" class="text-decoration-none top-color fw-semibold lh-sm">
  3273.                                            Ken Burns reflecting on His Latest American Revolution Documentary: ‘No Project Will Be More Significant’
  3274.                                            </a>
  3275.                            </h6>
  3276.                            <div class="post-meta">
  3277.                                <small class="text-muted">
  3278.                                    <i class="ti-calendar me-1"></i>05 May 2026
  3279.                                </small>
  3280.                                <!-- <small class="text-muted ms-3">
  3281.                                    <i class="ti-eye me-1"></i>1,234 views
  3282.                                </small> -->
  3283.                            </div>
  3284.                        </div>
  3285.                    </div>
  3286.                    
  3287.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3288.                        <div class="post-content flex-grow-1">
  3289.                            <h6 class="post-title mb-1">
  3290.                                 <a href="/satellite-pictures-indicate-irans-navy-and-nuclear-locations-struck-by-us-israeli-military-action/" class="text-decoration-none top-color fw-semibold lh-sm">
  3291.                                            Satellite Pictures Indicate Iran&#x27;s Navy and Nuclear Locations Struck by US-Israeli Military Action.
  3292.                                            </a>
  3293.                            </h6>
  3294.                            <div class="post-meta">
  3295.                                <small class="text-muted">
  3296.                                    <i class="ti-calendar me-1"></i>05 May 2026
  3297.                                </small>
  3298.                                <!-- <small class="text-muted ms-3">
  3299.                                    <i class="ti-eye me-1"></i>1,234 views
  3300.                                </small> -->
  3301.                            </div>
  3302.                        </div>
  3303.                    </div>
  3304.                    
  3305.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3306.                        <div class="post-content flex-grow-1">
  3307.                            <h6 class="post-title mb-1">
  3308.                                 <a href="/i-am-the-air-guitar-world-champion/" class="text-decoration-none top-color fw-semibold lh-sm">
  3309.                                            I Am the Air Guitar World Champion
  3310.                                            </a>
  3311.                            </h6>
  3312.                            <div class="post-meta">
  3313.                                <small class="text-muted">
  3314.                                    <i class="ti-calendar me-1"></i>04 May 2026
  3315.                                </small>
  3316.                                <!-- <small class="text-muted ms-3">
  3317.                                    <i class="ti-eye me-1"></i>1,234 views
  3318.                                </small> -->
  3319.                            </div>
  3320.                        </div>
  3321.                    </div>
  3322.                    
  3323.  
  3324.                </div>
  3325.                
  3326.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3327.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  3328.                        <i class="ti-trophy me-1"></i>View All Popular
  3329.                    </a>
  3330.                </div> -->
  3331.            </div>
  3332.        </div>
  3333.  
  3334. </div>
  3335.  
  3336. <style>
  3337.     .widget-content {
  3338.        margin-top: -1px;
  3339.        position: relative;
  3340.        z-index: 1;
  3341.         background-color: var(--card-bg);
  3342.    }
  3343. </style>
  3344.  
  3345.    
  3346.            </div>
  3347.        </div>
  3348.    </div>
  3349. </section>
  3350.  
  3351.    
  3352.        
  3353.        <!-- end wpo-blog-highlights-section -->
  3354.        <!-- start wpo-blog-sponsored-section -->
  3355.        
  3356.  
  3357.  
  3358.  
  3359.    
  3360.  
  3361.  
  3362.  
  3363. <style>
  3364.    .sponsored-section-v5 {
  3365.        padding: 40px 0;
  3366.    }
  3367.    
  3368.    .sponsored-card-v5 {
  3369.        background: var(--card-bg);
  3370.        border: 1px solid #f5f5f5;
  3371.        border-radius: var(--border-radius);
  3372.        transition: border-color 0.3s ease;
  3373.        height: 100%;
  3374.    }
  3375.    
  3376.    .sponsored-card-v5:hover {
  3377.        border-color: var(--bs-primary);
  3378.    }
  3379.    
  3380.    .sponsored-image-v5 {
  3381.        position: relative;
  3382.        background: var(--card-bg);
  3383.        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  3384.        margin: 15px 15px 0;
  3385.    }
  3386.    
  3387.    .sponsored-image-v5 img {
  3388.        width: 100%;
  3389.        height: 140px;
  3390.        object-fit: cover;
  3391.        border-radius: var(--border-radius);
  3392.    }
  3393.    
  3394.    .sponsored-badge-v5 {
  3395.        position: absolute;
  3396.        top: 6px;
  3397.        left: 8px;
  3398.        padding: 4px 10px;
  3399.        font-size: 11px;
  3400.        font-weight: 600;
  3401.        text-transform: uppercase;    
  3402.        border-radius: var(--border-radius);
  3403.    }
  3404.    
  3405.    .sponsored-badge-v5::before {
  3406.        content: '';
  3407.        position: absolute;
  3408.        top: 8px;
  3409.        left: -10px;
  3410.        border-top: 10px solid var(--bs-primary);
  3411.        border-left: 10px solid transparent;
  3412.        transform: rotate(45deg);
  3413.    }
  3414.    
  3415.    .sponsored-content-v5 {
  3416.        padding: 15px;
  3417.    }
  3418.    
  3419.    .sponsored-title-v5 {
  3420.        font-size: 15px;
  3421.        font-weight: 700;
  3422.        line-height: 1.4;
  3423.        margin-bottom: 8px;
  3424.        color: #333;
  3425.    }
  3426.    
  3427.    .sponsored-title-v5 a {
  3428.        text-decoration: none;
  3429.        color: #333;
  3430.    }
  3431.    
  3432.    .sponsored-title-v5 a:hover {
  3433.        color: var(--bs-primary); /* Purple hover */
  3434.    }
  3435.    
  3436.    .sponsored-excerpt-v5 {
  3437.        font-size: 12px;
  3438.        font-style: italic;
  3439.        color: #868e96;
  3440.        margin-bottom: 10px;
  3441.        line-height: 1.5;
  3442.    }
  3443.    
  3444.    .sponsored-meta-v5 {
  3445.        font-size: 11px;
  3446.        color: #6c757d;
  3447.    }
  3448.    
  3449.    .author-info-v5 {
  3450.        margin-bottom: 5px;
  3451.    }
  3452.    
  3453.    .sponsored-author-img-v5 {
  3454.        width: 22px;
  3455.        height: 22px;
  3456.        border-radius: var(--border-radius);
  3457.        object-fit: cover;
  3458.        vertical-align: middle;
  3459.        margin-right: 5px;
  3460.    }
  3461.    
  3462.    .section-title-sponsored-v5 {
  3463.        font-size: 2.1rem;
  3464.        font-weight: 700;
  3465.        text-align: center;
  3466.        margin-bottom: 30px;
  3467.        color: #333;
  3468.        position: relative;
  3469.    }
  3470.    
  3471.    .section-title-sponsored-v5::after {
  3472.        content: '';
  3473.        position: absolute;
  3474.        bottom: -10px;
  3475.        left: 50%;
  3476.        transform: translateX(-50%);
  3477.        width: 80px;
  3478.        height: 2px;
  3479.        background: var(--bs-primary);
  3480.        box-shadow: 0 2px 0 0 var(--bs-primary);
  3481.    }
  3482.  
  3483.    @media (max-width: 768px) {
  3484.        .sponsored-section-v5 {
  3485.            padding: 25px 0;
  3486.        }
  3487.        .sponsored-image-v5 {
  3488.            margin: 10px 10px 0;
  3489.            padding: 8px;
  3490.        }
  3491.        .sponsored-image-v5 img {
  3492.            height: 120px;
  3493.        }
  3494.        .sponsored-content-v5 {
  3495.            padding: 12px;
  3496.        }
  3497.        .sponsored-title-v5 {
  3498.            font-size: 14px;
  3499.        }
  3500.        .sponsored-excerpt-v5 {
  3501.            font-size: 11px;
  3502.        }
  3503.        .section-title-sponsored-v5 {
  3504.            font-size: 1.7rem;
  3505.        }
  3506.    }
  3507. </style>
  3508.  
  3509. <section class="sponsored-section-v5">
  3510.    <div class="container-fluid fluid-container">
  3511.        <div class="row">
  3512.            <div class="col-12">
  3513.                <h2 class="section-title-sponsored-v5">Sponsored News</h2>
  3514.            </div>
  3515.        </div>
  3516.        
  3517.        <div class="row g-3">
  3518.            
  3519.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3520.                <div class="card sponsored-card-v5">
  3521.                    <div class="sponsored-image-v5">
  3522.                        
  3523.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3524.                        
  3525.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3526.                    </div>
  3527.                    <div class="sponsored-content-v5">
  3528.                        <h3 class="sponsored-title-v5">
  3529.                            <a href="/the-red-devils-poised-to-sign-germany-forward-lea-sch%C3%BCller-from-bayern-munich/" >
  3530.                                            The Red Devils Poised to Sign Germany Forward Lea Schüller from Bayern Munich
  3531.                                            </a>
  3532.                        </h3>
  3533.                        <p class="sponsored-excerpt-v5">
  3534.                          
  3535.                        </p>
  3536.                        <div class="sponsored-meta-v5">
  3537.                            <div class="author-info-v5">
  3538.                                
  3539.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="sponsored-author-img-v5">
  3540.                                
  3541.                                <span>
  3542.                                    Tracey Johnson
  3543.                                </span>
  3544.                            </div>
  3545.                            <div>05 May 2026</div>
  3546.                        </div>
  3547.                    </div>
  3548.                </div>
  3549.            </div>
  3550.            
  3551.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3552.                <div class="card sponsored-card-v5">
  3553.                    <div class="sponsored-image-v5">
  3554.                        
  3555.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3556.                        
  3557.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3558.                    </div>
  3559.                    <div class="sponsored-content-v5">
  3560.                        <h3 class="sponsored-title-v5">
  3561.                            <a href="/celebrating-like-a-champions-league-champion-kendalls-special-performance-for-england/" >
  3562.                                            ‘Celebrating like a Champions League champion’ - Kendall’s special performance for England
  3563.                                            </a>
  3564.                        </h3>
  3565.                        <p class="sponsored-excerpt-v5">
  3566.                          
  3567.                        </p>
  3568.                        <div class="sponsored-meta-v5">
  3569.                            <div class="author-info-v5">
  3570.                                
  3571.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="sponsored-author-img-v5">
  3572.                                
  3573.                                <span>
  3574.                                    Tracey Johnson
  3575.                                </span>
  3576.                            </div>
  3577.                            <div>05 May 2026</div>
  3578.                        </div>
  3579.                    </div>
  3580.                </div>
  3581.            </div>
  3582.            
  3583.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3584.                <div class="card sponsored-card-v5">
  3585.                    <div class="sponsored-image-v5">
  3586.                        
  3587.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3588.                        
  3589.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3590.                    </div>
  3591.                    <div class="sponsored-content-v5">
  3592.                        <h3 class="sponsored-title-v5">
  3593.                            <a href="/beijing-strengthens-oversight-on-rare-earth-element-sales-citing-security-issues/" >
  3594.                                            Beijing Strengthens Oversight on Rare Earth Element Sales, Citing Security Issues
  3595.                                            </a>
  3596.                        </h3>
  3597.                        <p class="sponsored-excerpt-v5">
  3598.                          
  3599.                        </p>
  3600.                        <div class="sponsored-meta-v5">
  3601.                            <div class="author-info-v5">
  3602.                                
  3603.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="sponsored-author-img-v5">
  3604.                                
  3605.                                <span>
  3606.                                    Tracey Johnson
  3607.                                </span>
  3608.                            </div>
  3609.                            <div>05 May 2026</div>
  3610.                        </div>
  3611.                    </div>
  3612.                </div>
  3613.            </div>
  3614.            
  3615.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3616.                <div class="card sponsored-card-v5">
  3617.                    <div class="sponsored-image-v5">
  3618.                        
  3619.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3620.                        
  3621.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3622.                    </div>
  3623.                    <div class="sponsored-content-v5">
  3624.                        <h3 class="sponsored-title-v5">
  3625.                            <a href="/ken-burns-reflecting-on-his-latest-american-revolution-documentary-no-project-will-be-more-significant/" >
  3626.                                            Ken Burns reflecting on His Latest American Revolution Documentary: ‘No Project Will Be More Significant’
  3627.                                            </a>
  3628.                        </h3>
  3629.                        <p class="sponsored-excerpt-v5">
  3630.                          
  3631.                        </p>
  3632.                        <div class="sponsored-meta-v5">
  3633.                            <div class="author-info-v5">
  3634.                                
  3635.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="sponsored-author-img-v5">
  3636.                                
  3637.                                <span>
  3638.                                    Tracey Johnson
  3639.                                </span>
  3640.                            </div>
  3641.                            <div>05 May 2026</div>
  3642.                        </div>
  3643.                    </div>
  3644.                </div>
  3645.            </div>
  3646.            
  3647.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3648.                <div class="card sponsored-card-v5">
  3649.                    <div class="sponsored-image-v5">
  3650.                        
  3651.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3652.                        
  3653.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3654.                    </div>
  3655.                    <div class="sponsored-content-v5">
  3656.                        <h3 class="sponsored-title-v5">
  3657.                            <a href="/satellite-pictures-indicate-irans-navy-and-nuclear-locations-struck-by-us-israeli-military-action/" >
  3658.                                            Satellite Pictures Indicate Iran&#x27;s Navy and Nuclear Locations Struck by US-Israeli Military Action.
  3659.                                            </a>
  3660.                        </h3>
  3661.                        <p class="sponsored-excerpt-v5">
  3662.                          
  3663.                        </p>
  3664.                        <div class="sponsored-meta-v5">
  3665.                            <div class="author-info-v5">
  3666.                                
  3667.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="sponsored-author-img-v5">
  3668.                                
  3669.                                <span>
  3670.                                    Tracey Johnson
  3671.                                </span>
  3672.                            </div>
  3673.                            <div>05 May 2026</div>
  3674.                        </div>
  3675.                    </div>
  3676.                </div>
  3677.            </div>
  3678.            
  3679.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3680.                <div class="card sponsored-card-v5">
  3681.                    <div class="sponsored-image-v5">
  3682.                        
  3683.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3684.                        
  3685.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3686.                    </div>
  3687.                    <div class="sponsored-content-v5">
  3688.                        <h3 class="sponsored-title-v5">
  3689.                            <a href="/i-am-the-air-guitar-world-champion/" >
  3690.                                            I Am the Air Guitar World Champion
  3691.                                            </a>
  3692.                        </h3>
  3693.                        <p class="sponsored-excerpt-v5">
  3694.                          
  3695.                        </p>
  3696.                        <div class="sponsored-meta-v5">
  3697.                            <div class="author-info-v5">
  3698.                                
  3699.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Tracey Johnson" class="sponsored-author-img-v5">
  3700.                                
  3701.                                <span>
  3702.                                    Tracey Johnson
  3703.                                </span>
  3704.                            </div>
  3705.                            <div>04 May 2026</div>
  3706.                        </div>
  3707.                    </div>
  3708.                </div>
  3709.            </div>
  3710.            
  3711.        </div>
  3712.    </div>
  3713. </section>
  3714.  
  3715.  
  3716.    
  3717.        <!-- end wpo-blog-sponsored-section -->
  3718.        <!-- start wpo-subscribe-section -->
  3719.        
  3720.        <!-- end subscribe-section -->
  3721.        <!-- start of wpo-site-footer-section -->
  3722.        
  3723.  
  3724.  
  3725.  
  3726.  
  3727.  
  3728. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3729.  <!-- Main Content: Asymmetrical Layout -->
  3730.  <div class="footer-main-content py-5">
  3731.    <div class="container-fluid fluid-container">
  3732.      <div class="row">
  3733.        <!-- Left: Logo & Tagline (Narrow, Skewed) -->
  3734.        <div class="col-lg-3 col-md-4 col-12 mb-4 skewed-section">
  3735.          <div class="brand-logo text-center text-lg-start">
  3736.            
  3737.              <h3 class="brand-title">VectorPath UK</h3>
  3738.            
  3739.            <p class="brand-tagline mt-2">VectorPath UK offers professional web design, development, and digital marketing services to help businesses grow online with tailored strategies and creative solutions.</p>
  3740.          </div>
  3741.        </div>
  3742.        <!-- Right: Staggered Links -->
  3743.        <div class="col-lg-9 col-md-8 col-12">
  3744.          <div class="d-flex flex-column gap-4">
  3745.            <!-- Quick Links -->
  3746.            <div class="footer-column offset-content">
  3747.              <h5 class="column-title">Quick Links</h5>
  3748.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3749.                
  3750.                  <li>
  3751.                    <a class="menu-link" href="/the-ongoing-issue-with-edinburghs-plastic-shrouded-hotel/">The Ongoing Issue with Edinburgh&#x27;s Plastic-Shrouded Hotel?</a>
  3752.                  </li>
  3753.                
  3754.                  <li>
  3755.                    <a class="menu-link" href="/during-a-fierce-gale-the-panicked-screams-of-children-in-tents-outside-echoed-this-marks-christmas-in-gaza/">During a Fierce Gale, The Panicked Screams of Children in Tents Outside Echoed. This Marks Christmas in Gaza</a>
  3756.                  </li>
  3757.                
  3758.                  <li>
  3759.                    <a class="menu-link" href="/a-critical-scenario-conflict-on-iran-squeezes-indias-cooking-gas-stock/">‘A Critical Scenario’: Conflict on Iran Squeezes India&#x27;s Cooking-Gas Stock.</a>
  3760.                  </li>
  3761.                
  3762.                  <li>
  3763.                    <a class="menu-link" href="/real-madrid-commanding-but-vinicius-junior-tensions-escalate-major-clasico-takeaways/">Real Madrid Commanding but Vinicius Junior Tensions Escalate – Major Clasico Takeaways</a>
  3764.                  </li>
  3765.                
  3766.                  <li>
  3767.                    <a class="menu-link" href="/trump-voters-backing-zohran-mamdani-and-a-new-left-coalition-the-biggest-unexpected-outcomes-from-nycs-mayoral-race/">Trump Voters Backing Zohran Mamdani and a New Left Coalition: The Biggest Unexpected Outcomes from NYC’s Mayoral Race</a>
  3768.                  </li>
  3769.                
  3770.                  <li>
  3771.                    <a class="menu-link" href="/national-prohibition-on-hemp-derived-thc-may-constrain-cbd-access-essential-details-to-know/">National Prohibition on Hemp-Derived THC May Constrain CBD Access: Essential Details to Know</a>
  3772.                  </li>
  3773.                
  3774.              </ul>
  3775.            </div>
  3776.            <!-- Top Categories -->
  3777.            <div class="footer-column offset-content offset-right">
  3778.              <h5 class="column-title">Top Categories</h5>
  3779.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3780.                
  3781.                  <li>
  3782.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3783.                  </li>
  3784.                
  3785.                  <li>
  3786.                    <a class="menu-link" href="/category/business/">Business</a>
  3787.                  </li>
  3788.                
  3789.                  <li>
  3790.                    <a class="menu-link" href="/category/esports/">Esports</a>
  3791.                  </li>
  3792.                
  3793.                  <li>
  3794.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  3795.                  </li>
  3796.                
  3797.                  <li>
  3798.                    <a class="menu-link" href="/category/featured/">Featured</a>
  3799.                  </li>
  3800.                
  3801.              </ul>
  3802.            </div>
  3803.            <!-- Blog Rolls -->
  3804.           <div class="footer-column offset-content">
  3805.              <h5 class="column-title">Blog Rolls</h5>
  3806.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3" id="blogRollLinks">
  3807.                
  3808.                
  3809.  
  3810.                
  3811.                
  3812.                  
  3813.                
  3814.              </ul>
  3815.            </div>
  3816.          </div>
  3817.        </div>
  3818.      </div>
  3819.    </div>
  3820.  </div>
  3821.  
  3822.  <!-- Bottom Section -->
  3823.  <div class="footer-bottom bg-primary text-white py-3">
  3824.    <div class="container-fluid fluid-container">
  3825.      <div class="row justify-content-center">
  3826.        <div class="col-12 text-center">
  3827.          <div class="bottom-content">
  3828.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3 mb-3">
  3829.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3830.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3831.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3832.            </div>
  3833.            <div class="copyright-info ">
  3834.              <p class="mb-0 text-white">
  3835.                &copy; 2026 <strong>VectorPath UK</strong>. All rights reserved.
  3836.              </p>
  3837.            </div>
  3838.          </div>
  3839.        </div>
  3840.      </div>
  3841.    </div>
  3842.  </div>
  3843. </footer>
  3844.  
  3845.  
  3846.  
  3847. <style>
  3848. .footer-logo {
  3849.    height: 60px;
  3850.    width: auto;
  3851. }
  3852.  
  3853. .brand-title {
  3854.    font-size: 24px;
  3855.    font-weight: 700;
  3856.    color: white  !important;
  3857.    margin: 0;
  3858. }
  3859.  
  3860. .brand-tagline {
  3861.    font-size: 14px;
  3862.    color: white  !important;
  3863.    margin: 0;
  3864. }
  3865.  
  3866. .column-title {
  3867.    font-size: 16px;
  3868.    font-weight: 600;
  3869.    color: white !important;
  3870.    margin-bottom: 12px;
  3871. }
  3872.  
  3873. .footer-menu {
  3874.    margin: 0;
  3875. }
  3876.  
  3877. .menu-link {
  3878.    color: white !important;
  3879.    text-decoration: none;
  3880.    font-size: 14px;
  3881.    transition: color 0.3s ease, transform 0.3s ease;
  3882. }
  3883.  
  3884. .menu-link:hover {
  3885.    color: var(--primary-color);
  3886.    transform: scale(1.05);
  3887. }
  3888.  
  3889. .offset-content {
  3890.    margin-left: 20px;
  3891. }
  3892.  
  3893. .footer-bottom {
  3894.    font-size: 13px;
  3895. }
  3896.  
  3897. .utility-link {
  3898.    color: white  !important;
  3899.    text-decoration: none;
  3900.    font-size: 13px;
  3901.    transition: color 0.3s ease;
  3902. }
  3903.  
  3904. .utility-link:hover {
  3905.    color: var(--primary-color);
  3906. }
  3907.  
  3908. .copyright-info p {
  3909.    font-size: 13px;
  3910. }
  3911.  
  3912. /* Responsive Design */
  3913. @media (max-width: 1024px) {
  3914.   .footer-logo{
  3915.    height: 40px;
  3916.    width: auto;
  3917.   }
  3918. }
  3919.  
  3920. @media (max-width: 768px) {
  3921.    .footer-logo {
  3922.        height: 60px;
  3923.    }
  3924.    
  3925.    .column-title {
  3926.        font-size: 15px;
  3927.        text-align: center;
  3928.    }
  3929.    
  3930.    .footer-menu {
  3931.        justify-content: center;
  3932.    }
  3933.    
  3934.    .menu-link {
  3935.        font-size: 13px;
  3936.    }
  3937. }
  3938.  
  3939. @media (max-width: 576px) {
  3940.    .brand-title {
  3941.        font-size: 20px;
  3942.    }
  3943.    
  3944.    .brand-tagline {
  3945.        font-size: 12px;
  3946.    }
  3947.    
  3948.    .cta-btn {
  3949.        font-size: 12px;
  3950.        padding: 5px 12px;
  3951.    }
  3952. }
  3953. </style>
  3954.  
  3955. <script>
  3956. // Prevent default for placeholder links
  3957. document.addEventListener('DOMContentLoaded', function() {
  3958.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3959.        anchor.addEventListener('click', function(e) {
  3960.            e.preventDefault();
  3961.        });
  3962.    });
  3963. });
  3964. document.addEventListener('DOMContentLoaded', function () {
  3965.    var btn = document.getElementById('toggleBlogRollLinks');
  3966.    if (!btn) return; // No extra items, no button
  3967.  
  3968.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3969.  
  3970.    btn.addEventListener('click', function () {
  3971.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3972.            return li.classList.contains('d-none');
  3973.        });
  3974.  
  3975.        extras.forEach(function (li) {
  3976.            if (anyHidden) {
  3977.                li.classList.remove('d-none');
  3978.                li.classList.add('show');
  3979.            } else {
  3980.                li.classList.add('d-none');
  3981.                li.classList.remove('show');
  3982.            }
  3983.        });
  3984.  
  3985.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3986.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3987.    });
  3988. });
  3989.  
  3990. </script>
  3991.  
  3992.        <!-- end of wpo-site-footer-section -->
  3993.    </div>
  3994.    <!-- end of page-wrapper -->
  3995.  
  3996.    <!-- All JavaScript files
  3997.    ================================================== -->
  3998.    
  3999.  
  4000. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4001. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4002. <!-- Plugins for this template -->
  4003. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4004. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4005. <!-- Custom script for this template -->
  4006. <script src="/static/blogapp/assets/js/script.js"></script>
  4007.  
  4008. <script>
  4009. (function () {
  4010. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4011. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4012.  
  4013. function applyFallback(img) {
  4014. if (!img || img.dataset.fallbackApplied === "1") {
  4015. return;
  4016. }
  4017. var failedSrc = img.currentSrc || img.src || "";
  4018. img.dataset.fallbackApplied = "1";
  4019. img.onerror = null;
  4020. img.src = fallbackImageSrc;
  4021. console.warn("[ImageFallback] Replaced broken image:", {
  4022. failedSrc: failedSrc,
  4023. fallbackSrc: fallbackImageSrc,
  4024. alt: img.alt || "",
  4025. });
  4026. }
  4027.  
  4028. document.querySelectorAll("img").forEach(function (img) {
  4029. if (img.complete && img.naturalWidth === 0) {
  4030. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4031. failedSrc: img.currentSrc || img.src || "",
  4032. alt: img.alt || "",
  4033. });
  4034. applyFallback(img);
  4035. }
  4036. });
  4037.  
  4038. document.addEventListener(
  4039. "error",
  4040. function (event) {
  4041. var target = event.target;
  4042. if (target && target.tagName === "IMG") {
  4043. applyFallback(target);
  4044. }
  4045. },
  4046. true
  4047. );
  4048. })();
  4049. </script>
  4050.  
  4051. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4052.  
  4053.  
  4054.  
  4055. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"048ce84276dd416bba863d5b8fe52e02","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4056. </body>
  4057.  
  4058. </html>
  4059.  
  4060.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda